spirv/nir: Add support for OpAtomicLoad/Store
[mesa.git] / src / compiler / spirv / spirv_to_nir.c
2016-09-07 Lionel Landwerlinspirv/nir: Add support for OpAtomicLoad/Store
2016-09-07 Jason Ekstrandnir/spirv: Use fill_common_atomic_sources for image...
2016-09-07 Jason Ekstrandnir/spirv: Use the correct sources for CompareExchange...
2016-09-07 Jason Ekstrandnir/spirv: Swap the argument order for AtomicCompareExc...
2016-08-29 Timothy Arcerispirv: replace assert with unreachable
2016-07-22 Jason Ekstrandspirv/nir: Add support for ImageQuerySamples
2016-07-22 Jason Ekstrandspirv/nir: Handle texture projectors
2016-07-22 Jason Ekstrandnir/spirv: Refactor coordinate handling in handle_texture
2016-07-22 Jason Ekstrandspirv/nir: Refactor type handling in handle_texture
2016-07-22 Jason Ekstrandspirv/nir: Move opcode selection higher up in handle_te...
2016-07-22 Jason Ekstrandspirv/nir: Don't increment coord_components for array...
2016-07-22 Jason Ekstrandspirv/nir: Properly handle gather components
2016-07-22 Jason Ekstrandspirv/nir: Add support for shadow samplers that return...
2016-07-22 Jason Ekstrandspirv/nir: Fix some texture opcode asserts
2016-07-18 Kenneth Graunkecompiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.
2016-06-23 Giuseppe BilottaRemove wrongly repeated words in comments
2016-06-04 Jason Ekstrandnir/spirv: Make a decoration switch complete
2016-06-04 Jason Ekstrandnir/spirv: Make unhandled decorations and capabilities...
2016-06-04 Jason Ekstrandnir/spirv: Add a way to print non-fatal warnings
2016-06-04 Jason Ekstrandnir/spirv: Complete the list of capabilities
2016-06-04 Jason Ekstrandnir/spirv: Handle the WorkgroupSize builtin decoration
2016-06-04 Jason Ekstrandnir/spirv: Use breaks instead of returns in constant...
2016-05-25 Jason Ekstrandnir/spirv: Add explicit handling for all decorations
2016-05-20 Kenneth Graunkespirv: Handle the PixelCenterInteger execution mode.
2016-05-20 Jason Ekstrandnir/spirv: Handle the NonReadable decoration on struct...
2016-05-18 Brian Paulspirv: add switch case for nir_texop_txf_ms_mcs in...
2016-05-18 Matt Turnerspirv: Properly size the src[] array.
2016-05-12 Rob Clarknir: glsl_get_bit_size() should take glsl_type
2016-04-20 Jason Ekstrandspirv: Trivially handle the NonWriteable decoration
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/