Rex Xu
|
827b23b8a1
|
Parser: Redeclare gl_ClipDistance/gl_CullDistance should update their array sizes.
|
2016-05-11 15:50:41 +08:00 |
|
Rex Xu
|
cb0e471ad4
|
Parser: Update array size of gl_ClipDistance/gl_CullDistance in gl_in[].
|
2016-03-27 08:47:43 +08:00 |
|
John Kessenich
|
61d9fb9048
|
Semantics: 'invocations' defaults to 1, not 0.
'invocations' was using 0 as the "shader never set" flag and as the
default. Formalize this and explicit set to 1 and link time.
|
2015-12-13 10:59:17 -07:00 |
|
John Kessenich
|
494a02a2b0
|
Semantics: Geometry stage can support max_vertices = 0.
To do this, more generally use a named -1 as a not set value.
|
2015-12-11 17:54:35 -07:00 |
|
John Kessenich
|
cc16fa0720
|
Tests: Move to just linefeed to simply cross-platform test changes.
|
2015-12-10 18:01:54 -07:00 |
|
John Kessenich
|
dff18a2be0
|
glslang: Formally track all built-in variables, right from the beginning, to enable avoiding all textual compares at any subsequent stage in the stack. (To be used in future check ins.)
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@31224 e7fa87d3-cd2b-0410-9028-fcbf551c1848
|
2015-05-18 16:45:49 +00:00 |
|
John Kessenich
|
8b37b04ecc
|
glslang AST output: include global vs. temp (local) in the printed output. This only effects test results, but a future check-in is going to fix some globals.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@30973 e7fa87d3-cd2b-0410-9028-fcbf551c1848
|
2015-04-29 10:16:56 +00:00 |
|
John Kessenich
|
699684180f
|
Implement cull distances for GLSL 4.5 (but not as an extension yet, just a 4.5 feature).
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@27714 e7fa87d3-cd2b-0410-9028-fcbf551c1848
|
2014-08-13 06:37:59 +00:00 |
|