Sign in
fuchsia
/
third_party
/
spirv-cross
/
HEAD
43bbc50
Merge tag 'vulkan-sdk-1.4.350.0' into main
by Matt Sandy
· 4 weeks ago
main
master
1a61695
Merge pull request #2621 from KhronosGroup/glsl-descriptor-heap
by Hans-Kristian Arntzen
· 4 months ago
upstream/vulkan-sdk-1.4.350
vulkan-sdk-1.4.350.0
vulkan-sdk-1.4.350.1
ca63aa8
GLSL: Fix copy paste error in remapping API.
by Hans-Kristian Arntzen
· 4 months ago
e7f1c47
GLSL: Clarify comment.
by Hans-Kristian Arntzen
· 4 months ago
6b47647
GLSL: Hoist out some common prefix name code.
by Hans-Kristian Arntzen
· 4 months ago
6cdff5d
GLSL: Add restrict to buffer pointer name.
by Hans-Kristian Arntzen
· 4 months ago
afb5fe6
GLSL: Plumb through more decorations.
by Hans-Kristian Arntzen
· 4 months ago
f591db0
GLSL: Actually test heap samplers.
by Hans-Kristian Arntzen
· 4 months ago
4546ebd
GLSL: Add test for SSBO atomic handling.
by Hans-Kristian Arntzen
· 4 months ago
c6bc01a
GLSL: Add mapping API to legacy model for heap.
by Hans-Kristian Arntzen
· 4 months ago
2e2389a
GLSL: Add remapping API to legacy set/binding for heap.
by Hans-Kristian Arntzen
· 4 months ago
e7c012e
GLSL: Detect HLSL style striding.
by Hans-Kristian Arntzen
· 4 months ago
cf6e30c
GLSL: Plumb through Coherent/Volatile as well.
by Hans-Kristian Arntzen
· 4 months ago
6d522cb
GLSL: Consider hazards with load-store on buffer pointers.
by Hans-Kristian Arntzen
· 4 months ago
5d56c4f
GLSL: Handle partial access chains for typed and untyped BufferPointer.
by Hans-Kristian Arntzen
· 4 months ago
27cced8
GLSL: Consider that OpBufferPointerEXT can be tagged with RW flags.
by Hans-Kristian Arntzen
· 4 months ago
2196a7e
GLSL: Deal with typed OpBufferPointerEXT.
by Hans-Kristian Arntzen
· 4 months ago
2a5f93d
GLSL: Fix OpUntypedArrayLengthKHR.
by Hans-Kristian Arntzen
· 4 months ago
8298f68
GLSL: Add GLSL test shader.
by Hans-Kristian Arntzen
· 4 months ago
a62f459
GLSL: Implement more of the special cases of descriptor heap.
by Hans-Kristian Arntzen
· 4 months ago
364724e
GLSL: Validate heap array strides.
by Hans-Kristian Arntzen
· 4 months ago
f3f79f4
GLSL: Add basic GL_EXT_descriptor_heap support.
by Hans-Kristian Arntzen
· 4 months ago
92d5fbc
Add untyped pointer access chain support.
by Hans-Kristian Arntzen
· 4 months ago
07d9ae2
Update SPIR-V headers.
by Hans-Kristian Arntzen
· 4 months ago
aa6354c
Merge pull request #2620 from KhronosGroup/roll-deps
by Hans-Kristian Arntzen
· 4 months ago
bce6a90
Fix warning.
by Hans-Kristian Arntzen
· 4 months ago
0c01bd8
MSL: Fix some extremely bizarre tess access chain bugs.
by Hans-Kristian Arntzen
· 4 months ago
8ebd6be
Update deps.
by Hans-Kristian Arntzen
· 4 months ago
8724e3f
Merge pull request #2619 from KhronosGroup/fix-2614
by Hans-Kristian Arntzen
· 4 months ago
7a3b67f
MSL: Handle array type writes to builtin clip/cull better.
by Hans-Kristian Arntzen
· 4 months ago
e7f242f
Merge pull request #2618 from Toctave/main
by Hans-Kristian Arntzen
· 4 months ago
9ae1c7d
Merge pull request #2616 from xen2/hlsl_opphi_undef
by Hans-Kristian Arntzen
· 4 months ago
f61752c
Use last rather than first dimension to check for runtime array
by Octave Crespel
· 4 months ago
b93818b
HLSL: Zero-init OpUndef Phi incomings to avoid uninitialized reads
by Virgile Bello
· 4 months ago
b9ded92
Merge pull request #2612 from alelenv/fix/texture-shadow-lod
by Hans-Kristian Arntzen
· 4 months ago
4918c3b
Merge pull request #2605 from Genesis-Embodied-AI/hp/volatile-load-no-forward
by Hans-Kristian Arntzen
· 4 months ago
e2d9978
Add support for GL_EXT_texture_shadow_lod.
by Ashwin Lele
· 4 months ago
6933ffc
Update spirv_glsl.cpp
by Hugh Perkins
· 5 months ago
4d4b79b
Merge pull request #2609 from KhronosGroup/fix-2607
by Hans-Kristian Arntzen
· 5 months ago
f46fff3
MSL: Fix silly typo with subgroup barrier scope.
by Hans-Kristian Arntzen
· 5 months ago
e52532a
Merge pull request #2596 from kabu1204/msl-coop-mat
by Hans-Kristian Arntzen
· 5 months ago
ffb16a2
Merge pull request #2608 from xen2/hlsl_minor_fixes
by Hans-Kristian Arntzen
· 5 months ago
7594d2b
Revert questionable change to bitcast.
by Hans-Kristian Arntzen
· 5 months ago
8f37924
Simplify unsupported coopmat check.
by Hans-Kristian Arntzen
· 5 months ago
7c69662
Indentation fixes.
by Hans-Kristian Arntzen
· 5 months ago
0e67b32
Update some stray references.
by Hans-Kristian Arntzen
· 5 months ago
3cac8a2
HLSL: Allow Gather on integer textures in SM < 6.7
by Virgile Bello
· 5 months ago
a2e10fc
Fix assert on recompilation by clearing rearm_dominated_variables in reset()
by Virgile Bello
· 5 months ago
2dcbe8d
Add regression tests for volatile PhysicalStorageBuffer load
by Hugh Perkins
· 6 months ago
846c058
Respect MemoryAccessVolatileMask on OpLoad to prevent forwarding
by Hugh Perkins
· 6 months ago
cda74fe
MSL: Fix ptr-cast prepass and coopmat typed load/store
by Chengye YU
· 6 months ago
188e392
Workaround some MSVC shenanigans
by Hans-Kristian Arntzen
· 6 months ago
7bfcf72
Merge pull request #2603 from xen2/hlsl_geo_shader
by Hans-Kristian Arntzen
· 6 months ago
1a53b18
Merge pull request #2602 from Devesh99/feature/chunked-help
by Hans-Kristian Arntzen
· 6 months ago
bcbd851
Apply suggestions from code review
by Hans-Kristian Arntzen
· 6 months ago
5002ae2
Merge pull request #2599 from rdb/glsl-use-entry-point-name
by Hans-Kristian Arntzen
· 6 months ago
707bc66
HLSL: Fix array copying for input/output
by Virgile Bello
· 6 months ago
71b12e7
cli: Refactor help output into categories
by Devesh99
· 6 months ago
3b374ae
HLSL: Fix SV_PrimitiveID in geometry shader
by Virgile Bello
· 6 months ago
1ca6a7a
HLSL: Added support for SV_Position in geometry shader
by Virgile Bello
· 6 months ago
a40ccc1
GLSL: Add option to emit custom entry point name
by rdb
· 6 months ago
bf6bb5c
Merge pull request #2598 from KhronosGroup/fix-2595
by Hans-Kristian Arntzen
· 6 months ago
46c9d93
test: Fix shader_model_hlsl.
by Hans-Kristian Arntzen
· 6 months ago
5ea5096
MSL: Rewrite std140 struct padding.
by Hans-Kristian Arntzen
· 6 months ago
f6e58e0
Merge pull request #2597 from KhronosGroup/fix-2593
by Hans-Kristian Arntzen
· 6 months ago
0d9e13c
Create implied branches from selection headers to merge as well.
by Hans-Kristian Arntzen
· 6 months ago
6fc910e
MSL: reject cooperative matrix muladd operand flags
by Chengye YU
· 6 months ago
2047b7b
MSL: add initial cooperative matrix support
by Chengye YU
· 6 months ago
a0fba56
Merge pull request #2591 from KhronosGroup/fix-2588
by Hans-Kristian Arntzen
· 7 months ago
upstream/vulkan-sdk-1.4.341
vulkan-sdk-1.4.341.0
a3e6261
MSL: BlockIO in vertex is captured as thread storage.
by Hans-Kristian Arntzen
· 7 months ago
2841179
Merge pull request #2589 from nyorain/debug-source-continued
by Hans-Kristian Arntzen
· 7 months ago
0bfb535
Add support for SourceContinued instructions
by nyorain
· 7 months ago
998146d
Merge pull request #2583 from nyorain/debug-info-ext
by Hans-Kristian Arntzen
· 7 months ago
5d4d54e
Style nits from review.
by Hans-Kristian Arntzen
· 7 months ago
18323e5
Update reuse meta info for new SPIR-V header.
by Hans-Kristian Arntzen
· 7 months ago
622d5d7
Merge pull request #2586 from KhronosGroup/fix-2584
by Hans-Kristian Arntzen
· 7 months ago
0ac65a3
HLSL: Fix a bunch of lingering issues with HLSL packlayouts.
by Hans-Kristian Arntzen
· 7 months ago
f9dcfa7
Merge pull request #2585 from KhronosGroup/fix-2582
by Hans-Kristian Arntzen
· 7 months ago
ede9d12
MSL: Deal with std140 layouts when copying arrays between storage class.
by Hans-Kristian Arntzen
· 7 months ago
75d2008
Add basic support for ShaderDebugInfo
by nyorain
· 8 months ago
28184c1
Merge pull request #2580 from akb825/main
by Hans-Kristian Arntzen
· 8 months ago
1b8dcd4
Merge pull request #2579 from xen2/hlsl_user_semantic
by Hans-Kristian Arntzen
· 8 months ago
ca9f24c
Style nit
by Hans-Kristian Arntzen
· 8 months ago
7b667ba
Nit fixes from review.
by Hans-Kristian Arntzen
· 8 months ago
fa4bbd2
Use promoted UserSemantic decoration instead of legacy vendor one.
by Hans-Kristian Arntzen
· 8 months ago
5b9f104
c: Bump API version.
by Hans-Kristian Arntzen
· 8 months ago
30d8670
Avoid compiler warning when -Wconvert enabled
by Aaron Barany
· 8 months ago
326185b
HLSL: Uses UserSemantic decoration to generate vertex input and output semantics.
by Virgile Bello
· 8 months ago
b8bd9d5
Merge pull request #2578 from lance5/main
by Hans-Kristian Arntzen
· 9 months ago
8ecffc1
[fix] MSL: Additional MSL specific keywords(`signed`).
by lance5
· 9 months ago
e524910
Merge pull request #2577 from lance5/main
by Hans-Kristian Arntzen
· 9 months ago
1f5b7c2
[fix] HLSL: Additional HLSL specific keywords(`signed`).
by lance5
· 9 months ago
4f77a07
HLSL: Actually check external linkage properly when eliminating.
by Hans-Kristian Arntzen
· 9 months ago
d2d34d5
Merge pull request #2576 from KhronosGroup/pr-2575
by Hans-Kristian Arntzen
· 9 months ago
ca58194
HLSL: Limit IO variable elimination to external linkage.
by Hans-Kristian Arntzen
· 9 months ago
ff90709
HLSL: Fix shader input variable for --remove-unused-variables
by lance5
· 9 months ago
fb0c1a3
Merge pull request #2573 from KhronosGroup/fix-2566
by Hans-Kristian Arntzen
· 9 months ago
upstream/vulkan-sdk-1.4.335
vulkan-sdk-1.4.335.0
dfa50cd
MSL: Fix handling of forced temporary row-major matrices.
by Hans-Kristian Arntzen
· 9 months ago
8d838b4
Merge pull request #2572 from KhronosGroup/fix-2564
by Hans-Kristian Arntzen
· 9 months ago
99f1450
MSL: Handle variable pointer argument to SSBO array.
by Hans-Kristian Arntzen
· 9 months ago
Next »