1. 560df75 update Window's binary by John Kessenich · 10 years ago
  2. 1faae74 update linux binary by John Kessenich · 10 years ago
  3. 54c0440 update Window's binary by John Kessenich · 10 years ago
  4. 343f7b6 update linux binary by John Kessenich · 10 years ago
  5. 39805bb update Window's binary by John Kessenich · 10 years ago
  6. 79a866f update linux binary by John Kessenich · 10 years ago
  7. 5041bcb update Window's binary by John Kessenich · 10 years ago
  8. 98999c4 update linux binary by John Kessenich · 10 years ago
  9. bd2d8fb update Window's binary by John Kessenich · 10 years ago
  10. 888be02 update linux binary by John Kessenich · 10 years ago
  11. f51842e update Window's binary by John Kessenich · 10 years ago
  12. d21e82d update linux binary by John Kessenich · 10 years ago
  13. 122c5f1 Update Window's binary. by John Kessenich · 10 years ago
  14. 8455e46 update linux binary by John Kessenich · 10 years ago
  15. f014740 Update Window's binary. by John Kessenich · 10 years ago
  16. f416b55 update linux binary by John Kessenich · 10 years ago
  17. 9854f21 Update Windows executable. by John Kessenich · 10 years ago
  18. 9b3f9e5 Update readme for no .so by John Kessenich · 10 years ago
  19. 7cc052b update Linux binary, no .so needed by John Kessenich · 10 years ago
  20. 6a24592 No longer using a shared object model. by John Kessenich · 10 years ago
  21. 71e01cb Make switch statements have their own nested scope (bug 11904). by John Kessenich · 10 years ago
  22. 3ce1058 update Linux build for latest CMake changes from Windows by John Kessenich · 11 years ago
  23. 52c3514 Update rules for "GL_", "gl_", and "__" to match latest specification bug fixes. by John Kessenich · 11 years ago
  24. 3bef952 update linux binary by John Kessenich · 11 years ago
  25. 56876dc Fix missing semantic check: Disallow layout qualifiers when augmenting an already declared variable with a qualifier. by John Kessenich · 11 years ago
  26. efb2b7d Move to the v110_xp toolset to support XP. by John Kessenich · 11 years ago
  27. 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
  28. 281958c Fix g++ warning and update Window's binary. by John Kessenich · 11 years ago
  29. 4f9aebf update Makefile dependencies by John Kessenich · 11 years ago
  30. a70031a update linux binary by John Kessenich · 11 years ago
  31. 99b0ffd Properly handle 'default' nested in flow control, as well as default/case outside switch statements. by John Kessenich · 11 years ago
  32. ddbe0be Update windows binaries. by John Kessenich · 11 years ago
  33. bd306b8 fix g++ complaint and update binaries by John Kessenich · 11 years ago
  34. 76ea74a Update Linux script and binaries by John Kessenich · 11 years ago
  35. 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
  36. a57a78e Update Linux binaries by John Kessenich · 11 years ago
  37. 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
  38. 2fcc9ff Update Linux binaries by John Kessenich · 11 years ago
  39. 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
  40. 828dc87 Update Linux binaries by John Kessenich · 11 years ago
  41. 3e0efe5 Fix g++ warnings. by John Kessenich · 11 years ago
  42. 2f15597 Update Linux binaries by John Kessenich · 11 years ago
  43. 38ae7be Update Window's binary. by John Kessenich · 11 years ago
  44. ef9c8ab Update Linux binaries by John Kessenich · 11 years ago
  45. e644daf Update Window's binary. by John Kessenich · 11 years ago
  46. d4042f1 Update Linux binaries by John Kessenich · 11 years ago
  47. bc91f48 Update Window's binary. by John Kessenich · 11 years ago
  48. 44222f9 Update Linux binaries by John Kessenich · 11 years ago
  49. 143c8bf Give error when overloaded functions differ only on a parameter's precision qualifier. by John Kessenich · 11 years ago
  50. 0bd3ab6 Update Linux binaries by John Kessenich · 11 years ago
  51. 13221d2 Fix logic error in steering which stages get bias vs. non-bias texturing functions. by John Kessenich · 11 years ago
  52. c4a2b94 Update Linux binaries by John Kessenich · 11 years ago
  53. 37d080c Add missing non-square matrixCompMult built-in functions. by John Kessenich · 11 years ago
  54. 7c8ca2d Update Linux binaries by John Kessenich · 11 years ago
  55. ad43f6f Implement GL_EXT_shader_texture_lod. by John Kessenich · 11 years ago
  56. c043498 Update Linux binaries by John Kessenich · 11 years ago
  57. 9511ae8 Update Window's binary. by John Kessenich · 11 years ago
  58. df0488d Update Linux binaries by John Kessenich · 11 years ago
  59. 69aa9c1 Fixes to scanning: by John Kessenich · 11 years ago
  60. e74fe56 Update Linux binaries by John Kessenich · 11 years ago
  61. bd1a5b7 Add GL_OES_EGL_image_external. Includes new keyword, type, name mangling, built-in function calls, etc. by John Kessenich · 11 years ago
  62. df81ce9 Update Linux binaries by John Kessenich · 11 years ago
  63. 359326b Minor consistency fix: Define built-in functions to have bodies. by John Kessenich · 11 years ago
  64. a4351c5 More subtle checking for redeclarations: by John Kessenich · 11 years ago
  65. cfe3ba5 update linux binaries by John Kessenich · 11 years ago
  66. 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
  67. 49d6121 update linux binaries by John Kessenich · 11 years ago
  68. 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
  69. 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
  70. 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
  71. 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
  72. 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
  73. c78a126 Tie "location = " to the right stages/versions/extensions. Also add "#define extension 1" extension support and instructions. by John Kessenich · 11 years ago
  74. a65dc63 Update Linux binaries by John Kessenich · 11 years ago
  75. 028dbad Update Window's binary. by John Kessenich · 11 years ago
  76. fb57e7c Add ES 3.0 fragment output link-time test for outputs having or not having location qualifiers. by John Kessenich · 11 years ago
  77. b5af825 Update Linux binaries by John Kessenich · 11 years ago
  78. 941d156 Update Windows binary. by John Kessenich · 11 years ago
  79. e29e4af Update Window's binary. by John Kessenich · 11 years ago
  80. 04750f7 Update Linux binaries by John Kessenich · 11 years ago
  81. 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
  82. 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
  83. c981efd Update Linux binaries by John Kessenich · 11 years ago
  84. efd93d4 Update the windows executable. by John Kessenich · 11 years ago
  85. 5f753e0 Full thread safety working: by John Kessenich · 11 years ago
  86. 38f3b89 Ensure the shared symbol table levels are read-only to make multi-threading safe. Also removed inadvertent extra copies of the symbol table shared across all stages. by John Kessenich · 11 years ago
  87. 317f1af Update Linux binaries for name-mangling bug fix by John Kessenich · 11 years ago
  88. 252b619 Remove a mangled-name cache in the type that was sometimes stale. by John Kessenich · 11 years ago
  89. af26243 Update Linux binaries by John Kessenich · 11 years ago
  90. acc55c2 Update the Windows binary. by John Kessenich · 11 years ago
  91. 4586dbd Track expected test results and add more README information. by John Kessenich · 11 years ago
  92. 161d482 Add windows executable. by John Kessenich · 11 years ago
  93. b849c1d Add Linux executables by John Kessenich · 11 years ago