glslang-zig/glslang
Maxime Coste 6998987ecf Avoid costly indirect calls of tStringInput::(un)?getch through TPpContext
There is no calls to the TPpContext that could change the current input,
so every calls to pp->getChar and pp->ungetChar ultimately call this->getch
and this->ungetch while adding overhead of virtual calls and vector::back.
2015-11-11 18:24:37 +00:00
..
GenericCodeGen glslang: Fix over 100 warnings from MSVC warning level 4. 2015-05-15 17:30:55 +00:00
Include SPV: Remove accidental inclusion of a test. 2015-10-15 13:55:18 -06:00
MachineIndependent Avoid costly indirect calls of tStringInput::(un)?getch through TPpContext 2015-11-11 18:24:37 +00:00
OSDependent Fixes for compiling glslang on Android. 2015-08-17 11:39:38 -04:00
Public Output wrapping #line directives for included content. 2015-07-31 19:41:19 -04:00
CMakeLists.txt Remove obsolete unistd.h file 2015-10-27 14:27:18 -04:00