1. 2898223 Bump revision. by John Kessenich · 5 years ago
  2. dfaaf75 Merge pull request #1652 from gnl21/cmake-fix by John Kessenich · 5 years ago
  3. b11b997 Parenthesize to avoid GCC warning by David Neto · 5 years ago
  4. 344a03c Merge pull request #1644 from jeffbolznv/buffer_reference by John Kessenich · 5 years ago
  5. 9f2aec4 GL_EXT_buffer_reference by Jeff Bolz · 5 years ago
  6. e96fa71 Make sure source strings are terminated (#1641) by dan sinclair · 5 years ago
  7. aeef036 Work around a CMake cross-compilation issue by Graeme Leese · 5 years ago
  8. d445bb2 Create separate OpSource for each included file by Greg Fischer · 6 years ago
  9. f0e911c CMake: Fix linking pthread of CMake < 3.1 by Rémi Verschelde · 5 years ago
  10. 6d17865 Build: Make calling argument types match declared parameter types. by John Kessenich · 5 years ago
  11. b23d232 Licensing. Fixes #958. Add licenes file and update copyrights. by John Kessenich · 5 years ago
  12. 30b697e Build: Reduce warnings. by John Kessenich · 5 years ago
  13. 236eb0d GLSL/SPV: XFB: No streams on types, but support them on built-in blocks. by John Kessenich · 5 years ago
  14. 0dbc5cb Merge pull request #1620 from akien-mga/unix-executable-bit by John Kessenich · 6 years ago
  15. e8c8af9 CMake: Link OSDependent with Threads::Threads by Rémi Verschelde · 6 years ago
  16. ebfd91a Remove Unix executable permission from text files by Rémi Verschelde · 6 years ago
  17. bd1c183 Manually merge ClemensRognerSD-dx9-sampler and resolve conflicts. by John Kessenich · 6 years ago
  18. 5d43c4a SPV: Fix #1575, fix #1593: Support HLSL #line by greg-lunarg · 6 years ago
  19. 32def9f Rename GL_KHX_shader_explicit_arithmetic_types to GL_EXT_shader_explicit_arithmetic_types by Alexander Galazin · 6 years ago
  20. 4efc6f1 Bump version. by John Kessenich · 6 years ago
  21. d41a8dc Build: Fix build warnings introduced by 2173c6. by John Kessenich · 6 years ago
  22. c7a84a9 Merge pull request #1567 from Igalia/apinheiro/xfb-1535 by John Kessenich · 6 years ago
  23. d7baecf Merge pull request #1595 from dgkoch/EXT_fragment_invocation_density by John Kessenich · 6 years ago
  24. 2173c65 Merge pull request #1597 from sheredom/add_conversion_folding by John Kessenich · 6 years ago
  25. 5154db5 Implement GL_EXT_fragment_invocation_density by Daniel Koch · 6 years ago
  26. 83fe01e SPV: non-functional: update to latest headers. by John Kessenich · 6 years ago
  27. 81a63f1 Add conversion folding when the source is a constant. by Neil Henning · 6 years ago
  28. f2675d4 GLSL: Fix #1591: Require the id in subgroupBroadcast to be constant. by John Kessenich · 6 years ago
  29. 1a5e3a9 Bump minor version. by John Kessenich · 6 years ago
  30. e3b76ed Merge branch 'scalar_block_layout' of https://github.com/jeffbolznv/glslang into jeffbolznv-scalar_block_layout by John Kessenich · 6 years ago
  31. f4ba952 GLSL: Increase supported sizes of XBF strides and offsets. by John Kessenich · 6 years ago
  32. 1bc601c Bump revision. by John Kessenich · 6 years ago
  33. 7da39ed Implement GL_EXT_scalar_block_layout by Jeff Bolz · 6 years ago
  34. 8279f07 Updated type conversion rules for HLSL frontend by t.jung · 6 years ago
  35. 7bf5fcc Fix parser issue: redeclare gl_FragStencilRefARB is not supported by Rex Xu · 6 years ago
  36. adba7df ParseHelper: assign global XfbBuffer to a block missing it by Alejandro Piñeiro · 6 years ago
  37. 918caa7 Merge pull request #1547 from Igalia/apinheiro/xfb-struct-assignment by John Kessenich · 6 years ago
  38. 4207c97 Fix #1563: Corrupt token when an object macro miscalls a function macro by John Kessenich · 6 years ago
  39. 4ee2f75 PP: More clearly distinguish funtion-like and object-like macros by John Kessenich · 6 years ago
  40. 02ed310 Rename PCH macro to glslang_pch (to avoid name collision) and update to latest spirv-tools by Jeff Bolz · 6 years ago
  41. 22d0b7c Use precompiled headers for some glslang projects by Jeff Bolz · 6 years ago
  42. ff1783d Multiple features and misc fixes for final raytracing non experimental version. by Ashwin Lele · 6 years ago
  43. af8c1bd ParseHelper: assign xfb_offset for struct members too by Alejandro Piñeiro · 6 years ago
  44. 25ed3fc Merge pull request #1542 from sheredom/fix_8bit_storagebuffer by John Kessenich · 6 years ago
  45. 8717a5d SPV/Standalone: Support specifying arbitrary versions of SPIR-V. by John Kessenich · 6 years ago
  46. b6b01f0 Fix 8-bit storage nearly always using the by Neil Henning · 6 years ago
  47. 38772c0 Allow GL_NV_mesh_shader in fragment shaders for perprimitiveNV by Sahil Parmar · 6 years ago
  48. 9323fd4 Build: Fix #1490, unused variables. by John Kessenich · 6 years ago
  49. 43bb5bd Fix #1536: use string instead of TString for uniform-location override. by John Kessenich · 6 years ago
  50. d698ebf Fix a parse issue of imageAtomicCompSwap() by Rex Xu · 6 years ago
  51. c374030 Merge pull request #1523 from sparmarNV/fix-SPV_NV_mesh_shader by John Kessenich · 6 years ago
  52. 732623e Merge pull request #1524 from chaoc/master by John Kessenich · 6 years ago
  53. 07ef0e4 For GL_NV_geometry_shader_passthrough extension, the Inferred output primitive for ElgTriangles should be ElgTriangleStrip. by Chao Chen · 6 years ago
  54. 035cbbe Allow redeclaration of builtin interface blocks in mesh shader by Sahil Parmar · 6 years ago
  55. b0f3d79 Add an option to set the base uniform location by Neil Roberts · 6 years ago
  56. 16f5347 Add a command-line option to override uniform locations by Neil Roberts · 6 years ago
  57. 4508a81 Merge pull request #1507 from sparmarNV/fix-SPV_NV_mesh_shader by John Kessenich · 6 years ago
  58. 80b9872 Based on feedback rename checkShaderStageForNVExtensions to checkExtensionStage by Sahil Parmar · 6 years ago
  59. 251344f Call checkShaderStageForNVExtensions() from function updateExtensionBehavior() by Sahil Parmar · 6 years ago
  60. 3ae0f58 changes based on feedback by Sahil Parmar · 6 years ago
  61. 5ff3c3d Interfaces: Remove NV_EXTENSIONS from two more headers. by John Kessenich · 6 years ago
  62. 27f5db0 Remove NV_EXTENSION ifdefs from ShaderLang.h by Jeff Bolz · 6 years ago
  63. 1f60c72 Interface: remove NV_EXTENSIONS from the resources header. by John Kessenich · 6 years ago
  64. a475294 Merge pull request #1506 from alelenv/master by John Kessenich · 6 years ago
  65. 95e2d4e Add ES 320 support and additional error checks for SPV_NV_mesh_shader by Sahil Parmar · 6 years ago
  66. a535bc1 Fix missing case label for miss stage. by Ashwin Lele · 6 years ago
  67. 257b25c Add BUILD.gn configuration. by Dan Sinclair · 6 years ago
  68. a8453d4 SPIRV-Tools: Move to more recent (higher quality) version. by John Kessenich · 6 years ago
  69. 088da33 Bump revision. by John Kessenich · 6 years ago
  70. 8751c13 Bump minor version. by John Kessenich · 6 years ago
  71. 5b2203d Add-support-for-SPV_NV_shading_rate by Chao Chen · 6 years ago
  72. b50c02e Add-support-for-SPV_NVX_raytracing by Chao Chen · 6 years ago
  73. 3c36699 Add-support-for-SPV_NV_mesh_shader by Chao Chen · 6 years ago
  74. 3a13796 0003-Add-support-for-SPV_NV_shader_image_footprint by Chao Chen · 6 years ago
  75. beae225 Add-support-for-SPV_NV_compute_shader_derivatives by Chao Chen · 6 years ago
  76. 9eada4b Add-support-for-SPV_NV_fragment_shader_barycentric by Chao Chen · 6 years ago
  77. b4a598b Bump revision. by John Kessenich · 6 years ago
  78. dad0c1b Add GL_EXT_shader_atomic_int64 by Norbert Garnys · 6 years ago
  79. 6def437 Bump revision. by John Kessenich · 6 years ago
  80. 546b788 Printing preprocessed shaders (not a supported path): Fix #1490: strings by John Kessenich · 6 years ago
  81. 1ca0f8e Bump version and revision. by John Kessenich · 6 years ago
  82. 36831c9 GL_KHR_memory_scope_semantics by Jeff Bolz · 6 years ago
  83. 97068d8 Merge pull request #1465 from otakuto/remove-execute-permissions by John Kessenich · 6 years ago
  84. ac2e1b6 bump revision by John Kessenich · 6 years ago
  85. 381dd3c GLSL: Remove use of __ in the implementation of keywords having __. by John Kessenich · 6 years ago
  86. 717c80a SPV: Isolate SPIRV-tools glue to its own file. by John Kessenich · 6 years ago
  87. e7df8e0 Non-functional: Rationalize some existing use of SPIRV-Tools. by John Kessenich · 6 years ago
  88. 72f8c69 Bump version patch level. by John Kessenich · 6 years ago
  89. ec5c119 Bump revision. by John Kessenich · 6 years ago
  90. e706142 Fix -Wignored-qualifier and -Wunused-variable warnings by Corentin Wallez · 6 years ago
  91. d03da06 Remove execute permissions by otakuto · 6 years ago
  92. 883607d Fix build warnings/errors: by Daniel Koch · 6 years ago
  93. 7cdc24c PP: Address #1456: Strip float suffixes before using platform library. by John Kessenich · 6 years ago
  94. 561a43d PP: floating-point parsing: more stable handling of istringstream::fail by John Kessenich · 6 years ago
  95. 13803b1 Bump revision. by John Kessenich · 6 years ago
  96. 6e382f6 Merge pull request #1455 from TiemoJung/nullpointer_crash_fix by John Kessenich · 6 years ago
  97. e161cc1 GLSL: No more restrictions on (non)shadow sampler construction. by John Kessenich · 6 years ago
  98. 9f8cb85 Fixes a crash when in/out varying variable had no semantic name and an error was reported in ioremapper phase when the variable was rejected by t.jung · 6 years ago
  99. 7d4c9a0 GLSL: Construct shadow texture from non-shadow sampler. by John Kessenich · 6 years ago
  100. 0339af3 GLSL/SPV: If a texture is used with a shadow sampler, force 'shadow'. by John Kessenich · 6 years ago