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-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
2023-07-03
Add test for plain variable mesh position.
Hans-Kristian Arntzen
2
-0
/
+223
2023-07-03
Consider dynamically indexed gl_Position in mesh.
Hans-Kristian Arntzen
3
-11
/
+26
2023-07-03
Consider plain Position builtin variable as well.
Hans-Kristian Arntzen
1
-0
/
+7
2023-07-03
HLSL: Move new mesh shader around to more suitable location.
Hans-Kristian Arntzen
2
-0
/
+0
2023-07-03
Merge branch 'dx12-mesh-flip-y' of https://github.com/Try/SPIRV-Cross into pr...
Hans-Kristian Arntzen
6
-0
/
+189
2023-07-01
track access to meshlet position.y, via SPIRExpression
Try
4
-31
/
+42
2023-06-26
HLSL: Add explicit error for floating point atomics.
Hans-Kristian Arntzen
1
-0
/
+5
2023-06-26
Merge pull request #2172 from cdavis5e/msl-legacy-subgroup
Hans-Kristian Arntzen
7
-39
/
+363
2023-06-26
Apply suggestions from code review
Hans-Kristian Arntzen
1
-24
/
+25
2023-06-26
Merge pull request #2170 from cdavis5e/preserve-numeric-ids
Hans-Kristian Arntzen
346
-3547
/
+3547
2023-06-24
MSL: Support `SPV_KHR_shader_ballot` and `SPV_KHR_subgroup_vote`.
Chip Davis
7
-39
/
+362
2023-06-23
Use --preserve-numeric-ids when assembling test shaders.
Chip Davis
346
-3547
/
+3547
2023-06-18
flip-y-test
Try
3
-0
/
+130
2023-06-18
meshlet flip-y support
Try
2
-0
/
+48
2023-06-12
Merge pull request #2167 from KhronosGroup/fix-2154
Hans-Kristian Arntzen
2
-2
/
+20
2023-06-12
Skip line directives when emitting loop condition blocks.
Hans-Kristian Arntzen
2
-2
/
+20
2023-06-07
Merge pull request #2163 from KhronosGroup/fix-2162
Hans-Kristian Arntzen
4
-3
/
+110
2023-06-07
GLSL: Fix bug with mixed precision on PHI variables.
Hans-Kristian Arntzen
4
-3
/
+110
2023-06-07
Merge pull request #2161 from KhronosGroup/fix-2151
Hans-Kristian Arntzen
35
-126
/
+373
2023-06-07
C-api: Fix warning.
Hans-Kristian Arntzen
1
-0
/
+1
2023-06-07
MSL: Consider changed array types for array-of-constant-bool in struct.
Hans-Kristian Arntzen
2
-2
/
+14
2023-06-07
MSL: Consider bool-short remapping for constant expressions as well.
Hans-Kristian Arntzen
3
-7
/
+35
2023-06-07
Minor cleanup in constant_expression().
Hans-Kristian Arntzen
2
-10
/
+11
2023-06-06
Small cleanup after merge.
Hans-Kristian Arntzen
2
-4
/
+3
2023-06-06
spirv-cross-c: Bump minor version.
Hans-Kristian Arntzen
2
-2
/
+2
2023-06-06
Merge pull request #2159 from qyot27/static_pc
Hans-Kristian Arntzen
2
-6
/
+28
2023-06-06
Merge pull request #2155 from tklajnscek/tk_glsl_get_extensions_api
Hans-Kristian Arntzen
5
-0
/
+81
2023-06-06
MSL: Add test for bool-in-struct edge cases.
Hans-Kristian Arntzen
2
-0
/
+156
2023-06-06
MSL: Handle more complex array copy scenarios with bool <-> short.
Hans-Kristian Arntzen
33
-92
/
+82
2023-06-06
MSL: Handle stores to struct bool[].
Hans-Kristian Arntzen
4
-13
/
+35
2023-06-06
MSL: Consider bool/short remapping when dealing with composites.
Hans-Kristian Arntzen
3
-12
/
+50
2023-06-06
Workaround MSVC jank
Hans-Kristian Arntzen
1
-1
/
+1
2023-06-06
Apply suggestions from code review
Hans-Kristian Arntzen
3
-17
/
+21
2023-06-06
Merge pull request #2157 from rcombs/patch-1
Hans-Kristian Arntzen
1
-5
/
+5
2023-05-30
CMakeLists/pkgconfig: use a single version definition
Stephen Hutchinson
1
-8
/
+5
2023-05-30
Add pkg-config file for static builds
Stephen Hutchinson
2
-0
/
+25
2023-05-27
MSL: fix function constant deduplication misfire
rcombs
1
-5
/
+5
2023-05-26
added get_required_extensions() API to GLSL compiler
Tibor Klajnscek
5
-0
/
+77
2023-05-19
Merge pull request #2152 from KhronosGroup/fix-2143
Hans-Kristian Arntzen
14
-24
/
+314
2023-05-19
Update test output for preserve structured.
Hans-Kristian Arntzen
7
-4
/
+58
2023-05-19
HLSL: Add CLI option for --hlsl-preserve-structured-buffers.
Hans-Kristian Arntzen
1
-0
/
+4
2023-05-19
Merge remote-tracking branch 'epic/fixes_hlsl'
Hans-Kristian Arntzen
10
-24
/
+256
[next]