- 140f3df Final round for line endings. by John Kessenich · 9 years ago
- bd7b669 update Window's binary by John Kessenich · 9 years ago
- fea9835 update linux binary by John Kessenich · 9 years ago
- 95eaea5 update linux binary by John Kessenich · 10 years ago
- 63d7d42 update Window's binary by John Kessenich · 10 years ago
- 24c9cc5 update Window's binary by John Kessenich · 10 years ago
- d74951e update linux binary by John Kessenich · 10 years ago
- 34a7e67 update Window's binary by John Kessenich · 10 years ago
- 1aa7b89 update linux binary by John Kessenich · 10 years ago
- 6b40b0a update Window's binary by John Kessenich · 10 years ago
- 19fdb20 update linux binary by John Kessenich · 10 years ago
- 1899e83 update Window's binary by John Kessenich · 10 years ago
- 4ec1018 update linux binary by John Kessenich · 10 years ago
- cbc7dd9 update Window's binary by John Kessenich · 10 years ago
- d93ec05 update linux binary by John Kessenich · 10 years ago
- 560df75 update Window's binary by John Kessenich · 10 years ago
- 1faae74 update linux binary by John Kessenich · 10 years ago
- 54c0440 update Window's binary by John Kessenich · 10 years ago
- 343f7b6 update linux binary by John Kessenich · 10 years ago
- 39805bb update Window's binary by John Kessenich · 10 years ago
- 79a866f update linux binary by John Kessenich · 10 years ago
- 5041bcb update Window's binary by John Kessenich · 10 years ago
- 98999c4 update linux binary by John Kessenich · 10 years ago
- bd2d8fb update Window's binary by John Kessenich · 10 years ago
- 888be02 update linux binary by John Kessenich · 10 years ago
- f51842e update Window's binary by John Kessenich · 10 years ago
- d21e82d update linux binary by John Kessenich · 10 years ago
- 122c5f1 Update Window's binary. by John Kessenich · 10 years ago
- 8455e46 update linux binary by John Kessenich · 10 years ago
- f014740 Update Window's binary. by John Kessenich · 10 years ago
- f416b55 update linux binary by John Kessenich · 10 years ago
- 9854f21 Update Windows executable. by John Kessenich · 10 years ago
- 9b3f9e5 Update readme for no .so by John Kessenich · 10 years ago
- 7cc052b update Linux binary, no .so needed by John Kessenich · 10 years ago
- 6a24592 No longer using a shared object model. by John Kessenich · 10 years ago
- 71e01cb Make switch statements have their own nested scope (bug 11904). by John Kessenich · 11 years ago
- 3ce1058 update Linux build for latest CMake changes from Windows by John Kessenich · 11 years ago
- 52c3514 Update rules for "GL_", "gl_", and "__" to match latest specification bug fixes. by John Kessenich · 11 years ago
- 3bef952 update linux binary by John Kessenich · 11 years ago
- 56876dc Fix missing semantic check: Disallow layout qualifiers when augmenting an already declared variable with a qualifier. by John Kessenich · 11 years ago
- efb2b7d Move to the v110_xp toolset to support XP. by John Kessenich · 11 years ago
- 28b95b6 Remove Windows VS 11 executable dependencies on MSVCP110.dll and MSVCR110.dll. The only DLL needed now is the standard KERNEL32.DLL. by John Kessenich · 11 years ago
- 281958c Fix g++ warning and update Window's binary. by John Kessenich · 11 years ago
- 4f9aebf update Makefile dependencies by John Kessenich · 11 years ago
- a70031a update linux binary by John Kessenich · 11 years ago
- 99b0ffd Properly handle 'default' nested in flow control, as well as default/case outside switch statements. by John Kessenich · 11 years ago
- ddbe0be Update windows binaries. by John Kessenich · 11 years ago
- bd306b8 fix g++ complaint and update binaries by John Kessenich · 11 years ago
- 76ea74a Update Linux script and binaries by John Kessenich · 11 years ago
- bd95819 1) Allow '\' before a non-newline as a token in the preprocessor, and 2) localize line-continuation to just the pp scanner. by John Kessenich · 11 years ago
- a57a78e Update Linux binaries by John Kessenich · 11 years ago
- 3a4687d Add missing check that a function call is not using the same name as a variable hiding the function's name. Also, support version 110 separate name spaces for functions and variable names. by John Kessenich · 11 years ago
- 2fcc9ff Update Linux binaries by John Kessenich · 11 years ago
- 2d2f316 Preprocessor: Implement skipping of macros that evaluate to nothing while evaluating expressions. They had been causing early termination of an expression's evaluation. by John Kessenich · 11 years ago
- 828dc87 Update Linux binaries by John Kessenich · 11 years ago
- 3e0efe5 Fix g++ warnings. by John Kessenich · 11 years ago
- 2f15597 Update Linux binaries by John Kessenich · 11 years ago
- 38ae7be Update Window's binary. by John Kessenich · 11 years ago
- ef9c8ab Update Linux binaries by John Kessenich · 11 years ago
- e644daf Update Window's binary. by John Kessenich · 11 years ago
- d4042f1 Update Linux binaries by John Kessenich · 11 years ago
- bc91f48 Update Window's binary. by John Kessenich · 11 years ago
- 44222f9 Update Linux binaries by John Kessenich · 11 years ago
- 143c8bf Give error when overloaded functions differ only on a parameter's precision qualifier. by John Kessenich · 11 years ago
- 0bd3ab6 Update Linux binaries by John Kessenich · 11 years ago
- 13221d2 Fix logic error in steering which stages get bias vs. non-bias texturing functions. by John Kessenich · 11 years ago
- c4a2b94 Update Linux binaries by John Kessenich · 11 years ago
- 37d080c Add missing non-square matrixCompMult built-in functions. by John Kessenich · 11 years ago
- 7c8ca2d Update Linux binaries by John Kessenich · 11 years ago
- ad43f6f Implement GL_EXT_shader_texture_lod. by John Kessenich · 11 years ago
- c043498 Update Linux binaries by John Kessenich · 11 years ago
- 9511ae8 Update Window's binary. by John Kessenich · 11 years ago
- df0488d Update Linux binaries by John Kessenich · 11 years ago
- 69aa9c1 Fixes to scanning: by John Kessenich · 11 years ago
- e74fe56 Update Linux binaries by John Kessenich · 11 years ago
- bd1a5b7 Add GL_OES_EGL_image_external. Includes new keyword, type, name mangling, built-in function calls, etc. by John Kessenich · 11 years ago
- df81ce9 Update Linux binaries by John Kessenich · 11 years ago
- 359326b Minor consistency fix: Define built-in functions to have bodies. by John Kessenich · 11 years ago
- a4351c5 More subtle checking for redeclarations: by John Kessenich · 11 years ago
- cfe3ba5 update linux binaries by John Kessenich · 11 years ago
- 77d908a Added constant folding for relational (e.g. lessThan) built-ins, relational built-ins for uints, and bitwise ops for mixed scalars and vectors. by John Kessenich · 11 years ago
- 49d6121 update linux binaries by John Kessenich · 11 years ago
- 01c22af Add some missing invariant semantic checks, replace some misplaced sampler semantic checks, add parameter and structure member checks against new qualifiers. by John Kessenich · 11 years ago
- b0a7eb5 Stop emitting the "#version missing" warning, and hook up the existing "suppress warnings" to a command-line option (-w). by John Kessenich · 11 years ago
- 8ec55cd 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. by John Kessenich · 11 years ago
- e17ef84 Fix bug where bracket dereferences were incorrectly keeping the base's qualifier (for example constBase[i] would still be a const instead of EvqTemporary). by John Kessenich · 11 years ago
- ea869fb Improve preprocessor by using GLSL scanner, allowing read-only strings to be compiled, unifying of line # tracking, and correct detection that ES #version appeared after a comment. by John Kessenich · 11 years ago
- c78a126 Tie "location = " to the right stages/versions/extensions. Also add "#define extension 1" extension support and instructions. by John Kessenich · 11 years ago
- a65dc63 Update Linux binaries by John Kessenich · 11 years ago
- 028dbad Update Window's binary. by John Kessenich · 11 years ago
- fb57e7c Add ES 3.0 fragment output link-time test for outputs having or not having location qualifiers. by John Kessenich · 11 years ago
- b5af825 Update Linux binaries by John Kessenich · 11 years ago
- 941d156 Update Windows binary. by John Kessenich · 11 years ago
- e29e4af Update Window's binary. by John Kessenich · 11 years ago
- 04750f7 Update Linux binaries by John Kessenich · 11 years ago
- 9839e24 Unify the 8 grammar productions for declaring variables. This greatly simplifies making changes for this set of productions. by John Kessenich · 11 years ago
- f5ebfb5 Test for and prevent any dead-code elimination, as all code is needed in the AST for static-use analysis. by John Kessenich · 11 years ago
- c981efd Update Linux binaries by John Kessenich · 11 years ago
- efd93d4 Update the windows executable. by John Kessenich · 11 years ago
- 5f753e0 Full thread safety working: by John Kessenich · 11 years ago