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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-21
Add more Assemble(), Disassemble() and Validate() overloads.
Lei Zhang
3
-6
/
+87
2016-09-21
Publish the C++ interface.
Lei Zhang
25
-103
/
+120
2016-09-21
Rename SpvTools to SpirvTools.
Lei Zhang
7
-33
/
+33
2016-09-21
Use C style names for MessageLevel.
Lei Zhang
10
-109
/
+115
2016-09-21
Change to use enum instead of enum class for MessageLevel.
Lei Zhang
8
-53
/
+55
2016-09-20
Add a C++ interface to the optimization functionalities.
Lei Zhang
11
-52
/
+404
2016-09-20
Allow changing MessageConsumer in Pass & PassManager.
Lei Zhang
14
-58
/
+52
2016-09-20
Change BuildModule() to accept pointer-size pair for binary.
Lei Zhang
3
-11
/
+12
2016-09-20
Change interface of Pass::Process() to return possible failures.
Lei Zhang
23
-90
/
+159
2016-09-19
Provide friendly names for shader ballot BuiltIns
David Neto
2
-0
/
+10
2016-09-19
Update validate interface to accept binary pointers
Umar Arshad
2
-3
/
+16
2016-09-19
Set the default source name as "input".
Lei Zhang
4
-10
/
+10
2016-09-16
Start v2016.6-dev
David Neto
1
-0
/
+2
2016-09-16
Finalize v2016.5
David Neto
1
-1
/
+1
2016-09-16
Add basic support for SPV_KHR_shader_ballot
David Neto
4
-6
/
+100
2016-09-16
Prepare the C++ interface for publication.
Lei Zhang
6
-52
/
+191
2016-09-16
Move functions for building modules outside of the C++ interface.
Lei Zhang
12
-75
/
+151
2016-09-16
Let SPIRV_ASSERT() exit the program if the assertion fails.
Lei Zhang
2
-62
/
+12
2016-09-16
Add MessageConsumer to PassManager, Pass, and analysis interfaces.
Lei Zhang
29
-95
/
+253
2016-09-16
Add utility macros for logging messages.
Lei Zhang
5
-0
/
+324
2016-09-15
Add a callback mechanism for communicating messages to callers.
Lei Zhang
25
-129
/
+632
2016-09-14
Make friendly names for built-in variables.
David Neto
4
-3
/
+158
2016-09-14
Update CHANGES to say #414 is fixed
David Neto
1
-0
/
+1
2016-09-14
Fix validator: OpUndef can be member of a constant composite
David Neto
4
-15
/
+116
2016-09-14
Clarify: Ok to pass null diagnostic to spvBinaryParse
David Neto
2
-4
/
+25
2016-09-14
Fix validator SSA check: Phi can use its own value sometimes
David Neto
3
-8
/
+54
2016-09-14
Build "spec id->default val str" mapping from string
qining
3
-0
/
+202
2016-09-13
Guard against nullptr in number parsing utilities
qining
3
-1
/
+44
2016-09-12
Set default values for spec const decorated by SpecId
qining
6
-0
/
+747
2016-09-12
Update CMake condition for Emacs load/save helper
David Neto
2
-2
/
+8
2016-09-11
add spirv-dis/spirv-as support for emacs when loading .spv binaries
steve-lunarg
5
-0
/
+101
2016-09-08
Add IsSigned() to opt::Analysis::Integer.
qining
2
-0
/
+12
2016-09-08
Pull out the number parsing logic
qining
10
-542
/
+1455
2016-09-08
Merge diagnostic tests and single them out in a separate binary.
Lei Zhang
4
-77
/
+42
2016-09-07
Create separate binaries for validation tests.
Lei Zhang
11
-8
/
+65
2016-09-07
Prefix test binaries with `test_`, rename UnitSPIRV, update README.
Lei Zhang
2
-18
/
+14
2016-09-07
Travis CI: mark build as finished once a job failed.
Lei Zhang
1
-0
/
+1
2016-09-07
Kill the spvCheck macro which is just alias to if-statement.
Lei Zhang
1
-170
/
+181
2016-09-07
Update README about the optimization library and tool.
Lei Zhang
1
-6
/
+24
2016-09-07
Say contributors have to click through the CLA
David Neto
1
-0
/
+3
2016-09-02
Add test for presence of copyrights and license terms
David Neto
1
-0
/
+4
2016-09-02
Start v2016.5-dev
David Neto
1
-0
/
+2
2016-09-02
Relicense SPIRV-Tools under Apache 2.0
David Neto
198
-4104
/
+1983
2016-09-02
Add check_copyright to check or update copyright.
David Neto
1
-0
/
+215
2016-09-02
Fix Google copyright lines
David Neto
5
-5
/
+5
2016-09-02
Kill the spvCheckReturn macro.
Lei Zhang
4
-54
/
+63
2016-09-02
Kill diagnostic_helper & the wrapping DIAGNOSTIC macro.
Lei Zhang
3
-33
/
+11
2016-09-01
Tests for preserving line debug insts even killing its affecting targets.
Lei Zhang
3
-2
/
+125
2016-09-01
Unify constants pass
qining
7
-0
/
+1245
2016-09-01
Refactor CapabilitySet into templated class EnumSet
David Neto
12
-134
/
+171
[next]