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_cross_parsed_ir.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-12
HLSL: Add support to preserve (RW)StructuredBuffer resources.
Laura Hermanns
1
-0
/
+7
2022-11-20
Interleave undef values with constants and types.
Chip Davis
1
-4
/
+5
2022-08-24
Skip remapped vars in 'fixup_reserved_names'
Yuwen Wu
1
-2
/
+4
2022-08-18
Don't rename remapped variables like 'gl_LastFragDepthARM'
Yuwen Wu
1
-0
/
+2
2022-03-12
Avoid redundant meta lookups in ParsedIR when setting member decorations.
Hans-Kristian Arntzen
1
-4
/
+6
2022-03-02
Qualify std::move.
Daniel Thornburgh
1
-14
/
+14
2021-11-03
Removed unnecessary tracking of types.
Sebastián Aedo
1
-2
/
+3
2021-11-02
Removing logic in the parser
Sebastián Aedo
1
-0
/
+2
2021-06-29
Finish adding SPDX tags and setup a reuse checked in Github Actions CI
Jon Leech
1
-1
/
+1
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
/
+5
2020-12-01
Add MIT dual license for the SPIRV-Cross API.
Hans-Kristian Arntzen
1
-0
/
+7
2020-11-23
GLSL: Emit storage qualifiers for buffer_reference.
Hans-Kristian Arntzen
1
-4
/
+12
2020-09-30
GLSL: Add support for transform_feedback3 geometry streams.
Hans-Kristian Arntzen
1
-0
/
+20
2020-08-21
Overhaul how we deal with reserved identifiers.
Hans-Kristian Arntzen
1
-44
/
+158
2020-03-26
Add support for forcefully zero-initialized variables.
Hans-Kristian Arntzen
1
-0
/
+53
2020-01-27
GLSL: Support GL_ARB_enchanced_layouts for XFB.
Hans-Kristian Arntzen
1
-0
/
+40
2020-01-16
Update license headers to 2020.
Hans-Kristian Arntzen
1
-1
/
+1
2020-01-06
Roll custom versions of isalpha/isalnum.
Hans-Kristian Arntzen
1
-5
/
+16
2019-09-06
Refactor into stronger types in public API.
Hans-Kristian Arntzen
1
-23
/
+23
2019-09-05
Fix ParsedIR::mark_used_as_array_length(uint32_t id)
lifpan
1
-2
/
+10
2019-07-23
Run format_all.sh.
Hans-Kristian Arntzen
1
-1
/
+1
2019-07-19
Start considering how to emit physical type ID.
Hans-Kristian Arntzen
1
-5
/
+19
2019-07-19
MSL: Begin rewrite of buffer packing logic.
Hans-Kristian Arntzen
1
-0
/
+32
2019-05-28
Support emitting OpLine directive.
Hans-Kristian Arntzen
1
-0
/
+1
2019-04-26
GLSL: Implement GL_EXT_buffer_reference.
Hans-Kristian Arntzen
1
-14
/
+21
2019-04-09
Make sure ids_for_types are moved correctly in move operator.
Hans-Kristian Arntzen
1
-10
/
+11
2019-04-09
Fix various bugs found in testing.
Hans-Kristian Arntzen
1
-0
/
+1
2019-04-09
Explicitly implement move operators for ParsedIR.
Hans-Kristian Arntzen
1
-0
/
+29
2019-04-09
Reduce pressure on global allocation.
Hans-Kristian Arntzen
1
-3
/
+68
2019-03-29
Add an option to override the namespace used for spirv_cross.
Hans-Kristian Arntzen
1
-1
/
+1
2019-01-11
Run format_all.sh.
Hans-Kristian Arntzen
1
-1
/
+1
2019-01-10
Make meta a hashmap.
Hans-Kristian Arntzen
1
-38
/
+82
2019-01-10
Rewrite how IDs are iterated over.
Hans-Kristian Arntzen
1
-0
/
+52
2019-01-07
Handle FPRoundingMode decoration.
Hans-Kristian Arntzen
1
-0
/
+10
2019-01-04
Nonfunctional: Update copyright headers for 2019.
Hans-Kristian Arntzen
1
-2
/
+2
2018-11-22
Remove old hack for dealing with HLSL counter buffers.
Hans-Kristian Arntzen
1
-16
/
+1
2018-10-19
Hoist out parsing module from spirv_cross::Compiler.
Hans-Kristian Arntzen
1
-0
/
+557