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
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-01
Update diag() calls in validate_cfg. (#1760)
dan sinclair
1
-2
/
+2
2018-07-31
Switch validate to use explicit diag() method. (#1750)
dan sinclair
1
-4
/
+2
2018-07-31
Transform to combine consecutive access chains
Alan Baker
3
-4
/
+879
2018-07-31
Make sure all instructions are in the ordered list.
Dan Sinclair
2
-4
/
+7
2018-07-31
Update error messages in validate_composites. (#1743)
dan sinclair
1
-139
/
+110
2018-07-30
Split ImagePass into individual methods. (#1742)
dan sinclair
1
-421
/
+260
2018-07-30
Move OpVectorShuffle check into validate_composites (#1741)
dan sinclair
1
-3
/
+5
2018-07-27
Add API to create passes out of a list of command-line flags.
Diego Novillo
1
-0
/
+104
2018-07-20
Handle undef literal value in vector shuffle
Alan Baker
1
-4
/
+59
2018-07-19
Add variable pointer support to IsValidBasePointer
Alan Baker
1
-0
/
+445
2018-07-19
Fix block ordering in dead branch elim
Alan Baker
1
-7
/
+97
2018-07-16
Fixup line number for OpVectorShuffle ID error.
Dan Sinclair
1
-2
/
+30
2018-07-16
Fix finding constant with particular type. (#1724)
Steven Perron
3
-51
/
+79
2018-07-13
Fix infinite loop while folding OpVectorShuffle (#1722)
Steven Perron
1
-24
/
+69
2018-07-13
Fix size error when folding vector shuffle. (#1721)
Steven Perron
1
-0
/
+38
2018-07-12
Remove the module from opt::Function. (#1717)
dan sinclair
3
-9
/
+9
2018-07-12
Remove context() method from opt::Function (#1700)
dan sinclair
1
-12
/
+13
2018-07-12
use Pass::Run to set the context on each pass. (#1708)
dan sinclair
7
-36
/
+46
2018-07-11
Add option to skip verifying block layout
Lei Zhang
1
-0
/
+32
2018-07-11
Add folding rule to merge a vector shuffle feeding another one.
Steven Perron
1
-0
/
+168
2018-07-11
Enforce block layout rules even when relaxed
David Neto
1
-0
/
+255
2018-07-11
Move validation files to val/ directory (#1692)
dan sinclair
3
-3
/
+3
2018-07-11
Move tests into namespaces (#1689)
dan sinclair
190
-3604
/
+3978
2018-07-10
Vulkan permits non-monotonic offsets for block members
David Neto
1
-4
/
+70
2018-07-10
Cleanup whitespace lint warnings. (#1690)
dan sinclair
9
-185
/
+184
2018-07-10
Fix unused param errors when Effcee not present
Sean Purcell
2
-2
/
+6
2018-07-10
Convert validation to use libspriv::Instruction where possible. (#1663)
dan sinclair
1
-238
/
+194
2018-07-09
Move the validation code into the val:: namespace (#1682)
dan sinclair
4
-3
/
+13
2018-07-09
Move the ir namespace to opt. (#1680)
dan sinclair
52
-1770
/
+1772
2018-07-07
Change libspirv to spvtools namespace (#1678)
dan sinclair
25
-91
/
+97
2018-07-06
Move utils/ to spvtools::utils
dan sinclair
8
-109
/
+95
2018-07-06
Move comp code into comp namespace
dan sinclair
1
-15
/
+16
2018-07-06
validator: use RowMajor, ArrayStride, MatrixStride
David Neto
1
-0
/
+303
2018-07-06
Layout validation: Permit {vec3; float} tight packing
David Neto
1
-1
/
+232
2018-07-06
Add a check for invalid exits from case construct.
Alan Baker
1
-0
/
+67
2018-07-06
Fix layout checks for StorageBuffer and PushConstant storage classes
David Neto
1
-24
/
+181
2018-07-05
Move folding routines into a class
Steven Perron
1
-11
/
+13
2018-07-05
Make sure the constant folder get the correct type.
Steven Perron
5
-0
/
+268
2018-07-03
Support SPV_KHR_8bit_storage
David Neto
3
-0
/
+48
2018-07-03
Produce better error diagnostics in the CFG validation. (#1660)
dan sinclair
1
-8
/
+12
2018-06-29
Revert change and stop running remove duplicates.
Steven Perron
1
-10
/
+158
2018-06-29
Remove stores of undef.
Steven Perron
1
-0
/
+53
2018-06-28
GLSL.std.450 Refract Eta can be any float scalar
David Neto
1
-4
/
+14
2018-06-28
Add test for CFG alteration by compact IDs
Greg Roth
1
-0
/
+80
2018-06-27
Don't merge types of resources
Steven Perron
1
-17
/
+203
2018-06-27
validator: Fix storage buffer layout message
David Neto
1
-1
/
+1
2018-06-26
Block-decorated structs must list members in offset-order
David Neto
2
-7
/
+131
2018-06-26
Add validation for structs decorated as Block or BufferBlock.
Ari Suonpaa
1
-0
/
+1165
2018-06-25
Use type id when looking up vector type
Alan Baker
1
-0
/
+73
2018-06-21
Validator test: artificially lower limit on local var limit
David Neto
1
-5
/
+14
[next]