glslang-zig/glslang
John Kessenich 69aa9c1b84 Fixes to scanning:
- do version checking for the line-continuation character
 - check for built-in names in #undef
 - bug fix for #elif after #else
 - do version checking for use of floating point suffixes (f, LF, etc.)


git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@24011 e7fa87d3-cd2b-0410-9028-fcbf551c1848
2013-11-12 03:31:24 +00:00
..
GenericCodeGen Add and use ability to tell the backend compiler what version/profile the source shader was. 2013-03-12 17:53:55 +00:00
Include Add GL_OES_EGL_image_external. Includes new keyword, type, name mangling, built-in function calls, etc. 2013-11-11 23:29:59 +00:00
MachineIndependent Fixes to scanning: 2013-11-12 03:31:24 +00:00
OSDependent Clean up/resolve a bunch of TODO, which included implementing pixel_center_integer and origin_upper_left and adjusting what versions see legacy texturing names. 2013-11-05 18:07:25 +00:00
Public Complete hook up all the compile/link errors to the command-line exit status. (Also, an updated test left from the last check-in.) 2013-11-07 23:33:24 +00:00