1. 6533648 SPV: projective texturing: move the project coordinate. by John Kessenich · 8 years ago
  2. 76d4dfc SPV non-functional: minor readability improvements for texturing. by John Kessenich · 8 years ago
  3. ac666e7 Front-end ESSL: require precision declarations for images. by John Kessenich · 8 years ago
  4. 9000bd5 Front-end: Make ES floatBitsToInt/intBitsToFloat/etc. all be highp. by John Kessenich · 8 years ago
  5. c51287d SPV: Update to spec. decisions (and issue #205) for barrier(). by John Kessenich · 8 years ago
  6. 01de90b Merge pull request #339 from steve-lunarg/intrinsics by John Kessenich · 8 years ago
  7. 7b04bdd Merge pull request #340 from dneto0/const-key-in-std-maps by John Kessenich · 8 years ago
  8. ec1476b Tracking allocator must use const key by David Neto · 8 years ago
  9. 5891070 Implement atomic ops, bit conversions, fix fwidth stage mask, fix saturate dest modifier. by LoopDawg · 8 years ago
  10. cd784bc Merge pull request #337 from steve-lunarg/intrinsics by John Kessenich · 8 years ago
  11. af3674d Merge pull request #338 from Nekotekina/fix1 by John Kessenich · 8 years ago
  12. 5dd29c8 Compilation fix (mingw64) by Nekotekina · 8 years ago
  13. 630dd7d HLSL: Flesh out misc. declaration grammar: semantics/registers/annotations/precise/etc. by John Kessenich · 8 years ago
  14. e6e7494 HLSL: Implement basic "struct" grammar. by John Kessenich · 8 years ago
  15. 592860c Add decompositions for some HLSL intrinsics. by LoopDawg · 8 years ago
  16. 41ebc42 Merge pull request #335 from jekstrand/sampler-params by John Kessenich · 8 years ago
  17. 077e052 HLSL: Implement proper nesting of symbol-table scopes and identifier searching. by John Kessenich · 8 years ago
  18. 71351de HLSL: Add all int/float/bool/uint matrix types, void for functions, and a few others. by John Kessenich · 8 years ago
  19. ed15ef1 GlslangToSpv: Pass the pointer directly into the client function for opaque types by Jason Ekstrand · 8 years ago
  20. 228546a Types: Add an isOpaque() helper by Jason Ekstrand · 8 years ago
  21. c24cc29 GlslangToSpv: Properly handle opaque types in TranslateStorageClass by Jason Ekstrand · 8 years ago
  22. 5022d68 Merge pull request #333 from dneto0/defer-capabilities-for-some-struct-members-until-used by John Kessenich · 8 years ago
  23. a901ffe Defer capability decl for ClipDistance, CullDistance, PointSize until actual use by David Neto · 8 years ago
  24. 95d85ce Merge pull request #331 from jherico/jherico-patch-1 by John Kessenich · 8 years ago
  25. 880bf36 Fix Ubuntu 16.10 build by Brad Davis · 8 years ago
  26. 71d55c0 Merge pull request #128 from dekimir/clang-format by John Kessenich · 8 years ago
  27. 80cb324 Front-end: Fix issue #146: which versions allow double in/out. by John Kessenich · 8 years ago
  28. 738314f Revert SpvBuilder.* to master versions. by Dejan Mircevski · 8 years ago
  29. e592652 Increase column limit to 120. by Dejan Mircevski · 8 years ago
  30. f377f52 Merge branch 'master' of github.com:KhronosGroup/glslang into clang-format by Dejan Mircevski · 8 years ago
  31. 133253b Front-end: Fix issue #147: ensure layout(index=N) has N in [0,1]. by John Kessenich · 8 years ago
  32. 119f8f6 HLSL: Flesh out the loop grammar and productions. by John Kessenich · 8 years ago
  33. 0d2b6de HLSL: Attribute grammar and if-else grammar/productions. by John Kessenich · 8 years ago
  34. 21472ae HLSL: Finish skeletan of the "statement" grammar. by John Kessenich · 8 years ago
  35. 1cc1a28 HLSL: 1) Implement lookahead buffers/stacks for token advance/recede, 2) use it for cast operation. by John Kessenich · 8 years ago
  36. 080cdc1 Merge pull request #328 from steve-lunarg/intrinsics by John Kessenich · 8 years ago
  37. 643fcb5 Add negative intrinsics tests by LoopDawg · 8 years ago
  38. 54e3bb8 Merge pull request #327 from steve-lunarg/empty-statement-fix by John Kessenich · 8 years ago
  39. ef764a2 Fix for empty statement segfault. by LoopDawg · 8 years ago
  40. 9f1f818 Merge pull request #326 from greg-lunarg/greg-mr4 by John Kessenich · 8 years ago
  41. 438bb60 Merge pull request #322 from steve-lunarg/intrinsics by John Kessenich · 8 years ago
  42. 39d5e71 remapper: do not eliminate interface variables in dce by default by GregF · 8 years ago
  43. 4b67732 Initial implementation of direct-mapped subset of HLSL intrinsics with type subset. by LoopDawg · 8 years ago
  44. 85b52f3 Merge pull request #323 from dneto0/mingw-static-link-against-basic-runtimes by John Kessenich · 8 years ago
  45. a5c33d6 SPV: Fix issue #320: Fetch needs to extract the image. by John Kessenich · 8 years ago
  46. b37dc0e For MinGW, statically link exes against basic runtimes by David Neto · 8 years ago
  47. 98f2b3b Merge pull request #311 from jherico/debug_postfix by John Kessenich · 8 years ago
  48. 85b3326 Merge pull request #317 from iostrowsINTEL/double_matrix_fix by John Kessenich · 8 years ago
  49. af7f1c8 Fix double matrix creation by iostrows · 8 years ago
  50. 548c3ad Front-end: Complete GL_ARB_compute_shader, previous commit was missing new barriers. by John Kessenich · 8 years ago
  51. d94c003 Front-end: Complete GL_ARB_compute_shader implementation. by John Kessenich · 8 years ago
  52. 0f5e3ad Fix issue #313: Catch internal attempts to modify built-in symbols that don't exist. by John Kessenich · 8 years ago
  53. 5a7f0ef Merge pull request #230 from dekimir/incresconst by John Kessenich · 8 years ago
  54. 7d81419 Merge pull request #309 from jekstrand/sampler-params by John Kessenich · 8 years ago
  55. 747c328 Merge pull request #308 from thp/multiple-es-compilation-units by John Kessenich · 8 years ago
  56. 76d0ac1 SPV: Don't shadow sampler parameters when performing function calls by Jason Ekstrand · 8 years ago
  57. 1e194e8 Produce different names for files in debug builds on MSVC by Brad Davis · 8 years ago
  58. 7bfd08d Check for linking multiple ES shaders to the same stage by Thomas Perl · 8 years ago
  59. 0bb546f Fix test case for the "empty" linker test case by Thomas Perl · 8 years ago
  60. b40a6d6 Use version/profile from first compilation stage by Thomas Perl · 8 years ago
  61. 63d4794 Add test case: Link 2 ESSL fragment shader units by Thomas Perl · 8 years ago
  62. 0c968f9 Merge pull request #306 from johnkslang/finish-spec-const-semantics by John Kessenich · 8 years ago
  63. d82c906 Vulkan: Finish semantics for what creates spec-const-semantics. by John Kessenich · 8 years ago
  64. 479b4c7 Merge pull request #305 from steve-lunarg/intrinsics by John Kessenich · 8 years ago
  65. 0ae28ea Add base class TParseables for intrinsic / builtin generation. by LoopDawg · 8 years ago
  66. 87a94fc Merge pull request #302 from amdrexu/bugfix by John Kessenich · 8 years ago
  67. bbceed7 SPV: Fix an issue of interpolation decoration. by Rex Xu · 8 years ago
  68. 2921e0c KHR_vulkan_glsl: name mangle distinguish pure textures. by John Kessenich · 8 years ago
  69. 22e0d41 SPV: Don't put locations on OpTypeStruct. Related to Issue #291. by John Kessenich · 8 years ago
  70. 75ce845 Merge pull request #301 from dneto0/fix-android-build-atoi-in-cstddef by John Kessenich · 8 years ago
  71. 2ed1d9b atoi comes from stddef.h or cstddef by David Neto · 8 years ago
  72. eee0c73 Merge pull request #297 from antiagainst/config-tests by John Kessenich · 8 years ago
  73. 393d74f Merge pull request #300 from Qining/fix-slow-down-in-no-contraction-propagation by John Kessenich · 8 years ago
  74. 507308b remove redundant 'return false' by qining · 8 years ago
  75. 0133c12 HLSL: Add more matrix types to the grammar. by John Kessenich · 8 years ago
  76. 8d72f1a Full stack: distinguish between a scalar and a vector of size 1. by John Kessenich · 8 years ago
  77. e5712a2 Fix the slow down in noContraction propagation by qining · 8 years ago
  78. 823fc65 SPV: Don't emit memory barrier for ESSL barrier(), but still do for GLSL barrier(). by John Kessenich · 8 years ago
  79. eb6d950 Merge pull request #298 from thp/remove-unused-prototype by John Kessenich · 8 years ago
  80. 00852b1 Remove declaration for ShGetPhysicalAttributeBindings by Thomas Perl · 8 years ago
  81. 1b14172 Test compiling shaders with given resource limits using GTest. by Lei Zhang · 8 years ago
  82. 8a9b1ee Rename DefaultResourceLimits.* to ResourceLimits.*. by Lei Zhang · 8 years ago
  83. b5cfd79 Merge pull request #288 from thp/attribute-reflection by John Kessenich · 8 years ago
  84. bef7428 Update test cases for vertex attribute reflection by Thomas Perl · 8 years ago
  85. d6e1a5b Add support for querying vertex attributes in reflection API by Thomas Perl · 8 years ago
  86. 9349108 Merge pull request #295 from amdrexu/bugfix by John Kessenich · 8 years ago
  87. e3e92d3 Merge pull request #293 from antiagainst/link-tests by John Kessenich · 8 years ago
  88. 3d9165f Parser: Redeclaration of gl_CullDistance is disallowed mistakenly. by Rex Xu · 8 years ago
  89. 2f1ee45 Run link tests in the GTest framework. by Lei Zhang · 8 years ago
  90. f62b519 Merge pull request #294 from scyganINTEL/scygan-fix-io_storage_structs-location by John Kessenich · 8 years ago
  91. 2c86427 Fix missing location decoration for structures put directly on input/output interfaces by scygan · 8 years ago
  92. fc697cc Fix several comments in GTest fixture. by Lei Zhang · 8 years ago
  93. 9af54c3 Non-functional: Fix some comments English and brace formatting in recent merges. by John Kessenich · 8 years ago
  94. 5b3f755 Merge branch 'scyganINTEL-struct_member_decorations' by John Kessenich · 8 years ago
  95. 6e0985d Merge branch 'struct_member_decorations' of https://github.com/scyganINTEL/glslang into scyganINTEL-struct_member_decorations by John Kessenich · 8 years ago
  96. 44b30cb Merge pull request #286 from amdrexu/bugfix by John Kessenich · 8 years ago
  97. c1992e5 SPV: Correct an issue in createUnaryMatrixOperation(). by Rex Xu · 8 years ago
  98. bedde87 Merge pull request #285 from baldurk/vs2010-fixes by John Kessenich · 8 years ago
  99. ebb5053 SPV: Don't add clip/cull distance capabilities unless used. by John Kessenich · 8 years ago
  100. e5f2939 Tests: Add a set of gtest-file-based HLSL tests. by John Kessenich · 8 years ago