1. 1c3ab27 Test Results Only: Include size in implicitly sized arrays (change to unsized). by John Kessenich · 7 years ago
  2. ae8af5d HLSL: fix array[1] of vec4 constant declaration. by xavier · 7 years ago
  3. e00e8f4 GLSL: replace general missing functionality with specific messages. by John Kessenich · 7 years ago
  4. 71c100d GLSL output: Removed fixed-size buffer; fixes #769. by John Kessenich · 8 years ago
  5. ff13213 Front-ends GLSL/HLSL: Fix initializer lists for structs of one member. by John Kessenich · 8 years ago
  6. d82c906 Vulkan: Finish semantics for what creates spec-const-semantics. by John Kessenich · 8 years ago
  7. cc16fa0 Tests: Move to just linefeed to simply cross-platform test changes. by John Kessenich · 9 years ago
  8. 8b37b04 glslang AST output: include global vs. temp (local) in the printed output. This only effects test results, but a future check-in is going to fix some globals. by John Kessenich · 10 years ago
  9. 263a134 Correct the test results from the last check in. by John Kessenich · 11 years ago
  10. 2bbd2a3 Add missing tests and test results. by John Kessenich · 11 years ago
  11. 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
  12. f3e2a89 Tessellation: Implicit array sizing and consistency checking of control-shader output arrays based on layout(vertices=...). by John Kessenich · 11 years ago
  13. 623833f Tessellation partial implementation (not ready for use yet), including: by John Kessenich · 11 years ago
  14. 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
  15. ab41fe5 Add redeclarations of built-in blocks. by John Kessenich · 11 years ago
  16. e46b087 Add function "const", where the initializer does not have to be a compile-time constant. by John Kessenich · 11 years ago
  17. 779e6b4 Add C-style curly-brace initializers. by John Kessenich · 11 years ago
  18. 98c2ef2 Non-functional changes: Typo in error message and in comment, remove unneeded arguments, separate constructor-op mapping from handling constructors. by John Kessenich · 11 years ago
  19. 447fc36 Add message indicating level of completeness for not-yet-complete versions. by John Kessenich · 11 years ago
  20. 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
  21. c027579 Put in infrastructure for tessellation, geometry, and compute stages, and partially flesh out with built-in functions. by John Kessenich · 11 years ago