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
/
comp
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-07
Simplify MoveToFront (#1806)
dan sinclair
2
-4
/
+5
2018-08-07
Fix readbility/braces warnings (#1804)
dan sinclair
1
-1
/
+1
2018-08-03
Cleanup includes. (#1795)
dan sinclair
3
-26
/
+31
2018-08-03
Rewrite include guards (#1793)
dan sinclair
2
-6
/
+6
2018-08-01
Remove std::deque in favour of std::vector. (#1755)
dan sinclair
1
-1
/
+1
2018-07-11
Move validation files to val/ directory (#1692)
dan sinclair
1
-1
/
+1
2018-07-09
Move the validation code into the val:: namespace (#1682)
dan sinclair
1
-12
/
+12
2018-07-07
Change libspirv to spvtools namespace (#1678)
dan sinclair
1
-13
/
+9
2018-07-06
Move utils/ to spvtools::utils
dan sinclair
2
-15
/
+15
2018-07-06
Move comp code into comp namespace
dan sinclair
3
-2
/
+7
2018-06-19
[val] Add extra context to error messages. (#1600)
dan sinclair
1
-47
/
+28
2017-12-18
Remove concept of FIRST_CONCRETE_* operand types
David Neto
1
-2
/
+1
2017-12-14
Refactor include of latest spir-v header versions
Andrey Tuganov
2
-4
/
+4
2017-11-27
Re-format source tree - NFC.
Diego Novillo
1
-1
/
+2
2017-11-23
Test for pollution of the global namespace
David Neto
1
-0
/
+1
2017-11-23
Move SetContextMessageConsumer into libspirv namespace
David Neto
1
-2
/
+2
2017-11-21
Add new compression algorithm and models
Andrey Tuganov
2
-203
/
+383
2017-11-08
Re-format files in source, source/opt, source/util, source/val and tools.
Diego Novillo
3
-433
/
+320
2017-10-28
Compression: removed 'presumed index' feature
Andrey Tuganov
1
-66
/
+1
2017-10-23
Refactored compression debugger
Andrey Tuganov
2
-57
/
+118
2017-10-12
Refactored MARK-V API
Andrey Tuganov
7
-14960
/
+341
2017-09-26
Detach MARK-V from the validator
Andrey Tuganov
1
-128
/
+157
2017-09-25
Add SPIRV_SPIRV_COMPRESSION option to cmake
Andrey Tuganov
1
-16
/
+19
2017-09-20
Updated markv_autogen
Andrey Tuganov
4
-1205
/
+11829
2017-09-08
Add new checks to validate arithmetics pass
Andrey Tuganov
1
-1
/
+3
2017-09-06
Update MARK-V to version 1.01
Andrey Tuganov
5
-449
/
+6020
2017-07-13
Fix Visual Studio size_t cast compiler warning
Lenny Komow
1
-1
/
+1
2017-07-04
MARK-V decoder supports extended instructions
Andrey Tuganov
1
-7
/
+44
2017-07-04
Define variable to skip installation
d3x0r
1
-4
/
+6
2017-07-04
Convert pattern stack from deque to vector, and share it
Chris Forbes
1
-6
/
+7
2017-06-30
Added compression tool tools/spirv-markv. Work in progress.
Andrey Tuganov
2
-0
/
+1550