1. 50e5756 SPV: Don't make MissingFunctionality() exit anymore. by John Kessenich · 9 years ago
  2. 2211835 SPV: Implement composite comparisons (reductions across hierchical compare). by John Kessenich · 9 years ago
  3. 59420fd SPV: Move to deterministic results for OpEntryPoint, for test stability across platforms. by John Kessenich · 9 years ago
  4. 7ba6341 SPV: Make OpEntryPoint I/O list include all static uses. by John Kessenich · 9 years ago
  5. 3ac051e SPV: recursively propagate row/col majorness through nested structures. by John Kessenich · 9 years ago
  6. f85e806 SPV: Nested layouts: Recursively send around the top-level std140 or std430 packing. by John Kessenich · 9 years ago
  7. b62e693 Merge pull request #118 from amdrexu/bugfix by John Kessenich · 9 years ago
  8. a3211bf Merge pull request #120 from amdrexu/bugfix2 by John Kessenich · 9 years ago
  9. aa1dd61 Merge branch 'master' of github.com:KhronosGroup/glslang by John Kessenich · 9 years ago
  10. b6d7fa9 Merge pull request #117 from amdrexu/feature by John Kessenich · 9 years ago
  11. 297bb3f Tests for PR: Fix results for 4f68b83ea1b34923a71e699125a9e867003864f6. by John Kessenich · 9 years ago
  12. 4f68b83 Merge pull request #119 from thothonegan/master by John Kessenich · 9 years ago
  13. 61c47a9 Constant folding: Correct result type of non-square matrix folding. by John Kessenich · 9 years ago
  14. 1934506 Parser: Correct the storage qualifier of gl_HelperInvocation. by Rex Xu · 9 years ago
  15. b07e6be Display the filename if we have output, even if validating a single file. by Kenneth Perry · 9 years ago
  16. 7beb441 SPV: Fix an issue related with imageStore() for 2DMS. by Rex Xu · 9 years ago
  17. cbc426e SPV: Implement GLSL built-in bitcast functions. by Rex Xu · 9 years ago
  18. ea0cb2e Merge pull request #116 from mgadams/scan_compile_fix by John Kessenich · 9 years ago
  19. 22badee Fix compile warning/error due to assignment in while() loop by Mark Adams · 9 years ago
  20. e7c83cf SPV GLSL.std.450: Add needed smear operations for min, max, clamp, mix, step, and smoothstep. by John Kessenich · 9 years ago
  21. 6feb498 SPV texturing: Use comp. 2 as the 3rd comp. for Dref in ImageSampleProjDrefImplicitLod. by John Kessenich · 9 years ago
  22. f5ce646 Fix crash: when no #version for compute shader in es mode. by John Kessenich · 9 years ago
  23. 61d9fb9 Semantics: 'invocations' defaults to 1, not 0. by John Kessenich · 9 years ago
  24. 04bb8a0 SPV: Implement all matrix operators {+,-,*,/} for {matrix,scalar,vector}. by John Kessenich · 9 years ago
  25. 494a02a Semantics: Geometry stage can support max_vertices = 0. by John Kessenich · 9 years ago
  26. 3c24a06 SPV tests: Turn on some more tests related to currently pending issues. by John Kessenich · 9 years ago
  27. cc16fa0 Tests: Move to just linefeed to simply cross-platform test changes. by John Kessenich · 9 years ago
  28. 562394d Linux: Fix case of test file. by John Kessenich · 9 years ago
  29. 76f7139 SPV: Modify last merge: Have promoteScalar() generate the correct vectorType. by John Kessenich · 9 years ago
  30. c51710e Merge pull request #115 from amdrexu/bugfix by John Kessenich · 9 years ago
  31. 534610d Merge pull request #114 from amdrexu/bugfix2 by John Kessenich · 9 years ago
  32. e723b45 SPV: Scalar smear operation should use type of the scalar to make the by Rex Xu · 9 years ago
  33. e553ace Parser: Extension requirement of gl_PrimitiveID and gl_Layer should be checked only for ESSL instead of GLSL. by Rex Xu · 9 years ago
  34. e00e72d SPV: Protect getStorageClass() with a test that the thing is pointer. by John Kessenich · 9 years ago
  35. 3366145 SPV: Implement OpImage functionality (emit before query). by John Kessenich · 9 years ago
  36. 45457bc Merge pull request #113 from amdrexu/feature by John Kessenich · 9 years ago
  37. 5d60ca5 Platforms: Remove support for Windows XP executables. by John Kessenich · 9 years ago
  38. 7a26c17 SPV: Implement GLSL interpolation built-in functions. by Rex Xu · 9 years ago
  39. c92e370 Merge pull request #111 from dneto0/issue-110-frexp-fix by John Kessenich · 9 years ago
  40. 8d63a3d Avoid read past end of operands vector for EOpFrexp by David Neto · 9 years ago
  41. 8c1c2ca Built-ins: fix mapping of packDouble2x32 and unpackDouble2x32. by John Kessenich · 9 years ago
  42. 2359bd0 SPV: Fix extra operands when using the "struct" form of a built-in taking an 'out' param. by John Kessenich · 9 years ago
  43. e721f49 SPV: Distinguish between std140 and std430 layouts, and correctly use alignments as the base for strides. by John Kessenich · 9 years ago
  44. dd6ca17 Semantics: Correct that std430 is universally disallowed with 'uniform'. by John Kessenich · 9 years ago
  45. 71e04d6 Merge pull request #100 from mawww/scanner-optim by John Kessenich · 9 years ago
  46. 2765749 Merge pull request #109 from xorgy/add-unary-math-check-for-null-before-dereferencing by John Kessenich · 9 years ago
  47. af5a123 In addUnaryMath, check for 'child' being null before dereferencing it. by Aaron Hamilton · 9 years ago
  48. 8481679 Merge pull request #107 from xorgy/fail-init-process-on-init-thread-fail by John Kessenich · 9 years ago
  49. c9d6477 Merge pull request #108 from mgadams/extensions_compile_fix by John Kessenich · 9 years ago
  50. bd0726b Build: Fix CMake files to find osinclude.h by John Kessenich · 9 years ago
  51. e54dd23 Merge pull request #105 from phaulos/generic-osinclude by John Kessenich · 9 years ago
  52. a3f53e5 Fix ordered pointer comparison build warning/error by Mark Adams · 9 years ago
  53. ebde046 InitProcess() should fail if InitThread() does. by Aaron Hamilton · 9 years ago
  54. 5f6892e Use generic osinclude.h by Pyry Haulos · 9 years ago
  55. 1be8063 Require l-value patch-out indexing to be gl_InvocationID. by John Kessenich · 9 years ago
  56. 989df85 Array-sizing bug fix: multiple array initializers of different size in the same declaration. by John Kessenich · 9 years ago
  57. dad6408 Merge pull request #98 from amdrexu/myfix by John Kessenich · 9 years ago
  58. 71519fe SPV: Fix an issue related with using CubeArrayShadow for texture() by Rex Xu · 9 years ago
  59. 2c03478 Merge pull request #10 from baldurk/osinclude-common-header by John Kessenich · 9 years ago
  60. bc83e64 Exclude bison generated files in .gitignore by baldurk · 9 years ago
  61. 5100d56 Remove legacy build system by baldurk · 9 years ago
  62. 876a0e3 Add an osinclude.h below each OS directory, redirects by platform macro by baldurk · 9 years ago
  63. 08dee03 Remove include_directories from CMakeLists, to enforce relative includes by baldurk · 9 years ago
  64. e915da4 Remove unnecessary include path relative to root by baldurk · 9 years ago
  65. 085371d SPV testing: Add missing test case. by John Kessenich · 9 years ago
  66. 55e7d11 SPIR-V: Move from Version .99 Rev 31 to Version 1.0, Rev 2. by John Kessenich · 9 years ago
  67. 6998987 Avoid costly indirect calls of tStringInput::(un)?getch through TPpContext by Maxime Coste · 9 years ago
  68. 29051bd Avoid creation of temporary std::string when looking up keywords and reserved words by Maxime Coste · 9 years ago
  69. 1c77f3a Merge pull request #88 from mgadams/unistd_removal by John Kessenich · 9 years ago
  70. ea9112e Remove obsolete unistd.h file by Mark Adams · 9 years ago
  71. 40f6f68 Merge pull request #85 from mgadams/gcc_build_fixes by John Kessenich · 9 years ago
  72. c11e95f Various build fixes when using newer GCC versions with warnings enabled by Mark Adams · 9 years ago
  73. fac0d1c Merge pull request #82 from mgadams/remove_sprintf by John Kessenich · 9 years ago
  74. 4123a04 Replace sprintf() usage with snprintf() by Mark Adams · 9 years ago
  75. fa540d1 SPV: Remove accidental inclusion of a test. by John Kessenich · 9 years ago
  76. 7c1aa10 SPV: Implement short circuiting of && and || when emitting SPIR-V. by John Kessenich · 9 years ago
  77. da581a2 GL_ARB_shader_draw_parameters: From @amdrexu, implement extension. by John Kessenich · 9 years ago
  78. b5c046e Front-end: Fix missing tessellation shader built-in qualifiers. by John Kessenich · 9 years ago
  79. e690332 SPV: Add modes for spacing, depth, depth replacing, winding, and point mode. by John Kessenich · 9 years ago
  80. f685df8 Add comment that was missed in previous commit. by John Kessenich · 9 years ago
  81. 7163127 SPV constants and constOffsets completion: isConstant() and disassembler to see results. by John Kessenich · 9 years ago
  82. d4a7a8e Merge pull request #81 from amdrexu/myfix by John Kessenich · 9 years ago
  83. 19c6e59 Fix an issue related with texelFetchOffset by Rex Xu · 9 years ago
  84. 86e6081 Generate correct image operand mask for Offset and ConstOffset(#77) by Rex Xu · 9 years ago
  85. 820a22f Give error for calling a user-defined function at global scope. by John Kessenich · 9 years ago
  86. 894c1c1 Add another frexp() test. by John Kessenich · 9 years ago
  87. eb505e4 Allow future keywords to be accessed as members in a struct. by John Kessenich · 9 years ago
  88. 6373574 Front-end: Fix: Cubemap arrays only use 3-component coord when accessed as an image. by John Kessenich · 9 years ago
  89. 3cd0024 GLSL front-end: Check recursively for opaque types in a block; these are all illegal. by John Kessenich · 9 years ago
  90. ee21fc9 SPV: Fix missing 'Member' operand to OpArrayLength. by John Kessenich · 9 years ago
  91. 142d778 SPV 31: Remove obsolete and unused ../SPIRV/GLSL450Lib.h. by John Kessenich · 9 years ago
  92. ff4f04d Merge pull request #75 from google/fix-vs2013-debug by John Kessenich · 9 years ago
  93. f82c661 SPV: Remove old Rev. 30 header spirv.h (glslang has been using Rev. 31 spirv.hpp). by John Kessenich · 9 years ago
  94. 2d83ab2 Fixed subtle issue that causes tests to fail in VS2013 in some configs. by Andrew Woloszyn · 9 years ago
  95. b9cd399 PP: Restore a line of code deleted by commit bb63bd5e3792455b77ce93e471158bed0cc884f0. by John Kessenich · 9 years ago
  96. b56a26a SPV: Generate the LocalSize Execution Mode for compute shaders. by John Kessenich · 9 years ago
  97. 56bab04 SPV: Minor corrections to previous big merge for images and atomics. by John Kessenich · 9 years ago
  98. f6890c3 Merge pull request #71 from amdrexu/mywork by John Kessenich · 9 years ago
  99. 6b86d49 Add new test case for image functions and fix issues caught by this test by Rex Xu · 9 years ago
  100. bba5c80 Merge master branch from upstream by Rex Xu · 9 years ago