1. 75d1d80 add SpecConstantOpModeGuard to GlslangToSpvTraverser::visitSymbol() by qining · 8 years ago
  2. 4088766 Turn on SpecConstantOpMode based on node qualifier by qining · 8 years ago
  3. 4c91261 fix the wrong generated code when a non-constant array is declared with its size derived from spec constant operations by qining · 8 years ago
  4. aa0298b Merge pull request #220 from Qining/fix-built-in-spec-constants by John Kessenich · 8 years ago
  5. 4f4bb81 Built-in values declared as specialization constant by qining · 8 years ago
  6. 1c7e707 Merge branch 'master' into hlsl-frontend by John Kessenich · 8 years ago
  7. 5c61d8e fix format; remove unnecessary parameters; rename some spec op mode guard class; remove support of float point comparison and composite type comparison; update the tests. by qining · 8 years ago
  8. 1354520 Spec Constant Operations by qining · 8 years ago
  9. 0840838 Support specialization composite constants by qining · 8 years ago
  10. a584576 Front-end: Add specialization-constant subtrees for const variables/symbols. by John Kessenich · 8 years ago
  11. 7cc0e28 Front-end infrastructure: Encapsulate semantic-level questions/actions about const/temp. by John Kessenich · 8 years ago
  12. d715adc SPV: Implement boolean selection for mix(). by Rex Xu · 8 years ago
  13. 66e2faf Support multiple source languages, adding HLSL as an option. by John Kessenich · 8 years ago
  14. 4d65ee3 Generalize "main" to a settable entry point name. by John Kessenich · 8 years ago
  15. da39733 Remove decoration of undefined IDs by qining · 8 years ago
  16. f7497e2 SPV: Issue #180: push_constants don't have descriptor sets. by John Kessenich · 9 years ago
  17. 2107c76 Merge pull request #192 from Qining/enable-adding-multiviewport-capability by John Kessenich · 9 years ago
  18. 3d7b89a Enable adding capability: MultiViewport by qining · 9 years ago
  19. 3c5b1e6 Merge pull request #168 from amdrexu/feature2 by John Kessenich · 9 years ago
  20. 1250c9e Merge pull request #165 from amdrexu/feature by John Kessenich · 9 years ago
  21. f2d8a5c SPV: Use heuristic to avoid geometry multi-streams when possible. by John Kessenich · 9 years ago
  22. 2ac71df Merge pull request #187 from amdrexu/bugfix by John Kessenich · 9 years ago
  23. b4fd8d1 SPV: Continue to fix the issue of bool -> uint32 by Rex Xu · 9 years ago
  24. 32fb11d Merge pull request #173 from amdrexu/bugfix by John Kessenich · 9 years ago
  25. 52d0859 Merge pull request #175 from rdb/master by John Kessenich · 9 years ago
  26. 9cc6cd3 GCC warning fix - unhandled enums in switch statement by baldurk · 9 years ago
  27. 2725323 SPV: Fix an issue caused by bool-to-uint32 conversion. by Rex Xu · 9 years ago
  28. 32084e8 Fix compilation issues with MSVC 2010 by rdb · 9 years ago
  29. 1da878f SPV: Add support for memory qualifiers. by Rex Xu · 9 years ago
  30. 0967748 SPV: Fix 'location' inheritance bug. by John Kessenich · 9 years ago
  31. 5eafa47 SPV: Support the new OpCode - OpImageSparseRead by Rex Xu · 9 years ago
  32. 6c292d3 SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). by John Kessenich · 9 years ago
  33. 019f08f SPV: Fix issue #159: use ExplicitLod forms for non-fragment stages. by John Kessenich · 9 years ago
  34. 5d0fa97 SPV Capabilities: StorageImageExtendedFormats, StorageImageReadWithoutFormat, and StorageImageWriteWithoutFormat. by John Kessenich · 9 years ago
  35. 5e80113 SPV Capabilities: SampleRateShading, SparseResidency, MinLod, and ImageQuery. by John Kessenich · 9 years ago
  36. 103bef9 SPV: Handle GLSL bool loads from a uniform buffer as a conversion from int -> bool. by John Kessenich · 9 years ago
  37. 32cfd49 SPV: RelaxedPrecision: Plumb this through the full AST->SPV translator. by John Kessenich · 9 years ago
  38. 9218759 SPV: Address superset of issue #151: missing OpCapability instructions. by John Kessenich · 9 years ago
  39. cd26144 SPV: the OpImageTexelPointer sample 0 should be <id> of 0, not literal 0. by John Kessenich · 9 years ago
  40. 7b9fa25 SPV: Add recursive distrubition of 'location' across structure members. by John Kessenich · 9 years ago
  41. 7a53f76 SPV: Add unary-matrix operations, operating at vector level. by John Kessenich · 9 years ago
  42. 213bbbe Split loop header from condition testing for for/while loops. by Dejan Mircevski · 9 years ago
  43. ed55bcd Don't remove SPIR-V blocks before codegen. by Dejan Mircevski · 9 years ago
  44. e7f6cac Merge branch 'topo' into loopgen-after-readable-order by Dejan Mircevski · 9 years ago
  45. 68f1431 Merge pull request #121 from amdrexu/feature by John Kessenich · 9 years ago
  46. dba2826 Merge branch 'master' of github.com:google/glslang into loopgen by Dejan Mircevski · 9 years ago
  47. 832c65c Fix back-branch target for do-while loops. by Dejan Mircevski · 9 years ago
  48. c8fbbab Update .out files with new loop SPIR-V. by Dejan Mircevski · 9 years ago
  49. e537b8b Fix unreachable-block removal. by Dejan Mircevski · 9 years ago
  50. 9c6734c First cut at new loop codegen. by Dejan Mircevski · 9 years ago
  51. 364c21c Fix several build warnings/error encountered with VS2013 by Mark Adams · 9 years ago
  52. 48edadf Parser & SPV: Implement two extensions regarding GLSL sparse texture. by Rex Xu · 9 years ago
  53. f8842e5 SPV: Don't do stride decorations for arrays of arrays of blocks. by John Kessenich · 9 years ago
  54. c9e0a42 SPV: Handle stride decorations for arrays of arrays, and using multiple type instances when strides are used. by John Kessenich · 9 years ago
  55. 4998789 SPV: Fix array strides by explicitly computing them in the getBaseAlignment() algorithm. by John Kessenich · 9 years ago
  56. e0b6cad SPV: Generalize multiple struct-type instances for interpolation/invariant qualifiers. by John Kessenich · 9 years ago
  57. 50e5756 SPV: Don't make MissingFunctionality() exit anymore. by John Kessenich · 9 years ago
  58. 2211835 SPV: Implement composite comparisons (reductions across hierchical compare). by John Kessenich · 9 years ago
  59. 59420fd SPV: Move to deterministic results for OpEntryPoint, for test stability across platforms. by John Kessenich · 9 years ago
  60. 7ba6341 SPV: Make OpEntryPoint I/O list include all static uses. by John Kessenich · 9 years ago
  61. 3ac051e SPV: recursively propagate row/col majorness through nested structures. by John Kessenich · 9 years ago
  62. f85e806 SPV: Nested layouts: Recursively send around the top-level std140 or std430 packing. by John Kessenich · 9 years ago
  63. b62e693 Merge pull request #118 from amdrexu/bugfix by John Kessenich · 9 years ago
  64. b6d7fa9 Merge pull request #117 from amdrexu/feature by John Kessenich · 9 years ago
  65. 61c47a9 Constant folding: Correct result type of non-square matrix folding. by John Kessenich · 9 years ago
  66. 7beb441 SPV: Fix an issue related with imageStore() for 2DMS. by Rex Xu · 9 years ago
  67. cbc426e SPV: Implement GLSL built-in bitcast functions. by Rex Xu · 9 years ago
  68. e7c83cf SPV GLSL.std.450: Add needed smear operations for min, max, clamp, mix, step, and smoothstep. by John Kessenich · 9 years ago
  69. 6feb498 SPV texturing: Use comp. 2 as the 3rd comp. for Dref in ImageSampleProjDrefImplicitLod. by John Kessenich · 9 years ago
  70. 04bb8a0 SPV: Implement all matrix operators {+,-,*,/} for {matrix,scalar,vector}. by John Kessenich · 9 years ago
  71. e00e72d SPV: Protect getStorageClass() with a test that the thing is pointer. by John Kessenich · 9 years ago
  72. 3366145 SPV: Implement OpImage functionality (emit before query). by John Kessenich · 9 years ago
  73. 7a26c17 SPV: Implement GLSL interpolation built-in functions. by Rex Xu · 9 years ago
  74. 8d63a3d Avoid read past end of operands vector for EOpFrexp by David Neto · 9 years ago
  75. 2359bd0 SPV: Fix extra operands when using the "struct" form of a built-in taking an 'out' param. by John Kessenich · 9 years ago
  76. e721f49 SPV: Distinguish between std140 and std430 layouts, and correctly use alignments as the base for strides. by John Kessenich · 9 years ago
  77. 71519fe SPV: Fix an issue related with using CubeArrayShadow for texture() by Rex Xu · 9 years ago
  78. 55e7d11 SPIR-V: Move from Version .99 Rev 31 to Version 1.0, Rev 2. by John Kessenich · 9 years ago
  79. 7c1aa10 SPV: Implement short circuiting of && and || when emitting SPIR-V. by John Kessenich · 9 years ago
  80. da581a2 GL_ARB_shader_draw_parameters: From @amdrexu, implement extension. by John Kessenich · 9 years ago
  81. e690332 SPV: Add modes for spacing, depth, depth replacing, winding, and point mode. by John Kessenich · 9 years ago
  82. ee21fc9 SPV: Fix missing 'Member' operand to OpArrayLength. by John Kessenich · 9 years ago
  83. b56a26a SPV: Generate the LocalSize Execution Mode for compute shaders. by John Kessenich · 9 years ago
  84. 56bab04 SPV: Minor corrections to previous big merge for images and atomics. by John Kessenich · 9 years ago
  85. 6b86d49 Add new test case for image functions and fix issues caught by this test by Rex Xu · 9 years ago
  86. bba5c80 Merge master branch from upstream by Rex Xu · 9 years ago
  87. 04db3f5 Fix issues from review comments and those relevant to texelFetch by Rex Xu · 9 years ago
  88. 3e60a6f SPV OpAtomicCompareSwap: Generate correct operand order and number of operands. by John Kessenich · 9 years ago
  89. e770b3e SPV return from main: Simplify a legacy design such returns are not jumps to exit block. by John Kessenich · 9 years ago
  90. 30f9258 Merge master branch from upstream by Rex Xu · 9 years ago
  91. fa668da SPV: Reduce spurious type generation by removing intermediate types in the middle of access chains. by John Kessenich · 9 years ago
  92. c9a8083 SPV arrays: Add support for runtime-sized array types and arrays of arrays. by John Kessenich · 9 years ago
  93. a06bd52 SPV: Correct generation of transparent offsets for implicitly assigned offsets. by John Kessenich · 9 years ago
  94. 31ed483 SPV: Only decorate array and matrix strides for transparent types requiring explicit layouts. by John Kessenich · 9 years ago
  95. 0487d55 Merge pull request #69 from jekstrand/texel-fetch by John Kessenich · 9 years ago
  96. fc61891 SPIRV: Add the support of missing image functions #72 by Rex Xu · 9 years ago
  97. d4782c1 SPIRV: Token layout of OpAtomicXXX instructions is incorrect #70 by Rex Xu · 9 years ago
  98. 18b9fbd SPIRV: Add support for texelFetch by Jason Ekstrand · 9 years ago
  99. 54aedf1 SPIRV: Decorate matrices and arrays with their strides by Jason Ekstrand · 9 years ago
  100. 78258d3 Fix misspelled EOpFrexp and EOpLdexp. by John Kessenich · 9 years ago