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
path:
root
/
reference
/
shaders-no-opt
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-11
Merge pull request #2216 from KhronosGroup/buffer-reference-2
Hans-Kristian Arntzen
8
-8
/
+8
2023-10-11
GLSL: Use buffer_reference2 instead of 1.
Hans-Kristian Arntzen
8
-8
/
+8
2023-10-11
GLSL: Ignore bogus constant/undefs which use block types.
Hans-Kristian Arntzen
1
-0
/
+13
2023-10-11
GLSL: Handle empty block declarations.
Hans-Kristian Arntzen
1
-0
/
+12
2023-08-25
GLSL: Fix Clip/Cull in mesh shaders.
Hans-Kristian Arntzen
1
-0
/
+35
2023-08-17
Merge pull request #2187 from KhronosGroup/mesh-invariant-position
Hans-Kristian Arntzen
2
-0
/
+68
2023-08-17
Merge pull request #2186 from KhronosGroup/64bit-images
Hans-Kristian Arntzen
1
-0
/
+22
2023-08-17
GLSL: Emit inline invariant position for mesh shaders.
Hans-Kristian Arntzen
2
-0
/
+68
2023-08-17
GLSL: Implement 64-bit image support.
Hans-Kristian Arntzen
1
-0
/
+22
2023-08-17
GLSL: Require mesh shader when using perprimitiveEXT in frag shader.
Hans-Kristian Arntzen
1
-0
/
+11
2023-06-23
Use --preserve-numeric-ids when assembling test shaders.
Chip Davis
82
-894
/
+894
2023-06-07
GLSL: Fix bug with mixed precision on PHI variables.
Hans-Kristian Arntzen
2
-2
/
+33
2023-05-10
MSL: Use templated array type when emitting BDA to arrays.
Hans-Kristian Arntzen
1
-0
/
+45
2023-05-10
Merge pull request #2133 from georgeouzou/main
Hans-Kristian Arntzen
8
-0
/
+3792
2023-05-01
GLSL: Add tests for subgroup iadd, fadd, imul, fmul
George Ouzounoudis
8
-0
/
+3792
2023-03-30
GLSL: Fix expression reorder bug with legacy FMA fallback.
Hans-Kristian Arntzen
1
-0
/
+10
2023-01-12
GLSL: Handle textureGatherOffsets properly.
Hans-Kristian Arntzen
1
-0
/
+12
2023-01-12
Also consider NonSemantic ExtInst in block_is_noop.
Hans-Kristian Arntzen
1
-12
/
+2
2023-01-11
Update test for updated block_is_noop check.
Hans-Kristian Arntzen
1
-12
/
+2
2023-01-11
Add tests for loops compiled with debug semantics.
Hans-Kristian Arntzen
2
-0
/
+52
2022-12-13
CFG: Handle implied access to opaque loaded values.
Hans-Kristian Arntzen
1
-0
/
+71
2022-11-20
Interleave undef values with constants and types.
Chip Davis
9
-29
/
+30
2022-11-02
GLSL: Add test for mesh with non-block builtin IO.
Hans-Kristian Arntzen
1
-0
/
+44
2022-09-12
Update mesh/task test references.
Hans-Kristian Arntzen
3
-0
/
+77
2022-09-05
GLSL: Implement task shaders.
Hans-Kristian Arntzen
1
-0
/
+35
2022-08-09
MSL: Fix various bugs with Ptr/U bitcasts.
Hans-Kristian Arntzen
1
-0
/
+37
2022-08-09
Do not optimize OpCompositeInsert for hoisted temporaries.
Hans-Kristian Arntzen
2
-0
/
+56
2022-07-22
Handle multiple breaks out of switches.
Hans-Kristian Arntzen
1
-0
/
+52
2022-07-22
Merge pull request #1985 from KhronosGroup/fix-1973
Hans-Kristian Arntzen
1
-0
/
+51
2022-07-22
Handle collapsed loops similar to collapsed selections.
Hans-Kristian Arntzen
1
-0
/
+51
2022-07-22
Avoid detection of false loop variables.
Hans-Kristian Arntzen
1
-0
/
+411
2022-07-04
Handle PHI in collapsed switch constructs.
Hans-Kristian Arntzen
1
-0
/
+11
2022-06-17
GLSL: Handle forced temporary OpConvertUToAccelerationStructureKHR.
Hans-Kristian Arntzen
1
-0
/
+28
2022-06-10
Merge pull request #1959 from KhronosGroup/fix-1955-1956
Hans-Kristian Arntzen
8
-4
/
+32
2022-06-07
GLSL: Add more extension ladder fallbacks for unusual integer sizes.
Hans-Kristian Arntzen
8
-4
/
+32
2022-06-07
Fix control flow bug where we missed continue;
Hans-Kristian Arntzen
1
-0
/
+22
2022-05-27
GLSL: Implement 1D texture emulation for ES.
Hans-Kristian Arntzen
2
-0
/
+51
2022-05-18
Add tests for OpCompositeInsert edge cases.
Hans-Kristian Arntzen
1
-0
/
+73
2022-05-18
Attempt more optimal codegen for OpCompositeInsert.
Hans-Kristian Arntzen
3
-47
/
+31
2022-05-02
GLSL: Handle more proper semantics for RelaxedPrecision.
Hans-Kristian Arntzen
6
-3
/
+105
2022-04-28
Handle early reads from loop variables with initializers.
Hans-Kristian Arntzen
2
-0
/
+215
2022-04-19
GLSL: Support GL_EXT_debug_printf.
Hans-Kristian Arntzen
1
-0
/
+10
2022-03-10
Fixup names of anonymous inner structs.
Hans-Kristian Arntzen
1
-0
/
+63
2022-03-04
Add test for SPIR-V 1.6 Volatile HelperInvocation.
Hans-Kristian Arntzen
1
-0
/
+16
2022-03-03
Add relax_nan_checks options.
Hans-Kristian Arntzen
3
-4
/
+39
2022-03-03
Handle OpTerminateInvocation.
Hans-Kristian Arntzen
1
-0
/
+21
2022-02-16
GLSL: Ensure correct signed integer type for more texture functions.
Hans-Kristian Arntzen
1
-0
/
+15
2022-01-18
Test aliased names in declared LUTs.
Hans-Kristian Arntzen
1
-0
/
+16
2022-01-18
Handle aliased names in spec constants.
Hans-Kristian Arntzen
2
-0
/
+70
2022-01-17
Merge pull request #1847 from KhronosGroup/fix-1775
Hans-Kristian Arntzen
2
-0
/
+316
[next]