1. 1905069 Add option to unwrap I/O block aggregates in reflection by baldurk · 6 years ago
  2. 567396b Whitespace: Fix some tabs->spaces, mostly to retriggered failed bots. by John Kessenich · 6 years ago
  3. 9840f11 PP: Fix #1694: Handle badly formed argument substitution. by John Kessenich · 6 years ago
  4. d83344f Merge pull request #1684 from baldurk/reflection-interface-improve by John Kessenich · 6 years ago
  5. 4513df9 Reflow for better readability by baldurk · 6 years ago
  6. f6e7c4d Bump version. by John Kessenich · 6 years ago
  7. 377bccb Build: Fix #1665: remove __fastcall by John Kessenich · 6 years ago
  8. 1ff8346 Merge pull request #1693 from sparmarNV/fix-NV_mesh_shader by John Kessenich · 6 years ago
  9. 3958927 Add missing support for gl_MeshViewCountNV/gl_MeshViewIndicesNV in task shaders by Sahil Parmar · 6 years ago
  10. 9dda128 Merge pull request #1692 from alan-baker/update-spvtools by John Kessenich · 6 years ago
  11. aeeaf08 Update expected test results by Alan Baker · 6 years ago
  12. 75f443b Update SPIRV-Tools version by Alan Baker · 6 years ago
  13. a972e73 Add option to reflect all block members, inactive or active. by baldurk · 6 years ago
  14. 657acc0 Add option to reflect buffer blocks & variables separately to uniforms by baldurk · 6 years ago
  15. 4a2aa82 Reflect array stride, top-level array stride, and block member count by baldurk · 6 years ago
  16. 0af5e3e Reflect pipeline outputs as well as inputs, optionally from other stages by baldurk · 6 years ago
  17. edf8212 Add an option to report array variables with trailing [0] suffix by baldurk · 6 years ago
  18. 15c37f7 Include array index in reflected uniform names more consistently by baldurk · 6 years ago
  19. 6d47785 Add options to control how reflection information is built by baldurk · 6 years ago
  20. 1dc5dcf Move TObjectReflection into public interface to clean up reflection by baldurk · 6 years ago
  21. 9983f99 Merge pull request #1687 from Igalia/apinheiro/no-more-struct-member-offsets by John Kessenich · 6 years ago
  22. e7c7c6d Merge pull request #1667 from amdrexu/bugfix by John Kessenich · 6 years ago
  23. eaf31ab Add 8-bit/16-bit transform feedback support for future use by Rex Xu · 6 years ago
  24. dc2d567 Merge pull request #1690 from BinaryRK/relative-include-fix by John Kessenich · 6 years ago
  25. 0d5c866 Switch to relative include path for ResourceLimits by BinaryRK · 6 years ago
  26. 4f50a46 Merge pull request #1688 from mattparks/patch-1 by John Kessenich · 6 years ago
  27. de3b8e3 Fix #1682: flesh out more vulkan/SPV ModuleProcessed by John Kessenich · 6 years ago
  28. f96d7dc Merge pull request #1686 from mspang/glslang-fuchsia-build by John Kessenich · 6 years ago
  29. 1694883 Merge pull request #1685 from baldurk/warning-fix by John Kessenich · 6 years ago
  30. 32651b8 Merge pull request #1683 from null77/disable-extra-semi by John Kessenich · 6 years ago
  31. 91af940 Switched to std::string for TReflection and TObjectReflection by Matthew Albrecht · 6 years ago
  32. 0f66082 ParseHelper: don't assign xfb_offset for struct members by Alejandro Piñeiro · 6 years ago
  33. d39c040 Port Unix/ossource.cpp to Fuchsia by Michael Spang · 6 years ago
  34. 6a87400 Add missing override specifiers in virtual class by baldurk · 6 years ago
  35. 332b173 Fix mismatched integer comparison (size_t/unsigned int vs int) by baldurk · 6 years ago
  36. 1a1651c Disable Clang extra semicolon warning. by Jamie Madill · 6 years ago
  37. c9e0336 Merge pull request #1675 from nicebyte/ext_yuv_target by John Kessenich · 6 years ago
  38. 31fbc11 Build: Remove extra commas in calling INSTANTIATE_TEST_SUITE_P. by John Kessenich · 6 years ago
  39. 4c57640 Merge pull request #1681 from baldurk/reflection-fixes by John Kessenich · 6 years ago
  40. c28369b Add support for GL_EXT_YUV_target by nicebyte · 6 years ago
  41. 90995f5 Update reflection offset consistently for structure members by baldurk · 6 years ago
  42. 7e500c7 Add missing initialisation of counterIndex and stages in badReflection() by baldurk · 6 years ago
  43. 544c039 HLSL: Fix #1679: Add HLSL earlydepthstencil -> SPV EarlyFragmentTests. by John Kessenich · 6 years ago
  44. 8dff525 Merge pull request #1677 from greg-lunarg/kg100 by John Kessenich · 6 years ago
  45. 7a02e15 Update spirv-tools known-good. by Greg Fischer · 6 years ago
  46. e4f7a1f Merge pull request #1676 from nsubtil/nsubtil/do-not-cache-lib-suffix by John Kessenich · 6 years ago
  47. 424612c build: Do not cache debug library suffix by Nuno Subtil · 6 years ago
  48. 2cf6613 Merge pull request #1674 from null77/fix-msvc-sign-warning by John Kessenich · 6 years ago
  49. 08fe88a Suppress a MSVC cast warning in GN. by Jamie Madill · 6 years ago
  50. 4930964 Merge pull request #1672 from sparmarNV/NV-extension-checks by John Kessenich · 6 years ago
  51. 2b92158 Merge pull request #1671 from null77/fix-chrome-clang-warning by John Kessenich · 6 years ago
  52. 6b9a28b Add extension checks for NV block member builtins by Sahil Parmar · 6 years ago
  53. 9706106 Suppress inconsistent override warning in GN. by Jamie Madill · 6 years ago
  54. d9cee59 Merge pull request #1626 from KhronosGroup/extension-support by John Kessenich · 6 years ago
  55. 6a9df5f Merge pull request #1664 from null77/support-angle by John Kessenich · 6 years ago
  56. 0bb89f5 HLSL: Protect against some crashes by Hodgman · 6 years ago
  57. 4e06d7a Merge pull request #1663 from jeffbolznv/reference_vs_memorymodel by John Kessenich · 6 years ago
  58. e135a48 More precisely check for the qualifiers that enable the vulkan memory model for buffer references. by Jeff Bolz · 6 years ago
  59. 0ceaebc Fix a few GN build issues. by Jamie Madill · 6 years ago
  60. 493dee0 Merge pull request #1656 from amdrexu/bugfix by John Kessenich · 6 years ago
  61. d973979 Merge pull request #1662 from dneto0/fix-leak2 by John Kessenich · 6 years ago
  62. 7f2a87e Merge pull request #1661 from dneto0/fix-leak by John Kessenich · 6 years ago
  63. edadbed HLSL: Avoid leaking a shadow sampler struct by David Neto · 6 years ago
  64. 806e057 Avoid leaking name for counter buffer by David Neto · 6 years ago
  65. 4c096c5 Merge pull request #1658 from KhronosGroup/fix-name-loc-str by John Kessenich · 6 years ago
  66. b2395e9 HLSL: Fix #1655; use "" for nullptr file names. Needs test cases. by John Kessenich · 6 years ago
  67. d72f488 Build: fix warnings. Fixes #1653. by John Kessenich · 6 years ago
  68. 75c5603 Fix xfb_stride incorrectness(#1654) by Rex Xu · 6 years ago
  69. 2898223 Bump revision. by John Kessenich · 6 years ago
  70. dfaaf75 Merge pull request #1652 from gnl21/cmake-fix by John Kessenich · 6 years ago
  71. 712cd66 Merge pull request #1647 from dneto0/update-known-good by John Kessenich · 6 years ago
  72. c4d5ac6 Update SPIRV-Tools known good: relax Uconvert check by David Neto · 6 years ago
  73. 28be454 Infrastructure: Generalize and broaden per-variable extension checking. by John Kessenich · 6 years ago
  74. 5795f9e Merge pull request #1646 from dneto0/parens-warning by John Kessenich · 6 years ago
  75. b11b997 Parenthesize to avoid GCC warning by David Neto · 6 years ago
  76. 69932ab Merge pull request #1645 from KhronosGroup/dupe-accelstruct by John Kessenich · 6 years ago
  77. 344a03c Merge pull request #1644 from jeffbolznv/buffer_reference by John Kessenich · 6 years ago
  78. 3cf3f96 Don't output duplicate TypeAccelerationStructureNV declarations by Piers Daniell · 6 years ago
  79. 9f2aec4 GL_EXT_buffer_reference by Jeff Bolz · 6 years ago
  80. d12fbc4 SPV: Move to the latest header. by John Kessenich · 6 years ago
  81. e96fa71 Make sure source strings are terminated (#1641) by dan sinclair · 6 years ago
  82. 6eab476 Merge pull request #1643 from dneto0/update-issue-1642 by John Kessenich · 6 years ago
  83. 082184b Mark spv.int16.amd.frag.out as failing validation by David Neto · 6 years ago
  84. aeef036 Work around a CMake cross-compilation issue by Graeme Leese · 6 years ago
  85. 83b2647 Merge pull request #1634 from greg-lunarg/lines10 by John Kessenich · 6 years ago
  86. d445bb2 Create separate OpSource for each included file by Greg Fischer · 6 years ago
  87. 9ed3873 Merge pull request #1627 from greg-lunarg/lines8 by John Kessenich · 6 years ago
  88. af22355 Merge pull request #1633 from akien-mga/cmake-2.8-pthread by John Kessenich · 6 years ago
  89. f0e911c CMake: Fix linking pthread of CMake < 3.1 by Rémi Verschelde · 6 years ago
  90. 1a19598 Merge pull request #1632 from alan-baker/mem-model-1610 by John Kessenich · 6 years ago
  91. 3b656c7 Move memory model scope tests to Vulkan 1.1 batch by Alan Baker · 6 years ago
  92. 6d17865 Build: Make calling argument types match declared parameter types. by John Kessenich · 6 years ago
  93. 5620a2f Add passes to legalization to preserve source line info when generated. by Greg Fischer · 6 years ago
  94. e26630f Merge pull request #1628 from jeffbolznv/storagebuffer_sbt by John Kessenich · 6 years ago
  95. 61a0cd1 Fix bug where shaderRecordNV buffers were using StorageBuffer storage class by Jeff Bolz · 6 years ago
  96. b23d232 Licensing. Fixes #958. Add licenes file and update copyrights. by John Kessenich · 6 years ago
  97. 30b697e Build: Reduce warnings. by John Kessenich · 6 years ago
  98. 236eb0d GLSL/SPV: XFB: No streams on types, but support them on built-in blocks. by John Kessenich · 6 years ago
  99. ba9f596 Merge pull request #1625 from jeffbolznv/update_spirv_tools by John Kessenich · 6 years ago
  100. 0a93cfb Update to newest SPIRV-Tools. It checks the Vulkan rule that all resources must have a set and binding decoration, which many tests fail. So add code to set a default value of zero. Also disable PCH for Ninja builds. by Jeff Bolz · 6 years ago