index
:
platform/upstream/SPIRV-Cross
master
tizen
upstream
Domain: Graphics System / GL; Licenses: Apache-2.0;
Joonbum Ko <joonbum.ko@samsung.com>, SooChan Lim <sc1.lim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-16
Merge pull request #2218 from KhronosGroup/pr-2217
upstream/1.3.268
upstream
Hans-Kristian Arntzen
9
-2
/
+152
2023-10-16
Style fixups.
Hans-Kristian Arntzen
2
-10
/
+9
2023-10-16
Fixup stray comments in test_shaders.sh.
Hans-Kristian Arntzen
1
-7
/
+7
2023-10-16
Merge branch 'metal-3-1-regression-fix' of https://github.com/billhollings/SP...
Hans-Kristian Arntzen
10
-9
/
+160
2023-10-14
MSL: Workaround Metal 3.1 regression bug on recursive input structs.
Bill Hollings
10
-10
/
+161
2023-10-14
Fix stray namespace issue.
Hans-Kristian Arntzen
1
-1
/
+1
2023-10-11
Merge pull request #2216 from KhronosGroup/buffer-reference-2
Hans-Kristian Arntzen
25
-25
/
+25
2023-10-11
Merge pull request #2215 from KhronosGroup/fix-2210
Hans-Kristian Arntzen
8
-8
/
+137
2023-10-11
GLSL: Use buffer_reference2 instead of 1.
Hans-Kristian Arntzen
25
-25
/
+25
2023-10-11
GLSL: Ignore bogus constant/undefs which use block types.
Hans-Kristian Arntzen
5
-8
/
+76
2023-10-11
GLSL: Handle empty block declarations.
Hans-Kristian Arntzen
3
-0
/
+37
2023-10-11
HLSL: Add missing reference output file.
Hans-Kristian Arntzen
1
-0
/
+24
2023-10-10
Merge pull request #2207 from etang-cw/CacheSpirvTools
Hans-Kristian Arntzen
1
-2
/
+11
2023-10-10
Merge pull request #2211 from EpicGames/main
Hans-Kristian Arntzen
1
-0
/
+39
2023-10-09
Add Natvis file with debug information for VectorView and SmallVector.
Laura Hermanns
1
-0
/
+39
2023-10-03
Parallelize Github Actions builds
Evan Tang
1
-2
/
+2
2023-10-03
Cache externals in GitHub Actions
Evan Tang
1
-0
/
+9
2023-10-02
Merge pull request #2205 from Try/hlsl-ssbo-array-store-fix
Hans-Kristian Arntzen
3
-1
/
+47
2023-09-28
Fix unroll, when storing to pointer to array
Try
3
-1
/
+47
2023-09-25
Merge pull request #2203 from Try/msl-atomics-fix
Hans-Kristian Arntzen
3
-0
/
+160
2023-09-25
Merge pull request #2201 from Try/msl-rayquery-mutability-fix
Hans-Kristian Arntzen
3
-0
/
+101
2023-09-19
fix extraction of global variables, in case of atomics
Try
3
-0
/
+160
2023-09-16
MSL: fix mutability for rayQueryEXT parameters
Try
3
-0
/
+101
2023-09-12
Merge pull request #2197 from Try/rich-descriptor-fixup
Hans-Kristian Arntzen
1
-1
/
+2
2023-09-06
check for SPVFuncImplVariableSizedDescriptor
Try
1
-1
/
+2
2023-08-28
Merge pull request #2193 from KhronosGroup/fix-2192
Hans-Kristian Arntzen
1
-3
/
+3
2023-08-28
MSL: Workaround bizarre crash on macOS.
Hans-Kristian Arntzen
1
-3
/
+3
2023-08-28
Merge pull request #2190 from hiteshbosamiya/SC-2189
Hans-Kristian Arntzen
2
-25
/
+34
2023-08-26
[SC-2189] Compiler::get_shader_resources() does not return all uniforms
Hitesh A. Bosamiya
2
-25
/
+34
2023-08-25
Merge pull request #2191 from KhronosGroup/mesh-clip-cull-fix
Hans-Kristian Arntzen
3
-4
/
+151
2023-08-25
GLSL: Fix Clip/Cull in mesh shaders.
Hans-Kristian Arntzen
3
-4
/
+151
2023-08-17
Merge pull request #2187 from KhronosGroup/mesh-invariant-position
Hans-Kristian Arntzen
9
-13
/
+253
2023-08-17
Merge pull request #2186 from KhronosGroup/64bit-images
Hans-Kristian Arntzen
3
-0
/
+50
2023-08-17
Merge pull request #2185 from KhronosGroup/perprimitive-fix
Hans-Kristian Arntzen
3
-1
/
+25
2023-08-17
Merge pull request #2184 from KhronosGroup/msl-runtime-array-to-argument-buffer
Hans-Kristian Arntzen
10
-69
/
+771
2023-08-17
GLSL: Emit inline invariant position for mesh shaders.
Hans-Kristian Arntzen
9
-13
/
+253
2023-08-17
GLSL: Implement 64-bit image support.
Hans-Kristian Arntzen
3
-0
/
+50
2023-08-17
GLSL: Require mesh shader when using perprimitiveEXT in frag shader.
Hans-Kristian Arntzen
3
-1
/
+25
2023-08-17
MSL: Fixup nits from review.
Hans-Kristian Arntzen
4
-15
/
+9
2023-08-17
MSL: runtime array over argument buffers
Try
10
-68
/
+776
2023-08-17
Merge pull request #2153 from etang-cw/TexFence
Hans-Kristian Arntzen
6
-1
/
+15
2023-08-15
MSL: Make rw texture fences optional
Evan Tang
2
-1
/
+7
2023-08-15
MSL: Prevent RAW hazards on read_write textures
Evan Tang
5
-1
/
+9
2023-07-26
Merge pull request #2178 from billhollings/arg-buff-fixes
Hans-Kristian Arntzen
1
-9
/
+5
2023-07-14
Fix argument buffer padding when content includes arrays.
Bill Hollings
1
-9
/
+5
2023-07-14
Merge pull request #2176 from Try/msl-intersection-params
Hans-Kristian Arntzen
6
-7
/
+140
2023-07-03
update rq unit tests
Try
2
-3
/
+55
2023-07-03
update rq unit tests
Try
2
-3
/
+53
2023-07-03
+ spvMakeIntersectionParams
Try
2
-1
/
+32
2023-07-03
Merge pull request #2174 from KhronosGroup/pr-2168
Hans-Kristian Arntzen
8
-0
/
+434
[next]