- c1992e5 SPV: Correct an issue in createUnaryMatrixOperation(). by Rex Xu · 8 years ago
- bedde87 Merge pull request #285 from baldurk/vs2010-fixes by John Kessenich · 8 years ago
- ebb5053 SPV: Don't add clip/cull distance capabilities unless used. by John Kessenich · 8 years ago
- ab44ba7 [VS2010] Remove use of ranged-for loops by baldurk · 8 years ago
- c1d81cb [VS2010] Remove use of "= default" and "= delete" by baldurk · 8 years ago
- 73e3ce7 SPV: Handle matrix's OpFConvert vector by vector. by Rex Xu · 9 years ago
- 5839031 SPV: Add capability ImageGatherExtended if necessary. by Rex Xu · 8 years ago
- cb3236d Use std::string for TBD/missing functionality reporting. by Lei Zhang · 8 years ago
- 25262b3 Resolve comments by qining · 8 years ago
- 9220dbb Precise and noContraction propagation by qining · 9 years ago
- d3d3ce7 Comments only. by John Kessenich · 8 years ago
- 91cef52 SPV: Non-functional: modularize createInvocationsOperation() from the previous commit. by John Kessenich · 9 years ago
- baa9fa5 Merge branch 'feature2' of https://github.com/amdrexu/glslang into amdrexu-feature2 by John Kessenich · 9 years ago
- e2d06db Merge pull request #268 from AWoloszyn/update-cmake by John Kessenich · 9 years ago
- db0eaf9 Updated cmake to better organize folders and options. by Andrew Woloszyn · 9 years ago
- c8a5676 Merge branch 'feature' of https://github.com/amdrexu/glslang into amdrexu-feature by John Kessenich · 9 years ago
- 17535f7 Create a new logger class for all messages w.r.t. SPIR-V build. by Lei Zhang · 9 years ago
- 09caf12 Avoid printing to stdout directly in library functions. by Lei Zhang · 9 years ago
- 338b185 Implement the extension GL_ARB_shader_group_vote. by Rex Xu · 9 years ago
- 574ab04 Implement the extension GL_ARB_shader_ballot by Rex Xu · 9 years ago
- 3f46053 Remove duplicated cmake_minimum_required() calls. by Lei Zhang · 9 years ago
- 8ff43de Implement the extension GL_ARB_gpu_shader_int64 by Rex Xu · 9 years ago
- c7d3656 SPV: Use OpLogicalEqual/OpLogicalNotEqual for boolean type comparison. by Rex Xu · 9 years ago
- 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
- 27e04a0 Fix spec const construtor for matrix and vector by qining · 9 years ago
- 189b203 Refine the code and address comments by qining · 9 years ago
- e24aa5e SpecOp bool->uint/int and uint<->int conversion by qining · 9 years ago
- 3cb57d3 Fix warning about losing information, use size_t instead of int by baldurk · 9 years ago
- 6e620c4 Nonfunctional: Remove stray ';' and fix Google Test sentence in README. by John Kessenich · 9 years ago
- 7e3e486 Memory: Don't use pool memory to store the entry point name in the intermediate representation. by John Kessenich · 9 years ago
- 75d1d80 add SpecConstantOpModeGuard to GlslangToSpvTraverser::visitSymbol() by qining · 9 years ago
- 4088766 Turn on SpecConstantOpMode based on node qualifier by qining · 9 years ago
- 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
- aa0298b Merge pull request #220 from Qining/fix-built-in-spec-constants by John Kessenich · 9 years ago
- 4f4bb81 Built-in values declared as specialization constant by qining · 9 years ago
- 1c7e707 Merge branch 'master' into hlsl-frontend by John Kessenich · 9 years ago
- 79845ad Merge pull request #217 from baldurk/vs2010-compile-fixes by John Kessenich · 9 years ago
- 6a6d6dd fix spelling mistakes by Eric Engestrom · 9 years ago
- bd9f835 Specify explicit return type on lambda function by baldurk · 9 years ago
- 0dfbe3f Change {parameter} lists into explicit std::vector temporaries by baldurk · 9 years ago
- 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
- 1354520 Spec Constant Operations by qining · 9 years ago
- 0840838 Support specialization composite constants by qining · 9 years ago
- a584576 Front-end: Add specialization-constant subtrees for const variables/symbols. by John Kessenich · 9 years ago
- 7cc0e28 Front-end infrastructure: Encapsulate semantic-level questions/actions about const/temp. by John Kessenich · 9 years ago
- d715adc SPV: Implement boolean selection for mix(). by Rex Xu · 9 years ago
- 66e2faf Support multiple source languages, adding HLSL as an option. by John Kessenich · 9 years ago
- 4d65ee3 Generalize "main" to a settable entry point name. by John Kessenich · 9 years ago
- 95aa527 Change to traditional 'for' loop by qining · 9 years ago
- da39733 Remove decoration of undefined IDs by qining · 9 years ago
- f7497e2 SPV: Issue #180: push_constants don't have descriptor sets. by John Kessenich · 9 years ago
- 2107c76 Merge pull request #192 from Qining/enable-adding-multiviewport-capability by John Kessenich · 9 years ago
- 3d7b89a Enable adding capability: MultiViewport by qining · 9 years ago
- 3c5b1e6 Merge pull request #168 from amdrexu/feature2 by John Kessenich · 9 years ago
- 1250c9e Merge pull request #165 from amdrexu/feature by John Kessenich · 9 years ago
- f2d8a5c SPV: Use heuristic to avoid geometry multi-streams when possible. by John Kessenich · 9 years ago
- 2ac71df Merge pull request #187 from amdrexu/bugfix by John Kessenich · 9 years ago
- b4fd8d1 SPV: Continue to fix the issue of bool -> uint32 by Rex Xu · 9 years ago
- 32fb11d Merge pull request #173 from amdrexu/bugfix by John Kessenich · 9 years ago
- 52d0859 Merge pull request #175 from rdb/master by John Kessenich · 9 years ago
- 9cc6cd3 GCC warning fix - unhandled enums in switch statement by baldurk · 9 years ago
- 227e026 MSVC warning fix - conversion from size_t to int, possible loss of data by baldurk · 9 years ago
- 5184353 Merge pull request #174 from mgadams/alias_proto_warnings by John Kessenich · 9 years ago
- 2725323 SPV: Fix an issue caused by bool-to-uint32 conversion. by Rex Xu · 9 years ago
- 52e61ac SPV: Ensure Parameterize is called during Disassemble by Jack Andersen · 9 years ago
- 32084e8 Fix compilation issues with MSVC 2010 by rdb · 9 years ago
- 18b637f Fix warnings/errors for strict aliasing & function prototypes by Mark Adams · 9 years ago
- 1da878f SPV: Add support for memory qualifiers. by Rex Xu · 9 years ago
- 0967748 SPV: Fix 'location' inheritance bug. by John Kessenich · 9 years ago
- 5eafa47 SPV: Support the new OpCode - OpImageSparseRead by Rex Xu · 9 years ago
- 6c292d3 SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). by John Kessenich · 9 years ago
- 019f08f SPV: Fix issue #159: use ExplicitLod forms for non-fragment stages. by John Kessenich · 9 years ago
- 5d0fa97 SPV Capabilities: StorageImageExtendedFormats, StorageImageReadWithoutFormat, and StorageImageWriteWithoutFormat. by John Kessenich · 9 years ago
- 5e80113 SPV Capabilities: SampleRateShading, SparseResidency, MinLod, and ImageQuery. by John Kessenich · 9 years ago
- b0364dc SPV Capabilities: Image types. by John Kessenich · 9 years ago
- 3c52207 SPV capabilities: Add int16, int64, float16, and float64. by John Kessenich · 9 years ago
- 103bef9 SPV: Handle GLSL bool loads from a uniform buffer as a conversion from int -> bool. by John Kessenich · 9 years ago
- f947deb Fix typo in an include guard. by Csaba Osztrogonác · 9 years ago
- 32cfd49 SPV: RelaxedPrecision: Plumb this through the full AST->SPV translator. by John Kessenich · 9 years ago
- 26bd6a3 Merge pull request #155 from mgadams/resultid_warnings by John Kessenich · 9 years ago
- d5ac538 Fix two new Windows build warnings/errors by Mark Adams · 9 years ago
- 8548bab spirv-remap: Fixed strings not at end of operands, fixed L/S defect by GregF · 9 years ago
- 036a794 spirv-remap: assert on unhandled OperandClass by GregF · 9 years ago
- 796e15a spirv-remap: inhibit loadstore opt if variable ref'd by other instructions by GregF · 9 years ago
- 3bb040b spirv-remap: handle OperandImageOperands during remap by GregF · 9 years ago
- 9218759 SPV: Address superset of issue #151: missing OpCapability instructions. by John Kessenich · 9 years ago
- 4889167 SPV: Use a more accurate MemorySemanticsAllMemory mask. by John Kessenich · 9 years ago
- cd26144 SPV: the OpImageTexelPointer sample 0 should be <id> of 0, not literal 0. by John Kessenich · 9 years ago
- 7b9fa25 SPV: Add recursive distrubition of 'location' across structure members. by John Kessenich · 9 years ago
- 7a53f76 SPV: Add unary-matrix operations, operating at vector level. by John Kessenich · 9 years ago
- dd1c223 Merge pull request #138 from dekimir/fix-old-msvc by John Kessenich · 9 years ago
- 213bbbe Split loop header from condition testing for for/while loops. by Dejan Mircevski · 9 years ago
- 97605c8 Fix #137 by avoiding a C++11 feature. by Dejan Mircevski · 9 years ago
- ed55bcd Don't remove SPIR-V blocks before codegen. by Dejan Mircevski · 9 years ago
- f3c63cc Move continue-block to after all branches. by Dejan Mircevski · 9 years ago
- e7f6cac Merge branch 'topo' into loopgen-after-readable-order by Dejan Mircevski · 9 years ago
- 159b59f Reformat to better match existing style. by Dejan Mircevski · 9 years ago
- cce6a8a (C) Google by Dejan Mircevski · 9 years ago
- 34bc6c3 Explicitly initialize Instruction::block. by Dejan Mircevski · 9 years ago
- a7e7349 Remove a redundant check before visit(succ). by Dejan Mircevski · 9 years ago