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
path:
root
/
source
/
disassemble.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-15
Extract EmitNumericLiteral from disassembler
David Neto
1
-42
/
+3
2016-09-15
Add a callback mechanism for communicating messages to callers.
Lei Zhang
1
-8
/
+11
2016-09-02
Relicense SPIRV-Tools under Apache 2.0
David Neto
1
-21
/
+9
2016-07-19
Disassembling: map IDs to friendly names.
David Neto
1
-22
/
+25
2016-06-27
Add an option to spvBinaryToText() to ignore header output.
Lei Zhang
1
-18
/
+23
2016-04-04
Remove dependency on SPIR-V headers in libspirv.h.
Lei Zhang
1
-1
/
+1
2016-02-17
Rearrange headers
David Neto
1
-1
/
+1
2016-01-20
Add disassembler option to show byte offset
David Neto
1
-3
/
+23
2016-01-08
Support 16-bit float in assembler and disassembler
Andrew Woloszyn
1
-3
/
+6
2016-01-07
Extend copyright to 2016.
Dejan Mircevski
1
-1
/
+1
2016-01-06
Avoid warning for implicit conversion of char array to bool.
David Neto
1
-1
/
+1
2016-01-04
Rename endian.h to spirv_endian.h
David Neto
1
-1
/
+1
2015-12-10
Fix warnings with Apple clang++
Umar Arshad
1
-7
/
+3
2015-11-30
spvBinaryParse: fix overruns, handle image format
David Neto
1
-0
/
+1
2015-11-23
spv_parsed_instruction_t cleanup
David Neto
1
-14
/
+16
2015-11-20
Put DiagnosticStream and clr exports in libspirv namespace
David Neto
1
-6
/
+8
2015-11-18
Clean up CMake configuration and address compiler warnings.
Lei Zhang
1
-4
/
+2
2015-11-18
Remove old names for enums: memory semantics, scope ID
David Neto
1
-2
/
+2
2015-11-18
Bottom byte of version header word should be 0
David Neto
1
-2
/
+1
2015-11-13
The version header word has 3 byte-size components.
David Neto
1
-1
/
+3
2015-11-13
Generator word now has two 16-bit components
David Neto
1
-1
/
+11
2015-11-12
Use opaque context object to hold SPIR-V info tables.
Lei Zhang
1
-5
/
+6
2015-11-12
Disassembler tool indents to 15 by default
David Neto
1
-1
/
+26
2015-11-12
Remove table parameters from API functions.
Lei Zhang
1
-7
/
+3
2015-11-11
Disassembler support for OpSpecConstantOp
David Neto
1
-0
/
+7
2015-11-11
Fix Windows build errors.
David Neto
1
-1
/
+1
2015-11-10
Print OpConstant values according to type.
David Neto
1
-6
/
+35
2015-11-10
Remove support for canonical assembly syntax format.
Lei Zhang
1
-27
/
+8
2015-11-10
spv_operand_type_t cleanup.
David Neto
1
-4
/
+3
2015-11-10
Remove TODO: Strings are always little-endian
David Neto
1
-2
/
+1
2015-11-10
Refactor the binary parser.
David Neto
1
-3
/
+313
2015-11-10
Consts before the type, not after
David Neto
1
-1
/
+1
2015-11-10
A spv_binary_t points to const code words.
David Neto
1
-1
/
+1
2015-11-10
Move spvBinaryToText into new disassembler file.
David Neto
1
-0
/
+44