glsl: fix heap-buffer-overflow
[mesa.git] / src / compiler / spirv /
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: bump headers to SPIRV 1.1
2017-01-25 Lionel Landwerlinspirv: add default handler for new enums
2017-01-25 Lionel Landwerlinspirv: fix typos
2017-01-25 Iago Toral Quirogaspirv: handle gl_SampleMask
2017-01-25 Iago Toral Quirogaspirv: acknowledge multisampled input attachments
2017-01-20 Lionel Landwerlinspirv: don't assert with location decorations on non...
2017-01-20 Lionel Landwerlinspirv: fix warn string typo
2017-01-12 Jason Ekstrandspirv: Handle patch decorations up-front
2017-01-12 Iago Toral Quirogaspirv: fix typo in warning message
2017-01-11 Kenneth Graunkespirv: Shut up unhandled enumeration value warnings.
2017-01-11 Iago Toral Quirogaspirv: gl_PrimitiveID in the fragment shader is handled...
2017-01-10 Kenneth Graunkespirv: Silence unsupported tessellation capability...
2017-01-10 Kenneth Graunkespirv: Tidy some repeated if checks by using a switch...
2017-01-10 Kenneth Graunkespirv: Add tessellation varying and built-in support.
2017-01-10 Kenneth Graunkespirv: Handle tessellation execution modes.
2017-01-10 Kenneth Graunkespirv: Move cursor before calling vtn_ssa_value() in...
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: add (un)packDouble2x32() translation
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: Enable double floating points when copying varia...
2017-01-09 Samuel Iglesias... spirv: add double support to _vtn_block_load_store()
2017-01-09 Samuel Iglesias... spirv: add double support to _vtn_variable_load_store
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()
2017-01-04 Lionel Landwerlinspirv: compute push constant access offset & range
2017-01-04 Lionel Landwerlinspirv: move block_size() definition
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-10 Jason Ekstrandspirv: Use a simpler and more correct implementaiton...
2016-12-05 Jason Ekstrandnir: Remove some unused fields from nir_variable
2016-12-03 Iago Toral Quirogaspirv: Builtin Layer is an input for fragment shaders
2016-12-02 Jason Ekstrandnir: Get rid of nir_constant_data
2016-11-23 Iago Toral Quiroganir/spirv: implement ordered / unordered floating point...
2016-11-22 Jason Ekstrandspirv: Stop warning about input attachments
2016-11-22 Jason Ekstrandspirv: Handle the InputAttachmentIndex decoration
2016-11-22 Kenneth Graunkespirv: Silence unsupported capability warnings for...
2016-11-17 Jason Ekstrandnir/spirv: Fix handling of gl_PrimitiveId
2016-10-31 Marek Olšákralloc: use rzalloc where it's necessary
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-10-04 Timothy Arcerispirv: replace assert() with unreachable()
2016-10-04 Dave Airliespirv: translate cull distance semantic.
2016-10-03 Jason Ekstrandnir/spirv/cfg: Use a nop intrinsic for tagging the...
2016-10-01 Jason Ekstrandnir/spirv/cfg: Detect switch_break after loop_break...
2016-10-01 Jason Ekstrandnir/spirv/cfg: Handle switches whose break block is...
2016-10-01 Eric Engestromnir/spirv: improve mmap() error handling
2016-10-01 Eric Engestromnir/spirv: improve lseek() error handling
2016-10-01 Eric Engestromnir/spirv: add some error checking to open()
2016-09-22 Lionel Landwerlinspirv: fix AtomicLoad/Store on images
2016-09-21 Jason Ekstrandnir/spirv/glsl450: Add support for the InterpolateAt...
2016-09-21 Jason Ekstrandnir/spirv: Claim support for SampleRateShading
2016-09-21 Jason Ekstrandnir/spirv: Bring back the spirv2nir helper binary
2016-09-16 Dave Airliespirv: use subpass image type (v1.1)
2016-09-08 Jason Ekstrandnir/spirv: Refactor variable deocration handling
2016-09-08 Jason Ekstrandnir/spirv: Break variable decoration handling into...
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-07-13 Jason Ekstrandnir/spirv: Don't multiply the push constant block size...
2016-06-23 Giuseppe BilottaRemove wrongly repeated words in comments
2016-06-21 Jason Ekstrandspirv: Use the system value version of gl_FrontFace
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: Add string lookup tables for a couple of...
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-27 Jason Ekstrandnir/spirv: Allow pointless variable decorations on...
2016-05-25 Matt Turnerspirv: Mark default cases unreachable().
2016-05-25 Jason Ekstrandnir/spirv: Handle location decorations on structure...
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...
next