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-03-07Add FP16 to HLSL.Hans-Kristian Arntzen
2018-02-23Implement MatrixInverse on HLSL.Hans-Kristian Arntzen
2018-02-23Add workaround for PointCoord builtin on HLSL.Hans-Kristian Arntzen
2018-02-07hlsl: Support custom root constant layoutmsiglreith
2018-02-05Support gl_NumWorkgroups in HLSL.Hans-Kristian Arntzen
2018-02-02Do not declare constant composites inline in HLSL.Hans-Kristian Arntzen
2018-02-01Update copyright dates to 2018 in main files.Bill Hollings
2018-01-09Overhaul barrier handling in GLSL.Hans-Kristian Arntzen
2017-12-06Support VertexID/InstanceID in HLSL.Hans-Kristian Arntzen
2017-11-29Implement bitfield ops in HLSL.Hans-Kristian Arntzen
2017-11-27Implement unorm16/snorm16 packing in HLSL.Hans-Kristian Arntzen
2017-11-27Add pack/unpack snorm8/unorm8.Hans-Kristian Arntzen
2017-11-27Implement FP16 unpack/pack on HLSL.Hans-Kristian Arntzen
2017-11-13Remap IO blocks as well.Hans-Kristian Arntzen
2017-11-13Cleanups for HLSL vertex attribute remap.Hans-Kristian Arntzen
2017-11-13Changes after github review.Amer Koleci
2017-11-13Add overload compile method for hlsl with vertex attribute remap.Amer Koleci
2017-10-26Add support for writing row/col-major matrices to RWByteAddressBuffer.Hans-Kristian Arntzen
2017-10-24Add GroupSync() in HLSL.Hans-Kristian Arntzen
2017-10-24Basic image load store and atomics.Hans-Kristian Arntzen
2017-10-10Use packoffset in HLSL.Hans-Kristian Arntzen
2017-09-20Just emit textureSize variants we actually need.Hans-Kristian Arntzen
2017-09-20Add exhaustive image query to HLSL.Hans-Kristian Arntzen
2017-08-15Refactor out access chain reads.Hans-Kristian Arntzen
2017-08-15Emit flattened loads and stores.Hans-Kristian Arntzen
2017-08-03Unify vertex clip-coord fixups.Hans-Kristian Arntzen
2017-07-29Declare specialization constants in HLSL.Hans-Kristian Arntzen
2017-06-17Add basic support for : register() declaration in HLSL.Hans-Kristian Arntzen
2017-05-30Support emitting SPIR-V type declarations tuned for specified SPIR-V objects.Bill Hollings
2017-05-07HLSL: Use emit_sampled_image_op instead.Hans-Kristian Arntzen
2017-05-07HLSL: Can pass down combined image samplers as arguments.Hans-Kristian Arntzen
2017-05-07HLSL: Add test for passing down separate image and samplers to functions.Hans-Kristian Arntzen
2017-05-06GLSL will also need shadow state analysis.Hans-Kristian Arntzen
2017-05-06HLSL: Basic support for separate image/samplers.Hans-Kristian Arntzen
2017-05-04Don't enable point_size_compat by default.Hans-Kristian Arntzen
2017-05-04Add compatibility option for PointSize in HLSL.Hans-Kristian Arntzen
2017-04-21Support cube maps in HLSLRobert Konrad
2017-04-20Support textureProj in HLSL4/5Robert Konrad
2017-04-01Add vector-less IR construction to subclasses as well.Hans-Kristian Arntzen
2017-03-24Add bit casting to HLSLRobert Konrad
2017-03-21Add test case for interpolation qualifiers in HLSL.Hans-Kristian Arntzen
2017-03-21Handle I/O blocks separately from regular inputs and outputs.Hans-Kristian Arntzen
2017-03-21Make use of explicit locations in HLSL.Hans-Kristian Arntzen
2017-03-21Begin rewriting how HLSL deals with inputs and outputs.Hans-Kristian Arntzen
2017-02-24Do not emit storage qualifiers for local variables.Hans-Kristian Arntzen
2017-01-27Remove obsolete transpose op functions for HLSLRobert Konrad
2017-01-27Format the other HLSL copyright commentRobert Konrad
2017-01-27Add optional y vertex flip for HLSLRobert Konrad
2017-01-27Make clipspace fixing in HLSL optionalRobert Konrad
2017-01-24Do not output layouts for uniforms in HLSLRobert Konrad