| .. |
|
preprocessor
|
Replace sprintf() usage with snprintf()
|
2015-10-15 16:16:52 -04:00 |
|
Constant.cpp
|
SPIRV: Add the support of missing image functions #72
|
2015-09-09 16:42:49 +08:00 |
|
gl_types.h
|
Second round line ending clean up, from fresh round trip.
|
2015-06-26 16:42:50 -06:00 |
|
glslang.y
|
SPIR-V: Move from Version .99 Rev 31 to Version 1.0, Rev 2.
|
2015-11-15 22:31:41 -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
|
SPIR-V: Move from Version .99 Rev 31 to Version 1.0, Rev 2.
|
2015-11-15 22:31:41 -07:00 |
|
Initialize.h
|
SPIR-V: Move from Version .99 Rev 31 to Version 1.0, Rev 2.
|
2015-11-15 22:31:41 -07:00 |
|
Intermediate.cpp
|
GL_OES_shader_multisample_interpolation: Include scalar swizzles as valid for interpolateAt*.
|
2015-08-22 16:54:35 -06:00 |
|
intermOut.cpp
|
SPIR-V: Move from Version .99 Rev 31 to Version 1.0, Rev 2.
|
2015-11-15 22:31:41 -07:00 |
|
IntermTraverse.cpp
|
glslang: Fix over 100 warnings from MSVC warning level 4.
|
2015-05-15 17:30:55 +00: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
|
Implement GL_KHR_blend_equation_advanced.
|
2015-08-30 05:43:51 -06:00 |
|
localintermediate.h
|
SPIR-V: Move from Version .99 Rev 31 to Version 1.0, Rev 2.
|
2015-11-15 22:31:41 -07:00 |
|
Makefile
|
Check in a much improved submitted set of makefiles for Linux builds. This eliminates dependencies on system headers, and generally simplifies the makefiles.
|
2014-02-19 01:00:58 +00:00 |
|
parseConst.cpp
|
glslang: Fix over 100 warnings from MSVC warning level 4.
|
2015-05-15 17:30:55 +00:00 |
|
ParseHelper.cpp
|
SPIR-V: Move from Version .99 Rev 31 to Version 1.0, Rev 2.
|
2015-11-15 22:31:41 -07:00 |
|
ParseHelper.h
|
SPIR-V: Move from Version .99 Rev 31 to Version 1.0, Rev 2.
|
2015-11-15 22:31:41 -07:00 |
|
PoolAlloc.cpp
|
Consolidate all token length limits (1024), including one bad one (80) hardcoded on the stack (issue #40, issue #41).
|
2015-07-25 14:02:53 -06:00 |
|
reflection.cpp
|
Array of array: Implement the core functionality: types, constructors, operations.
|
2015-08-10 17:08:55 -06: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
|
SPIR-V: Move from Version .99 Rev 31 to Version 1.0, Rev 2.
|
2015-11-15 22:31:41 -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
|
SPIR-V: Move from Version .99 Rev 31 to Version 1.0, Rev 2.
|
2015-11-15 22:31:41 -07:00 |
|
SymbolTable.cpp
|
Various build fixes when using newer GCC versions with warnings enabled
|
2015-10-26 12:38:46 -04:00 |
|
SymbolTable.h
|
Front-end: Implement GL_OES_gpu_shader5.
|
2015-07-15 19:42:59 -06:00 |
|
Versions.cpp
|
GL_ARB_shader_draw_parameters: From @amdrexu, implement extension.
|
2015-10-14 14:10:30 -06:00 |
|
Versions.h
|
GL_ARB_shader_draw_parameters: From @amdrexu, implement extension.
|
2015-10-14 14:10:30 -06:00 |