1. 4b67732 Initial implementation of direct-mapped subset of HLSL intrinsics with type subset. by LoopDawg · 8 years ago
  2. 85b52f3 Merge pull request #323 from dneto0/mingw-static-link-against-basic-runtimes by John Kessenich · 8 years ago
  3. a5c33d6 SPV: Fix issue #320: Fetch needs to extract the image. by John Kessenich · 8 years ago
  4. b37dc0e For MinGW, statically link exes against basic runtimes by David Neto · 8 years ago
  5. 98f2b3b Merge pull request #311 from jherico/debug_postfix by John Kessenich · 8 years ago
  6. 85b3326 Merge pull request #317 from iostrowsINTEL/double_matrix_fix by John Kessenich · 8 years ago
  7. af7f1c8 Fix double matrix creation by iostrows · 8 years ago
  8. 548c3ad Front-end: Complete GL_ARB_compute_shader, previous commit was missing new barriers. by John Kessenich · 8 years ago
  9. d94c003 Front-end: Complete GL_ARB_compute_shader implementation. by John Kessenich · 8 years ago
  10. 0f5e3ad Fix issue #313: Catch internal attempts to modify built-in symbols that don't exist. by John Kessenich · 8 years ago
  11. 5a7f0ef Merge pull request #230 from dekimir/incresconst by John Kessenich · 8 years ago
  12. 7d81419 Merge pull request #309 from jekstrand/sampler-params by John Kessenich · 8 years ago
  13. 747c328 Merge pull request #308 from thp/multiple-es-compilation-units by John Kessenich · 8 years ago
  14. 76d0ac1 SPV: Don't shadow sampler parameters when performing function calls by Jason Ekstrand · 8 years ago
  15. 1e194e8 Produce different names for files in debug builds on MSVC by Brad Davis · 8 years ago
  16. 7bfd08d Check for linking multiple ES shaders to the same stage by Thomas Perl · 8 years ago
  17. 0bb546f Fix test case for the "empty" linker test case by Thomas Perl · 8 years ago
  18. b40a6d6 Use version/profile from first compilation stage by Thomas Perl · 8 years ago
  19. 63d4794 Add test case: Link 2 ESSL fragment shader units by Thomas Perl · 8 years ago
  20. 0c968f9 Merge pull request #306 from johnkslang/finish-spec-const-semantics by John Kessenich · 8 years ago
  21. d82c906 Vulkan: Finish semantics for what creates spec-const-semantics. by John Kessenich · 8 years ago
  22. 479b4c7 Merge pull request #305 from steve-lunarg/intrinsics by John Kessenich · 8 years ago
  23. 0ae28ea Add base class TParseables for intrinsic / builtin generation. by LoopDawg · 8 years ago
  24. 87a94fc Merge pull request #302 from amdrexu/bugfix by John Kessenich · 8 years ago
  25. bbceed7 SPV: Fix an issue of interpolation decoration. by Rex Xu · 8 years ago
  26. 2921e0c KHR_vulkan_glsl: name mangle distinguish pure textures. by John Kessenich · 8 years ago
  27. 22e0d41 SPV: Don't put locations on OpTypeStruct. Related to Issue #291. by John Kessenich · 8 years ago
  28. 75ce845 Merge pull request #301 from dneto0/fix-android-build-atoi-in-cstddef by John Kessenich · 8 years ago
  29. 2ed1d9b atoi comes from stddef.h or cstddef by David Neto · 8 years ago
  30. eee0c73 Merge pull request #297 from antiagainst/config-tests by John Kessenich · 8 years ago
  31. 393d74f Merge pull request #300 from Qining/fix-slow-down-in-no-contraction-propagation by John Kessenich · 8 years ago
  32. 507308b remove redundant 'return false' by qining · 8 years ago
  33. 0133c12 HLSL: Add more matrix types to the grammar. by John Kessenich · 8 years ago
  34. 8d72f1a Full stack: distinguish between a scalar and a vector of size 1. by John Kessenich · 8 years ago
  35. e5712a2 Fix the slow down in noContraction propagation by qining · 8 years ago
  36. 823fc65 SPV: Don't emit memory barrier for ESSL barrier(), but still do for GLSL barrier(). by John Kessenich · 8 years ago
  37. eb6d950 Merge pull request #298 from thp/remove-unused-prototype by John Kessenich · 8 years ago
  38. 00852b1 Remove declaration for ShGetPhysicalAttributeBindings by Thomas Perl · 8 years ago
  39. 1b14172 Test compiling shaders with given resource limits using GTest. by Lei Zhang · 8 years ago
  40. 8a9b1ee Rename DefaultResourceLimits.* to ResourceLimits.*. by Lei Zhang · 8 years ago
  41. b5cfd79 Merge pull request #288 from thp/attribute-reflection by John Kessenich · 8 years ago
  42. bef7428 Update test cases for vertex attribute reflection by Thomas Perl · 8 years ago
  43. d6e1a5b Add support for querying vertex attributes in reflection API by Thomas Perl · 8 years ago
  44. 9349108 Merge pull request #295 from amdrexu/bugfix by John Kessenich · 8 years ago
  45. e3e92d3 Merge pull request #293 from antiagainst/link-tests by John Kessenich · 8 years ago
  46. 3d9165f Parser: Redeclaration of gl_CullDistance is disallowed mistakenly. by Rex Xu · 8 years ago
  47. 2f1ee45 Run link tests in the GTest framework. by Lei Zhang · 8 years ago
  48. f62b519 Merge pull request #294 from scyganINTEL/scygan-fix-io_storage_structs-location by John Kessenich · 8 years ago
  49. 2c86427 Fix missing location decoration for structures put directly on input/output interfaces by scygan · 8 years ago
  50. fc697cc Fix several comments in GTest fixture. by Lei Zhang · 8 years ago
  51. 9af54c3 Non-functional: Fix some comments English and brace formatting in recent merges. by John Kessenich · 8 years ago
  52. 5b3f755 Merge branch 'scyganINTEL-struct_member_decorations' by John Kessenich · 8 years ago
  53. 6e0985d Merge branch 'struct_member_decorations' of https://github.com/scyganINTEL/glslang into scyganINTEL-struct_member_decorations by John Kessenich · 8 years ago
  54. 44b30cb Merge pull request #286 from amdrexu/bugfix by John Kessenich · 8 years ago
  55. c1992e5 SPV: Correct an issue in createUnaryMatrixOperation(). by Rex Xu · 8 years ago
  56. bedde87 Merge pull request #285 from baldurk/vs2010-fixes by John Kessenich · 8 years ago
  57. ebb5053 SPV: Don't add clip/cull distance capabilities unless used. by John Kessenich · 8 years ago
  58. e5f2939 Tests: Add a set of gtest-file-based HLSL tests. by John Kessenich · 8 years ago
  59. 6b32ae1 Compile fix - if _MSC_VER is undefined, _MSC_VER < 1700 is true! by baldurk · 8 years ago
  60. a8018b8 [VS2010] Define strtoll() and atoll() functions by baldurk · 8 years ago
  61. bf2c88b [VS2010] Locally define std::to_string on VS2010 as well as android by baldurk · 8 years ago
  62. ab44ba7 [VS2010] Remove use of ranged-for loops by baldurk · 8 years ago
  63. c1d81cb [VS2010] Remove use of "= default" and "= delete" by baldurk · 8 years ago
  64. 786cf4d [VS2010] Change "using X = Y;" to "typedef Y X;" by baldurk · 8 years ago
  65. e0a2477 Merge pull request #284 from antiagainst/gtest-hlsl by John Kessenich · 8 years ago
  66. 7a27de6 Merge pull request #253 from amdrexu/bugfix2 by John Kessenich · 8 years ago
  67. 7fde8bc Merge pull request #281 from amdrexu/bugfix by John Kessenich · 8 years ago
  68. b9e9743 Merge pull request #282 from baldurk/android-warning-fix by John Kessenich · 8 years ago
  69. d6f0ed2 Add support for testing file-based HLSL source code in GTest. by Lei Zhang · 8 years ago
  70. f2d75f7 Use DetachThreadLinux wrapper on android by baldurk · 8 years ago
  71. 62dda78 Parser: Add missing vector relational functions for double type. by Rex Xu · 8 years ago
  72. 73e3ce7 SPV: Handle matrix's OpFConvert vector by vector. by Rex Xu · 8 years ago
  73. 4678ca9 HLSL: Add function call syntax and AST building. by John Kessenich · 8 years ago
  74. 9db3117 Merge pull request #278 from greg-lunarg/greg-mr3 by John Kessenich · 8 years ago
  75. 36962c7 Merge pull request #276 from amdrexu/bugfix by John Kessenich · 8 years ago
  76. 9f0cbdc Merge pull request #277 from amdrexu/bugfix3 by John Kessenich · 8 years ago
  77. 2713ed7 fix for -Werror=non-virtual-dtor for Android system builds by GregF · 8 years ago
  78. 5839031 SPV: Add capability ImageGatherExtended if necessary. by Rex Xu · 8 years ago
  79. 827b23b Parser: Redeclare gl_ClipDistance/gl_CullDistance should update their array sizes. by Rex Xu · 8 years ago
  80. fc6ac78 Merge pull request #274 from antiagainst/stoul-strtoul by John Kessenich · 8 years ago
  81. 20daa7f Use strtoul instead of stoul for Android. by Lei Zhang · 8 years ago
  82. b2bd53b Merge pull request #273 from antiagainst/appveyor-readme-status by John Kessenich · 8 years ago
  83. 0e101c9 Add badge status for Appveyor build in README. by Lei Zhang · 8 years ago
  84. 210c6bf Merge pull request #272 from antiagainst/appveyor by John Kessenich · 8 years ago
  85. cb3236d Use std::string for TBD/missing functionality reporting. by Lei Zhang · 8 years ago
  86. f36d6e3 Add test configuration for Appveyor. by Lei Zhang · 8 years ago
  87. 3357d87 Merge pull request #222 from Qining/support-precise by John Kessenich · 8 years ago
  88. 7b3096a Merge pull request #270 from scyganINTEL/bitfield_buildins by John Kessenich · 8 years ago
  89. dc4c9a7 Merge pull request #271 from greg-lunarg/greg-mr2 by John Kessenich · 8 years ago
  90. e543cc3 remove double underscore by qining · 8 years ago
  91. bb0ac54 Rebase to d3d3ce7160001846ede74978954e67f4f9fd84e4,update comments, rename a member variable name, fix format issue by qining · 8 years ago
  92. 5bdf49c fix check for non-positive array size by GregF · 8 years ago
  93. 9c56d84 Use proper precision qualifiers for bitfield build-in functions on ES by scygan · 8 years ago
  94. 5bec2b5 integer type operation should not be noContraction by qining · 8 years ago
  95. 34d2571 simplified the symbol definition collector code, add assert() by qining · 8 years ago
  96. 0c96db5 add a test for matrix, fix a variable name by qining · 8 years ago
  97. 25262b3 Resolve comments by qining · 8 years ago
  98. 015150e Removed the redundant functionalities in the assignee checking traverser by qining · 8 years ago
  99. 1a0d93f Fix the test of precise output function parameter by qining · 8 years ago
  100. 9220dbb Precise and noContraction propagation by qining · 8 years ago