| .. |
|
preprocessor
|
Removed strcpy that copied to itself.
|
2016-01-12 15:48:00 -05:00 |
|
Constant.cpp
|
Fix front-end bug: Constant folding of array-of-struct index op.
|
2016-02-01 11:57:33 -07:00 |
|
gl_types.h
|
Second round line ending clean up, from fresh round trip.
|
2015-06-26 16:42:50 -06:00 |
|
glslang.y
|
SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl).
|
2016-02-15 21:46:55 -07:00 |
|
InfoSink.cpp
|
Fix the few non-portable uses of "char" (where a -1 might be relevant): All uses of char are now either "int", "unsigned char" or char arrays for storing strings. Also, went to consistent "char* foo" coding convention. (There were only a few ambiguous uses.)
|
2014-02-18 23:37:57 +00:00 |
|
Initialize.cpp
|
SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl).
|
2016-02-15 21:46:55 -07:00 |
|
Initialize.h
|
SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl).
|
2016-02-15 21:46:55 -07:00 |
|
Intermediate.cpp
|
SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl).
|
2016-02-15 21:46:55 -07:00 |
|
intermOut.cpp
|
SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl).
|
2016-02-15 21:46:55 -07:00 |
|
IntermTraverse.cpp
|
SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl).
|
2016-02-15 21:46:55 -07:00 |
|
limits.cpp
|
Array of Array prep: Turn a batch of 0's into nullptr or UnsizedArraySize.
|
2015-08-09 18:15:25 -06:00 |
|
linkValidate.cpp
|
SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl).
|
2016-02-15 21:46:55 -07:00 |
|
localintermediate.h
|
SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl).
|
2016-02-15 21:46:55 -07:00 |
|
parseConst.cpp
|
glslang: Fix over 100 warnings from MSVC warning level 4.
|
2015-05-15 17:30:55 +00:00 |
|
ParseHelper.cpp
|
SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl).
|
2016-02-15 21:46:55 -07:00 |
|
ParseHelper.h
|
SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl).
|
2016-02-15 21:46:55 -07:00 |
|
PoolAlloc.cpp
|
Add an osinclude.h below each OS directory, redirects by platform macro
|
2015-11-16 18:05:18 +01:00 |
|
reflection.cpp
|
SPV: Fix array strides by explicitly computing them in the getBaseAlignment() algorithm.
|
2015-12-29 19:20:55 -07:00 |
|
reflection.h
|
Fix g++ build break (portibility problems with stl hash). This partly turns off the stl improvements.
|
2015-07-20 02:06:22 -06:00 |
|
RemoveTree.cpp
|
Improvement to the AST traversal infrastructure.
|
2014-01-11 19:29:55 +00:00 |
|
RemoveTree.h
|
Put all glslang internals (but not the external interface) into the glslang namespace.
|
2013-08-29 00:39:25 +00:00 |
|
Scan.cpp
|
SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl).
|
2016-02-15 21:46:55 -07:00 |
|
Scan.h
|
Fixes to 8f1684b7bb, merge pull request 52.
|
2015-08-06 22:02:24 -06:00 |
|
ScanContext.h
|
glslang: Fix over 100 warnings from MSVC warning level 4.
|
2015-05-15 17:30:55 +00:00 |
|
ShaderLang.cpp
|
SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl).
|
2016-02-15 21:46:55 -07:00 |
|
SymbolTable.cpp
|
SPV: Fix Linux build warning.
|
2016-02-18 19:47:33 -07:00 |
|
SymbolTable.h
|
Front-end: Implement GL_OES_gpu_shader5.
|
2015-07-15 19:42:59 -06:00 |
|
Versions.cpp
|
SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl).
|
2016-02-15 21:46:55 -07:00 |
|
Versions.h
|
SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl).
|
2016-02-15 21:46:55 -07:00 |