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-01-17
Merge pull request #2087 from rdb/patch-1
upstream/1.3.239
Hans-Kristian Arntzen
1
-0
/
+8
2023-01-17
Merge pull request #2086 from rdb/legacy-int-attributes
Hans-Kristian Arntzen
8
-21
/
+145
2023-01-16
GLSL: Support GL_NV_shader_noperspective_interpolation in GLES
rdb
1
-0
/
+8
2023-01-15
Fix misc compilation issues with std::max.
Hans-Kristian Arntzen
1
-4
/
+4
2023-01-14
GLSL/HLSL: Add legacy handling for int vertex attributes
rdb
8
-21
/
+145
2023-01-12
Updates for main branch rename.
Hans-Kristian Arntzen
3
-4
/
+8
2023-01-12
Merge pull request #2085 from KhronosGroup/fix-2075
Hans-Kristian Arntzen
5
-25
/
+44
2023-01-12
Merge pull request #2084 from KhronosGroup/fix-2069
Hans-Kristian Arntzen
1
-4
/
+13
2023-01-12
GLSL: Handle textureGatherOffsets properly.
Hans-Kristian Arntzen
5
-25
/
+44
2023-01-12
GLSL: Declare gl_in/gl_out as array more robustly.
Hans-Kristian Arntzen
1
-4
/
+13
2023-01-12
Merge pull request #2083 from KhronosGroup/pr-2080
Hans-Kristian Arntzen
11
-24
/
+134
2023-01-12
Refactor PHI checks into block_is_noop instead.
Hans-Kristian Arntzen
1
-17
/
+12
2023-01-12
Also consider NonSemantic ExtInst in block_is_noop.
Hans-Kristian Arntzen
5
-22
/
+24
2023-01-11
Update test for updated block_is_noop check.
Hans-Kristian Arntzen
1
-12
/
+2
2023-01-11
Merge branch 'accept_noop' of https://github.com/loic-sharma/SPIRV-Cross into...
Hans-Kristian Arntzen
2
-1
/
+35
2023-01-11
Add tests for loops compiled with debug semantics.
Hans-Kristian Arntzen
5
-1
/
+90
2023-01-11
Roll dependencies.
Hans-Kristian Arntzen
1
-3
/
+3
2023-01-09
Accept no ops
Loic Sharma
2
-1
/
+35
2023-01-09
Merge pull request #2076 from billhollings/ios-tier2-writable-images
Hans-Kristian Arntzen
6
-15
/
+49
2023-01-08
Fixes from code review of adding writable images to iOS Tier2 argument buffers.
Bill Hollings
3
-4
/
+3
2023-01-05
Merge pull request #2078 from KhronosGroup/fix-2072
Hans-Kristian Arntzen
2
-3
/
+3
2023-01-05
Fix GCC5 build.
Hans-Kristian Arntzen
2
-3
/
+3
2023-01-05
Merge pull request #2077 from EpicGames/fixes_glsl
Hans-Kristian Arntzen
1
-1
/
+1
2023-01-03
Fixed typo in CompilerGLSL::should_dereference()
Laura Hermanns
1
-1
/
+1
2022-12-28
MSL: Add support for writable images in iOS Tier2 argument buffers.
Bill Hollings
6
-15
/
+50
2022-12-13
Merge pull request #2071 from KhronosGroup/fix-2068
Hans-Kristian Arntzen
4
-5
/
+203
2022-12-13
Merge pull request #2070 from KhronosGroup/fix-2066
Hans-Kristian Arntzen
11
-13
/
+128
2022-12-13
CFG: Handle implied access to opaque loaded values.
Hans-Kristian Arntzen
4
-5
/
+203
2022-12-13
GLSL: Fix row-major workaround wrapper for ES.
Hans-Kristian Arntzen
8
-11
/
+121
2022-12-13
Add C API option for enable row major workaround.
Hans-Kristian Arntzen
3
-2
/
+7
2022-11-21
Merge pull request #2063 from KhronosGroup/fix-2060
Hans-Kristian Arntzen
6
-5
/
+60
2022-11-21
Merge pull request #2062 from cdavis5e/msl-spirv-assembly-fixes
Hans-Kristian Arntzen
60
-175
/
+1011
2022-11-21
MSL: Refactor member reference in terms of one boolean.
Hans-Kristian Arntzen
6
-9
/
+64
2022-11-21
Fix MSL Access Chain
Dunfan Lu
4
-9
/
+9
2022-11-21
Merge pull request #2056 from cdavis5e/msl-discarded-frag-checks
Hans-Kristian Arntzen
24
-49
/
+832
2022-11-20
MSL: Don't dereference forwarded copies of `OpVariable` pointers.
Chip Davis
7
-3
/
+206
2022-11-20
Interleave undef values with constants and types.
Chip Davis
47
-172
/
+340
2022-11-20
GLSL, MSL: Handle `OpUndef` as part of a constant composite.
Chip Davis
7
-0
/
+333
2022-11-20
MSL: Prevent stores to storage resources in discarded fragments.
Chip Davis
15
-23
/
+650
2022-11-20
MSL: Add missing casts to `Op?MulExtended`.
Chip Davis
4
-4
/
+136
2022-11-19
MSL: Manually update `BuiltInHelperInvocation` when a fragment is discarded.
Chip Davis
14
-27
/
+183
2022-11-08
Merge pull request #2055 from KhronosGroup/fix-2053
Hans-Kristian Arntzen
4
-12
/
+18
2022-11-08
Handle ShaderDebugInfo non-semantic extension.
Hans-Kristian Arntzen
4
-12
/
+18
2022-11-02
Merge pull request #2052 from KhronosGroup/hlsl-mesh-shader-ext
Hans-Kristian Arntzen
15
-47
/
+1440
2022-11-02
HLSL: Fix test for non-block per-primitive IO.
Hans-Kristian Arntzen
2
-7
/
+8
2022-11-02
HLSL: Do not support ClipCull size > 4 in mesh shaders.
Hans-Kristian Arntzen
8
-47
/
+70
2022-11-02
GLSL: Add test for mesh with non-block builtin IO.
Hans-Kristian Arntzen
2
-0
/
+194
2022-11-02
HLSL: Handle case where PerVertex block is not used.
Hans-Kristian Arntzen
3
-15
/
+239
2022-11-02
HLSL: Make sure to test deeply nested functions in mesh shaders.
Hans-Kristian Arntzen
3
-23
/
+43
2022-11-02
HLSL: Some cleanups and fixes in analyze_meshlet_writes.
Hans-Kristian Arntzen
5
-97
/
+107
[next]