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
2022-01-17MSL: Handle signed atomic min/max.fix-1775Hans-Kristian Arntzen
2022-01-17Rework how loop iteration counts are validated.Hans-Kristian Arntzen
2022-01-14Merge pull request #1845 from KhronosGroup/pr-1842-fixHans-Kristian Arntzen
2022-01-14Update references for GL_EXT_texture_buffer.Hans-Kristian Arntzen
2022-01-10fix: GL_EXT_texture_buffer is more common than GL_OES_texture_buffermiomioreimu
2022-01-06Merge pull request #1839 from KhronosGroup/spv1.6Hans-Kristian Arntzen
2022-01-06Merge pull request #1838 from KhronosGroup/fix-1811Hans-Kristian Arntzen
2022-01-06Add sanity test for SPIR-V 1.6 modules.Hans-Kristian Arntzen
2022-01-06Add support for LocalSizeId.Hans-Kristian Arntzen
2022-01-06Test: Add --allow-localsizeid flag for spirv-val.Hans-Kristian Arntzen
2022-01-05Merge pull request #1837 from KhronosGroup/roll-depsHans-Kristian Arntzen
2022-01-05Merge pull request #1834 from chirsz-ever/chirsz/fix-msl-copy-arrayHans-Kristian Arntzen
2022-01-05Roll dependencies.Hans-Kristian Arntzen
2022-01-05Merge pull request #1836 from KhronosGroup/pr-1824-fixupHans-Kristian Arntzen
2022-01-05MSL: Move float2->3 TessCoord fixup to a better location.Hans-Kristian Arntzen
2022-01-05Merge branch 'master' of git://github.com/cfnptr/SPIRV-CrossHans-Kristian Arntzen
2022-01-05Merge pull request #1822 from etra0/add-diffHans-Kristian Arntzen
2022-01-05Merge pull request #1817 from etra0/fix-1784Hans-Kristian Arntzen
2022-01-05MSL: Allow copy array from UniformConstant storagechirsz-ever
2021-12-20Fix gl_TessCoord arguments presence. Update reference shaders.Nikita Fediuchin
2021-12-17Fix incorrect MSL gl_TessCoord variable typeNikita Fediuchin
2021-12-09test_shaders: Add the option to generate diff instead.Sebastián Aedo
2021-12-07Clamp vector element access to vector size.Sebastián Aedo
2021-11-30Merge pull request #1815 from etra0/fix-1768Hans-Kristian Arntzen
2021-11-30Merge pull request #1819 from sindney/masterHans-Kristian Arntzen
2021-11-26MSL: Add 64 bit switch supportSebastián Aedo
2021-11-26ESSL: Vertex shader input doesn't support array types.xinhou
2021-11-15Merge pull request #1794 from etra0/masterHans-Kristian Arntzen
2021-11-13Removed tracking of OpConstant and OpPhi.Sebastián Aedo
2021-11-13Merge pull request #1810 from billhollings/early-frag-tests-depth-outHans-Kristian Arntzen
2021-11-12MSL: Don't output depth and stencil values with explicit early fragment tests.Bill Hollings
2021-11-12Added block.cases_32bit and reworked the cases fixSebastián Aedo
2021-11-12Merge pull request #1808 from billhollings/depth-img-vs-depth-cmpHans-Kristian Arntzen
2021-11-11Cast the switch selector in GLSL to uint32_tSebastián Aedo
2021-11-08Separate (partially) the tracking of depth images from depth compare ops.Bill Hollings
2021-11-08Fixed wrong condition and formatting.Sebastián Aedo
2021-11-07Merge pull request #1807 from KhronosGroup/fix-1801Hans-Kristian Arntzen
2021-11-07GLSL: Deal with buffer_reference_align.Hans-Kristian Arntzen
2021-11-07Merge pull request #1806 from KhronosGroup/fix-1777Hans-Kristian Arntzen
2021-11-07Merge pull request #1804 from KhronosGroup/fix-1759Hans-Kristian Arntzen
2021-11-07CFG: Handle degenerate selection constructs.Hans-Kristian Arntzen
2021-11-07MSL: Handle non-thread storage class in Modf/Frexp pointer versions.Hans-Kristian Arntzen
2021-11-07Merge pull request #1805 from KhronosGroup/fix-1776Hans-Kristian Arntzen
2021-11-07Merge pull request #1803 from KhronosGroup/fix-1802Hans-Kristian Arntzen
2021-11-07Handle Modf/Frexp in more cases.Hans-Kristian Arntzen
2021-11-07Merge pull request #1800 from EddeDev/masterHans-Kristian Arntzen
2021-11-07Merge pull request #1798 from billhollings/tess-output-clipHans-Kristian Arntzen
2021-11-07Correctly reflect declared buffer size for out of order members.Hans-Kristian Arntzen
2021-11-05Fixed potential compilation error in spirv_cross_containers.hppEdvin Pettersson
2021-11-03Removed unnecessary tracking of types.Sebastián Aedo