spirv: extract switch parsing into its own function
[mesa.git] / src / compiler / spirv / vtn_private.h
2017-12-02 Jason Ekstrandspirv: Convert the supported_extensions struct to spirv...
2017-12-02 Jason Ekstrandspirv: Only emit functions which are actually used
2017-12-02 Jason Ekstrandspirv: Drop the impl field from vtn_builder
2017-11-13 Alex Smithspirv: Use correct type for sampled images
2017-07-18 Jason Ekstrandnir/spirv: Add support for SPV_KHR_variable_pointers
2017-07-18 Jason Ekstrandnir/spirv: Add a helper for pushing SSA values
2017-07-18 Jason Ekstrandnir/spirv: Implement OpPtrAccessChain for buffers
2017-07-05 Jason Ekstrandnir/spirv: Use real pointer types
2017-07-05 Jason Ekstrandnir/spirv: Stop using glsl_type for function types
2017-07-05 Jason Ekstrandnir/spirv: Beef up the type system a bit
2017-07-05 Jason Ekstrandnir/spirv: Compact vtn_type
2017-07-05 Jason Ekstrandnir/spirv: Compute offsets for UBOs and SSBOs up-front
2017-07-05 Jason Ekstrandnir/spirv: Rework the way pointers get dereferenced
2017-07-05 Jason Ekstrandnir/spirv: Remove unneeded parameters from pointer_to_o...
2017-07-05 Jason Ekstrandnir/spirv: Wrap access chains in a new vtn_pointer...
2017-07-05 Jason Ekstrandnir/spirv: Rename some things from access_chain to...
2017-06-21 Jason Ekstrandspirv: Work around the Doom shader bug
2017-06-07 Thomas Hellandnir: Port to u_dynarray
2017-03-22 Emil Velikovspirv: consistently use ifndef guards over pragma once
2017-01-10 Kenneth Graunkespirv: Add tessellation varying and built-in support.
2017-01-09 Samuel Iglesias... spirv: add support for doubles to OpSpecConstant
2017-01-09 Samuel Iglesias... spirv/nir: implement DF conversions
2016-12-28 Dave Airliespirv: add interface for drivers to define support...
2016-11-22 Jason Ekstrandspirv: Handle the InputAttachmentIndex decoration
2016-10-03 Jason Ekstrandnir/spirv/cfg: Use a nop intrinsic for tagging the...
2016-06-04 Jason Ekstrandnir/spirv: Add a way to print non-fatal warnings
2016-05-20 Kenneth Graunkespirv: Handle the PixelCenterInteger execution mode.
2016-04-15 Jason EkstrandMerge branch 'vulkan'
2016-04-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-14 Jason Ekstrandspirv: Move to compiler/