Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Cross.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-11Bitcast loads from builtin compute variables.bitcast-builtin-computeHans-Kristian Arntzen
2018-09-10Merge pull request #688 from KhronosGroup/fix-682Hans-Kristian Arntzen
2018-09-10Support Component decoration in GLSL.Hans-Kristian Arntzen
2018-09-10Merge pull request #687 from KhronosGroup/fix-683Hans-Kristian Arntzen
2018-09-10Add a helper function to improve reflection on runtime sized arrays.Hans-Kristian Arntzen
2018-09-10Merge pull request #686 from KhronosGroup/fix-685Hans-Kristian Arntzen
2018-09-10Add composite array test shaders for GLSL and HLSL as well.Hans-Kristian Arntzen
2018-09-10Run format_all.sh.Hans-Kristian Arntzen
2018-09-10Add test shader for composite array initialization.Hans-Kristian Arntzen
2018-09-10Only declare typed initializer list for non-array types.Hans-Kristian Arntzen
2018-09-07Merge pull request #680 from cdavis5e/msl-varying-componentsHans-Kristian Arntzen
2018-09-07Merge pull request #681 from KhronosGroup/fix-679Hans-Kristian Arntzen
2018-09-07Use correct spirv-cross version when testing MSL 1.1 shaders.Hans-Kristian Arntzen
2018-09-07MSL: Do not emit function constants for version < 1.2.Hans-Kristian Arntzen
2018-09-07Add missing reference file.Hans-Kristian Arntzen
2018-09-06MSL: Account for components when assigning locations to varyings.Chip Davis
2018-09-06Merge pull request #677 from cdavis5e/msl-lerp-qualsHans-Kristian Arntzen
2018-09-06Handle interpolation qualifiers on the entire struct, too.Chip Davis
2018-09-06Add tests showing we don't emit interpolation qualifiers in vertex shaders.Chip Davis
2018-09-06Fix formatting.Chip Davis
2018-09-05MSL: Handle interpolation qualifiers.Chip Davis
2018-09-05Merge pull request #676 from cdavis5e/image-write-operand-wordsHans-Kristian Arntzen
2018-09-05Add optimized reference output for added test case.Chip Davis
2018-09-05MSL: Correct number of words to skip in OpImageWrite.Chip Davis
2018-09-05Merge pull request #675 from cdavis5e/buffer-write-coordHans-Kristian Arntzen
2018-09-04MSL: Emit spvTexelBufferCoord() on ImageWrite to a Buffer as well.Chip Davis
2018-09-04Merge pull request #673 from cdavis5e/min-max-clampHans-Kristian Arntzen
2018-09-04Update a bunch of test cases that I missed.Chip Davis
2018-09-03Try once again to appease spirv-val.Chip Davis
2018-09-03Really fix validation.Chip Davis
2018-09-03Hopefully correct test shader so it will validate.Chip Davis
2018-09-03Add some uncommitted reference files.Hans-Kristian Arntzen
2018-09-03Merge pull request #674 from KhronosGroup/fix-670Hans-Kristian Arntzen
2018-09-03Use new macos -std= flag in Metal compiler.Hans-Kristian Arntzen
2018-09-03brew update python3 fails on xcode10 image.Hans-Kristian Arntzen
2018-09-03MSL: Support texture2d_ms_array.Hans-Kristian Arntzen
2018-09-03MSL: Throw error on multisampled array textures.Hans-Kristian Arntzen
2018-09-02MSL: Emit F{Min,Max,Clamp} as fast:: and N{Min,Max,Clamp} as precise::.Chip Davis
2018-09-01Merge pull request #672 from cdavis5e/unord-relational-opsHans-Kristian Arntzen
2018-09-01Add tests for FUnord comparisons of vectors.Chip Davis
2018-08-31MSL: Support unordered relational operators.Chip Davis
2018-08-30Merge pull request #668 from cdavis5e/shader-draw-parametersHans-Kristian Arntzen
2018-08-29Fix MSL shader_draw_parameters reference output.Chip Davis
2018-08-29Remove extra newline.Chip Davis
2018-08-29Appease tests that check for exact matches and not equivalent semantics.Chip Davis
2018-08-29Really fix shader_draw_parameters tests (hopefully for good).Chip Davis
2018-08-29Add new tests for GLSL 4.50 shaders.Chip Davis
2018-08-29Fix reference output of shader_draw_parameters tests.Chip Davis
2018-08-29Throw an exception anytime we try to compile DrawIndex to MSL.Chip Davis
2018-08-29Add test cases for SPV_KHR_shader_draw_parameters.Chip Davis