index
:
platform/upstream/SPIRV-Tools
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
devel_package
master
sandbox/dkson95/gcc14-asan
sandbox/mkashkarov/tizen_6.0_build
sandbox/nmerinov/llvm
sdk-1.3.250
tizen
tizen_20181206
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
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
/
source
/
operand.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-06
Support SPIR-V 1.3 and Vulkan 1.1
David Neto
1
-0
/
+13
2018-03-05
Support SPV_GOOGLE_decorate_string and SPV_GOOGLE_hlsl_functionality1
David Neto
1
-0
/
+3
2017-12-22
Add asm, dis support for DebugInfo extended instruction set
David Neto
1
-0
/
+15
2017-12-18
Remove concept of FIRST_CONCRETE_* operand types
David Neto
1
-2
/
+51
2017-12-12
Support OpenCL 1.2 and 2.0 target environments
Pierre Moreau
1
-0
/
+6
2017-10-25
Turn all function static non-POD variables into global POD variables
Lei Zhang
1
-16
/
+16
2017-09-26
Avoid using global static variables
Lei Zhang
1
-23
/
+18
2017-09-06
Update MARK-V to version 1.01
Andrey Tuganov
1
-0
/
+58
2017-07-04
Convert pattern stack from deque to vector, and share it
Chris Forbes
1
-30
/
+33
2017-05-15
Add SPIR-V 1.2 support, for OpenCL 2.2
David Neto
1
-1
/
+10
2016-09-02
Relicense SPIRV-Tools under Apache 2.0
David Neto
1
-21
/
+9
2016-08-05
Add target envs for OpenCL, OpenGL
David Neto
1
-0
/
+7
2016-06-10
Use SPIR-V headers from the KhronosGroup/SPIRV-Headers repo.
Lei Zhang
1
-2
/
+2
2016-04-29
Fix several warnings exposed in MSVS 2015.
Jamie Madill
1
-2
/
+1
2016-04-27
Use a single definition of ARRAY_SIZE to simplify code.
Lei Zhang
1
-22
/
+16
2016-04-18
Add SPIR-V 1.1 grammar.
Dejan Mircevski
1
-7
/
+24
2016-04-18
Mark SPIR-V grammar files as 1.0.
Dejan Mircevski
1
-1
/
+1
2016-04-04
Use JSON grammar files to generate extended instruction sets.
Lei Zhang
1
-1
/
+1
2016-04-01
Use the JSON grammar file to generate various info tables.
Lei Zhang
1
-1050
/
+5
2016-03-29
OpExecutionMode only takes a single ExecutionMode
David Neto
1
-5
/
+0
2016-03-29
Capability fix: ImageReadWrite & ImageMipmap require ImageBasic.
Lei Zhang
1
-2
/
+2
2016-02-17
Add MultiViewport capability, new in 1.0.3
David Neto
1
-0
/
+1
2016-02-16
Use syntax tables for SPIR-V 1.0 Rev3
David Neto
1
-0
/
+3
2016-02-16
Update capabilities for 1.0 Rev3
David Neto
1
-76
/
+47
2016-02-02
Add spvOperandIsConcreteMask
David Neto
1
-0
/
+5
2016-01-20
Track uses and defs during parsing.
Dejan Mircevski
1
-0
/
+14
2016-01-07
Extend copyright to 2016.
Dejan Mircevski
1
-1
/
+1
2016-01-07
Undefine a macro after use.
Dejan Mircevski
1
-0
/
+2
2016-01-06
Fix conversion warnings reported by GCC.
David Neto
1
-35
/
+41
2015-11-30
spvBinaryParse: fix overruns, handle image format
David Neto
1
-8
/
+5
2015-11-18
Remove old names for enums: memory semantics, scope ID
David Neto
1
-4
/
+6
2015-11-12
Support capabilities StorageImageReadWithoutFormat
David Neto
1
-0
/
+2
2015-11-12
Add GeometryStreams capability
David Neto
1
-1
/
+2
2015-11-12
Update to 1.0 Rev 2 work-in-progress headers
David Neto
1
-74
/
+63
2015-11-11
Assembler support for OpSpecConstantOp
David Neto
1
-0
/
+2
2015-11-10
spv_operand_type_t cleanup.
David Neto
1
-40
/
+44
2015-11-10
Run clang-format to enforce Google style globally.
Lei Zhang
1
-199
/
+59
2015-11-02
Use spirv.h instead of spirv.hpp.
Lei Zhang
1
-376
/
+376
2015-10-26
Enforce suitable literal number operands to be unsigned integers.
Lei Zhang
1
-30
/
+31
2015-10-26
Negative test for BuiltIn.
Dejan Mircevski
1
-1
/
+1
2015-10-26
Negative test for FPFastMathMode.
Dejan Mircevski
1
-2
/
+2
2015-10-26
Negative test for ImageFormat.
Dejan Mircevski
1
-1
/
+1
2015-10-26
Remove spv_opcode_flags_t and flags fields.
David Neto
1
-239
/
+40
2015-10-26
Negative test for SourceLanguage.
Dejan Mircevski
1
-1
/
+1
2015-10-26
Test capabilities for enums sections 3.21-3.31
David Neto
1
-5
/
+6
2015-10-26
Fix capabilities for enums in Rev32, sec 3.3-3.20
David Neto
1
-60
/
+133
2015-10-26
Make capabilities a bitfield in opcode/operand tables.
Dejan Mircevski
1
-151
/
+153
2015-10-26
Simplify (and test) the alternate-parsing pattern.
Dejan Mircevski
1
-16
/
+11
2015-10-26
Run clang-format.
Dejan Mircevski
1
-40
/
+43
2015-10-26
Implement alternate-parsing mode for !<integer>.
Dejan Mircevski
1
-0
/
+21
[next]