1. 8ffc36a add reflection queries to return a TType. Fix minor issue with interface names. by steve-lunarg · 8 years ago
  2. 2572b19 HLSL: Turn on reflection, with basic test file, to catch regressions. by John Kessenich · 8 years ago
  3. 31a51be Fix issue #391: input stack underflow on too few macro arguments. by John Kessenich · 8 years ago
  4. a86836e Front-end: Fix known crashes by early exit on error (issue #29, issue #34, issue #35). by John Kessenich · 8 years ago
  5. 48e296b Remove duplicated tests from the runtests script. by Lei Zhang · 8 years ago
  6. 63d4794 Add test case: Link 2 ESSL fragment shader units by Thomas Perl · 8 years ago
  7. 1b14172 Test compiling shaders with given resource limits using GTest. by Lei Zhang · 8 years ago
  8. d016be1 HLSL: Hook up constructor expressions through the AST. by John Kessenich · 9 years ago
  9. e01a9bc HLSL: Plumb in HLSL parse context and keywords, and most basic HLSL parser and test. by John Kessenich · 9 years ago
  10. 494a02a Semantics: Geometry stage can support max_vertices = 0. by John Kessenich · 9 years ago
  11. aae1ad8 Added error output to the preprocessor. by Andrew Woloszyn · 9 years ago
  12. 2f22291 Add +x to two executables. by John Kessenich · 9 years ago
  13. 02ad18a Make smoother use in GitHub by johnkslang · 9 years ago
  14. c555ddd glslang preprocessing: Add -E option to print out preprocessed GLSL, and do the work needed to generate a preprocessed stream. From Andrew Woloszyn <awoloszyn@google.com>. by John Kessenich · 9 years ago
  15. 99a3c59 glslang tests: Fix error propagation. From David Neto <dneto@google.com>. by John Kessenich · 9 years ago
  16. 84ea15f glslang tests: Add Success/Failed message to summarize results. by John Kessenich · 9 years ago
  17. b38c969 glslang tests: Track accumulative success/fail result. Contributed by Lei Zhang (antiagainst@google.com). by John Kessenich · 9 years ago
  18. 593a3f7 glslang -> SPV: improved support for do-while/continue. Contributed by David Neto (dneto@google.com). by John Kessenich · 9 years ago
  19. cf0206c Restore r26245 and all tests and test results since 4/1: by John Kessenich · 10 years ago
  20. d18e2d8 Add CMake support for Visual Studio and installation, with an expected "install" for CMAKE_INSTALL_PREFIX, and updated test scripts to consume the CMake installation. by John Kessenich · 11 years ago
  21. 4f9aebf update Makefile dependencies by John Kessenich · 11 years ago
  22. ddbe0be Update windows binaries. by John Kessenich · 11 years ago
  23. bd306b8 fix g++ complaint and update binaries by John Kessenich · 11 years ago
  24. 08d1824 Add array sizing/checking/overlapping semantics for tessellation inputs. by John Kessenich · 11 years ago
  25. e8fe7b8 Allow tessellation shaders to work on versions back to 150. Also combined all the tessellation tests into a single run. by John Kessenich · 11 years ago
  26. 5134b9c Track what ins/outs/uniforms are used, so that errors like "declare after use" or "can't use both XXX and YYY" can be issued. So far, used this for invariant, gl_FragColor et. al., and gl_FragCoord use before redeclaration. by John Kessenich · 11 years ago
  27. 3ac3578 Fix some Linux issues. by John Kessenich · 11 years ago
  28. 11f9fc7 Add and partially implement an interface for doing uniform reflection. It includes an AST traversal to identify live accesses. by John Kessenich · 11 years ago
  29. 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
  30. fb57e7c Add ES 3.0 fragment output link-time test for outputs having or not having location qualifiers. by John Kessenich · 11 years ago
  31. a5830df Add the following ESSL 2.0 (#version 100) limitations to the configuration file, internal infrastructure, and test cases. Still need to implement the actual detection of non-inductive loops and array accesses. While and do-while loop detection is done. by John Kessenich · 11 years ago
  32. 2ecdd14 Add function recursion testing to the link-time validation. by John Kessenich · 11 years ago
  33. 337dbc7 Add basic intra-stage linking validation for matching types and qualification of uniforms/ins/outs/globals, function body duplication, and mixing ES/non-ES shaders. by John Kessenich · 11 years ago
  34. 05a7063 Add optional configuration file for specifying (existing) limits. Details explained by usage statement. More limits to be added in the future. by John Kessenich · 11 years ago
  35. 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
  36. 69f4b51 Add link validation infrastructure for multiple compilation units per stage. Includes a new, straightforward, C++ interface to the front end. by John Kessenich · 11 years ago
  37. 8d2fe45 Linux abs() needs to be fabs(); a few other minor Linux tweaks. by John Kessenich · 11 years ago
  38. 4586dbd Track expected test results and add more README information. by John Kessenich · 11 years ago
  39. 41a5918 Allow unsigned int in the "location = " grammar, and generally improve recognition of numeric literals to be up to spec. by John Kessenich · 11 years ago
  40. b3338b3 Fix checking-in of wrong test files. by John Kessenich · 12 years ago
  41. db6b911 Implement modern (130 and above) texturing. About 250 functions for 3.0, over 500 for 4.3, created programmatically. Handles all 3.0 functions, almost all 4.3 functions. by John Kessenich · 12 years ago
  42. aab2514 Add bash script for running through all tests. by John Kessenich · 12 years ago