glslang-zig/glslang
2013-06-03 04:15:57 +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 A bunch of semantic checks were missing for binary arithmetic operations. Refactor the "promote" logic to fix these. 2013-05-30 19:15:35 +00:00
MachineIndependent Fix another problem with undefined macros needing to evaluate to 0 within a preprocessor expression, but not outside a preprocessor expression. 2013-06-03 04:15:57 +00:00
OSDependent Get a clean g++/gcc build. Runs and gets correct results on linux. 2013-03-09 19:50:19 +00:00
Public Make the PP report an error on undefined macro in "#if ..." for ES profiles, unless relaxed error checking is requested. Still works as normal CPP on non-ES. 2013-05-05 23:46:22 +00:00