Sign in
chromium
/
external
/
github.com
/
KhronosGroup
/
SPIRV-Cross
/
HEAD
542db37
Merge pull request #2563 from n-dub/main
by Hans-Kristian Arntzen
· 2 days ago
main
fbf8b29
Merge pull request #2561 from KhronosGroup/fix-2560
by Hans-Kristian Arntzen
· 2 days ago
eae74bb
test: Drop the weird Z:/ hacks for metal compiler on wine.
by Hans-Kristian Arntzen
· 2 days ago
438517b
test: Ignore metal 4.0 shaders in CI for now.
by Hans-Kristian Arntzen
· 2 days ago
9ba5776
HLSL: Fix preserving of globallycoherent structured buffers.
by Nikita Dubovikov
· 5 days ago
0212c1b
MSL: Support image cube atomics on MSL 4.0+.
by Hans-Kristian Arntzen
· 3 weeks ago
9770957
Merge pull request #2559 from squidbus/fma
by Hans-Kristian Arntzen
· 3 weeks ago
186a5f5
MSL: Support OpFmaKHR
by squidbus
· 3 weeks ago
5e665b1
Roll dependencies
by squidbus
· 3 weeks ago
5b82b65
Merge pull request #2555 from KhronosGroup/fix-2552
by Hans-Kristian Arntzen
· 4 weeks ago
3322fa7
MSL: Narrow down which analysis passes need deep ID mapping.
by Hans-Kristian Arntzen
· 4 weeks ago
86b783a
MSL: Rethink "const device" handling.
by Hans-Kristian Arntzen
· 4 weeks ago
21b3650
HLSL: Fix broken coordinates for CalculateLOD. (#2554)
by Hans-Kristian Arntzen
· 4 weeks ago
a0444bf
Remove `[[maybe_unused]]` (requires C++17) (#2549)
by Sergey Kosarevsky
· 4 weeks ago
5b86abb
Merge pull request #2551 from squidbus/mesh-per-vert
by Hans-Kristian Arntzen
· 4 weeks ago
ad9b4ad
Merge pull request #2550 from squidbus/fix-pointsizedefault-tess
by Hans-Kristian Arntzen
· 4 weeks ago
992f2f1
HLSL: Fix broken coordinates for CalculateLOD.
by Hans-Kristian Arntzen
· 4 weeks ago
63c879e
MSL: Fix writing default gl_PointSize in tessellation shaders.
by squidbus
· 4 weeks ago
8c52fea
MSL: Fix mesh shader with no vertex outputs.
by squidbus
· 4 weeks ago
7affe74
MSL: Throw on attempting to alias unrolled discrete descriptors.
by Hans-Kristian Arntzen
· 7 weeks ago
vulkan-sdk-1.4.328
vulkan-sdk-1.4.328.0
vulkan-sdk-1.4.328.1
29f9df5
Merge pull request #2548 from KhronosGroup/fix-2542
by Hans-Kristian Arntzen
· 7 weeks ago
896fc88
MSL: Rethink how discrete variable count descriptor arrays are emitted.
by Hans-Kristian Arntzen
· 7 weeks ago
b0fe8e8
Merge pull request #2546 from KhronosGroup/fix-2539
by Hans-Kristian Arntzen
· 7 weeks ago
d245df3
MSL: Ensure dynamic buffer offsets get a unique name.
by Hans-Kristian Arntzen
· 7 weeks ago
acf8c8f
MSL: Get rid of obsolete buffer_aliases_argument vector.
by Hans-Kristian Arntzen
· 7 weeks ago
9868edc
Merge pull request #2547 from KhronosGroup/fix-2523
by Hans-Kristian Arntzen
· 7 weeks ago
085818f
Add ability to override namespace of included spir-v header.
by Hans-Kristian Arntzen
· 7 weeks ago
4331fac
Merge pull request #2545 from KhronosGroup/fix-2538
by Hans-Kristian Arntzen
· 7 weeks ago
599d35f
MSL: Deal with 64-bit subgroup shuffles.
by Hans-Kristian Arntzen
· 7 weeks ago
ac61f0a
MSL: Add some extra reserved function names.
by Hans-Kristian Arntzen
· 7 weeks ago
615699c
GLSL: Implement extended subgroup types.
by Hans-Kristian Arntzen
· 7 weeks ago
b26ac3f
Merge pull request #2543 from krovee/main
by Hans-Kristian Arntzen
· 9 weeks ago
60c4ec0
Apply suggestions from code review
by Hans-Kristian Arntzen
· 9 weeks ago
cad2fca
Merge pull request #1 from krovee/fix/configurable-ns-spirv_hlsl-cpp
by krovee
· 9 weeks ago
93f4a53
Fix use of default spirv_cross to SPIRV_CROSS_NAMESPACE in spirv_hlsl.cpp
by krovee
· 9 weeks ago
0724442
Merge pull request #2541 from KhronosGroup/fix-2537
by Hans-Kristian Arntzen
· 2 months ago
c12d336
MSL: Don't emit const device for readonly SSBO.
by Hans-Kristian Arntzen
· 2 months ago
23474eb
Merge pull request #2540 from KhronosGroup/fix-2527
by Hans-Kristian Arntzen
· 2 months ago
a2e24af
MSL: Fix array copy to array inside stage IO Blocks.
by Hans-Kristian Arntzen
· 2 months ago
6585e11
MSL: Add missing reference output for pr 2536.
by Hans-Kristian Arntzen
· 2 months ago
9ef5f50
Merge pull request #2536 from strandborg/metal-bool-spec-constants
by Hans-Kristian Arntzen
· 2 months ago
7a261b4
Fix validity of new test shader.
by Hans-Kristian Arntzen
· 2 months ago
a127a0f
MSL: Fix boolean spec const as_type<> invalid output
by Mikko Strandborg
· 3 months ago
0a88b2d
Merge pull request #2535 from KhronosGroup/fix-2525
by Hans-Kristian Arntzen
· 3 months ago
1c7a558
Merge pull request #2533 from DiligentGraphics/diligent-sdk-1.4.321
by Hans-Kristian Arntzen
· 3 months ago
abee6bf
MSL: Attempt to deal with float controls and trancendentals.
by Hans-Kristian Arntzen
· 3 months ago
4eb2bb3
Reroute any NoContraction queries through float controls.
by Hans-Kristian Arntzen
· 3 months ago
ec60694
Expand type_is_floating_point to new coopmat types.
by Hans-Kristian Arntzen
· 3 months ago
f2a2b1b
Add helper to query effective float_controls2 per-op.
by Hans-Kristian Arntzen
· 3 months ago
c5f8ea1
Add source language to parsed IR source data
by assiduous
· 3 months ago
2ea5d37
Merge pull request #2532 from KhronosGroup/fix-2530
by Hans-Kristian Arntzen
· 3 months ago
28c68ff
MSL: Fix crash when using force-native-arrays in some cases.
by Hans-Kristian Arntzen
· 3 months ago
7789fe4
Merge pull request #2528 from theHamsta/coopvec-accesschains
by Hans-Kristian Arntzen
· 3 months ago
4b7bcb7
Merge pull request #2531 from KhronosGroup/cfg-traversal-stack-flatten
by Hans-Kristian Arntzen
· 3 months ago
bbc8868
Rewrite CFG traversal algorithm to not be recursive.
by Hans-Kristian Arntzen
· 3 months ago
6458ad0
Deal with pathological recursion scenarios.
by Hans-Kristian Arntzen
· 3 months ago
7ff43ba
Be more memory efficient when moving expression invalidations around.
by Hans-Kristian Arntzen
· 3 months ago
2afea95
glsl: support OpAccessChain on OpTypeCooperativeVectorNV
by Stephan Seitz
· 3 months ago
7fde353
Merge pull request #2526 from KhronosGroup/fix-2525
by Hans-Kristian Arntzen
· 3 months ago
6ad3ece
MSL: Don't use fast::normalize for half at all.
by Hans-Kristian Arntzen
· 3 months ago
c996540
Merge pull request #2522 from KhronosGroup/fix-2516
by Hans-Kristian Arntzen
· 3 months ago
df3b1cb
Merge pull request #2521 from KhronosGroup/fix-2515
by Hans-Kristian Arntzen
· 3 months ago
0238ebf
Merge pull request #2520 from KhronosGroup/fix-2513
by Hans-Kristian Arntzen
· 3 months ago
6034fa7
README: Add a note clarifying which kinds of GLSL can be cross compiled.
by Hans-Kristian Arntzen
· 3 months ago
6d5e12d
MSL: Fix edge case where a reference is taken of packed vector element.
by Hans-Kristian Arntzen
· 3 months ago
533bb76
MSL: Always emit gl_Layer for multiview.
by Hans-Kristian Arntzen
· 3 months ago
073a60d
Merge pull request #2519 from KhronosGroup/fix-2511
by Hans-Kristian Arntzen
· 3 months ago
5e2a851
MSL: Deal with spec constant arrays which depend on composite extract.
by Hans-Kristian Arntzen
· 3 months ago
f02c55d
Propagate spec constant use through composites.
by Hans-Kristian Arntzen
· 3 months ago
c678f94
Merge pull request #2518 from KhronosGroup/fix-2507
by Hans-Kristian Arntzen
· 3 months ago
a92254a
Merge pull request #2517 from KhronosGroup/fix-2506
by Hans-Kristian Arntzen
· 3 months ago
b9c63db
MSL: Fix issues with fp16 trancendentals.
by Hans-Kristian Arntzen
· 3 months ago
8c018ed
Implement line directive from ShaderDebugInfo.100.
by Hans-Kristian Arntzen
· 3 months ago
256192e
Merge pull request #2499 from Saancreed/glsl-nv-cluster-acceleration-structure
by Hans-Kristian Arntzen
· 3 months ago
8245791
Merge pull request #2512 from KhronosGroup/pr-2489
by Hans-Kristian Arntzen
· 3 months ago
c7e6a01
GLSL: Use the matrix layout names for coopvec.
by Hans-Kristian Arntzen
· 3 months ago
1c86e5e
Set parent type for coopvec.
by Hans-Kristian Arntzen
· 3 months ago
421220a
Refactor all extended type info into union.
by Hans-Kristian Arntzen
· 3 months ago
b7f4539
Cleanups for review.
by Hans-Kristian Arntzen
· 3 months ago
11584d5
glsl: implement `SPV_NV_cooperative_vector`
by Stephan Seitz
· 3 months ago
5b46644
Merge pull request #2505 from mxpv/reflect
by Hans-Kristian Arntzen
· 4 months ago
7fbfe4f
Reflect workgroup_size for mesh/task shaders
by Maksym Pavlenko
· 4 months ago
9301aaa
Add mesh shading execution models to reflection
by Maksym Pavlenko
· 4 months ago
efee021
GLSL: Add partial support for NV_cluster_acceleration_structure.
by Krzysztof Bogacki
· 4 months ago
d8e3e2b
Merge pull request #2497 from hybelius/GL_ARM_tensors
by Hans-Kristian Arntzen
· 4 months ago
vulkan-sdk-1.4.321
vulkan-sdk-1.4.321.0
470abe4
Add support for GL_ARM_tensors
by Patrik Wallin Hybelius
· 4 months ago
48357fc
Fix test failing due to updated glslang
by Patrik Wallin Hybelius
· 4 months ago
b1d2c76
Roll deps.
by Patrik Wallin Hybelius
· 4 months ago
d7440cb
Merge pull request #2503 from KhronosGroup/fix-2502
by Hans-Kristian Arntzen
· 5 months ago
6e3a91b
MSL: Always emit access qualifier when emitting coherency.
by Hans-Kristian Arntzen
· 5 months ago
2345c78
Merge pull request #2500 from KhronosGroup/pr-2495
by Hans-Kristian Arntzen
· 5 months ago
6d66232
MSL: Rethink add_pragma_line and add_typedef_line.
by Hans-Kristian Arntzen
· 5 months ago
94cc87b
Merge branch 'expose-FPFastMathDefault' of https://github.com/billhollings/SPIRV-Cross into pr-2495
by Hans-Kristian Arntzen
· 5 months ago
e17b189
Nit
by Hans-Kristian Arntzen
· 5 months ago
beb9792
MSL: Support SPIR-V Fast Math execution modes and decorations.
by Bill Hollings
· 5 months ago
bc491f6
Merge pull request #2498 from KhronosGroup/glsl-float8
by Hans-Kristian Arntzen
· 5 months ago
04cd304
GLSL: Implement the conversion part of NV_coopmat2.
by Hans-Kristian Arntzen
· 5 months ago
071cefb
GLSL: Implement GL_EXT_float8.
by Hans-Kristian Arntzen
· 5 months ago
b5cd558
Add packed base size for bfloat16.
by Hans-Kristian Arntzen
· 5 months ago
edc29b7
Update SPIR-V headers.
by Hans-Kristian Arntzen
· 5 months ago
Next »