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
2019-06-21MSL: Rewrite how resource indices are fallback-assigned.Hans-Kristian Arntzen
2019-05-28Support emitting OpLine directive.Hans-Kristian Arntzen
2019-04-09Fix some minor copy constructor issues in Variant.Hans-Kristian Arntzen
2019-04-09Run format_all.sh.Hans-Kristian Arntzen
2019-04-09Refactor out error handling and containers to new headers.Hans-Kristian Arntzen
2019-04-09Fix various bugs found in testing.Hans-Kristian Arntzen
2019-04-09Try another MSVC 2013 workaround.Hans-Kristian Arntzen
2019-04-09Implement edge cases in insert/end and add a simple test case.Hans-Kristian Arntzen
2019-04-09Fix GCC 4.x warnings.Hans-Kristian Arntzen
2019-04-09Workaround lack of alignas on MSVC 2013.Hans-Kristian Arntzen
2019-04-09Reduce pressure on global allocation.Hans-Kristian Arntzen
2019-03-29Add an option to override the namespace used for spirv_cross.Hans-Kristian Arntzen
2019-03-27Add ray-tracing reflection to main.cpp and C API.Hans-Kristian Arntzen
2019-03-25Merge branch master into SPV_NV_ray_tracingPatrick Mours
2019-03-15MSL: Implement Metal 2.0 indirect argument buffers.Hans-Kristian Arntzen
2019-03-01Add a stable C API for SPIRV-Cross.Hans-Kristian Arntzen
2019-02-28Replace locale handling.Hans-Kristian Arntzen
2019-02-26Add support for SPV_NV_ray_tracingPatrick Mours
2019-02-22Fix the signed to unsigned conversion warningMinmin Gong
2019-02-14MSL: Add support for tessellation evaluation shaders.Chip Davis
2019-02-07MSL: Add support for tessellation control shaders.Chip Davis
2019-01-30GLSL/MSL: Implement 8-bit part of VK_KHR_shader_float16_int8.Hans-Kristian Arntzen
2019-01-17Refactor out packed expressions to extended decorations.Hans-Kristian Arntzen
2019-01-17Refactor access_chain_internal to be more readable from callsite.Hans-Kristian Arntzen
2019-01-14MSL: Fix case where we pass arrays to functions by value.Hans-Kristian Arntzen
2019-01-10Rewrite how IDs are iterated over.Hans-Kristian Arntzen
2019-01-09MSL: Support composites inside I/O blocksHans-Kristian Arntzen
2019-01-07MSL: Support SPV_KHR_variable_pointers.Chip Davis
2019-01-07Deal with phi copies which happen inside continue blocks.Hans-Kristian Arntzen
2019-01-07Merge pull request #805 from KhronosGroup/fix-786Hans-Kristian Arntzen
2019-01-07Handle FPRoundingMode decoration.Hans-Kristian Arntzen
2019-01-07MSL: Workaround missing gradient2d() for sampler_compare.Hans-Kristian Arntzen
2019-01-04Register implied expression reads in OpLoad/OpAccessChain.Hans-Kristian Arntzen
2019-01-04Nonfunctional: Update copyright headers for 2019.Hans-Kristian Arntzen
2018-11-26Keep track of pointer-to-pointer depth in parser.Hans-Kristian Arntzen
2018-11-22Handle invariant decoration more robustly.Hans-Kristian Arntzen
2018-11-22Remove old hack for dealing with HLSL counter buffers.Hans-Kristian Arntzen
2018-11-02Use specific base types for 8- and 16-bit integers.Chip Davis
2018-11-01Support macro overrides for spec constants in HLSL.Hans-Kristian Arntzen
2018-11-01Alter the handling of spec consts in non-Vulkan GLSLGrigory Dzhavadyan
2018-10-19Hoist out parsing module from spirv_cross::Compiler.Hans-Kristian Arntzen
2018-10-05Refactor MSL to use SPIRCombinedImageSampler.Hans-Kristian Arntzen
2018-09-20MSL: Add an option to insert texture swizzles into generated shaders.Chip Davis
2018-09-18Deal with switch cases which break out of a loop.Hans-Kristian Arntzen
2018-09-17Make fixup_hooks more flexible.Hans-Kristian Arntzen
2018-09-13MSL: Support global I/O block and struct Input/Output usage.Hans-Kristian Arntzen
2018-09-06MSL: Account for components when assigning locations to varyings.Chip Davis
2018-09-06Fix formatting.Chip Davis
2018-09-05MSL: Handle interpolation qualifiers.Chip Davis
2018-07-05Deduce constant LUTs from read-write variables.Hans-Kristian Arntzen