1. 1a0d93f Fix the test of precise output function parameter by qining · 9 years ago
  2. 9220dbb Precise and noContraction propagation by qining · 9 years ago
  3. baa9fa5 Merge branch 'feature2' of https://github.com/amdrexu/glslang into amdrexu-feature2 by John Kessenich · 9 years ago
  4. 5cc344d Front-End: precise: capture noContraction on output parameter declarations. by John Kessenich · 9 years ago
  5. c8a5676 Merge branch 'feature' of https://github.com/amdrexu/glslang into amdrexu-feature by John Kessenich · 9 years ago
  6. 17535f7 Create a new logger class for all messages w.r.t. SPIR-V build. by Lei Zhang · 9 years ago
  7. 338b185 Implement the extension GL_ARB_shader_group_vote. by Rex Xu · 9 years ago
  8. 574ab04 Implement the extension GL_ARB_shader_ballot by Rex Xu · 9 years ago
  9. 3c1e080 Front-end precise: Propagate noContraction up the AST when dereferencing structs. by John Kessenich · 9 years ago
  10. 17f0786 Parser: Precise: Recognize 'precise', tag types, and do related semantic checking. by John Kessenich · 9 years ago
  11. 34fb036 HLSL: Add (almost) full expression grammar: Binary, unary (pre/post-fix), assign, ... by John Kessenich · 9 years ago
  12. e512cd9 Vulkan: Add the #define VULKAN 100 when compiled for Vulkan. by John Kessenich · 9 years ago
  13. af45921 Correct precision qualification on built-in functions. by John Kessenich · 9 years ago
  14. 8ff43de Implement the extension GL_ARB_gpu_shader_int64 by Rex Xu · 9 years ago
  15. 94a89d5 add .err file for eof_missing test by qining · 9 years ago
  16. 19647a3 Fix the infinite loop when an input file lacks EOF by qining · 9 years ago
  17. c7d3656 SPV: Use OpLogicalEqual/OpLogicalNotEqual for boolean type comparison. by Rex Xu · 9 years ago
  18. 1f2820a fix the problem that spec constant composite instruction being used when only front-end constants are used in the constructor by qining · 9 years ago
  19. 27e04a0 Fix spec const construtor for matrix and vector by qining · 9 years ago
  20. 189b203 Refine the code and address comments by qining · 9 years ago
  21. e24aa5e SpecOp bool->uint/int and uint<->int conversion by qining · 9 years ago
  22. 78a6b78 Front-end: Get the right set of nodes marked as spec-const. by John Kessenich · 9 years ago
  23. 75d1d80 add SpecConstantOpModeGuard to GlslangToSpvTraverser::visitSymbol() by qining · 9 years ago
  24. 4088766 Turn on SpecConstantOpMode based on node qualifier by qining · 9 years ago
  25. 4c91261 fix the wrong generated code when a non-constant array is declared with its size derived from spec constant operations by qining · 9 years ago
  26. aa0298b Merge pull request #220 from Qining/fix-built-in-spec-constants by John Kessenich · 9 years ago
  27. 4f4bb81 Built-in values declared as specialization constant by qining · 9 years ago
  28. 1c7e707 Merge branch 'master' into hlsl-frontend by John Kessenich · 9 years ago
  29. a42533e Merge pull request #190 from antiagainst/gtest by John Kessenich · 9 years ago
  30. af59197 Merge pull request #214 from amdrexu/bugfix by John Kessenich · 9 years ago
  31. 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 · 9 years ago
  32. 414eb60 Link in Google Test framework. by Lei Zhang · 9 years ago
  33. 1354520 Spec Constant Operations by qining · 9 years ago
  34. cb0e471 Parser: Update array size of gl_ClipDistance/gl_CullDistance in gl_in[]. by Rex Xu · 9 years ago
  35. 0840838 Support specialization composite constants by qining · 9 years ago
  36. 7cc0e28 Front-end infrastructure: Encapsulate semantic-level questions/actions about const/temp. by John Kessenich · 9 years ago
  37. 644c210 Parser: Type promotion for operator modulus(%) is missing. by Rex Xu · 9 years ago
  38. d715adc SPV: Implement boolean selection for mix(). by Rex Xu · 9 years ago
  39. 5f934b0 HLSL: Accept basic funtion definitions. (Not yet mapping input/output for entry point.) by John Kessenich · 9 years ago
  40. d016be1 HLSL: Hook up constructor expressions through the AST. by John Kessenich · 9 years ago
  41. 87142c7 HLSL: Add basic declaration syntax and AST generation. by John Kessenich · 9 years ago
  42. e01a9bc HLSL: Plumb in HLSL parse context and keywords, and most basic HLSL parser and test. by John Kessenich · 9 years ago
  43. 2677d91 Test dead-decoration removal. by Dejan Mircevski · 9 years ago
  44. 24e4bc9 Fix array out of bounds bug in processing if-else-endif macros. by Lei Zhang · 9 years ago
  45. f7497e2 SPV: Issue #180: push_constants don't have descriptor sets. by John Kessenich · 9 years ago
  46. 2107c76 Merge pull request #192 from Qining/enable-adding-multiviewport-capability by John Kessenich · 9 years ago
  47. be4f52a Run regression tests, update spv.420.geom.out so capability MultiViewport is declared by qining · 9 years ago
  48. 3c5b1e6 Merge pull request #168 from amdrexu/feature2 by John Kessenich · 9 years ago
  49. 1250c9e Merge pull request #165 from amdrexu/feature by John Kessenich · 9 years ago
  50. f2d8a5c SPV: Use heuristic to avoid geometry multi-streams when possible. by John Kessenich · 9 years ago
  51. 2ac71df Merge pull request #187 from amdrexu/bugfix by John Kessenich · 9 years ago
  52. 5dc8a76 Fix line endings in Test/100.conf. by Brian Salomon · 9 years ago
  53. b4fd8d1 SPV: Continue to fix the issue of bool -> uint32 by Rex Xu · 9 years ago
  54. 2725323 SPV: Fix an issue caused by bool-to-uint32 conversion. by Rex Xu · 9 years ago
  55. 1da878f SPV: Add support for memory qualifiers. by Rex Xu · 9 years ago
  56. 0967748 SPV: Fix 'location' inheritance bug. by John Kessenich · 9 years ago
  57. 5eafa47 SPV: Support the new OpCode - OpImageSparseRead by Rex Xu · 9 years ago
  58. 6c292d3 SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). by John Kessenich · 9 years ago
  59. 019f08f SPV: Fix issue #159: use ExplicitLod forms for non-fragment stages. by John Kessenich · 9 years ago
  60. 5d0fa97 SPV Capabilities: StorageImageExtendedFormats, StorageImageReadWithoutFormat, and StorageImageWriteWithoutFormat. by John Kessenich · 9 years ago
  61. 5e80113 SPV Capabilities: SampleRateShading, SparseResidency, MinLod, and ImageQuery. by John Kessenich · 9 years ago
  62. b0364dc SPV Capabilities: Image types. by John Kessenich · 9 years ago
  63. 3c52207 SPV capabilities: Add int16, int64, float16, and float64. by John Kessenich · 9 years ago
  64. 103bef9 SPV: Handle GLSL bool loads from a uniform buffer as a conversion from int -> bool. by John Kessenich · 9 years ago
  65. ba5685a Semantics: Map noise*() to an operator for PureOperatorBuiltins mode. by John Kessenich · 9 years ago
  66. 32cfd49 SPV: RelaxedPrecision: Plumb this through the full AST->SPV translator. by John Kessenich · 9 years ago
  67. 9218759 SPV: Address superset of issue #151: missing OpCapability instructions. by John Kessenich · 9 years ago
  68. 9df51ca Fix front-end bug: Constant folding of array-of-struct index op. by John Kessenich · 9 years ago
  69. f6eae2a SPV: Require desktop 140 or ES 310 or above. by John Kessenich · 9 years ago
  70. 4bfeed5 Semantics: Spec. changing to reflect reality of int/uint conversion for |^&. by John Kessenich · 9 years ago
  71. 4889167 SPV: Use a more accurate MemorySemanticsAllMemory mask. by John Kessenich · 9 years ago
  72. cd26144 SPV: the OpImageTexelPointer sample 0 should be <id> of 0, not literal 0. by John Kessenich · 9 years ago
  73. 7b9fa25 SPV: Add recursive distrubition of 'location' across structure members. by John Kessenich · 9 years ago
  74. 7a53f76 SPV: Add unary-matrix operations, operating at vector level. by John Kessenich · 9 years ago
  75. 2ab5a37 Add Test/spv.for-complex-condition.vert. by Dejan Mircevski · 9 years ago
  76. 213bbbe Split loop header from condition testing for for/while loops. by Dejan Mircevski · 9 years ago
  77. ed55bcd Don't remove SPIR-V blocks before codegen. by Dejan Mircevski · 9 years ago
  78. f3c63cc Move continue-block to after all branches. by Dejan Mircevski · 9 years ago
  79. e7f6cac Merge branch 'topo' into loopgen-after-readable-order by Dejan Mircevski · 9 years ago
  80. 38d039d Rework inReadableOrder() as a recursive descent. by Dejan Mircevski · 9 years ago
  81. baa55a1 Add spv.branch-return.vert and fix inReadableOrder(). by Dejan Mircevski · 9 years ago
  82. 712ecb9 Doubles: Add all the missing built-in double-based prototypes. by John Kessenich · 9 years ago
  83. 68f1431 Merge pull request #121 from amdrexu/feature by John Kessenich · 9 years ago
  84. e95fa5e Tests: Update to match previous pull request. by John Kessenich · 9 years ago
  85. dba2826 Merge branch 'master' of github.com:google/glslang into loopgen by Dejan Mircevski · 9 years ago
  86. 832c65c Fix back-branch target for do-while loops. by Dejan Mircevski · 9 years ago
  87. c8fbbab Update .out files with new loop SPIR-V. by Dejan Mircevski · 9 years ago
  88. 1322824 Test a for loop with no body. by Dejan Mircevski · 9 years ago
  89. e537b8b Fix unreachable-block removal. by Dejan Mircevski · 9 years ago
  90. 9c6734c First cut at new loop codegen. by Dejan Mircevski · 9 years ago
  91. 48edadf Parser & SPV: Implement two extensions regarding GLSL sparse texture. by Rex Xu · 9 years ago
  92. e23c984 SPV: Handle type punning in createCompositeCompare(). by John Kessenich · 9 years ago
  93. c9e0a42 SPV: Handle stride decorations for arrays of arrays, and using multiple type instances when strides are used. by John Kessenich · 9 years ago
  94. 4998789 SPV: Fix array strides by explicitly computing them in the getBaseAlignment() algorithm. by John Kessenich · 9 years ago
  95. e0b6cad SPV: Generalize multiple struct-type instances for interpolation/invariant qualifiers. by John Kessenich · 9 years ago
  96. 69d01ea Semantics: Catch nested types containing 'int' with non-'flat' interpolation. by John Kessenich · 9 years ago
  97. 2211835 SPV: Implement composite comparisons (reductions across hierchical compare). by John Kessenich · 9 years ago
  98. 59420fd SPV: Move to deterministic results for OpEntryPoint, for test stability across platforms. by John Kessenich · 9 years ago
  99. 7ba6341 SPV: Make OpEntryPoint I/O list include all static uses. by John Kessenich · 9 years ago
  100. 3ac051e SPV: recursively propagate row/col majorness through nested structures. by John Kessenich · 9 years ago