1. d1be754 HLSL: Non-functional: Move partial flattened access into symbol node. by John Kessenich · 8 years ago
  2. 02a14e7 HLSL: Non-functional: some coding convention tweaks (120 columns, nullptr). by John Kessenich · 8 years ago
  3. 37cdcee Implement extension GL_ARB_shader_stencil_export by Rex Xu · 8 years ago
  4. 89f8d1e HLSL: Fix #942: Map SV_TargetN to SPV Location N. by John Kessenich · 8 years ago
  5. fe6689c HLSL: support point mode. by John Kessenich · 8 years ago
  6. c44b95f WIP: HLSL: handle clip/cull distance array semantic matching by LoopDawg · 8 years ago
  7. 4329d55 HLSL: Broaden solution for #940, editing integer input for 'flat'. by John Kessenich · 8 years ago
  8. f0bc598 HLSL: Force flat interpolation for structure members. Fixes #940. by John Kessenich · 8 years ago
  9. fba125a Merge pull request #943 from xxxbxxx/for-upstream-1 by John Kessenich · 8 years ago
  10. 54596ff HLSL: Force flat (nointerp) onto integer fragment inputs. by John Kessenich · 8 years ago
  11. b1d9753 hlsl: "in out" is also an inout qualifier. by xavier · 8 years ago
  12. f02c8e6 Non-functional: Attempt to reset Travis error, while adding more nullptr use. by John Kessenich · 8 years ago
  13. 2fcdd64 HLSL: Remove support for named tbuffer/cbuffer. Fixes #939. by John Kessenich · 8 years ago
  14. 054378d HLSL: Non-functional: Make test valid HLSL, and related comments/cleanup. by John Kessenich · 8 years ago
  15. e271312 HLSL: fix several issues in mat construction from scalars by LoopDawg · 8 years ago
  16. 82ae8c3 HLSL: Fix #924: Convert between two different arrays with cast. by John Kessenich · 8 years ago
  17. 0320d09 HLSL: Recognize types declared as identifiers as identifiers. by John Kessenich · 8 years ago
  18. 1892886 HLSL: compilation warning fix: no functional change by LoopDawg · 8 years ago
  19. 96f6552 HLSL: Implement half matrices, and map all half* -> float*. by John Kessenich · 8 years ago
  20. f6deacd HLSL: Track control-flow nesting and warn on aliasing under it. by John Kessenich · 8 years ago
  21. 9b2531b Infrastructure: Move nesting counters, etc., to base class. by John Kessenich · 8 years ago
  22. 0e07119 HLSL: Fix #919: for-init-statement is arbitrary declaration or expression. by John Kessenich · 8 years ago
  23. f315074 HLSL: Convert run-time sampler assignments to compile-time aliases. by John Kessenich · 8 years ago
  24. 750c2d0 SPV: When passing structs of opaque types, flatten and pass the members instead. by John Kessenich · 8 years ago
  25. d6af18f Merge pull request #901 from LoopDawg/imat-construct by John Kessenich · 8 years ago
  26. 6e2295d HLSL: Fix #902: Incorrect protection against zero arguments. by John Kessenich · 8 years ago
  27. 174ccb8 HLSL: Add imat, umat, and bmat constructors by LoopDawg · 8 years ago
  28. 24e895b Merge pull request #860 from steve-lunarg/sb-counter-args.2 by John Kessenich · 8 years ago
  29. 2bb1f39 WIP: HLSL: add ability to pass struct buffers with counters to fns by steve-lunarg · 8 years ago
  30. 0a2a0cd HLSL: Implement member functions calling member functions. by John Kessenich · 8 years ago
  31. a4bfed1 WIP: track declared builtin type [proposal] by steve-lunarg · 8 years ago
  32. 726bf96 HLSL: add .mips[][] operator for texture types by LoopDawg · 8 years ago
  33. c6510a3 HLSL: allow GS-specific methods in other stages by LoopDawg · 8 years ago
  34. 02c4728 Merge pull request #874 from xlpiao/DescriptorSet-and-Binding by John Kessenich · 8 years ago
  35. 36dc829 HLSL: Manually configure descriptor set and binding number for resources by Hyangran Park · 8 years ago
  36. f1709e7 HLSL: implement [unroll] and [loop] attributes by steve-lunarg · 8 years ago
  37. 6817f81 HLSL: Implement missing GatherCmp by steve-lunarg · 8 years ago
  38. 22afc38 Modernise CMake #2 by David Seifert · 8 years ago
  39. cfc69d9 Revert "Modernise CMake" by John Kessenich · 8 years ago
  40. 5a5699b Modernise CMake by David Seifert · 8 years ago
  41. dd5dee0 Merge pull request #859 from steve-lunarg/sampleposition by John Kessenich · 8 years ago
  42. d4d0b29 HLSL: add standard sample position return form of GetSamplePosition method by steve-lunarg · 8 years ago
  43. a766b83 HLSL: Add ConstantBuffer<T> syntax by steve-lunarg · 8 years ago
  44. 15bb437 Fix Android build errors by Daniel Koch · 8 years ago
  45. 3cbc32f HLSL: add error for expected comparison sampler in SampleCmp* ops by steve-lunarg · 8 years ago
  46. 0603a38 Merge pull request #847 from steve-lunarg/sb-param-fix by John Kessenich · 8 years ago
  47. 1c04f1e Merge pull request #842 from steve-lunarg/sb-cast by John Kessenich · 8 years ago
  48. e404e08 HLSL: fix for byte address buffers in fn parmeters by steve-lunarg · 8 years ago
  49. 7b1dcd6 HLSL: add readonly qualifier to tbuffer, so they end up as SRV by steve-lunarg · 8 years ago
  50. 0c6f936 HLSL: Fix #96: Support do-while loop substatements with no curly braces. by John Kessenich · 8 years ago
  51. f8203a0 HLSL: cast non-int types to uint on Load/Store indexes by steve-lunarg · 8 years ago
  52. a8d3db6 Merge pull request #835 from steve-lunarg/sb-counters by John Kessenich · 8 years ago
  53. d5d9ffb HLSL: vector shape conversions for all ops: Fix #839. Fix #653. Fix #631. by John Kessenich · 8 years ago
  54. 2aa12b1 HLSL: Address #839: avoid crash by distinguishing between bad argument and no argument. by John Kessenich · 8 years ago
  55. 350b948 WIP: HLSL: add refection queries for structuredbuffer counter blocks by steve-lunarg · 8 years ago
  56. 12bc9aa WIP: HLSL: add Append/ConsumeBuffer support by steve-lunarg · 8 years ago
  57. 8e26feb WIP: HLSL: structuredbuffer counter functionality by steve-lunarg · 8 years ago
  58. 2051815 HLSL: Fix #803: Add shape conversions to the constant-initializer path. by John Kessenich · 8 years ago
  59. b5e739c HLSL: Fix boolean conversion bug and add more tests for ?:. by John Kessenich · 8 years ago
  60. 636b62d HLSL: Support vector 'cond ? :' -> EOpMix -> OpSelect. by John Kessenich · 8 years ago
  61. 13075c6 HLSL: Fix #832: don't require terminating semicolon for cbuffer/tbuffer. by John Kessenich · 8 years ago
  62. 9e5a19f HLSL: fix return type for isfinite by steve-lunarg · 8 years ago
  63. 6fa1764 HLSL: Emit the OpSource HLSL instruction for HLSL, using new headers. by John Kessenich · 8 years ago
  64. 2efd6c6 HLSL: cast bracket dereference index to int type if not. by steve-lunarg · 8 years ago
  65. ccb076a HLSL: allow non-vec3 tessellation coordinate declarations by steve-lunarg · 8 years ago
  66. 82460b5 HLSL: Fix #805: Support cast of scalars to structures. by John Kessenich · 8 years ago
  67. 5ce1e4a Merge pull request #817 from steve-lunarg/isfinite by John Kessenich · 8 years ago
  68. c633f64 HLSL: Non-functional: rationalize making constructors. by John Kessenich · 8 years ago
  69. 1397552 Decompose OpIsFinite to avoid capability restrictions by steve-lunarg · 8 years ago
  70. 067eb9b WIP: HLSL: Support InputPatch variables in patch constant functions by steve-lunarg · 8 years ago
  71. 08e0c08 HLSL: fix GS implementation for EP wrapping by steve-lunarg · 8 years ago
  72. f38cca3 HLSL: handle PCF input to DS in arbitrary argument position by steve-lunarg · 8 years ago
  73. bf1537f WIP: HLSL: force uncombined flag off for Buffer<> by steve-lunarg · 8 years ago
  74. f36542f Revert "Merge pull request #779 from steve-lunarg/buffer-unsampled-fix" by John Kessenich · 8 years ago
  75. 84a30c8 Merge pull request #774 from steve-lunarg/tess-ctrlpt-pcf by John Kessenich · 8 years ago
  76. db2e3b4 HLSL: fix crash on empty sequence node passed to intrinsic expansions by steve-lunarg · 8 years ago
  77. e741249 HLSL: pass tessellation execution modes through to SPIR-V by steve-lunarg · 8 years ago
  78. 9ce7655 Merge pull request #797 from steve-lunarg/scalar-length by John Kessenich · 8 years ago
  79. 7e997e2 HLSL: Implicit bool conversions for conditional expressions and related. by John Kessenich · 8 years ago
  80. 8f9fdc9 HLSL: Add namespace grammar and some basic semantics. by John Kessenich · 8 years ago
  81. e752f46 HLSL: HS return is arrayed to match SPIR-V semantics by steve-lunarg · 8 years ago
  82. 7afe134 HLSL: strip off array dimension when assign locations of arrayed IO. by steve-lunarg · 8 years ago
  83. 194f0f3 HLSL: require tessellation factors to be fixed size arrays by steve-lunarg · 8 years ago
  84. 9cee73e HLSL: support per control point patch const fn invocation by steve-lunarg · 8 years ago
  85. 4dc835c Non-functional: Round of adding 'const', related to more efficient getFullNamespaceName(). by John Kessenich · 8 years ago
  86. aa3c64c Fix #800 (mostly): set of Linux warnings. by John Kessenich · 8 years ago
  87. 1ca04c2 HLSL: allow length() on scalars by steve-lunarg · 8 years ago
  88. d8e34c5 HLSL: fix crash on empty struct return from entry point by steve-lunarg · 8 years ago
  89. 000c818 HLSL: Allow use of $Global members in between function calls. by John Kessenich · 8 years ago
  90. 7a41f96 HLSL: Implement 'this' keyword. by John Kessenich · 8 years ago
  91. 3778979 HLSL: non-static member functions: track and find active anonymous 'this' scopes and members. by John Kessenich · 8 years ago
  92. f4ba25e HLSL: Non-functional: the symbol field of a token was in practice unused; remove it. by John Kessenich · 8 years ago
  93. 5a83906 Merge pull request #782 from steve-lunarg/builtin-methods-prefix by John Kessenich · 8 years ago
  94. 1dd65ca Merge pull request #779 from steve-lunarg/buffer-unsampled-fix by John Kessenich · 8 years ago
  95. e7d0752 HLSL: use prefix for builtin functions names to avoid namespace collisions by steve-lunarg · 8 years ago
  96. 4960baa HLSL: Basic turn on of non-static member functions. by John Kessenich · 8 years ago
  97. dfbdd9e HLSL: Add implicit-this tracking to TFunction. by John Kessenich · 8 years ago
  98. f3d88bd HLSL non-functional: Generalize namespace nesting. by John Kessenich · 8 years ago
  99. d3947d2 WIP: HLSL: propagate readonly qualifier for buffer types by steve-lunarg · 8 years ago
  100. cf2e727 WIP: HLSL: Buffer types should be unsampled. by steve-lunarg · 8 years ago