index
:
~glisse/SPIRV-Tools
master
Unnamed repository; edit this file 'description' to name the repository.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
validate_instruction.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-25
Turn all function static non-POD variables into global POD variables
Lei Zhang
1
-17
/
+20
2017-04-07
Validator support for Variable Pointer extension.
Ehsan Nasiri
1
-1
/
+2
2017-03-16
Autogenererating enum-string mappings from grammar
Andrey Tuganov
1
-1
/
+2
2017-03-14
Validator checks if operands require extension
Andrey Tuganov
1
-23
/
+50
2017-03-09
Validator parses and registers OpExtension
Andrey Tuganov
1
-0
/
+25
2017-03-01
Allow using FPRoundingMode when see VK_KHR_16bit_storage
Lei Zhang
1
-9
/
+21
2017-02-28
Add command line options struct for the validator
Ehsan Nasiri
1
-5
/
+10
2017-02-16
Fixes issue #548
Adam Van Ymeren
1
-0
/
+18
2017-02-10
The Signedness in OpTypeInt must always be 0.
Ehsan Nasiri
1
-0
/
+9
2017-01-18
Validation for decoration rules. Fixes issue #499.
Ehsan Nasiri
1
-4
/
+4
2017-01-16
Adding decoration class and tests.
Ehsan Nasiri
1
-0
/
+77
2016-12-07
Validation for struct nesting depth.
Ehsan Nasiri
1
-1
/
+33
2016-12-01
Validate the number of global and local variables.
Ehsan Nasiri
1
-0
/
+28
2016-11-30
Adding validation code for OpSwitch limits
Ehsan Nasiri
1
-0
/
+21
2016-11-30
Validation for number of Struct members.
Ehsan Nasiri
1
-0
/
+15
2016-11-28
Checks that result IDs are within the ID bound specified in the SPIR-V header
Ehsan Nasiri
1
-1
/
+17
2016-11-08
Rename validation source files to comply with Google style guide.
Lei Zhang
1
-2
/
+2
2016-09-02
Relicense SPIRV-Tools under Apache 2.0
David Neto
1
-21
/
+9
2016-09-01
Refactor CapabilitySet into templated class EnumSet
David Neto
1
-1
/
+1
2016-08-30
Handle capabilities larger than value 63
David Neto
1
-26
/
+24
2016-08-24
Mere mention of PointSize BuiltIn does not require Shader capability
David Neto
1
-6
/
+13
2016-08-23
Relax ClipDistance, CullDistance capability check in all environments
David Neto
1
-9
/
+6
2016-07-08
Turn off ClipDistance CullDistance cap checks for Vulkan
David Neto
1
-4
/
+20
2016-06-29
Avoid capability checks on ID values. They are not literals
David Neto
1
-0
/
+5
2016-06-27
Fix several violations of the style guide
Umar Arshad
1
-7
/
+9
2016-06-08
Split validate_types file into multiple classes
Umar Arshad
1
-1
/
+5
2016-06-06
Remove redundant in_block function from Function
Umar Arshad
1
-1
/
+1
2016-06-02
Control Flow Graph Validation
Umar Arshad
1
-1
/
+5
2016-04-29
bitcast fixes
Florian Ziesche
1
-0
/
+6
2016-04-04
Remove dependency on SPIR-V headers in libspirv.h.
Lei Zhang
1
-7
/
+8
2016-02-23
Remove spv_validate_options_t and change tests accrodingly.
Lei Zhang
1
-27
/
+22
2016-02-02
Validation of mask operand capabilities is more data driven
David Neto
1
-14
/
+17
2016-02-02
Use AssemblyGrammar for capability validation.
Dejan Mircevski
1
-685
/
+72
2016-01-29
Forbid Generic variables.
Dejan Mircevski
1
-0
/
+3
2016-01-29
Fix in-function storage class validation.
Dejan Mircevski
1
-1
/
+1
2016-01-27
Initial capability implementation and unit tests
Umar Arshad
1
-5
/
+702
2016-01-20
Track uses and defs during parsing.
Dejan Mircevski
1
-1
/
+0
2016-01-14
Validation refactor
Umar Arshad
1
-0
/
+62