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
/
spirv_glsl.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-25
GLSL: Fix Clip/Cull in mesh shaders.
Hans-Kristian Arntzen
1
-4
/
+12
2023-08-17
Merge pull request #2187 from KhronosGroup/mesh-invariant-position
Hans-Kristian Arntzen
1
-1
/
+12
2023-08-17
Merge pull request #2186 from KhronosGroup/64bit-images
Hans-Kristian Arntzen
1
-0
/
+12
2023-08-17
GLSL: Emit inline invariant position for mesh shaders.
Hans-Kristian Arntzen
1
-1
/
+12
2023-08-17
GLSL: Implement 64-bit image support.
Hans-Kristian Arntzen
1
-0
/
+12
2023-08-17
GLSL: Require mesh shader when using perprimitiveEXT in frag shader.
Hans-Kristian Arntzen
1
-1
/
+4
2023-07-03
Consider dynamically indexed gl_Position in mesh.
Hans-Kristian Arntzen
1
-5
/
+10
2023-07-03
Consider plain Position builtin variable as well.
Hans-Kristian Arntzen
1
-0
/
+7
2023-07-03
Merge branch 'dx12-mesh-flip-y' of https://github.com/Try/SPIRV-Cross into pr...
Hans-Kristian Arntzen
1
-0
/
+28
2023-07-01
track access to meshlet position.y, via SPIRExpression
Try
1
-0
/
+28
2023-06-12
Skip line directives when emitting loop condition blocks.
Hans-Kristian Arntzen
1
-2
/
+18
2023-06-07
Merge pull request #2163 from KhronosGroup/fix-2162
Hans-Kristian Arntzen
1
-1
/
+26
2023-06-07
GLSL: Fix bug with mixed precision on PHI variables.
Hans-Kristian Arntzen
1
-1
/
+26
2023-06-07
Merge pull request #2161 from KhronosGroup/fix-2151
Hans-Kristian Arntzen
1
-24
/
+116
2023-06-07
MSL: Consider changed array types for array-of-constant-bool in struct.
Hans-Kristian Arntzen
1
-1
/
+13
2023-06-07
MSL: Consider bool-short remapping for constant expressions as well.
Hans-Kristian Arntzen
1
-3
/
+29
2023-06-07
Minor cleanup in constant_expression().
Hans-Kristian Arntzen
1
-8
/
+9
2023-06-06
MSL: Handle more complex array copy scenarios with bool <-> short.
Hans-Kristian Arntzen
1
-2
/
+15
2023-06-06
MSL: Handle stores to struct bool[].
Hans-Kristian Arntzen
1
-2
/
+6
2023-06-06
MSL: Consider bool/short remapping when dealing with composites.
Hans-Kristian Arntzen
1
-10
/
+46
2023-06-06
Apply suggestions from code review
Hans-Kristian Arntzen
1
-1
/
+2
2023-05-26
added get_required_extensions() API to GLSL compiler
Tibor Klajnscek
1
-0
/
+4
2023-05-19
Merge remote-tracking branch 'epic/fixes_hlsl'
Hans-Kristian Arntzen
1
-20
/
+36
2023-05-12
HLSL: Add support to preserve (RW)StructuredBuffer resources.
Laura Hermanns
1
-20
/
+36
2023-05-10
MSL: Don't hit array copy path for pointer to array.
Hans-Kristian Arntzen
1
-1
/
+1
2023-05-10
GLSL: Disambiguate pointer vs array properly in packed_size/alignment.
Hans-Kristian Arntzen
1
-18
/
+17
2023-05-10
Merge pull request #2133 from georgeouzou/main
Hans-Kristian Arntzen
1
-12
/
+303
2023-05-01
GLSL: Address review comments
George Ouzounoudis
1
-2
/
+7
2023-04-24
GLSL: Use actual field offset to validate vec4 boundary alignment.
Laura Hermanns
1
-3
/
+4
2023-04-03
GLSL: Support KHR_subgroup_arithmetic IMul/FMul
georgeouzou
1
-53
/
+104
2023-04-03
GLSL: Checking for inactive threads in non uniform arithmetic ops
georgeouzou
1
-5
/
+7
2023-04-02
GLSL: Support KHR_subgroup_arithmetic FAdd
georgeouzou
1
-8
/
+62
2023-04-02
GLSL: Support KHR_subgroup_arithmetic IAdd
georgeouzou
1
-9
/
+188
2023-03-30
GLSL: Fix expression reorder bug with legacy FMA fallback.
Hans-Kristian Arntzen
1
-2
/
+13
2023-03-21
cleanup
Try
1
-4
/
+0
2023-03-21
virtual emit_mesh_tasks
Try
1
-0
/
+9
2023-03-18
task shader initial
Try
1
-4
/
+4
2023-02-27
GLSL: Don't create temporaries for sampled image types in GLSL.
Laura Hermanns
1
-1
/
+4
2023-01-27
GLSL: Fix missing precision qualifier in spvDeterminant return value
rdb
1
-3
/
+3
2023-01-27
GLSL: Legacy matrix inverse/determinant polyfills, outerProduct()
rdb
1
-35
/
+225
2023-01-27
Merge pull request #2093 from rdb/emulate-unsupported-hyperbolic-funcs
Hans-Kristian Arntzen
1
-6
/
+94
2023-01-27
Merge pull request #2090 from rdb/glsl-legacy-math-funcs
Hans-Kristian Arntzen
1
-15
/
+128
2023-01-27
GLSL: Drop invariant keyword in GLSL 110
rdb
1
-2
/
+2
2023-01-26
GLSL/HLSL: Add emulated fallbacks for sinh/cosh/tanh/asinh/acosh/atanh
rdb
1
-6
/
+94
2023-01-26
GLSL: Add support for modf, isnan and isinf in legacy GLSL
rdb
1
-15
/
+128
2023-01-26
GLSL: Minor fixes for shader clock implementation.
Hans-Kristian Arntzen
1
-19
/
+12
2023-01-26
Merge pull request #2091 from LDeakin/shader-clock
Hans-Kristian Arntzen
1
-0
/
+43
2023-01-26
Merge pull request #2096 from rdb/glsl-extension-checks
Hans-Kristian Arntzen
1
-11
/
+73
2023-01-23
GLSL: Allow sample inputs in desktop < 400 with GL_ARB_sample_shading
rdb
1
-9
/
+15
2023-01-23
GLSL: Add various additional extension checks.
rdb
1
-2
/
+58
[next]