1. e22e347 HLSL: Fix #1208: accept both int and uint in asuint() and asint(). by John Kessenich · 7 years ago
  2. 838d7af SPV: HLSL: Move to correct HLSL barrier semantics, per Khronos recommendation. by John Kessenich · 7 years ago
  3. 4ce5b56 Fix #1103: clip() works on int/uint. by John Kessenich · 7 years ago
  4. 7f93d56 HLSL: add subpass input types and methods by LoopDawg · 7 years ago
  5. 750c2d0 SPV: When passing structs of opaque types, flatten and pass the members instead. by John Kessenich · 7 years ago
  6. 6817f81 HLSL: Implement missing GatherCmp by steve-lunarg · 7 years ago
  7. 12bc9aa WIP: HLSL: add Append/ConsumeBuffer support by steve-lunarg · 7 years ago
  8. 8e26feb WIP: HLSL: structuredbuffer counter functionality by steve-lunarg · 7 years ago
  9. 1ca04c2 HLSL: allow length() on scalars by steve-lunarg · 7 years ago
  10. e7d0752 HLSL: use prefix for builtin functions names to avoid namespace collisions by steve-lunarg · 7 years ago
  11. 5da1f03 HLSL: implement 4 (of 6) structuredbuffer types by steve-lunarg · 8 years ago
  12. 927608b Non-functional: White space after "//", mostly for copyrights. by John Kessenich · 8 years ago
  13. ecba76f Non-Functional: Whitespace, comments, replace accidentally deleted comment. by John Kessenich · 8 years ago
  14. 5abd308 Merge pull request #659 from steve-lunarg/d3dcolortoubyte4 by John Kessenich · 8 years ago
  15. 7ea7ff4 Add EOpD3DCOLORtoUBYTE4 decomposition by steve-lunarg · 8 years ago
  16. 26d3145 HLSL default function parameters by steve-lunarg · 8 years ago
  17. ef33ec0 HLSL: add intrinsic function implicit promotions by steve-lunarg · 8 years ago
  18. e122f05 Merge pull request #599 from steve-lunarg/gs by John Kessenich · 8 years ago
  19. f49cdf4 WIP: HLSL: Add GS support by steve-lunarg · 8 years ago
  20. 0842dbb HLSL: use HLSL parser to parse HLSL intrinsic prototypes, enable int/bool mats by steve-lunarg · 8 years ago
  21. e5921f1 HLSL: Fix unary and binary operator type conversion issues by steve-lunarg · 8 years ago
  22. 8b0227c HLSL: phase 3b: Texture methods remember and return vector size. by steve-lunarg · 8 years ago
  23. bb0183f HLSL: phase 1: add RWTexture and RWBuffer by steve-lunarg · 8 years ago
  24. 297ae21 WIP: HLSL: Treat HLSL rows as GLSL columns. by steve-lunarg · 8 years ago
  25. 61da5e4 HLSL: Put intrinsics in symbol table for all stages by steve-lunarg · 8 years ago
  26. 7dfcf4d HLSL: Add GatherRed/Green/Blue/Alpha methods, inc 4-offset forms by steve-lunarg · 8 years ago
  27. c552aec Merge pull request #417 from steve-lunarg/buffers by John Kessenich · 8 years ago
  28. cf57c04 HLSL: add missing vec,vec,scalar form of lerp(), + test by steve-lunarg · 8 years ago
  29. d53f717 HLSL: add Buffer support for Load method by steve-lunarg · 8 years ago
  30. 68f2c14 HLSL: Add CalculateLevelOfDetail, and unimplemented errors for *Unclamped and GetSamplePosition by steve-lunarg · 8 years ago
  31. 1e19d90 HLSL: add 2DMS texture formats, and matching Load / GetDimensions support by steve-lunarg · 8 years ago
  32. a2f3d28 HLSL: Add gather, improve proto generator machine for upcoming 2DMS/Shadow by LoopDawg · 8 years ago
  33. 3ef7852 HLSL: Add SampleLevel method by LoopDawg · 8 years ago
  34. 2f003ac Merge pull request #393 from steve-lunarg/warning-enable by John Kessenich · 8 years ago
  35. 6d47895 Add g++/clang warnings to match some enabled by /W4 in MSVC. by LoopDawg · 8 years ago
  36. f245101 HLSL: Add texture Load method & decomposition by LoopDawg · 8 years ago
  37. a78b029 HLSL: Add SampleCmp and SampleCmpLevelZero texture methods by LoopDawg · 8 years ago
  38. 5d58fae HLSL: Add tx.GetDimensions method (uint returns only) by LoopDawg · 8 years ago
  39. e4821e4 Build: Fix three new warnings in HLSL code. by John Kessenich · 8 years ago
  40. a2b7991 HLSL: Add SampleBias and SampleGrad, and associated tests by LoopDawg · 8 years ago
  41. 92aff54 HLSL: add offset Sample() form and arrayed texture support by LoopDawg · 8 years ago
  42. 4886f69 HLSL: Sampler/texture declarations, method syntax, partial Sample method by LoopDawg · 8 years ago
  43. 7f349c7 Build: Remove causes of pedantic warnings. Addresses issue #352 and PR #242. by John Kessenich · 8 years ago
  44. 1b7fd0f Add asdouble, fma, & mad intrinsics and change profile to allow doubles when parsing prototypes by LoopDawg · 8 years ago
  45. 4624a02 Add lerp, fix sincos return type, ret type tests, non-square mats, HLSL->AST tx semantics by LoopDawg · 8 years ago
  46. 6e72fdd Add HLSL memory barrier intrinsics, fix dst, add lit & EvaluateAttributeSnapped by LoopDawg · 8 years ago
  47. b901ade SPV: Non-functional: Condense SPV-related versioning, and rationalize all uses. by John Kessenich · 8 years ago
  48. 5891070 Implement atomic ops, bit conversions, fix fwidth stage mask, fix saturate dest modifier. by LoopDawg · 8 years ago
  49. 592860c Add decompositions for some HLSL intrinsics. by LoopDawg · 8 years ago
  50. 4b67732 Initial implementation of direct-mapped subset of HLSL intrinsics with type subset. by LoopDawg · 8 years ago
  51. 0ae28ea Add base class TParseables for intrinsic / builtin generation. by LoopDawg · 8 years ago