Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
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
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
Nikolay Sivov
vkd3d
Commits
master
Select Git revision
Branches
20
fx_4_objtype_constant
fx_2_object_pad
fx_2_text_5
fx_2_text_4
fx_2_text_3
fx_2_text_2
fx_2_text
ternprio
fxlvm_text
semantic_centroid
struct_buffer
compat_options
array_index
fx_assignments
obsetdepthbounds
refract
tx_disasm
fx_technique_token
overlapping_reservations
sm4_buffer_type
Tags
14
vkd3d-1.12
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
34 results
vkd3d
Author
Search by author
Any Author
authors
Nikolay Sivov
nsivov
1 author
Jan 19, 2023
vkd3d-shader/hlsl: Forbid recursive calls.
· 9c817e5e
Elizabeth Figura
authored
3 years ago
and
Alexandre Julliard
committed
2 years ago
9c817e5e
tests/shader_runner: Explicitly track the expected shader compilation HRESULT...
· 503be424
Elizabeth Figura
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
503be424
vkd3d-shader/hlsl: Store a non-constant hlsl_ir_function_decl pointer in struct hlsl_ir_call.
· 521f22e5
Elizabeth Figura
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
521f22e5
vkd3d-shader/hlsl: Remove the unused "intrinsic" argument from hlsl_add_function().
· 447463e5
Elizabeth Figura
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
447463e5
vkd3d-shader/hlsl: Remove some unnecessary YYABORTs from the func_prototype_no_attrs rule.
· 6c2472ce
Elizabeth Figura
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
6c2472ce
vkd3d-shader/hlsl: Parse step() intrinsic.
· 13c8e8b8
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
13c8e8b8
tests: Test step() intrinsic.
· 4e1a4a76
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
4e1a4a76
vkd3d-shader/hlsl: Parse sqrt() intrinsic.
· 6fbf2b3e
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
6fbf2b3e
tests: Test sqrt() intrinsic.
· 7dbc879e
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
7dbc879e
vkd3d-shader/hlsl: Support cos() intrinsic.
· 8d5f16d8
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
8d5f16d8
vkd3d-shader/hlsl: Support sin() intrinsic.
· 3239ea5f
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
3239ea5f
vkd3d-shader/hlsl: Add additional tests for sin() and cos().
· b65c4501
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
b65c4501
vkd3d-shader/hlsl: Add field-level documentation to struct hlsl_scope.
· 2b1ec0cf
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
2b1ec0cf
vkd3d-shader/hlsl: Add field-level documentation to function structs.
· eabd742f
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
eabd742f
vkd3d-shader/hlsl: Add field-level documentation to struct hlsl_buffer.
· c68d0ecf
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
c68d0ecf
vkd3d-shader/hlsl: Add documentation to small hlsl.h structs.
· ba56833b
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
ba56833b
vkd3d-shader/hlsl: Add field-level documentation to struct hlsl_deref.
· 06b52c03
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
06b52c03
vkd3d-shader/hlsl: Add documentation to struct hlsl_reg.
· f33d4336
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
f33d4336
vkd3d-shader/hlsl: Allow uninitialized static objects.
· aab98860
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
aab98860
vkd3d-shader/hlsl: Validate that non-uniform objects are not referenced.
· 17d6a441
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
17d6a441
tests: Add additional object references tests.
· 97c96695
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
97c96695
tests: Test proper initialization of static structs to zero.
· 207643b8
Giovanni Mascellani
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
207643b8
vkd3d-shader/hlsl: Initialize static variables to 0 by default.
· 5cfc8d37
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
5cfc8d37
Jan 13, 2023
vkd3d-shader/hlsl: Get rid of the "intrinsic" field of struct hlsl_ir_function.
· 61f0d6d1
Elizabeth Figura
authored
3 years ago
and
Alexandre Julliard
committed
2 years ago
61f0d6d1
vkd3d-shader/hlsl: Forbid returning void expressions from void functions.
· 9cc7aaf5
Elizabeth Figura
authored
3 years ago
and
Alexandre Julliard
committed
2 years ago
9cc7aaf5
vkd3d-shader/hlsl: Generate IR for user-defined function calls.
· b29d3489
Elizabeth Figura
authored
3 years ago
and
Alexandre Julliard
committed
2 years ago
b29d3489
vkd3d-shader/hlsl: Avoid assuming that expressions have at least one argument.
· 30550c08
Elizabeth Figura
authored
3 years ago
and
Alexandre Julliard
committed
2 years ago
30550c08
tests: Test specifying a UAV address as an in/out parameter to a function.
· 22a1a478
Elizabeth Figura
authored
3 years ago
and
Alexandre Julliard
committed
2 years ago
22a1a478
Jan 11, 2023
vkd3d-shader/hlsl: Add field-level documentation to struct hlsl_src.
· 3fbe2726
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
3fbe2726
vkd3d-shader/hlsl: Add field-level documentation to struct hlsl_ir_node.
· 04108c0e
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
04108c0e
vkd3d-shader/hlsl: Add field-level documentation to struct hlsl_ctx.
· 9157a5e7
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
9157a5e7
vkd3d-shader/hlsl: Add field-level documentation to struct hlsl_ir_var.
· 8ff36986
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
8ff36986
vkd3d-shader/hlsl: Add field-level documentation to struct hlsl_struct_field.
· 0a273242
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
0a273242
vkd3d-shader/hlsl: Add field-level documentation to struct hlsl_type.
· 3a53da7f
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
3a53da7f
vkd3d-shader/hlsl: Rename hlsl_struct_field.modifiers to "storage_modifiers".
· cc811dc3
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
cc811dc3
vkd3d-shader/hlsl: Rename hlsl_ir_var.modifiers to "storage_modifiers".
· 4dbbb8be
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
4dbbb8be
vkd3d-shader/hlsl: Rename HLSL_STORAGE_VOLATILE to HLSL_MODIFIER_VOLATILE.
· 23bd2d9a
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
23bd2d9a
vkd3d-shader/hlsl: Fix typo (Coverity).
· 9519fcb5
Fabian Maurer
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
9519fcb5
vkd3d-shader/hlsl: Use add_unary_arithmetic_expr() in intrinsic_pow().
· 5b1030e0
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
5b1030e0
vkd3d-shader/hlsl: Introduce elementwise_intrinsic_float_convert_args().
· 6770ecbd
Francisco Casas
authored
2 years ago
and
Alexandre Julliard
committed
2 years ago
6770ecbd
Loading