glslang-zig/glslang
Juan Lopez a558b26537 This refactor the StandAlone and WorkList files in order to use more
C++11 features remove the dependencies from OS specific code. Changes:

- Making WorkList class to have its own mutex instead of the OS specific
global one. The new mutex is the one from std library. The OS specific
code is also removed.

- Using the C++11 std library to handle threads in StandAlone
application
and enabling concurrent processing on non-windows platforms.

- converting the global variable Worklist into local variable workList.
2017-04-04 22:29:59 +02:00
..
GenericCodeGen Non-functional: White space after "//", mostly for copyrights. 2017-01-06 12:34:14 -07:00
Include Revert "Merge pull request #779 from steve-lunarg/buffer-unsampled-fix" 2017-03-31 14:39:30 -06:00
MachineIndependent Merge pull request #774 from steve-lunarg/tess-ctrlpt-pcf 2017-03-31 13:37:52 -06:00
OSDependent This refactor the StandAlone and WorkList files in order to use more 2017-04-04 22:29:59 +02:00
Public Merge branch 'semantic_handling' of https://github.com/TiemoJung/glslang into TiemoJung-semantic_handling 2017-03-14 21:49:42 -06:00
CMakeLists.txt Install headers 2017-01-29 17:46:44 -08:00
updateGrammar Bison: Non-functional: Move to revision 3.0.4. 2016-05-04 12:54:56 -06:00