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_parser.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-12
Also consider NonSemantic ExtInst in block_is_noop.
Hans-Kristian Arntzen
1
-0
/
+2
2022-11-08
Handle ShaderDebugInfo non-semantic extension.
Hans-Kristian Arntzen
1
-9
/
+13
2022-09-05
GLSL: Implement task shaders.
Hans-Kristian Arntzen
1
-0
/
+21
2022-09-05
GLSL: Implement GL_EXT_mesh_shader.
Hans-Kristian Arntzen
1
-0
/
+4
2022-07-22
Handle collapsed loops similar to collapsed selections.
Hans-Kristian Arntzen
1
-1
/
+10
2022-04-19
GLSL: Support GL_EXT_debug_printf.
Hans-Kristian Arntzen
1
-0
/
+2
2022-03-03
Merge pull request #1880 from KhronosGroup/fix-1879
Hans-Kristian Arntzen
1
-0
/
+1
2022-03-03
Handle OpTerminateInvocation.
Hans-Kristian Arntzen
1
-0
/
+1
2022-03-02
Qualify std::move.
Daniel Thornburgh
1
-2
/
+2
2022-02-16
Fix regression from adding 64-bit switch support.
Hans-Kristian Arntzen
1
-2
/
+9
2022-01-06
Merge pull request #1839 from KhronosGroup/spv1.6
Hans-Kristian Arntzen
1
-0
/
+1
2022-01-06
Add sanity test for SPIR-V 1.6 modules.
Hans-Kristian Arntzen
1
-0
/
+1
2022-01-06
Add support for LocalSizeId.
Hans-Kristian Arntzen
1
-0
/
+16
2021-11-26
MSL: Add 64 bit switch support
Sebastián Aedo
1
-1
/
+1
2021-11-15
Merge pull request #1794 from etra0/master
Hans-Kristian Arntzen
1
-2
/
+23
2021-11-13
Removed tracking of OpConstant and OpPhi.
Sebastián Aedo
1
-3
/
+0
2021-11-12
Added block.cases_32bit and reworked the cases fix
Sebastián Aedo
1
-3
/
+8
2021-11-08
Fixed wrong condition and formatting.
Sebastián Aedo
1
-4
/
+7
2021-11-07
CFG: Handle degenerate selection constructs.
Hans-Kristian Arntzen
1
-0
/
+43
2021-11-03
Removed unnecessary tracking of types.
Sebastián Aedo
1
-3
/
+3
2021-11-02
Removing logic in the parser
Sebastián Aedo
1
-42
/
+16
2021-10-29
Add 64 bit support for OpSwitch
Sebastián Aedo
1
-2
/
+44
2021-06-29
Finish adding SPDX tags and setup a reuse checked in Github Actions CI
Jon Leech
1
-1
/
+1
2021-03-08
Throw if SPIR-V module has no entry points.
Hans-Kristian Arntzen
1
-0
/
+2
2021-01-14
meta: Update copyright headers to 2021.
Hans-Kristian Arntzen
1
-1
/
+1
2021-01-08
GLSL: Support both SPV_KHR_ray_tracing and NV_ray_tracing.
Hans-Kristian Arntzen
1
-0
/
+16
2021-01-06
GLSL: Update SPIR-V headers for modified ray tracing opcodes.
Hans-Kristian Arntzen
1
-1
/
+1
2020-12-01
Add MIT dual license for the SPIRV-Cross API.
Hans-Kristian Arntzen
1
-0
/
+7
2020-11-03
Parser: Don't assume OpTypePointer will always take a SPIRType.
Hans-Kristian Arntzen
1
-3
/
+8
2020-05-25
Handle physical pointers in reflection API.
Hans-Kristian Arntzen
1
-0
/
+24
2020-04-21
Handle RayQueryKHR type.
Hans-Kristian Arntzen
1
-2
/
+10
2020-03-26
Add support for forcefully zero-initialized variables.
Hans-Kristian Arntzen
1
-43
/
+1
2020-03-04
Remove old hack which forces NonWritable/NonReadable.
Hans-Kristian Arntzen
1
-9
/
+0
2020-02-14
Reject SPIR-V modules with garbage ID bound.
Hans-Kristian Arntzen
1
-0
/
+5
2020-01-16
Update license headers to 2020.
Hans-Kristian Arntzen
1
-1
/
+1
2019-09-19
Update SPIR-V headers.
Hans-Kristian Arntzen
1
-0
/
+1
2019-09-06
Refactor into stronger types in public API.
Hans-Kristian Arntzen
1
-4
/
+6
2019-07-11
Remove unreasonable assertion for OpTypeImage Sampled parameter.
lifpan
1
-4
/
+0
2019-07-05
Add simple test for extended debug operations.
Hans-Kristian Arntzen
1
-0
/
+1
2019-07-04
Parse SPIR-V debug information extended instructions, as well as OpNoLine.
Lifeng Pan
1
-1
/
+17
2019-05-28
Fixup OpLine parsing comments.
Hans-Kristian Arntzen
1
-2
/
+5
2019-05-28
Support emitting OpLine directive.
Hans-Kristian Arntzen
1
-2
/
+26
2019-05-07
Accept SPIR-V 1.4 version.
Hans-Kristian Arntzen
1
-0
/
+1
2019-04-26
GLSL: Implement GL_EXT_buffer_reference.
Hans-Kristian Arntzen
1
-1
/
+19
2019-04-09
Do not use SmallVector as input type in public interfaces.
Hans-Kristian Arntzen
1
-3
/
+3
2019-04-09
Reduce pressure on global allocation.
Hans-Kristian Arntzen
1
-7
/
+7
2019-04-08
Add OpUndef instruction to block's instruction list for completeness.
lifpan
1
-0
/
+2
2019-03-29
Add an option to override the namespace used for spirv_cross.
Hans-Kristian Arntzen
1
-1
/
+1
2019-03-27
Parser: Fix OpCompositeConstruct with OpUndef.
Hans-Kristian Arntzen
1
-0
/
+8
2019-03-25
Merge branch master into SPV_NV_ray_tracing
Patrick Mours
1
-3
/
+0
[next]