1. 9855bda GLSL: Promote HLSL entry-point renaming code to be used by GLSL as well. by John Kessenich · 7 years ago
  2. 933c10c Delete unused 'this' capture by mchock-nv · 7 years ago
  3. 75e057f Merge pull request #1037 from LoopDawg/clip-cull-geom by John Kessenich · 7 years ago
  4. 5e5b12e HLSL: add geometry stage support for clip/cull distance by LoopDawg · 7 years ago
  5. 4e2f05d Build: Fix #1036: size_t warning. by John Kessenich · 7 years ago
  6. d6f4d9b HLSL: fix type on clip/cull index result by LoopDawg · 7 years ago
  7. 1f312f9 Merge pull request #1028 from LoopDawg/clip-cull-input by John Kessenich · 7 years ago
  8. e2cda3c HLSL: handle clip and cull distance input builtin type conversion by LoopDawg · 7 years ago
  9. 3d1b709 HLSL: Fix #1027. by John Kessenich · 7 years ago
  10. 778806a HLSL: Fix #1018: Give an error for mismatched return type. by John Kessenich · 7 years ago
  11. 5ee0589 HLSL: add methods to track user structure in texture return type. by LoopDawg · 7 years ago
  12. 03e63fa HLSL: Add fall-back for opaque initializers to just generate long-term expected code. by John Kessenich · 7 years ago
  13. e29ff3c HLSL: Flatten structs for all non-arrayed I/O interfaces. by John Kessenich · 7 years ago
  14. 0110954 HLSL: Make fresh array sizes for TessLevelOuter and TessLevelInner arrays. by John Kessenich · 7 years ago
  15. e516d43 HLSL: Move debug naming to a simpler, more consistent, scheme. by John Kessenich · 7 years ago
  16. 3322dd8 HLSL: Include built-in processing for vertex input and fragment output flattening. by John Kessenich · 7 years ago
  17. ecd08bc Non-functional HLSL: Factor out built-ins from splitting and related simplifications. by John Kessenich · 7 years ago
  18. eaed068 Merge pull request #1011 from LoopDawg/pragma-pack-matrix by John Kessenich · 7 years ago
  19. 6a264be HLSL: implement #pragma pack_matrix(layout) by LoopDawg · 7 years ago
  20. d5aedc1 HLSL: Correct which things flattening tracks for linkage, based on caller, not type. by John Kessenich · 7 years ago
  21. 898f5fb HLSL: fix qualifier propagation from user struct types to block definitions. by LoopDawg · 7 years ago
  22. 2b4f77f HLSL: Correct use of isPerVertexBuiltIn() to be isClipOrCullDistance(). by John Kessenich · 7 years ago
  23. b6be80f HLSL: Flatten more I/O: non-arrayed user-only structures. by John Kessenich · 7 years ago
  24. cca42a8 HLSL: Stop including empty structures in the I/O interface. Fix #785. by John Kessenich · 7 years ago
  25. 6042eb4 Non-functional: HLSL: Simplify I/O logic for splitting. by John Kessenich · 7 years ago
  26. 318a379 Non-functional: HLSL further simplications to base I/O flattening on. by John Kessenich · 7 years ago
  27. 8bcdf2e Non-functional: HLSL: clean up dead code for splitting. by John Kessenich · 7 years ago
  28. 7a3cef1 HLSL: Non-functional: warning fix, remove unused member. by LoopDawg · 7 years ago
  29. 2ceec68 Nonfunctional: Shorten some lines to the coding standard, to retrigger failed test run. by John Kessenich · 7 years ago
  30. 307b650 HLSL: handle multiple clip/cull semantic IDs by LoopDawg · 7 years ago
  31. ab00867 Merge pull request #991 from LoopDawg/resource-set-binding-fix by John Kessenich · 7 years ago
  32. 5201719 Fix crash with --resource-set-binding [n] (common set form, not per-register form) by LoopDawg · 7 years ago
  33. 0e6e2ff Fix #980: flatten opaque initializers to use aliases. by John Kessenich · 7 years ago
  34. 0fca0ba WIP: HLSL: support global const initializers from non-constant rvalues by LoopDawg · 7 years ago
  35. 57e6592 HLSL: Translate directive [flatten] and [branch] to SPV control mask. by Rex Xu · 7 years ago
  36. 54b9ff9 HLSL: handle type conversion for any/all intrinsics by LoopDawg · 7 years ago
  37. 17b5f91 Merge pull request #969 from d3x0r/patch-1 by John Kessenich · 7 years ago
  38. 6206091 Fix CMake scripts: The set_property script can be used to set only a single property, so now setting the POSITION_INDEPENDENT_CODE property correctly. by Rohith Chandran · 7 years ago
  39. 9c6ea32 Update CMakeLists.txt by d3x0r · 7 years ago
  40. d1be754 HLSL: Non-functional: Move partial flattened access into symbol node. by John Kessenich · 7 years ago
  41. 02a14e7 HLSL: Non-functional: some coding convention tweaks (120 columns, nullptr). by John Kessenich · 7 years ago
  42. 37cdcee Implement extension GL_ARB_shader_stencil_export by Rex Xu · 7 years ago
  43. 89f8d1e HLSL: Fix #942: Map SV_TargetN to SPV Location N. by John Kessenich · 7 years ago
  44. fe6689c HLSL: support point mode. by John Kessenich · 7 years ago
  45. c44b95f WIP: HLSL: handle clip/cull distance array semantic matching by LoopDawg · 7 years ago
  46. 4329d55 HLSL: Broaden solution for #940, editing integer input for 'flat'. by John Kessenich · 7 years ago
  47. f0bc598 HLSL: Force flat interpolation for structure members. Fixes #940. by John Kessenich · 7 years ago
  48. fba125a Merge pull request #943 from xxxbxxx/for-upstream-1 by John Kessenich · 7 years ago
  49. 54596ff HLSL: Force flat (nointerp) onto integer fragment inputs. by John Kessenich · 7 years ago
  50. b1d9753 hlsl: "in out" is also an inout qualifier. by xavier · 7 years ago
  51. f02c8e6 Non-functional: Attempt to reset Travis error, while adding more nullptr use. by John Kessenich · 7 years ago
  52. 2fcdd64 HLSL: Remove support for named tbuffer/cbuffer. Fixes #939. by John Kessenich · 7 years ago
  53. 054378d HLSL: Non-functional: Make test valid HLSL, and related comments/cleanup. by John Kessenich · 7 years ago
  54. e271312 HLSL: fix several issues in mat construction from scalars by LoopDawg · 7 years ago
  55. 82ae8c3 HLSL: Fix #924: Convert between two different arrays with cast. by John Kessenich · 7 years ago
  56. 0320d09 HLSL: Recognize types declared as identifiers as identifiers. by John Kessenich · 7 years ago
  57. 1892886 HLSL: compilation warning fix: no functional change by LoopDawg · 7 years ago
  58. 96f6552 HLSL: Implement half matrices, and map all half* -> float*. by John Kessenich · 7 years ago
  59. f6deacd HLSL: Track control-flow nesting and warn on aliasing under it. by John Kessenich · 7 years ago
  60. 9b2531b Infrastructure: Move nesting counters, etc., to base class. by John Kessenich · 7 years ago
  61. 0e07119 HLSL: Fix #919: for-init-statement is arbitrary declaration or expression. by John Kessenich · 7 years ago
  62. f315074 HLSL: Convert run-time sampler assignments to compile-time aliases. by John Kessenich · 7 years ago
  63. 750c2d0 SPV: When passing structs of opaque types, flatten and pass the members instead. by John Kessenich · 7 years ago
  64. d6af18f Merge pull request #901 from LoopDawg/imat-construct by John Kessenich · 7 years ago
  65. 6e2295d HLSL: Fix #902: Incorrect protection against zero arguments. by John Kessenich · 7 years ago
  66. 174ccb8 HLSL: Add imat, umat, and bmat constructors by LoopDawg · 7 years ago
  67. 24e895b Merge pull request #860 from steve-lunarg/sb-counter-args.2 by John Kessenich · 7 years ago
  68. 2bb1f39 WIP: HLSL: add ability to pass struct buffers with counters to fns by steve-lunarg · 7 years ago
  69. 0a2a0cd HLSL: Implement member functions calling member functions. by John Kessenich · 7 years ago
  70. a4bfed1 WIP: track declared builtin type [proposal] by steve-lunarg · 7 years ago
  71. 726bf96 HLSL: add .mips[][] operator for texture types by LoopDawg · 7 years ago
  72. c6510a3 HLSL: allow GS-specific methods in other stages by LoopDawg · 7 years ago
  73. 02c4728 Merge pull request #874 from xlpiao/DescriptorSet-and-Binding by John Kessenich · 7 years ago
  74. 36dc829 HLSL: Manually configure descriptor set and binding number for resources by Hyangran Park · 7 years ago
  75. f1709e7 HLSL: implement [unroll] and [loop] attributes by steve-lunarg · 7 years ago
  76. 6817f81 HLSL: Implement missing GatherCmp by steve-lunarg · 7 years ago
  77. 22afc38 Modernise CMake #2 by David Seifert · 7 years ago
  78. cfc69d9 Revert "Modernise CMake" by John Kessenich · 7 years ago
  79. 5a5699b Modernise CMake by David Seifert · 7 years ago
  80. dd5dee0 Merge pull request #859 from steve-lunarg/sampleposition by John Kessenich · 7 years ago
  81. d4d0b29 HLSL: add standard sample position return form of GetSamplePosition method by steve-lunarg · 7 years ago
  82. a766b83 HLSL: Add ConstantBuffer<T> syntax by steve-lunarg · 7 years ago
  83. 15bb437 Fix Android build errors by Daniel Koch · 7 years ago
  84. 3cbc32f HLSL: add error for expected comparison sampler in SampleCmp* ops by steve-lunarg · 7 years ago
  85. 0603a38 Merge pull request #847 from steve-lunarg/sb-param-fix by John Kessenich · 7 years ago
  86. 1c04f1e Merge pull request #842 from steve-lunarg/sb-cast by John Kessenich · 7 years ago
  87. e404e08 HLSL: fix for byte address buffers in fn parmeters by steve-lunarg · 7 years ago
  88. 7b1dcd6 HLSL: add readonly qualifier to tbuffer, so they end up as SRV by steve-lunarg · 7 years ago
  89. 0c6f936 HLSL: Fix #96: Support do-while loop substatements with no curly braces. by John Kessenich · 7 years ago
  90. f8203a0 HLSL: cast non-int types to uint on Load/Store indexes by steve-lunarg · 7 years ago
  91. a8d3db6 Merge pull request #835 from steve-lunarg/sb-counters by John Kessenich · 7 years ago
  92. d5d9ffb HLSL: vector shape conversions for all ops: Fix #839. Fix #653. Fix #631. by John Kessenich · 7 years ago
  93. 2aa12b1 HLSL: Address #839: avoid crash by distinguishing between bad argument and no argument. by John Kessenich · 7 years ago
  94. 350b948 WIP: HLSL: add refection queries for structuredbuffer counter blocks by steve-lunarg · 7 years ago
  95. 12bc9aa WIP: HLSL: add Append/ConsumeBuffer support by steve-lunarg · 7 years ago
  96. 8e26feb WIP: HLSL: structuredbuffer counter functionality by steve-lunarg · 7 years ago
  97. 2051815 HLSL: Fix #803: Add shape conversions to the constant-initializer path. by John Kessenich · 7 years ago
  98. b5e739c HLSL: Fix boolean conversion bug and add more tests for ?:. by John Kessenich · 7 years ago
  99. 636b62d HLSL: Support vector 'cond ? :' -> EOpMix -> OpSelect. by John Kessenich · 7 years ago
  100. 13075c6 HLSL: Fix #832: don't require terminating semicolon for cbuffer/tbuffer. by John Kessenich · 7 years ago