- 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
- ba5685a Semantics: Map noise*() to an operator for PureOperatorBuiltins mode. by John Kessenich · 9 years ago
- 32cfd49 SPV: RelaxedPrecision: Plumb this through the full AST->SPV translator. by John Kessenich · 9 years ago
- 9218759 SPV: Address superset of issue #151: missing OpCapability instructions. by John Kessenich · 9 years ago
- 9df51ca Fix front-end bug: Constant folding of array-of-struct index op. by John Kessenich · 9 years ago
- f6eae2a SPV: Require desktop 140 or ES 310 or above. by John Kessenich · 9 years ago
- 4bfeed5 Semantics: Spec. changing to reflect reality of int/uint conversion for |^&. 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
- 2ab5a37 Add Test/spv.for-complex-condition.vert. by Dejan Mircevski · 9 years ago
- 213bbbe Split loop header from condition testing for for/while loops. 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
- 38d039d Rework inReadableOrder() as a recursive descent. by Dejan Mircevski · 9 years ago
- baa55a1 Add spv.branch-return.vert and fix inReadableOrder(). by Dejan Mircevski · 9 years ago
- 712ecb9 Doubles: Add all the missing built-in double-based prototypes. by John Kessenich · 9 years ago
- 68f1431 Merge pull request #121 from amdrexu/feature by John Kessenich · 9 years ago
- e95fa5e Tests: Update to match previous pull request. by John Kessenich · 9 years ago
- dba2826 Merge branch 'master' of github.com:google/glslang into loopgen by Dejan Mircevski · 9 years ago
- 832c65c Fix back-branch target for do-while loops. by Dejan Mircevski · 9 years ago
- c8fbbab Update .out files with new loop SPIR-V. by Dejan Mircevski · 9 years ago
- 1322824 Test a for loop with no body. by Dejan Mircevski · 9 years ago
- e537b8b Fix unreachable-block removal. by Dejan Mircevski · 9 years ago
- 9c6734c First cut at new loop codegen. by Dejan Mircevski · 9 years ago
- 48edadf Parser & SPV: Implement two extensions regarding GLSL sparse texture. by Rex Xu · 9 years ago
- e23c984 SPV: Handle type punning in createCompositeCompare(). by John Kessenich · 9 years ago
- c9e0a42 SPV: Handle stride decorations for arrays of arrays, and using multiple type instances when strides are used. by John Kessenich · 9 years ago
- 4998789 SPV: Fix array strides by explicitly computing them in the getBaseAlignment() algorithm. by John Kessenich · 9 years ago
- e0b6cad SPV: Generalize multiple struct-type instances for interpolation/invariant qualifiers. by John Kessenich · 9 years ago
- 69d01ea Semantics: Catch nested types containing 'int' with non-'flat' interpolation. by John Kessenich · 9 years ago
- 2211835 SPV: Implement composite comparisons (reductions across hierchical compare). by John Kessenich · 9 years ago
- 59420fd SPV: Move to deterministic results for OpEntryPoint, for test stability across platforms. by John Kessenich · 9 years ago
- 7ba6341 SPV: Make OpEntryPoint I/O list include all static uses. by John Kessenich · 9 years ago
- 3ac051e SPV: recursively propagate row/col majorness through nested structures. by John Kessenich · 9 years ago
- f85e806 SPV: Nested layouts: Recursively send around the top-level std140 or std430 packing. by John Kessenich · 9 years ago
- b62e693 Merge pull request #118 from amdrexu/bugfix by John Kessenich · 9 years ago
- aa1dd61 Merge branch 'master' of github.com:KhronosGroup/glslang by John Kessenich · 9 years ago
- b6d7fa9 Merge pull request #117 from amdrexu/feature by John Kessenich · 9 years ago
- 297bb3f Tests for PR: Fix results for 4f68b83ea1b34923a71e699125a9e867003864f6. by John Kessenich · 9 years ago
- 61c47a9 Constant folding: Correct result type of non-square matrix folding. by John Kessenich · 9 years ago
- 7beb441 SPV: Fix an issue related with imageStore() for 2DMS. by Rex Xu · 9 years ago
- cbc426e SPV: Implement GLSL built-in bitcast functions. by Rex Xu · 9 years ago
- e7c83cf SPV GLSL.std.450: Add needed smear operations for min, max, clamp, mix, step, and smoothstep. by John Kessenich · 9 years ago
- 6feb498 SPV texturing: Use comp. 2 as the 3rd comp. for Dref in ImageSampleProjDrefImplicitLod. by John Kessenich · 9 years ago
- 61d9fb9 Semantics: 'invocations' defaults to 1, not 0. by John Kessenich · 9 years ago
- 04bb8a0 SPV: Implement all matrix operators {+,-,*,/} for {matrix,scalar,vector}. by John Kessenich · 9 years ago
- 494a02a Semantics: Geometry stage can support max_vertices = 0. by John Kessenich · 9 years ago
- 3c24a06 SPV tests: Turn on some more tests related to currently pending issues. by John Kessenich · 9 years ago
- cc16fa0 Tests: Move to just linefeed to simply cross-platform test changes. by John Kessenich · 9 years ago
- c51710e Merge pull request #115 from amdrexu/bugfix by John Kessenich · 9 years ago
- e723b45 SPV: Scalar smear operation should use type of the scalar to make the by Rex Xu · 9 years ago
- 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
- e00e72d SPV: Protect getStorageClass() with a test that the thing is pointer. by John Kessenich · 9 years ago
- 3366145 SPV: Implement OpImage functionality (emit before query). by John Kessenich · 9 years ago
- 7a26c17 SPV: Implement GLSL interpolation built-in functions. by Rex Xu · 9 years ago
- 8c1c2ca Built-ins: fix mapping of packDouble2x32 and unpackDouble2x32. by John Kessenich · 9 years ago
- 2359bd0 SPV: Fix extra operands when using the "struct" form of a built-in taking an 'out' param. by John Kessenich · 9 years ago
- e721f49 SPV: Distinguish between std140 and std430 layouts, and correctly use alignments as the base for strides. by John Kessenich · 9 years ago
- dd6ca17 Semantics: Correct that std430 is universally disallowed with 'uniform'. by John Kessenich · 9 years ago
- 1be8063 Require l-value patch-out indexing to be gl_InvocationID. by John Kessenich · 9 years ago
- 989df85 Array-sizing bug fix: multiple array initializers of different size in the same declaration. by John Kessenich · 9 years ago
- 71519fe SPV: Fix an issue related with using CubeArrayShadow for texture() by Rex Xu · 9 years ago
- 085371d SPV testing: Add missing test case. by John Kessenich · 9 years ago
- 55e7d11 SPIR-V: Move from Version .99 Rev 31 to Version 1.0, Rev 2. by John Kessenich · 9 years ago
- 7c1aa10 SPV: Implement short circuiting of && and || when emitting SPIR-V. by John Kessenich · 9 years ago
- da581a2 GL_ARB_shader_draw_parameters: From @amdrexu, implement extension. by John Kessenich · 9 years ago
- b5c046e Front-end: Fix missing tessellation shader built-in qualifiers. by John Kessenich · 9 years ago
- e690332 SPV: Add modes for spacing, depth, depth replacing, winding, and point mode. by John Kessenich · 9 years ago
- 7163127 SPV constants and constOffsets completion: isConstant() and disassembler to see results. by John Kessenich · 9 years ago
- 19c6e59 Fix an issue related with texelFetchOffset by Rex Xu · 9 years ago
- 820a22f Give error for calling a user-defined function at global scope. by John Kessenich · 9 years ago
- 894c1c1 Add another frexp() test. by John Kessenich · 9 years ago
- eb505e4 Allow future keywords to be accessed as members in a struct. by John Kessenich · 9 years ago
- 6373574 Front-end: Fix: Cubemap arrays only use 3-component coord when accessed as an image. by John Kessenich · 9 years ago
- 3cd0024 GLSL front-end: Check recursively for opaque types in a block; these are all illegal. by John Kessenich · 9 years ago
- ee21fc9 SPV: Fix missing 'Member' operand to OpArrayLength. by John Kessenich · 9 years ago
- b56a26a SPV: Generate the LocalSize Execution Mode for compute shaders. by John Kessenich · 9 years ago
- 56bab04 SPV: Minor corrections to previous big merge for images and atomics. by John Kessenich · 9 years ago
- 6b86d49 Add new test case for image functions and fix issues caught by this test by Rex Xu · 9 years ago
- 2398b3a Full stack: implement textureQueryLod(*) and textureQueryLevels(*). by John Kessenich · 9 years ago
- 3e60a6f SPV OpAtomicCompareSwap: Generate correct operand order and number of operands. by John Kessenich · 9 years ago
- 7355eeb SPV legacy texturing: Smear result of Op*Dref* up to a vector to match by John Kessenich · 9 years ago
- e770b3e SPV return from main: Simplify a legacy design such returns are not jumps to exit block. by John Kessenich · 9 years ago
- 5f5b205 Bump up layout(location) limit from 62 to 4094, to handle bigger uniform locations. by John Kessenich · 9 years ago
- fa668da SPV: Reduce spurious type generation by removing intermediate types in the middle of access chains. by John Kessenich · 9 years ago
- c9a8083 SPV arrays: Add support for runtime-sized array types and arrays of arrays. by John Kessenich · 9 years ago
- 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
- 31ed483 SPV: Only decorate array and matrix strides for transparent types requiring explicit layouts. by John Kessenich · 9 years ago
- 874b1f8 Add test results for merge pull request #69. by John Kessenich · 9 years ago
- 358dd56 Update test results for pull request #68, SPIRV: Decorate matrices and arrays with their strides. by John Kessenich · 9 years ago