1. c30d335 Fix #2264: OpEntryPoint incorrectly including function parameters. by John Kessenich · 4 years, 3 months ago
  2. 08328fe Fix xfb stride limit issue (#2088) by Roy.li · 4 years, 3 months ago
  3. ff6dcca spirv: Support initializers on uniforms (#1588) by Alejandro Piñeiro · 4 years, 3 months ago
  4. 232ba0d Add SPIR-V capabilities needed for spec constants (#2199) by Ricardo Garcia · 4 years, 4 months ago
  5. 78a3c91 HLSL: Add better diagnostic when using in/out qualifiers in global scope (#2258) by rdb · 4 years, 4 months ago
  6. d39b8af EXT_ray_tracing requires spv1.4 (#2237) by alelenv · 4 years, 4 months ago
  7. e00d27c Fix missing patch decoration for TessFactor PCF arg (#2249) by greg-lunarg · 4 years, 4 months ago
  8. 59216d5 Add support for primitive culling layout qualifier. (#2220) by alelenv · 4 years, 4 months ago
  9. 6f723eb fix incorrect error when multiple compilation units don't declare layouts (#2238) by Malcolm Bechard · 4 years, 4 months ago
  10. 4657244 Fix #2178: Allow specialization constants for texel offsets. by John Kessenich · 4 years, 5 months ago
  11. 0b66fa3 Shader interface matching rework to fix #2136 (#2156) by Malcolm Bechard · 4 years, 6 months ago
  12. f986436 Error assigns to objects of rayQueryEXT type. by alelenv · 4 years, 6 months ago
  13. 054b5e3 pass by reference updates by Neslisah Torosdagli · 4 years, 6 months ago
  14. 65c81bf compute and fragment shader test_cases added for rayQuery by Neslisah Torosdagli · 4 years, 6 months ago
  15. 2fb45de rayQuery test cases added by Neslisah Torosdagli · 4 years, 6 months ago
  16. 4893bae test names updated by Neslisah Torosdagli · 4 years, 6 months ago
  17. 39a7fc3 rayQuery test cases disabled by Neslisah Torosdagli · 4 years, 6 months ago
  18. 50a7228 GL_EXT_ray_query glslang updates, and test cases added. by Neslisah Torosdagli · 4 years, 6 months ago
  19. db32b24 Add support for GLSL_EXT_ray_tracing by Daniel Koch · 4 years, 6 months ago
  20. 40007b8 Forbid memoryBarrierAtomicCounter for Vulkan compiles by Jeff Bolz · 4 years, 6 months ago
  21. 4b2483e Fix #2005. Allow multiple compilation units to declare identical push_constant blocks (#2123) by Malcolm Bechard · 4 years, 6 months ago
  22. ad3f10b EXT_debug_printf - make escape sequences better match C/C++ by Jeff Bolz · 4 years, 6 months ago
  23. b57af2f Decorate accesschain operand for nonuniform UBO loads by Jeff Bolz · 4 years, 6 months ago
  24. 39ffdaf Allow nonuniformEXT() on sampler types. by Jeff Bolz · 4 years, 6 months ago
  25. 04d7373 GL_EXT_debug_printf implementation by Jeff Bolz · 5 years ago
  26. abfc4c2 Fix part of #2070: Correctly handle promotion for <unary-op>(int). by John Kessenich · 4 years, 7 months ago
  27. 86258aa Merge pull request #1972 from andflo-Arm/master by John Kessenich · 4 years, 10 months ago
  28. e01c847 Merge branch 'dj2-install' by John Kessenich · 4 years, 10 months ago
  29. 04567eb Check for ENABLE_SPVREMAPPER flag in CMakeList files. by Dan Sinclair · 4 years, 10 months ago
  30. bd69a4f Respect CMAKE_INSTALL_LIBDIR in installed CMake files by Arfrever Frehtes Taifersar Arahesis · 4 years, 10 months ago
  31. cb563e6 Add a test for 8- and 16-bit construction. by Andreas Flöjt · 4 years, 10 months ago
  32. 8c3d5b4 SPIR-V: Aggressively prune unreachable merge, continue target by David Neto · 5 years ago
  33. 016ddee Only apply volatile semantics to atomics when using Vulkan Memory Model by Jeff Bolz · 5 years ago
  34. b03e4fc Merge pull request #1866 from rumblehhh/master by John Kessenich · 5 years ago
  35. 2d9b0a3 HLSL: Fix #1912: add attribute syntax for overriding image formats. by John Kessenich · 5 years ago
  36. 90e402f SPV_KHR_physical_storage_buffer/SPV: Add GL_EXT_buffer_reference_uvec2 by John Kessenich · 5 years ago
  37. c5b669e Add GL_EXT_shader_subgroup_extended_types support by Jeff Bolz · 5 years ago
  38. 387657e GL_NV_integer_cooperative_matrix support by Jeff Bolz · 5 years ago
  39. 9a5689f GLSL: Inherit memory qualifiers, both declaratively and in execution. by John Kessenich · 5 years ago
  40. b9197c8 Web: Make switched methods all be non-virtual, more web-dependent code, by John Kessenich · 5 years ago
  41. b6d3ee5 Web: Turn off bracket-style attributes, reflection, and IO mapping. by John Kessenich · 5 years ago
  42. 7015bd6 Web: Remove/rationalize a set of *_EXTENSIONS, using GLSLANG_WEB. by John Kessenich · 5 years ago
  43. c6f7294 Handle install vs build include directories by James Rumble · 5 years ago
  44. ab6d149 Export glslang targets on installation by James Rumble · 5 years ago
  45. 7fc8683 Merge pull request #1813 from jeffbolznv/compositeconstruct by John Kessenich · 5 years ago
  46. f2dcc87 Allow unsized view array dimension for non-block perviewNV attributes by Sahil Parmar · 5 years ago
  47. 96524f9 SPV: Fix #1783: Don't do bounds checking for spec-const-expression size by John Kessenich · 5 years ago
  48. 4b4b41a HLSL: Fix #1815: Don't constant fold spec-constant array indexing. by John Kessenich · 5 years ago
  49. ba6170b Implement GL_EXT_demote_to_helper_invocation by Jeff Bolz · 5 years ago
  50. 5313449 Handle SPIR-V type mismatch when constructing a composite by Jeff Bolz · 5 years ago
  51. 8912336 Add test for constant type conversion by Jeff Bolz · 5 years ago
  52. 5d73a3c Merge pull request #1698 from jeffbolznv/private_storage_variables by John Kessenich · 5 years ago
  53. 2cb2f19 Add support for GL_NV_shader_sm_builtins by Daniel Koch · 5 years ago
  54. c6f0ce8 Support GL_ARB_fragment_shader_interlock by Jeff Bolz · 5 years ago
  55. c3e60ad Add AST tests for ray tracing shaders by Daniel Koch · 5 years ago
  56. 3418cb4 Add AST tests for mesh and task shaders by Daniel Koch · 5 years ago
  57. 8adc2f5 Allow runtime-sized arrays of acceleration structures by Jeff Bolz · 5 years ago
  58. f43c739 SPV 1.4: Emit SignExtend and ZeroExtend for integer image reads/writes. by John Kessenich · 5 years ago
  59. 61a5ce1 SPV 1.4: Lookup tables: Use variable initializer and NonWritable... by John Kessenich · 6 years ago
  60. fbb6bdf SPV 1.4: Add support for OpCopyLogical, careful of Boolean differences. by John Kessenich · 6 years ago
  61. 1f4d046 SPV 1.4: Implement the 5 new loop controls. by John Kessenich · 6 years ago
  62. 0c1e71a SPV 1.4: Use OpSelect for trivial typed non-scalar/vector expressions. by John Kessenich · 6 years ago
  63. cfea59d SPV 1.4: Add testing infrastructure for SPV 1.4 tests. by John Kessenich · 6 years ago
  64. 88220d5 For nonuniformEXT constructor, make a copy of the node to decorate by Jeff Bolz · 5 years ago
  65. e291f7a Merge pull request #1739 from jeffbolznv/buffer_reference2 by John Kessenich · 5 years ago
  66. 758c933 Add support for GL_EXT_buffer_reference2 by Jeff Bolz · 6 years ago
  67. faac86e If a shader's only use of float16 is for FConvert, add the Float16 capability. by Jeff Bolz · 5 years ago
  68. 83170e3 Enable GL_KHR_shader_subgroup properly by Daniel Koch · 5 years ago
  69. be63fac Handle buffer references vs 'const' by Jeff Bolz · 6 years ago
  70. 4605e2e Implement GL_NV_cooperative_matrix by Jeff Bolz · 6 years ago
  71. a84079d PP: Fix #1605: Paste tokens for ## through number->letter transitions. by John Kessenich · 6 years ago
  72. 2b2316d Add Float16/Int8/Int16 capabilities for private variables and function parameters by Jeff Bolz · 6 years ago
  73. 6fee944 PP: Fix #1694: Rationalize errors on partially expanded macro argument. by John Kessenich · 6 years ago
  74. 9840f11 PP: Fix #1694: Handle badly formed argument substitution. by John Kessenich · 6 years ago
  75. eaf31ab Add 8-bit/16-bit transform feedback support for future use by Rex Xu · 6 years ago
  76. c9e0336 Merge pull request #1675 from nicebyte/ext_yuv_target by John Kessenich · 6 years ago
  77. 31fbc11 Build: Remove extra commas in calling INSTANTIATE_TEST_SUITE_P. by John Kessenich · 6 years ago
  78. c28369b Add support for GL_EXT_YUV_target by nicebyte · 6 years ago
  79. 544c039 HLSL: Fix #1679: Add HLSL earlydepthstencil -> SPV EarlyFragmentTests. by John Kessenich · 6 years ago
  80. 9f2aec4 GL_EXT_buffer_reference by Jeff Bolz · 6 years ago
  81. 9ed3873 Merge pull request #1627 from greg-lunarg/lines8 by John Kessenich · 6 years ago
  82. 3b656c7 Move memory model scope tests to Vulkan 1.1 batch by Alan Baker · 6 years ago
  83. 5620a2f Add passes to legalization to preserve source line info when generated. by Greg Fischer · 6 years ago
  84. 61a0cd1 Fix bug where shaderRecordNV buffers were using StorageBuffer storage class by Jeff Bolz · 6 years ago
  85. ebfd91a Remove Unix executable permission from text files by Rémi Verschelde · 6 years ago
  86. bd1c183 Manually merge ClemensRognerSD-dx9-sampler and resolve conflicts. by John Kessenich · 6 years ago
  87. 5d43c4a SPV: Fix #1575, fix #1593: Support HLSL #line by greg-lunarg · 6 years ago
  88. ed777b0 Modify testing to only record validation pass/fail by Alan Baker · 6 years ago
  89. 16ef9da GlslangToSpv: prevent add XfbStride twice by Alejandro Piñeiro · 6 years ago
  90. c7a84a9 Merge pull request #1567 from Igalia/apinheiro/xfb-1535 by John Kessenich · 6 years ago
  91. d7baecf Merge pull request #1595 from dgkoch/EXT_fragment_invocation_density by John Kessenich · 6 years ago
  92. 5154db5 Implement GL_EXT_fragment_invocation_density by Daniel Koch · 6 years ago
  93. 81a63f1 Add conversion folding when the source is a constant. by Neil Henning · 6 years ago
  94. f2675d4 GLSL: Fix #1591: Require the id in subgroupBroadcast to be constant. by John Kessenich · 6 years ago
  95. e3b76ed Merge branch 'scalar_block_layout' of https://github.com/jeffbolznv/glslang into jeffbolznv-scalar_block_layout by John Kessenich · 6 years ago
  96. b16bea8 [HLSL/Spir-V] fix for incorrect spir-v on int dot(int, int) by t.jung · 6 years ago
  97. 7da39ed Implement GL_EXT_scalar_block_layout by Jeff Bolz · 6 years ago
  98. 8279f07 Updated type conversion rules for HLSL frontend by t.jung · 6 years ago
  99. adba7df ParseHelper: assign global XfbBuffer to a block missing it by Alejandro Piñeiro · 6 years ago
  100. 918caa7 Merge pull request #1547 from Igalia/apinheiro/xfb-struct-assignment by John Kessenich · 6 years ago