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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-28
Disassembler: Print colour codes only when writing to a terminal
David Neto
1
-2
/
+12
2017-08-28
Fix encode zero bits on word boundary bug
Andrey Tuganov
2
-0
/
+21
2017-08-25
Show result id for CompositeInsert validation failure
David Neto
1
-1
/
+3
2017-08-25
README: Add reference to SPIR-V size reduction white paper
GregF
1
-1
/
+3
2017-08-24
Windows: Increase intensity of blue text
David Neto
1
-1
/
+4
2017-08-24
Fix: background color was erroneously reset on Win32 platform.
Lukas Hermanns
1
-36
/
+25
2017-08-24
Updated capabilites for SampleMask
David Neto
2
-2
/
+2
2017-08-18
Opt: Create InlineOpaquePass
GregF
10
-19
/
+653
2017-08-18
Opt: Have "size" passes process full entry point call tree.
GregF
26
-193
/
+466
2017-08-16
Support supplying extra definitions via CMAKE variable
Lei Zhang
2
-0
/
+9
2017-08-15
Huffman codec can serialize to text
Andrey Tuganov
2
-73
/
+281
2017-08-15
Opt: Add opaque tests
GregF
4
-0
/
+441
2017-08-10
Add id descriptor feature to SPIR-V
Andrey Tuganov
9
-13
/
+316
2017-08-10
ADCE: Add support for function calls
GregF
6
-38
/
+198
2017-08-10
Update CHANGE to list fix for issue 755
David Neto
1
-0
/
+2
2017-08-10
Inliner: callee can have early return that isn't multi-return
David Neto
3
-19
/
+100
2017-08-04
AccessChainConvert: Add HasOnlySupportedRefs()
GregF
8
-13
/
+38
2017-08-04
Inline: Split out InlineExhaustivePass from InlinePass
GregF
10
-88
/
+192
2017-08-04
Mem2Reg: Allow Image and Sampler types as base target types.
GregF
2
-5
/
+9
2017-08-04
Update CHANGES with common uniform loads pass
David Neto
1
-0
/
+1
2017-08-04
Update README.md with new code-reduction passes
GregF
1
-8
/
+20
2017-08-03
Add CommonUniformElim pass
GregF
9
-0
/
+1560
2017-08-02
Add MemPass, move all shared functions to it.
GregF
16
-1270
/
+508
2017-08-02
Add multi-sequence move-to-front implementation
Andrey Tuganov
2
-35
/
+322
2017-08-02
Update CHANGES with recently added optimizations
David Neto
1
-1
/
+6
2017-08-02
Opt: Add new size-reduction passes to usage message.
GregF
1
-6
/
+39
2017-08-01
Added C++ code generation to spirv-stats
Andrey Tuganov
5
-19
/
+772
2017-08-01
Add Appveyor config that uses VS 2017
David Neto
1
-0
/
+1
2017-07-26
Opt: Delete names and decorations of dead instructions
GregF
14
-39
/
+640
2017-07-25
Opt: HasOnlySupportedRefs should consider OpCopyObject
Lei Zhang
4
-61
/
+82
2017-07-25
Revert "Revert "Opt: LocalBlockElim: Add HasOnlySupportedRefs""
Lei Zhang
4
-3
/
+34
2017-07-25
Add extension whitelists to size-reduction passes.
GregF
17
-32
/
+570
2017-07-22
Revert "Opt: LocalBlockElim: Add HasOnlySupportedRefs"
Lei Zhang
4
-34
/
+3
2017-07-22
Opt: LocalBlockElim: Add HasOnlySupportedRefs
greg-lunarg
4
-3
/
+34
2017-07-21
Fix handling of CopyObject in GetPtr and its call sites
GregF
6
-75
/
+158
2017-07-13
Fix Visual Studio size_t cast compiler warning
Lenny Komow
1
-1
/
+1
2017-07-12
LocalMultiStore: Always put varId for backedge on loop phi function.
Greg Fischer
1
-11
/
+9
2017-07-12
DeadBranchElim: Improve algorithm to only remove blocks with no predecessors
GregF
1
-22
/
+11
2017-07-10
Minor code review feedback on AggressiveDCE
David Neto
2
-13
/
+26
2017-07-10
Add AggressiveDCEPass
GregF
11
-0
/
+1262
2017-07-07
Add LocalMultiStoreElim pass
GregF
12
-16
/
+2353
2017-07-07
DeadBranchElim: Add DeadBranchElimPass
GregF
9
-0
/
+1312
2017-07-05
Include memory and semantics IDs when iterating over inbound IDs
David Neto
3
-4
/
+95
2017-07-04
MARK-V decoder supports extended instructions
Andrey Tuganov
2
-7
/
+64
2017-07-04
Update CHANGES to say we use GNUIntallDirs
David Neto
1
-0
/
+3
2017-07-04
Define variable to skip installation
d3x0r
7
-25
/
+47
2017-07-04
Convert pattern stack from deque to vector, and share it
Chris Forbes
8
-134
/
+148
2017-07-04
Added fixed width encoding to bit_stream
Andrey Tuganov
3
-0
/
+173
2017-06-30
Added compression tool tools/spirv-markv. Work in progress.
Andrey Tuganov
13
-8
/
+2443
2017-06-29
Added log(n) move-to-front implementation
Andrey Tuganov
3
-0
/
+1439
[next]