Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
vkd3d
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Francisco Casas
vkd3d
Commits
master
Select Git revision
Branches
20
fix2
length_attribute
fix1
insert_at_realloc_fixes
partial_temp_copy_simple2
remove_lower_nonfloat_exprs
copyprop_aaah
partial_temp_copy_simple
partial_temp_copy_simple_alt
partial_temp_copy
tmp_optimization
proton_9.0-4_overload_hack
hlsl2vsir2tpf_2
detect_shared
shader_runner_layout
hlsl2vsir_tpf_all
eastward2
eastward
stateblock_experiments_4
arithmetic_object_fix
Tags
13
vkd3d-1.11
vkd3d-1.10
vkd3d-1.9
vkd3d-1.8
vkd3d-1.7
vkd3d-1.6
vkd3d-1.5
vkd3d-1.4
vkd3d-1.3
vkd3d-1.2
vkd3d-1.1
vkd3d-1.0
vkd3d-0.0.1
33 results
vkd3d
Author
Search by author
Any Author
authors
Francisco Casas
fcasas
1 author
Aug 10, 2022
vkd3d-shader/hlsl: Replace register offsets with index paths in split copies.
· 577014c0
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
577014c0
vkd3d-shader/hlsl: Replace register offsets with index paths in input/output copies.
· d7d2fe14
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
d7d2fe14
vkd3d-shader/hlsl: Add input and output variables using the same function.
· 1b69adbd
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
1b69adbd
vkd3d-shader/hlsl: Move register offset functions to hlsl_codegen.c.
· c572adbf
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
c572adbf
vkd3d-shader/hlsl: Replace register offsets with index paths in resource loads initialization.
· 349aab2a
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
349aab2a
vkd3d-shader/hlsl: Introduce hlsl_new_store_index().
· 5b664c7a
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
5b664c7a
vkd3d-shader/hlsl: Introduce hlsl_new_store_component().
· f3289e16
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
f3289e16
vkd3d-shader/hlsl: Print index paths in dump_deref().
· 7515b825
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
7515b825
vkd3d-shader/hlsl: Replace register offsets with index paths in load initializations.
· 4fede46c
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
4fede46c
include: Add list_move_after() and list_move_before().
· a2996c2d
Elizabeth Figura
authored
3 years ago
and
Alexandre Julliard
committed
2 years ago
a2996c2d
vkd3d-shader/hlsl: Unify type minor/major size functions.
· 2dcfc888
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
2dcfc888
vkd3d-shader/hlsl: Introduce add_load_index().
· 039b69ac
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
039b69ac
vkd3d-shader/hlsl: Introduce add_load_component().
· a32157f5
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
a32157f5
Aug 09, 2022
vkd3d: Do not store the latch bit in an object that could be overwritten.
· 4112c360
Giovanni Mascellani
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
4112c360
vkd3d: Send typed UAV unknown format read support info to vkd3d-shader.
· 4afe69d0
Conor McCarthy
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
4afe69d0
vkd3d: Check specific formats for typed UAV load feature support.
· 971ab01a
Conor McCarthy
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
971ab01a
vkd3d-shader: Introduce a compile option to use Unknown format for typed UAV loads.
· 3dbd2cec
Conor McCarthy
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
3dbd2cec
tests: Test float4 UAV buffer load/store.
· d7554acc
Conor McCarthy
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
d7554acc
Aug 08, 2022
vkd3d: Remove unused field fence_destruction_cond.
· 5168929e
Giovanni Mascellani
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
5168929e
vkd3d: Unlock fence worker mutex before exiting.
· 5749ae47
Giovanni Mascellani
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
5749ae47
Jul 25, 2022
vkd3d-shader: Initialize counter_var_info unconditionally.
· aae4e31b
Stefan Dösinger
authored
3 years ago
and
Alexandre Julliard
committed
2 years ago
aae4e31b
Jul 20, 2022
vkd3d: Delay unlocking the fence until after the blocked command queue op is written.
· 3b579f6f
Conor McCarthy
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
3b579f6f
vkd3d: Delay adding a command queue to the blocked list until after the op is written.
· c1071fda
Conor McCarthy
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
c1071fda
Jul 18, 2022
vkd3d-shader/hlsl: Introduce function to clean up hlsl_derefs.
· a7a4eb95
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
a7a4eb95
vkd3d-shader/hlsl: Pass field to add_record_load() via index.
· b9435fb1
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
b9435fb1
vkd3d-shader/hlsl: Handle errors in recursive calls in hlsl_type_clone().
· 300a6c8f
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
300a6c8f
vkd3d-shader/hlsl: Store the struct fields as an array.
· e5905bbf
Elizabeth Figura
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
e5905bbf
Jul 05, 2022
tests: Test arithmetic int operations without constant operands.
· 2ec6d4d3
Giovanni Mascellani
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
2ec6d4d3
vkd3d-shader/hlsl: Write SM4 logic or instructions.
· 448f856c
Giovanni Mascellani
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
448f856c
vkd3d-shader/hlsl: Write SM4 logic and instructions.
· 15e4b9ba
Giovanni Mascellani
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
15e4b9ba
vkd3d-shader/hlsl: Write SM4 logic not instructions.
· 02d92c9a
Giovanni Mascellani
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
02d92c9a
vkd3d-shader/hlsl: Write SM4 casts from bool.
· 3e88a46d
Giovanni Mascellani
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
3e88a46d
Jun 28, 2022
vkd3d-shader/hlsl: Fold constant integral bitwise or.
· 98ebe9b6
Giovanni Mascellani
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
98ebe9b6
vkd3d-shader/hlsl: Fold constant integral bitwise and.
· 06c22b6a
Giovanni Mascellani
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
06c22b6a
vkd3d-shader/hlsl: Fold constant integral bitwise xor.
· 4016ddff
Giovanni Mascellani
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
4016ddff
vkd3d-shader/hlsl: Fold constant integral min().
· 4a692dca
Giovanni Mascellani
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
4a692dca
vkd3d-shader/hlsl: Fold constant integral max().
· 8cb865d6
Giovanni Mascellani
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
8cb865d6
vkd3d-shader/hlsl: Fold constant swizzles.
· 0ddaa806
Elizabeth Figura
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
0ddaa806
Jun 27, 2022
vkd3d-shader/hlsl: Parse lerp() intrinsic.
· 7682da58
Giovanni Mascellani
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
7682da58
vkd3d-shader/hlsl: Parse the ldexp() intrinsic.
· bb32ffad
Elizabeth Figura
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
bb32ffad
Loading