Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
9f2aec49e9263a555346b9961107b497448d4d18
/
SPIRV
/
GlslangToSpv.h
b23d232
Licensing. Fixes #958. Add licenes file and update copyrights.
by John Kessenich
· 6 years ago
ebfd91a
Remove Unix executable permission from text files
by Rémi Verschelde
· 6 years ago
717c80a
SPV: Isolate SPIRV-tools glue to its own file.
by John Kessenich
· 6 years ago
1de8e54
Fixed GCC+Clang errors and warnings on Linux and OSX.
by Branimir Karadžić
· 7 years ago
a372a3e
Versioning: Update some version strings. Still need better overall version.
by John Kessenich
· 7 years ago
cd1f169
Enable HLSL legalization
by GregF
· 7 years ago
121853f
SPV: Add OpSource shader source code and file name.
by John Kessenich
· 7 years ago
23d3c71
[lumped builds] Add include guards (#pragma once) to header files that did not have any.
by Aras Pranckevicius
· 8 years ago
aea3c89
Added --vn option to generate a C header file containing a variable assigned to the hex representation of the shader. This is a standard feature on Microsoft's HLSL compiler and it allows developers to include pre-compiled shaders directly into the code. This option enables "Hex output", so it is NOT required to specify -x as well. The output file name is preserved, so no ".h" extension is added. If you want the output file to have ".h" extension then you have to specify it on the output file name. The generated header file uses the "#pragma once" pragma to avoid multiple inclusions.
by Flavio
· 8 years ago
927608b
Non-functional: White space after "//", mostly for copyrights.
by John Kessenich
· 8 years ago
8e1e717
fixed MSVC 2015 compile warnings
by Johannes van Waveren
· 8 years ago
ecb0f3b
Added -x option to save SPIR-V as 32-bit hexadecimal numbers to a text file.
by Johannes van Waveren
· 8 years ago
17535f7
Create a new logger class for all messages w.r.t. SPIR-V build.
by Lei Zhang
· 9 years ago
09caf12
Avoid printing to stdout directly in library functions.
by Lei Zhang
· 9 years ago
6e620c4
Nonfunctional: Remove stray ';' and fix Google Test sentence in README.
by John Kessenich
· 9 years ago
68d78fd
Updated command-line options, adding -o for saving binaries, -G for OpenGL SPIR-V validation, -v etc.
by John Kessenich
· 9 years ago
140f3df
Final round for line endings.
by John Kessenich
· 9 years ago
0df0cde
glslangValidator: Add straightforward SPIR-V support (non-optimizing, ~3.x functionality).
by John Kessenich
· 10 years ago
[Renamed (89%) from BIL/GlslangToBil.h]
a7a68a9
Non-functional misc. changes. Slight increase in performance from moving two performance path methods into a header.
by John Kessenich
· 10 years ago
92f9038
Create dummy side project.
by John Kessenich
· 10 years ago