| .. |
|
preprocessor
|
glslang and SPIR-V: Some basic turn on for doubles (previously untested but existed code). Partly from a submission, partly addressing bug 13772.
|
2015-04-17 21:47:07 +00:00 |
|
Constant.cpp
|
Implement GL_ARB_derivative_control.
|
2014-08-13 04:15:56 +00:00 |
|
gl_types.h
|
Reflection: Add translation from glslang types to the API #define types.
|
2013-11-13 19:07:43 +00:00 |
|
glslang.y
|
Include ?: in the tests for flow control.
|
2015-01-07 06:36:55 +00: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
|
Implement specification change in 'restrict', allowing it to come and go across function calls.
|
2014-12-11 00:17:42 +00:00 |
|
Initialize.h
|
Add texture gather functions (and extension check) for GLSL 400 and GL_ARB_texture_gather.
|
2013-10-21 19:25:59 +00:00 |
|
Intermediate.cpp
|
glslang and SPIR-V: Some basic turn on for doubles (previously untested but existed code). Partly from a submission, partly addressing bug 13772.
|
2015-04-17 21:47:07 +00:00 |
|
intermOut.cpp
|
glslang and SPIR-V: Some basic turn on for doubles (previously untested but existed code). Partly from a submission, partly addressing bug 13772.
|
2015-04-17 21:47:07 +00:00 |
|
IntermTraverse.cpp
|
Add the bitField built-in functions. Mark 330 as being complete.
|
2014-08-13 20:04:19 +00:00 |
|
limits.cpp
|
Make 64-bit VS compile clean. Mostly size_t vs. int tweaks.
|
2014-02-19 02:47:20 +00:00 |
|
linkValidate.cpp
|
Nonfunctional: fix a typo.
|
2014-09-18 13:12:00 +00:00 |
|
localintermediate.h
|
Implement write-only semantic checking, the non-r32f/i/u readonly/writeonly check, and ES 3.1 support of volatile. Also, fix a typo in MaxComputeGroupY.
|
2014-08-19 20:32:48 +00: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
|
GL_ARB_enhanced_layouts, part 6: Numerical side of uniform offset and align semantics. Included
|
2014-01-31 02:40:19 +00:00 |
|
ParseHelper.cpp
|
glslangValidator: Add straightforward SPIR-V support (non-optimizing, ~3.x functionality).
|
2015-03-03 17:09:43 +00:00 |
|
ParseHelper.h
|
Implement barrier() control-flow rules: in flow control, non-main, and post-return.
|
2015-01-07 06:14:06 +00:00 |
|
PoolAlloc.cpp
|
Fix bug 11736: Minor glslang compilation fixes: Correct "currentChar" logic for recently switched to unsigned size_t locations, and protect more pool guard code with #ifdef.
|
2014-02-24 21:36:08 +00:00 |
|
reflection.cpp
|
Partial implementation of atomic counters.
|
2014-08-12 03:52:51 +00:00 |
|
reflection.h
|
Make 64-bit VS compile clean. Mostly size_t vs. int tweaks.
|
2014-02-19 02:47:20 +00: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
|
glslang: Allow GL_ARB_explicit_attrib_location to add "layout" keyword pre version 140.
|
2015-04-09 21:04:44 +00:00 |
|
Scan.h
|
Add more allowances for relaxed error checking mode: Warn instead of error on use of a disabled extension, allow 'f' suffix on floating point literals, and allow #version after tokens.
|
2014-06-18 23:02:00 +00:00 |
|
ScanContext.h
|
Turn on ESSL 3.1 for most features:
|
2014-08-12 22:07:22 +00:00 |
|
ShaderLang.cpp
|
Add the bitField built-in functions. Mark 330 as being complete.
|
2014-08-13 20:04:19 +00:00 |
|
SymbolTable.cpp
|
Partial implementation of atomic counters.
|
2014-08-12 03:52:51 +00:00 |
|
SymbolTable.h
|
Finish implementing compute shaders, within #version 430, partly based on a submission.
|
2014-08-11 02:32:30 +00:00 |
|
unistd.h
|
Create a base GLSL front-end from the 3Dlabs glslang front-end from 20-Sep-2005.
|
2012-12-12 21:15:54 +00:00 |
|
Versions.cpp
|
Implement GL_ARB_viewport_array extension.
|
2014-10-17 20:01:27 +00:00 |
|
Versions.h
|
Implement GL_ARB_viewport_array extension.
|
2014-10-17 20:01:27 +00:00 |