1. e516d43 HLSL: Move debug naming to a simpler, more consistent, scheme. by John Kessenich · 7 years ago
  2. 54b9ff9 HLSL: handle type conversion for any/all intrinsics by LoopDawg · 7 years ago
  3. 6fa1764 HLSL: Emit the OpSource HLSL instruction for HLSL, using new headers. by John Kessenich · 8 years ago
  4. 86e49d1 HLSL: Move frexp() to a separate test file. by Rex Xu · 8 years ago
  5. 71c100d GLSL output: Removed fixed-size buffer; fixes #769. by John Kessenich · 8 years ago
  6. 02467d8 HLSL: Wrap the entry-point; need to write 'in' args, and support 'inout' args. by John Kessenich · 8 years ago
  7. ef33ec0 HLSL: add intrinsic function implicit promotions by steve-lunarg · 8 years ago
  8. 0842dbb HLSL: use HLSL parser to parse HLSL intrinsic prototypes, enable int/bool mats by steve-lunarg · 8 years ago
  9. d3f1122 Whole stack: Fix stale types in the AST linker object nodes, fixing #557. by John Kessenich · 8 years ago
  10. 5d45ead HLSL: Turn on tests for groupshared. by John Kessenich · 8 years ago
  11. a08c929 HLSL: Line numbers only: Set locations (line numbers) on synthesized flattening code. by John Kessenich · 8 years ago
  12. 4e55988 HLSL Tests: Tests for previous commit, to make it easier to see what's changing. by John Kessenich · 8 years ago
  13. d21baed HLSL: Flatten whole-struct assigns and returns when targeting flattened I/O structs. by John Kessenich · 8 years ago
  14. 7dc630f HLSL: Flatten a return struct from an entry point and assign locations after flattening. by John Kessenich · 8 years ago
  15. deb4940 HLSL: Register all entry-point in/out as part of the interface. by John Kessenich · 8 years ago
  16. 297ae21 WIP: HLSL: Treat HLSL rows as GLSL columns. by steve-lunarg · 8 years ago
  17. 1a4b775 HLSL: Correct line numbers for function definitions. by John Kessenich · 8 years ago
  18. 830b0cc HLSL: Start location numbering with the entry-point return value. by John Kessenich · 8 years ago
  19. 510d83b HLSL: Create test results for the previous commits. by John Kessenich · 8 years ago
  20. 6a70eb7 HLSL: Emulate write-to-output on return-from-entry-point, for return value. by John Kessenich · 8 years ago
  21. 2c646b7 Updating tests, sadly every single HLSL test needs updating becuase of the language identifier by Dan Baker · 8 years ago
  22. cf57c04 HLSL: add missing vec,vec,scalar form of lerp(), + test by steve-lunarg · 8 years ago
  23. b0a63f5 HLSL: Correctly identify which variables are global storage class. by John Kessenich · 8 years ago
  24. 532543c HLSL: Grammar: Make comma-separated declaration lists work. by John Kessenich · 8 years ago
  25. e903ab5 HLSL: Change intrinsics tests to not use overloaded entry points by LoopDawg · 8 years ago
  26. 4624a02 Add lerp, fix sincos return type, ret type tests, non-square mats, HLSL->AST tx semantics by LoopDawg · 8 years ago
  27. 6e72fdd Add HLSL memory barrier intrinsics, fix dst, add lit & EvaluateAttributeSnapped by LoopDawg · 8 years ago
  28. 5aa59e2 HLSL: Map parameter qualifiers from generic to function-specific and entry-point specific. by John Kessenich · 8 years ago
  29. 5891070 Implement atomic ops, bit conversions, fix fwidth stage mask, fix saturate dest modifier. by LoopDawg · 8 years ago
  30. 592860c Add decompositions for some HLSL intrinsics. by LoopDawg · 8 years ago
  31. 4b67732 Initial implementation of direct-mapped subset of HLSL intrinsics with type subset. by LoopDawg · 8 years ago