nir: Embed the shader_info in the nir_shader again
[mesa.git] / src / compiler / spirv / spirv_to_nir.c
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-05-03 Jason Ekstrandspirv: Add support for SPV_KHR_multiview
2017-03-14 Jason Ekstrandnir: Make image_size a variable-width intrinsic
2017-03-14 Jason Ekstrandnir/spirv: Restrict the number of channels in texture...
2017-03-07 Jason Ekstrandspirv: Silence unused variable warnings in release...
2017-02-16 Dave Airliespirv: add support for Int64 capability
2017-02-16 Dave Airliespirv/nir: add support for int64
2017-02-15 Bas Nieuwenhuizenspirv: Add support for SpvCapabilityStorageImageReadWit...
2017-02-14 Alex Smithspirv: Add support for SpvCapabilityStorageImageWriteWi...
2017-02-14 Iago Toral Quiroganir/spirv: do not require a format with images that...
2017-02-07 Jason Ekstrandspirv: Add more asserts in vtn_vector_construct
2017-02-01 Lionel Landwerlinspirv: add SPV_KHR_shader_draw_parameters support
2017-01-26 Lionel Landwerlinspirv: handle undefined components for OpVectorShuffle
2017-01-26 Lionel Landwerlinspirv: handle OpUndef as part of the variable parsing...
2017-01-25 Lionel Landwerlinspirv: add default handler for new enums
2017-01-25 Lionel Landwerlinspirv: fix typos
2017-01-25 Iago Toral Quirogaspirv: acknowledge multisampled input attachments
2017-01-12 Iago Toral Quirogaspirv: fix typo in warning message
2017-01-10 Kenneth Graunkespirv: Silence unsupported tessellation capability...
2017-01-10 Kenneth Graunkespirv: Add tessellation varying and built-in support.
2017-01-10 Kenneth Graunkespirv: Handle tessellation execution modes.
2017-01-09 Samuel Iglesias... spirv: enable SpvCapabilityFloat64 only to supported...
2017-01-09 Samuel Iglesias... spirv: add support for doubles to OpSpecConstant
2017-01-09 Samuel Iglesias... spirv/nir: implement DF conversions
2017-01-09 Samuel Iglesias... spirv: add support for doubles on OpComposite{Insert...
2017-01-09 Samuel Iglesias... spirv: add double support to SpvOpCompositeExtract
2017-01-09 Samuel Iglesias... spirv: fix SpvOpSpecConstantOp with SpvOpVectorShuffle...
2017-01-09 Samuel Iglesias... spirv: add DF support to SpvOp*ConstantComposite
2017-01-09 Samuel Iglesias... spirv: add DF support to vtn_const_ssa_value()
2017-01-09 Samuel Iglesias... spirv: add support for loading DF constants
2017-01-09 Samuel Iglesias... spirv: add definition of double based data types
2017-01-09 Samuel Iglesias... spirv: fix typo in spec_constant_decoration_cb()
2016-12-30 Jason Ekstrandnir: Make nir_copy_deref follow the "clone" pattern
2016-12-30 Ilia Mirkinspirv: always expose SpvCapabilityStorageImageExtendedF...
2016-12-28 Dave Airliespirv: add interface for drivers to define support...
2016-12-17 Ilia Mirkinspirv/nir: add support for ImageGatherExtended
2016-12-13 Ilia Mirkintreewide: s/comparitor/comparator/
2016-12-02 Jason Ekstrandnir: Get rid of nir_constant_data
2016-11-22 Jason Ekstrandspirv: Stop warning about input attachments
2016-11-22 Kenneth Graunkespirv: Silence unsupported capability warnings for...
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-09-22 Lionel Landwerlinspirv: fix AtomicLoad/Store on images
2016-09-21 Jason Ekstrandnir/spirv: Claim support for SampleRateShading
2016-09-16 Dave Airliespirv: use subpass image type (v1.1)
2016-09-07 Lionel Landwerlinspirv/nir: Implement OpAtomicLoad/Store for shared...
2016-09-07 Jason Ekstrandnir/spirv: Remove an erroneous "fall through" comment
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/