1. 9ebd8ff Add Vulkan 1.3 support by Greg Fischer · 2 years, 5 months ago
  2. ed5f33e Fix comment for setEnvInput() by Greg Fischer · 2 years, 5 months ago
  3. 140a76a Temporarily disable spirv1.6 tests by Greg Fischer · 2 years, 5 months ago
  4. 364b169 Merge branch 'master' into EndStreamPrimitive by Greg Fischer · 2 years, 5 months ago
  5. 0a59dd5 Support the floatBitsToint function at GL_ARB_gpu_shader5 Extension. by ZhiqianXia · 2 years, 5 months ago
  6. 17232d2 Merge pull request #2847 from jeremy-lunarg/hayes-fix-issue-2846 by Greg Fischer · 2 years, 5 months ago
  7. 95e1536 Unblock unsized error from assert by Jeremy Hayes · 2 years, 6 months ago
  8. 1b01aaa EndStreamPrimitive not supported when there is #extension GL_ARB_gpu_shader5 by ZhiqianXia · 2 years, 5 months ago
  9. 950c6dd Merge pull request #2849 from jeremy-lunarg/hayes-fix-issue-2848 by Greg Fischer · 2 years, 5 months ago
  10. 46466be Fix seg fault by Jeremy Hayes · 2 years, 5 months ago
  11. 7a49192 Add support for spirv1.6 by Greg Fischer · 2 years, 9 months ago
  12. 542ee69 Merge pull request #2836 from chaoticbob/vulkan_rules_relaxed by Greg Fischer · 2 years, 6 months ago
  13. fbb39aa Fix --hlsl-dx-position-w to work for SV_Position embedded in struct by Greg Fischer · 2 years, 6 months ago
  14. 58fe3a0 Fixed copy/paste error by Hai Nguyen · 2 years, 6 months ago
  15. f66fb40 Changed Vulkan rules relaxed to use shader options by Hai Nguyen · 2 years, 6 months ago
  16. b8dfe13 Vulkan rules relaxed for glslang C interface by Hai Nguyen · 2 years, 6 months ago
  17. febbeb4 Support for automap options and resource binding shift (#2834) by Hai Nguyen · 2 years, 6 months ago
  18. 6c1db7f Fix validation failures of test cases regarding GL_EXT_spirv_intrinsics by Rex Xu · 2 years, 7 months ago
  19. 69f9dce Merge branch 'master' into GL_ARB_fragment_coord_conventions by Greg Fischer · 2 years, 7 months ago
  20. a40e4ac Merge branch 'master' into textureQueryLOD by Greg Fischer · 2 years, 7 months ago
  21. 2c54c20 Merge pull request #2782 from kevin-mccullough/FixIomapperSeperableShaderValidation by Greg Fischer · 2 years, 7 months ago
  22. a0c7b6f Merge pull request #2811 from mbechard/master by Greg Fischer · 2 years, 7 months ago
  23. eebb48f remove unneeded extra constructions now that pool allocation is fixed by Malcolm Bechard · 2 years, 7 months ago
  24. cbab732 Fix issue with separable shader validation in iomapper by Kevin McCullough · 2 years, 8 months ago
  25. 74b0abb Merge pull request #2825 from greg-lunarg/i2244 by Greg Fischer · 2 years, 7 months ago
  26. e9564fe Add --hlsl-dx-position-w option by Greg Fischer · 2 years, 7 months ago
  27. cd187e2 Initialize member TSymbol::uniqueId. by Kevin Athey · 2 years, 7 months ago
  28. 7141f89 Merge pull request #2806 from ZhiqianXia/bestFunctionMatching by Greg Fischer · 2 years, 7 months ago
  29. 7d27f66 Merge pull request #2818 from mhillenbrand/promoteConstantUnion_signed_char by Greg Fischer · 2 years, 7 months ago
  30. f669f13 Merge pull request #2819 from greg-lunarg/i2812 by Greg Fischer · 2 years, 7 months ago
  31. 3074ec9 Merge pull request #2814 from mhillenbrand/isinf_isnan2 by Greg Fischer · 2 years, 7 months ago
  32. 10be28a Fix struct type sharing by Greg Fischer · 2 years, 7 months ago
  33. f1fa8af TIntermediate::promoteConstantUnion(): fix conversion to int8 by Marius Hillenbrand · 2 years, 7 months ago
  34. 1f8c8b8 Revert port of GL_EXT_shader_realtime_clock to GL_EXT_spirv_intrinsics by Greg Fischer · 2 years, 7 months ago
  35. 0eda343 Use intermOut.cpp's IsNan and IsInfinity for parse-time constant folding (updated) by Marius Hillenbrand · 2 years, 7 months ago
  36. 600c503 Merge pull request #2810 from greg-lunarg/push1 by Greg Fischer · 2 years, 7 months ago
  37. 002b3f5 Generate error for binding on push_constant by Greg Fischer · 2 years, 7 months ago
  38. 22a5e36 Revert "Use intermOut.cpp's IsNan and IsInfinity for parse-time constant folding" by Greg Fischer · 2 years, 7 months ago
  39. 50a6a51 Support the #extension GL_ARB_fragment_coord_conventions. by ZhiqianXia · 2 years, 10 months ago
  40. 77b0d72 #extension GL_ARB_gpu_shader5 support the implicit conversion , by ZhiqianXia · 2 years, 10 months ago
  41. bb5b357 Merge pull request #2781 from kevin-mccullough/FixLinkTimeValidationForGl_PerVertex by Greg Fischer · 2 years, 7 months ago
  42. 627f409 Merge pull request #2801 from haasn/thread_safety by Greg Fischer · 2 years, 7 months ago
  43. d1ee644 Use intermOut.cpp's IsNan and IsInfinity for parse-time constant folding by Marius Hillenbrand · 2 years, 7 months ago
  44. 8f56d73 Merge pull request #2799 from cyanreg/master by Greg Fischer · 2 years, 7 months ago
  45. 13fd2d6 Fix incorrect link time validation for unused gl_PerVertex members by Kevin McCullough · 2 years, 8 months ago
  46. 4302d51 Don't release global mutex before initialize/finalize is done by Niklas Haas · 2 years, 7 months ago
  47. 3971424 Initialize global mutex in a thread-safe manner by Niklas Haas · 2 years, 7 months ago
  48. 5ec4753 Add support for targeting Vulkan 1.2 in the C API by Lynne · 2 years, 7 months ago
  49. 46d3a30 Support the #extension GL_ARB_draw_instanced. by ZhiqianXia · 2 years, 10 months ago
  50. e761169 Add the GL_EXT_shader_integer_mix Preamble for glsl. by ZhiqianXia · 2 years, 10 months ago
  51. 77d680e Merge pull request #2712 from ZhiqianXia/switch_error by Greg Fischer · 2 years, 7 months ago
  52. 1de2d17 To be compatible with Feature: 'last case/default label not followed by statements'. by ZhiqianXia · 2 years, 11 months ago
  53. 432a43c Remove support for double trig, pow, exp and log by Greg Fischer · 2 years, 8 months ago
  54. c9cc484 Return new allocator for copied containers by Jeremy Hayes · 2 years, 8 months ago
  55. 3afa350 Merge pull request #2780 from kevin-mccullough/FixCrossStageCheck by Greg Fischer · 2 years, 8 months ago
  56. 38fd922 Merge pull request #2777 from amdrexu/bugfix by Greg Fischer · 2 years, 8 months ago
  57. 9290474 Merge pull request #2787 from greg-lunarg/i2779 by Greg Fischer · 2 years, 8 months ago
  58. 8020da3 Merge pull request #2788 from alelenv/iomapper_sr_fix by Greg Fischer · 2 years, 8 months ago
  59. 82b2668 Allow 8/16-bit integer as array index by Greg Fischer · 2 years, 8 months ago
  60. 6639be7 Accept gl_ViewportMask in version 430 and later by Greg Fischer · 2 years, 8 months ago
  61. c571cd8 Skip auto decorating shader record buffer blocks with 'set' and 'binding'. by alelenv · 2 years, 8 months ago
  62. 035a3bb GL_EXT_spirv_intrinsics - Port extensions by amhagan · 2 years, 9 months ago
  63. 07aec25 Make modifications of GL_EXT_spirv_intrinsics by Rex Xu · 2 years, 8 months ago
  64. d356723 Fix cross-stage check to allow subsequent stage to use previous stage's binding by Kevin McCullough · 2 years, 8 months ago
  65. b9ba4c5 Merge pull request #2770 from ncesario-lunarg/ncesario-cmake-endif by Greg Fischer · 2 years, 8 months ago
  66. c8ef4f8 cmake: Remove "conditions" from endif by Nathaniel Cesario · 2 years, 9 months ago
  67. 7b57c6e rename member variable for clarity by Malcolm Bechard · 2 years, 8 months ago
  68. 994987b Fix variable scoping of do-while by Greg Fischer · 2 years, 9 months ago
  69. 3f04389 Auto push constant blocks (#2764) by Malcolm Bechard · 2 years, 9 months ago
  70. c260461 Merge pull request #2685 from kevin-mccullough/FixIsIoResizeArrayTesselationStageHandling by Greg Fischer · 2 years, 9 months ago
  71. 8b87b84 Fix SPIR-V for SampleBias by Greg Fischer · 2 years, 9 months ago
  72. 0f886fe Merge pull request #2759 from mbechard/vkRelaxed-RetargetID by Greg Fischer · 2 years, 9 months ago
  73. 05794b4 GL_EXT_vulkan_glsl_relaxed - retarget gl_VertexID to gl_VertexIndex by Malcolm Bechard · 2 years, 9 months ago
  74. d3bff63 avoid growing the global uniform block with duplicates by Malcolm Bechard · 2 years, 9 months ago
  75. 80dcc36 Merge pull request #2745 from jeremy-lunarg/hayes-fix-warnings by Greg Fischer · 2 years, 9 months ago
  76. 14943d4 Merge pull request #2752 from InsertAReallyCreativeNameHere/master by Greg Fischer · 2 years, 9 months ago
  77. 62ed145 Run update_precision() on array and matrix constructors. by Greg Fischer · 2 years, 9 months ago
  78. 12e27e1 Change MINGW_HAS_SECURE_API checks. by InsertAReallyCreativeNameHere · 2 years, 9 months ago
  79. 8ef6a4c Perform update_precision on constructors and converts by Greg Fischer · 2 years, 9 months ago
  80. 012436d Fix GCC warnings by Jeremy Hayes · 2 years, 10 months ago
  81. a4599ef Merge pull request #2718 from ZhiqianXia/AtomicOpsARB by Greg Fischer · 2 years, 10 months ago
  82. fc60f77 Add support for GL_NV_ray_tracing_motion_blur. by alelenv · 2 years, 10 months ago
  83. 78de109 Support the textureQueryLOD at #extension GL_ARB_texture_query_lod. by ZhiqianXia · 2 years, 10 months ago
  84. bf56773 Support Extension GL_ARB_shader_atomic_counter_ops and relative intrisic functions. by ZhiqianXia · 3 years ago
  85. e0f3fdf Merge pull request #2716 from greg-lunarg/i2689 by Greg Fischer · 2 years, 10 months ago
  86. 715f5c6 Add support for pragma STDGL invariant(all) by Greg Fischer · 2 years, 11 months ago
  87. 27384e0 Allow layout(std430) uniform with GL_EXT_scalar_block_layout by Greg Fischer · 2 years, 11 months ago
  88. 9ff6cd0 Merge branch 'master' into BugPoint by Greg Fischer · 2 years, 11 months ago
  89. ba54020 Merge pull request #2700 from ZhiqianXia/u2i by Greg Fischer · 2 years, 11 months ago
  90. e8cffa5 Fix some instances of -Wunused-but-set-variable. by Peter Kasting · 2 years, 11 months ago
  91. 8cd8527 Support Uint to Int implicit conversions at #extension GL_ARB_gpu_shader5. by ZhiqianXia · 2 years, 11 months ago
  92. cf52f73 Atomic memory function can only be used for shader storage block member or shared variable. by ZhiqianXia · 2 years, 11 months ago
  93. 5597c8d Fix isIoResizeArray() tessellation stage handling by Kevin McCullough · 3 years ago
  94. 263e50f Revert "Atomic memory function can only be used for shader storage block member or shared variable." by Greg Fischer · 3 years ago
  95. 9e70729 Merge pull request #2684 from ZhiqianXia/Dev by Greg Fischer · 3 years ago
  96. 5531fbc Add support for gl_MaxVaryingVectors for ogl. by ZhiqianXia · 3 years ago
  97. 8a5c5e8 Merge branch 'KhronosGroup:master' into master by ZhiqianXia · 3 years ago
  98. b38100f Merge pull request #2669 from sudonatalie/remove-unused-var by Greg Fischer · 3 years ago
  99. e74b35f Merge pull request #2664 from mbechard/master by Greg Fischer · 3 years ago
  100. c5f30ff Remove unused variable Num_string_literal_EXTs by Natalie Chouinard · 3 years ago