1. 23ea3db Warning for #pragma once. GLSL and HLSL. Addresses #824. by John Kessenich · 6 years ago
  2. a2858d9 GLSL: Implement GL_EXT_control_flow_attributes. by John Kessenich · 6 years ago
  3. e18fd20 HLSL: Refactor attribute implementation. by John Kessenich · 6 years ago
  4. e22e347 HLSL: Fix #1208: accept both int and uint in asuint() and asint(). by John Kessenich · 7 years ago
  5. 6340047 HLSL: Protect against 'continue' outside of loops. by John Kessenich · 7 years ago
  6. 9b5668c HLSL: Fix #1214: check for nesting in loop/switch of break statements. by John Kessenich · 7 years ago
  7. 7420a76 HLSL: Fix #1215: propagate error on seeing a type name instead of a variable. by John Kessenich · 7 years ago
  8. adc33b2 Non-functional: Fix HLSL error message, and code formatting. by John Kessenich · 7 years ago
  9. 798d005 Build: Tickle bots to try again... seems like a process hang; all tests passed. by John Kessenich · 7 years ago
  10. 132cf53 HLSL: Fix #1203: Declare anonymous members for cbuffer with no ';' by John Kessenich · 7 years ago
  11. fd1e8a7 HLSL: Fix 1201: Accept 'layout' as an identifier. by John Kessenich · 7 years ago
  12. 046bae0 HLSL: Attributes: Add [[vk::constant_id()]] and [[vk::push_constant]] by John Kessenich · 7 years ago
  13. 3f0aff8 HLSL: Fix possibly incorrect type conversion in StoreN and LoadN by Jean-François Marquis · 7 years ago
  14. 838d7af SPV: HLSL: Move to correct HLSL barrier semantics, per Khronos recommendation. by John Kessenich · 7 years ago
  15. 788fbeb HLSL: Make attributes for built-in override semantics. by John Kessenich · 7 years ago
  16. 396de16 Merge pull request #1183 from LoopDawg/builtin-output-array-indirect by John Kessenich · 7 years ago
  17. c92860e HLSL: Implement support for RT/Viewport output from VS by Arseny Kapoulkine · 7 years ago
  18. 0cff510 HLSL: for split output structs, propagate indirection to builtin. by LoopDawg · 7 years ago
  19. e078059 Merge pull request #1174 from LoopDawg/y-flip by John Kessenich · 7 years ago
  20. 8116cfc HLSL: Give error on unsupported buffer initializer. by John Kessenich · 7 years ago
  21. 87982be HLSL: Remove unintended/untested functionality PrimitiveID. by John Kessenich · 7 years ago
  22. 67fca7c Merge pull request #1178 from LoopDawg/primitiveid-hs-input by John Kessenich · 7 years ago
  23. 280c75c HLSL: Allow primitive id on hull shader inputs by LoopDawg · 7 years ago
  24. dc005fb HLSL: Stop flattening non-IO structs containing opaques. by John Kessenich · 7 years ago
  25. b22c069 HLSL: add optional position.Y inversion by LoopDawg · 7 years ago
  26. 471bfed HLSL: Fix #606: make layout() override register. by John Kessenich · 7 years ago
  27. cc951f8 HLSL: Fix #1154: Support PointSize, as an attribute. by John Kessenich · 7 years ago
  28. 8c49f9b HLSL: minor: add warning for mat() matrix size truncation by LoopDawg · 7 years ago
  29. 7199a6d Add initialization in case it is causing the Apple Clang release failure. by John Kessenich · 7 years ago
  30. 1ce94b2 Merge pull request #1166 from tafuri/#1165-invalid_Store by John Kessenich · 7 years ago
  31. b2abe2f Merge pull request #1169 from LoopDawg/cbuffer-identifier by John Kessenich · 7 years ago
  32. 7ee29ba HLSL: allow keyword-identifiers as cbuffer/struct names. by LoopDawg · 7 years ago
  33. cee29b0 HLSL: add implicit mat*mat truncations by LoopDawg · 7 years ago
  34. 59677da Respect the array type in Store operation by Sebastian Tafuri · 7 years ago
  35. 2e62910 HLSL: matrix and vector truncations for m*v, v*m, m*m by LoopDawg · 7 years ago
  36. ca4ef9f Merge pull request #1156 from LoopDawg/snorm-uav by John Kessenich · 7 years ago
  37. 7573a2a HLSL: ignore geometry attributes on non-GS stages. by LoopDawg · 7 years ago
  38. fa39cff HLSL: Accept unorm and snorm on types by LoopDawg · 7 years ago
  39. e5530b9 HLSL: implement TextureBuffer<type> by LoopDawg · 7 years ago
  40. 715c353 Non-functional: copyright update, to help with non-determinism test. by John Kessenich · 7 years ago
  41. 2915da3 Nonfunctional: minor: use std::array for per-set shifts, fix warning. by LoopDawg · 7 years ago
  42. 1b46f13 HLSL: Fix #1106. Support shader setting of binding/set for $Global. by John Kessenich · 7 years ago
  43. 0b55e0f Merge pull request #1102 from KhronosGroup/partially-flatten by John Kessenich · 7 years ago
  44. 1a4bbc4 HLSL: More clip fix: It is more involved than previous commit. Complete. by John Kessenich · 7 years ago
  45. 4ce5b56 Fix #1103: clip() works on int/uint. by John Kessenich · 7 years ago
  46. 41aa199 HLSL: Partially flatten hierarchies, instead of all or nothing. by John Kessenich · 7 years ago
  47. 60e9161 Merge pull request #1098 from LoopDawg/attribute-gets by John Kessenich · 7 years ago
  48. 52c087f HLSL: add helper access methods to TAttributeMap by LoopDawg · 7 years ago
  49. 028c5a8 HLSL: nonfunctional: rename setId -> switchId, add comment by LoopDawg · 7 years ago
  50. bb79abc HLSL: Validate implicit initializer assignment to opaque members. by John Kessenich · 7 years ago
  51. b27de02 Merge pull request #1090 from tafuri/#1084-fix-segfault by John Kessenich · 7 years ago
  52. 5133b10 Fixed formatting by Sebastian Tafuri · 7 years ago
  53. 0a82611 Only track variables in the global scope by Sebastian Tafuri · 7 years ago
  54. 73c57bb HLSL: split textures used for both shadow and non-shadow modes by LoopDawg · 7 years ago
  55. 700bdeb HLSL: Fix #954: Track/access subsets of flattened multi-level aggregates. by John Kessenich · 7 years ago
  56. a608587 HLSL: Fix crash when flattening both side of assignement simultaneously. by Unknown · 7 years ago
  57. 7f93d56 HLSL: add subpass input types and methods by LoopDawg · 7 years ago
  58. 092b7d2 Build: Fix a couple build issues. by John Kessenich · 7 years ago
  59. 77ea30b HLSL: Additional attribute support: [[]], namespace, parameters: by John Kessenich · 7 years ago
  60. 15fa7ef HLSL: Remove workarounds for assigning to opaques. by John Kessenich · 7 years ago
  61. 195f584 HLSL: force textures to shadow modes from combined samplers by LoopDawg · 7 years ago
  62. ae8af5d HLSL: fix array[1] of vec4 constant declaration. by xavier · 7 years ago
  63. c64a9dd Test: Make another test legal HLSL, and rationalize GLSL vs HLSL addConstructor(). by John Kessenich · 7 years ago
  64. bdbbc68 HLSL: Add bounds checking, shared with GLSL. Partially address #1032. by John Kessenich · 7 years ago
  65. 4a145db HLSL: handle split InputPatch templat type in patch constant functions by LoopDawg · 7 years ago
  66. a5d8616 HLSL: allow mixed user & builtin members in hull shader output structure by LoopDawg · 7 years ago
  67. 9855bda GLSL: Promote HLSL entry-point renaming code to be used by GLSL as well. by John Kessenich · 7 years ago
  68. 933c10c Delete unused 'this' capture by mchock-nv · 7 years ago
  69. 75e057f Merge pull request #1037 from LoopDawg/clip-cull-geom by John Kessenich · 7 years ago
  70. 5e5b12e HLSL: add geometry stage support for clip/cull distance by LoopDawg · 7 years ago
  71. 4e2f05d Build: Fix #1036: size_t warning. by John Kessenich · 7 years ago
  72. d6f4d9b HLSL: fix type on clip/cull index result by LoopDawg · 7 years ago
  73. 1f312f9 Merge pull request #1028 from LoopDawg/clip-cull-input by John Kessenich · 7 years ago
  74. e2cda3c HLSL: handle clip and cull distance input builtin type conversion by LoopDawg · 7 years ago
  75. 3d1b709 HLSL: Fix #1027. by John Kessenich · 7 years ago
  76. 778806a HLSL: Fix #1018: Give an error for mismatched return type. by John Kessenich · 7 years ago
  77. 5ee0589 HLSL: add methods to track user structure in texture return type. by LoopDawg · 7 years ago
  78. 03e63fa HLSL: Add fall-back for opaque initializers to just generate long-term expected code. by John Kessenich · 7 years ago
  79. e29ff3c HLSL: Flatten structs for all non-arrayed I/O interfaces. by John Kessenich · 7 years ago
  80. 0110954 HLSL: Make fresh array sizes for TessLevelOuter and TessLevelInner arrays. by John Kessenich · 7 years ago
  81. e516d43 HLSL: Move debug naming to a simpler, more consistent, scheme. by John Kessenich · 7 years ago
  82. 3322dd8 HLSL: Include built-in processing for vertex input and fragment output flattening. by John Kessenich · 7 years ago
  83. ecd08bc Non-functional HLSL: Factor out built-ins from splitting and related simplifications. by John Kessenich · 7 years ago
  84. eaed068 Merge pull request #1011 from LoopDawg/pragma-pack-matrix by John Kessenich · 7 years ago
  85. 6a264be HLSL: implement #pragma pack_matrix(layout) by LoopDawg · 7 years ago
  86. d5aedc1 HLSL: Correct which things flattening tracks for linkage, based on caller, not type. by John Kessenich · 7 years ago
  87. 898f5fb HLSL: fix qualifier propagation from user struct types to block definitions. by LoopDawg · 7 years ago
  88. 2b4f77f HLSL: Correct use of isPerVertexBuiltIn() to be isClipOrCullDistance(). by John Kessenich · 7 years ago
  89. b6be80f HLSL: Flatten more I/O: non-arrayed user-only structures. by John Kessenich · 7 years ago
  90. cca42a8 HLSL: Stop including empty structures in the I/O interface. Fix #785. by John Kessenich · 7 years ago
  91. 6042eb4 Non-functional: HLSL: Simplify I/O logic for splitting. by John Kessenich · 7 years ago
  92. 318a379 Non-functional: HLSL further simplications to base I/O flattening on. by John Kessenich · 7 years ago
  93. 8bcdf2e Non-functional: HLSL: clean up dead code for splitting. by John Kessenich · 7 years ago
  94. 7a3cef1 HLSL: Non-functional: warning fix, remove unused member. by LoopDawg · 7 years ago
  95. 2ceec68 Nonfunctional: Shorten some lines to the coding standard, to retrigger failed test run. by John Kessenich · 7 years ago
  96. 307b650 HLSL: handle multiple clip/cull semantic IDs by LoopDawg · 7 years ago
  97. ab00867 Merge pull request #991 from LoopDawg/resource-set-binding-fix by John Kessenich · 7 years ago
  98. 5201719 Fix crash with --resource-set-binding [n] (common set form, not per-register form) by LoopDawg · 7 years ago
  99. 0e6e2ff Fix #980: flatten opaque initializers to use aliases. by John Kessenich · 7 years ago
  100. 0fca0ba WIP: HLSL: support global const initializers from non-constant rvalues by LoopDawg · 7 years ago