1. 0a93cfb Update to newest SPIRV-Tools. It checks the Vulkan rule that all resources must have a set and binding decoration, which many tests fail. So add code to set a default value of zero. Also disable PCH for Ninja builds. by Jeff Bolz · 6 years ago
  2. d6c9755 Change the major revision number for next commit. by John Kessenich · 6 years ago
  3. ac37079 Revert the commits that change OpArrayLength type and bumped the version number. by John Kessenich · 7 years ago
  4. 0216f24 SPV: Bump up the generator number. by John Kessenich · 7 years ago
  5. 71b5da6 SPV: Bump up generator number, because previous commit changes code gen slightly. by John Kessenich · 7 years ago
  6. 2b5ea9f SPV Version: Emit the requested SPIR-V version, not the header version. by John Kessenich · 7 years ago
  7. 6c1c276 SPV: Bump SPIR-V header to the unified1 version (version 1.2). by John Kessenich · 7 years ago
  8. c72e593 SPV: Bump the generator number to account for barrier changes. by John Kessenich · 7 years ago
  9. 07ed11f SPV: GeneratorVersion: bump version number because of atomic decrement change. by John Kessenich · 7 years ago
  10. e516d43 HLSL: Move debug naming to a simpler, more consistent, scheme. by John Kessenich · 7 years ago
  11. 2b4f77f HLSL: Correct use of isPerVertexBuiltIn() to be isClipOrCullDistance(). by John Kessenich · 7 years ago
  12. cca42a8 HLSL: Stop including empty structures in the I/O interface. Fix #785. by John Kessenich · 7 years ago
  13. 6fa1764 HLSL: Emit the OpSource HLSL instruction for HLSL, using new headers. by John Kessenich · 7 years ago
  14. 71c100d GLSL output: Removed fixed-size buffer; fixes #769. by John Kessenich · 8 years ago
  15. 4198b8b WIP: HLSL: preserve empty structures after splitting by steve-lunarg · 8 years ago
  16. 2c5ab9c HLSL: remove pervertex output blocks by steve-lunarg · 8 years ago
  17. abd8dca HLSL: Make the entry-point shadow function have non-IO params and return. by John Kessenich · 8 years ago
  18. 02467d8 HLSL: Wrap the entry-point; need to write 'in' args, and support 'inout' args. by John Kessenich · 8 years ago
  19. 46d5428 WIP: add other builtins to interstage IO by steve-lunarg · 8 years ago
  20. 132d331 HLSL: struct splitting: assignments of hierarchical split types by steve-lunarg · 8 years ago
  21. d3f1122 Whole stack: Fix stale types in the AST linker object nodes, fixing #557. by John Kessenich · 8 years ago
  22. 8b0227c HLSL: phase 3b: Texture methods remember and return vector size. by steve-lunarg · 8 years ago
  23. a08c929 HLSL: Line numbers only: Set locations (line numbers) on synthesized flattening code. by John Kessenich · 8 years ago
  24. 4e55988 HLSL Tests: Tests for previous commit, to make it easier to see what's changing. by John Kessenich · 8 years ago
  25. 6b71c40 HLSL: Remove extraneous built-in member decorations for IO structs used in non-IO situations. by John Kessenich · 8 years ago
  26. d21baed HLSL: Flatten whole-struct assigns and returns when targeting flattened I/O structs. by John Kessenich · 8 years ago
  27. f8e494c HLSL: Flatten all input/output structs, regardless of stage. by John Kessenich · 8 years ago
  28. 7dc630f HLSL: Flatten a return struct from an entry point and assign locations after flattening. by John Kessenich · 8 years ago
  29. deb4940 HLSL: Register all entry-point in/out as part of the interface. by John Kessenich · 8 years ago
  30. 1a4b775 HLSL: Correct line numbers for function definitions. by John Kessenich · 8 years ago
  31. f2b7f33 SPV: Tighten up number of struct-types declared based on decoration. by John Kessenich · 8 years ago
  32. 830b0cc HLSL: Start location numbering with the entry-point return value. by John Kessenich · 8 years ago
  33. 510d83b HLSL: Create test results for the previous commits. by John Kessenich · 8 years ago
  34. 6a70eb7 HLSL: Emulate write-to-output on return-from-entry-point, for return value. by John Kessenich · 8 years ago
  35. 2c646b7 Updating tests, sadly every single HLSL test needs updating becuase of the language identifier by Dan Baker · 8 years ago
  36. 96e9f47 HLSL: Implement the register production. by John Kessenich · 8 years ago
  37. 3ef7852 HLSL: Add SampleLevel method by LoopDawg · 8 years ago