David Neto
|
545a6c1dc3
|
Provide friendly names for true and false
|
2017-01-11 16:33:45 -05:00 |
|
David Neto
|
c935253c91
|
Make friendly number-based names for OpConstant
For example:
%int_42 = OpConstant %int 42
%int_n42 = OpConstant %int -42
%float_3_14 = OpConstant %float 3.14
|
2016-11-15 14:05:03 -05:00 |
|
David Neto
|
12b5777912
|
Provide friendly names for shader ballot BuiltIns
|
2016-09-19 17:31:25 -04:00 |
|
David Neto
|
e0dd033414
|
Make friendly names for built-in variables.
Handles only OpDecorate
Does not handle:
- decorations on struct members
- decoration via OpGroupDecorate
|
2016-09-14 15:25:24 -04:00 |
|
David Neto
|
9fc8658ef3
|
Relicense SPIRV-Tools under Apache 2.0
Fixes https://github.com/KhronosGroup/SPIRV-Tools/issues/383
Finalize v2016.4
|
2016-09-02 10:00:29 -04:00 |
|
David Neto
|
9acc0f1401
|
Never generate % for a friendly disassembled Id
Fixes https://github.com/KhronosGroup/SPIRV-Tools/issues/290
|
2016-08-02 11:59:10 -04:00 |
|
David Neto
|
0bdcc23f7e
|
Disassembling: map IDs to friendly names.
Add a FriendlyNameMapper to deduce friendly names for IDs based on
OpName, type structure, etc.
|
2016-07-19 16:28:17 -04:00 |
|