Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / compiler / nir / nir_constant_expressions.py
2020-04-21 Jason Ekstrandnir: Delete the fnoise opcodes
2019-12-21 Rob Clarknir+vtn: vec8+vec16 support
2019-09-17 Samuel Iglesias... nir: fix denorms in unpack_half_1x16()
2019-09-17 Samuel Iglesias... nir/constant_expressions: mind rounding mode converting...
2019-09-17 Samuel Iglesias... nir: mind rounding mode on fadd, fsub, fmul and fma...
2019-09-17 Samuel Iglesias... nir: add support for round to zero rounding mode to...
2019-09-17 Samuel Iglesias... nir: add support for flushing to zero denorm constants
2019-07-31 Eric Engestromcompiler: replace MAYBE_UNUSED with UNUSED
2019-07-23 Eric Engestromnir: don't return void
2019-04-19 Kristian H. Kristensennir_opcodes.py: Saturate to expression that doesn't...
2019-04-14 Karol Herbstnir: make nir_const_value scalar
2018-12-16 Jason Ekstrandnir: Add support for 1-bit data types
2018-12-16 Jason Ekstrandnir/constant_expressions: Rework Boolean handling
2018-12-13 Jason Ekstrandnir: Allow [iu]mul_high on non-32-bit types
2018-12-05 Jason Ekstrandnir/opcodes: Pull in the type helpers from constant_exp...
2018-07-24 Mathieu Bridonpython: Better iterate over dictionaries
2018-07-06 Mathieu Bridonpython: Use the print function
2018-04-12 Marek Olšákmesa: include mtypes.h less
2018-03-03 Ian Romanicknir: Silence unused parameter warnings in generated...
2017-03-30 Jason Ekstrandnir: Add support for 8 and 16-bit types
2017-03-30 Jason Ekstrandnir/constant_expressions: Don't switch on bit size...
2017-03-30 Jason Ekstrandnir/constant_expressions: Pull the guts out into a...
2017-03-14 Jason Ekstrandnir/constant_expressions: Refactor helper functions
2017-03-10 Emil Velikovnir: remove shebang from python scripts
2016-12-19 Ian Romanicknir: Trivial clean ups in the generated nir_constant_ex...
2016-12-19 Ian Romanicknir: Silence unused parameter warnings in nir_constant_...
2016-12-19 Ian Romanicknir: Silence missing field initializer warnings for...
2016-05-26 Jason Ekstrandnir: Make nir_const_value a union
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-17 Iago Toral Quiroganir: rename nir_const_value fields to include bitsize...
2016-03-17 Connor Abbottnir: update opcode definitions for different bit sizes
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovnir: move to compiler/