1. 5d0fa97 SPV Capabilities: StorageImageExtendedFormats, StorageImageReadWithoutFormat, and StorageImageWriteWithoutFormat. by John Kessenich · 9 years ago
  2. 5e80113 SPV Capabilities: SampleRateShading, SparseResidency, MinLod, and ImageQuery. by John Kessenich · 9 years ago
  3. b0364dc SPV Capabilities: Image types. by John Kessenich · 9 years ago
  4. 3c52207 SPV capabilities: Add int16, int64, float16, and float64. by John Kessenich · 9 years ago
  5. 103bef9 SPV: Handle GLSL bool loads from a uniform buffer as a conversion from int -> bool. by John Kessenich · 9 years ago
  6. ba5685a Semantics: Map noise*() to an operator for PureOperatorBuiltins mode. by John Kessenich · 9 years ago
  7. 32cfd49 SPV: RelaxedPrecision: Plumb this through the full AST->SPV translator. by John Kessenich · 9 years ago
  8. 9218759 SPV: Address superset of issue #151: missing OpCapability instructions. by John Kessenich · 9 years ago
  9. 9df51ca Fix front-end bug: Constant folding of array-of-struct index op. by John Kessenich · 9 years ago
  10. f6eae2a SPV: Require desktop 140 or ES 310 or above. by John Kessenich · 9 years ago
  11. 4bfeed5 Semantics: Spec. changing to reflect reality of int/uint conversion for |^&. by John Kessenich · 9 years ago
  12. 4889167 SPV: Use a more accurate MemorySemanticsAllMemory mask. by John Kessenich · 9 years ago
  13. cd26144 SPV: the OpImageTexelPointer sample 0 should be <id> of 0, not literal 0. by John Kessenich · 9 years ago
  14. 7b9fa25 SPV: Add recursive distrubition of 'location' across structure members. by John Kessenich · 9 years ago
  15. 7a53f76 SPV: Add unary-matrix operations, operating at vector level. by John Kessenich · 9 years ago
  16. 2ab5a37 Add Test/spv.for-complex-condition.vert. by Dejan Mircevski · 9 years ago
  17. 213bbbe Split loop header from condition testing for for/while loops. by Dejan Mircevski · 9 years ago
  18. ed55bcd Don't remove SPIR-V blocks before codegen. by Dejan Mircevski · 9 years ago
  19. f3c63cc Move continue-block to after all branches. by Dejan Mircevski · 9 years ago
  20. e7f6cac Merge branch 'topo' into loopgen-after-readable-order by Dejan Mircevski · 9 years ago
  21. 38d039d Rework inReadableOrder() as a recursive descent. by Dejan Mircevski · 9 years ago
  22. baa55a1 Add spv.branch-return.vert and fix inReadableOrder(). by Dejan Mircevski · 9 years ago
  23. 712ecb9 Doubles: Add all the missing built-in double-based prototypes. by John Kessenich · 9 years ago
  24. 68f1431 Merge pull request #121 from amdrexu/feature by John Kessenich · 9 years ago
  25. e95fa5e Tests: Update to match previous pull request. by John Kessenich · 9 years ago
  26. dba2826 Merge branch 'master' of github.com:google/glslang into loopgen by Dejan Mircevski · 9 years ago
  27. 832c65c Fix back-branch target for do-while loops. by Dejan Mircevski · 9 years ago
  28. c8fbbab Update .out files with new loop SPIR-V. by Dejan Mircevski · 9 years ago
  29. 1322824 Test a for loop with no body. by Dejan Mircevski · 9 years ago
  30. e537b8b Fix unreachable-block removal. by Dejan Mircevski · 9 years ago
  31. 9c6734c First cut at new loop codegen. by Dejan Mircevski · 9 years ago
  32. 48edadf Parser & SPV: Implement two extensions regarding GLSL sparse texture. by Rex Xu · 9 years ago
  33. e23c984 SPV: Handle type punning in createCompositeCompare(). by John Kessenich · 9 years ago
  34. c9e0a42 SPV: Handle stride decorations for arrays of arrays, and using multiple type instances when strides are used. by John Kessenich · 9 years ago
  35. 4998789 SPV: Fix array strides by explicitly computing them in the getBaseAlignment() algorithm. by John Kessenich · 9 years ago
  36. e0b6cad SPV: Generalize multiple struct-type instances for interpolation/invariant qualifiers. by John Kessenich · 9 years ago
  37. 69d01ea Semantics: Catch nested types containing 'int' with non-'flat' interpolation. by John Kessenich · 9 years ago
  38. 2211835 SPV: Implement composite comparisons (reductions across hierchical compare). by John Kessenich · 9 years ago
  39. 59420fd SPV: Move to deterministic results for OpEntryPoint, for test stability across platforms. by John Kessenich · 9 years ago
  40. 7ba6341 SPV: Make OpEntryPoint I/O list include all static uses. by John Kessenich · 9 years ago
  41. 3ac051e SPV: recursively propagate row/col majorness through nested structures. by John Kessenich · 9 years ago
  42. f85e806 SPV: Nested layouts: Recursively send around the top-level std140 or std430 packing. by John Kessenich · 9 years ago
  43. b62e693 Merge pull request #118 from amdrexu/bugfix by John Kessenich · 9 years ago
  44. aa1dd61 Merge branch 'master' of github.com:KhronosGroup/glslang by John Kessenich · 9 years ago
  45. b6d7fa9 Merge pull request #117 from amdrexu/feature by John Kessenich · 9 years ago
  46. 297bb3f Tests for PR: Fix results for 4f68b83ea1b34923a71e699125a9e867003864f6. by John Kessenich · 9 years ago
  47. 61c47a9 Constant folding: Correct result type of non-square matrix folding. by John Kessenich · 9 years ago
  48. 7beb441 SPV: Fix an issue related with imageStore() for 2DMS. by Rex Xu · 9 years ago
  49. cbc426e SPV: Implement GLSL built-in bitcast functions. by Rex Xu · 9 years ago
  50. e7c83cf SPV GLSL.std.450: Add needed smear operations for min, max, clamp, mix, step, and smoothstep. by John Kessenich · 9 years ago
  51. 6feb498 SPV texturing: Use comp. 2 as the 3rd comp. for Dref in ImageSampleProjDrefImplicitLod. by John Kessenich · 9 years ago
  52. 61d9fb9 Semantics: 'invocations' defaults to 1, not 0. by John Kessenich · 9 years ago
  53. 04bb8a0 SPV: Implement all matrix operators {+,-,*,/} for {matrix,scalar,vector}. by John Kessenich · 9 years ago
  54. 494a02a Semantics: Geometry stage can support max_vertices = 0. by John Kessenich · 9 years ago
  55. 3c24a06 SPV tests: Turn on some more tests related to currently pending issues. by John Kessenich · 9 years ago
  56. cc16fa0 Tests: Move to just linefeed to simply cross-platform test changes. by John Kessenich · 9 years ago
  57. 562394d Linux: Fix case of test file. by John Kessenich · 9 years ago
  58. c51710e Merge pull request #115 from amdrexu/bugfix by John Kessenich · 9 years ago
  59. e723b45 SPV: Scalar smear operation should use type of the scalar to make the by Rex Xu · 9 years ago
  60. 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
  61. e00e72d SPV: Protect getStorageClass() with a test that the thing is pointer. by John Kessenich · 9 years ago
  62. 3366145 SPV: Implement OpImage functionality (emit before query). by John Kessenich · 9 years ago
  63. 7a26c17 SPV: Implement GLSL interpolation built-in functions. by Rex Xu · 9 years ago
  64. 8c1c2ca Built-ins: fix mapping of packDouble2x32 and unpackDouble2x32. by John Kessenich · 9 years ago
  65. 2359bd0 SPV: Fix extra operands when using the "struct" form of a built-in taking an 'out' param. by John Kessenich · 9 years ago
  66. e721f49 SPV: Distinguish between std140 and std430 layouts, and correctly use alignments as the base for strides. by John Kessenich · 9 years ago
  67. dd6ca17 Semantics: Correct that std430 is universally disallowed with 'uniform'. by John Kessenich · 9 years ago
  68. 1be8063 Require l-value patch-out indexing to be gl_InvocationID. by John Kessenich · 9 years ago
  69. 989df85 Array-sizing bug fix: multiple array initializers of different size in the same declaration. by John Kessenich · 9 years ago
  70. 71519fe SPV: Fix an issue related with using CubeArrayShadow for texture() by Rex Xu · 9 years ago
  71. 085371d SPV testing: Add missing test case. by John Kessenich · 9 years ago
  72. 55e7d11 SPIR-V: Move from Version .99 Rev 31 to Version 1.0, Rev 2. by John Kessenich · 9 years ago
  73. fa540d1 SPV: Remove accidental inclusion of a test. by John Kessenich · 9 years ago
  74. 7c1aa10 SPV: Implement short circuiting of && and || when emitting SPIR-V. by John Kessenich · 9 years ago
  75. da581a2 GL_ARB_shader_draw_parameters: From @amdrexu, implement extension. by John Kessenich · 9 years ago
  76. b5c046e Front-end: Fix missing tessellation shader built-in qualifiers. by John Kessenich · 9 years ago
  77. e690332 SPV: Add modes for spacing, depth, depth replacing, winding, and point mode. by John Kessenich · 9 years ago
  78. 7163127 SPV constants and constOffsets completion: isConstant() and disassembler to see results. by John Kessenich · 9 years ago
  79. 19c6e59 Fix an issue related with texelFetchOffset by Rex Xu · 9 years ago
  80. 820a22f Give error for calling a user-defined function at global scope. by John Kessenich · 9 years ago
  81. 894c1c1 Add another frexp() test. by John Kessenich · 9 years ago
  82. eb505e4 Allow future keywords to be accessed as members in a struct. by John Kessenich · 9 years ago
  83. 6373574 Front-end: Fix: Cubemap arrays only use 3-component coord when accessed as an image. by John Kessenich · 9 years ago
  84. 3cd0024 GLSL front-end: Check recursively for opaque types in a block; these are all illegal. by John Kessenich · 9 years ago
  85. ee21fc9 SPV: Fix missing 'Member' operand to OpArrayLength. by John Kessenich · 9 years ago
  86. b56a26a SPV: Generate the LocalSize Execution Mode for compute shaders. by John Kessenich · 9 years ago
  87. 56bab04 SPV: Minor corrections to previous big merge for images and atomics. by John Kessenich · 9 years ago
  88. 6b86d49 Add new test case for image functions and fix issues caught by this test by Rex Xu · 9 years ago
  89. 2398b3a Full stack: implement textureQueryLod(*) and textureQueryLevels(*). by John Kessenich · 9 years ago
  90. 3e60a6f SPV OpAtomicCompareSwap: Generate correct operand order and number of operands. by John Kessenich · 9 years ago
  91. 7355eeb SPV legacy texturing: Smear result of Op*Dref* up to a vector to match by John Kessenich · 9 years ago
  92. e770b3e SPV return from main: Simplify a legacy design such returns are not jumps to exit block. by John Kessenich · 9 years ago
  93. 5f5b205 Bump up layout(location) limit from 62 to 4094, to handle bigger uniform locations. by John Kessenich · 9 years ago
  94. fa668da SPV: Reduce spurious type generation by removing intermediate types in the middle of access chains. by John Kessenich · 9 years ago
  95. c9a8083 SPV arrays: Add support for runtime-sized array types and arrays of arrays. by John Kessenich · 9 years ago
  96. 9312269 Front-end Arrays of arrays: Add ES-specific checks and tests. AoA should be quite close to done now. by John Kessenich · 9 years ago
  97. 31ed483 SPV: Only decorate array and matrix strides for transparent types requiring explicit layouts. by John Kessenich · 9 years ago
  98. 874b1f8 Add test results for merge pull request #69. by John Kessenich · 9 years ago
  99. 358dd56 Update test results for pull request #68, SPIRV: Decorate matrices and arrays with their strides. by John Kessenich · 9 years ago
  100. 68e1c45 Merge pull request #60 from xorgy/no-define-defined by John Kessenich · 9 years ago