Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / compiler / nir / nir_lower_two_sided_color.c
2020-07-29 Jason Ekstrandnir: Add a find_variable_with_[driver_]location helper
2020-07-29 Jason Ekstrandnir/lower_two_sided_color: Use nir_variable_create
2020-07-29 Jason Ekstrandnir: Add nir_foreach_shader_in/out_variable helpers
2020-07-17 Icecream95nir: Fix lower_two_sided_color when the face is an...
2020-07-17 Icecream95nir: Add a face_sysval argument to nir_lower_two_sided_...
2020-04-23 Eric Anholtnir/lower_two_sided_color: Fix picking of new driver...
2019-10-17 Erik Faye-Lundnir: support derefs in two-sided lighting lowering
2019-01-20 Karol Herbstnir: add bit_size parameter to system values with multi...
2018-12-16 Jason Ekstrandnir: Switch to using 1-bit Booleans for almost everything
2018-10-22 Jason Ekstrandnir: Use nir_src_is_const and nir_src_as_* in core...
2017-10-20 Jason Ekstrandnir: Get rid of nir_shader::stage
2017-07-09 Ilia Mirkinnir: copy front interpolation when creating fake back...
2016-08-19 Eric Anholtnir: Add nir_builder support for individual system...
2016-08-19 Eric Anholtnir: Use the system-value front face for twoside lowering.
2016-07-18 Kenneth Graunkecompiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.
2016-05-05 Connor Abbottnir/lower_two_sided_color: fixup for new foreach_block()
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_function
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_instr
2016-04-20 Connor Abbottnir: rename nir_foreach_block*() to nir_foreach_block...
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-17 Connor Abbottnir: add a bit_size parameter to nir_ssa_dest_init
2016-02-09 Jason EkstrandMerge commit '8b0fb1c152fe191768953aa8c77b89034a377f83...
2016-02-09 Rob Clarknir: use const_index helpers
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovnir: move to compiler/