nir: Add a new memory_barrier_tcs_patch intrinsic
[mesa.git] / src / compiler / nir / nir_lower_tex.c
2020-01-04 Gert Wollnynir: make nir_get_texture_size/lod available outside...
2019-06-20 Boris Brezillonnir/lower_tex: Add an assert() in nir_lower_txs_lod()
2019-06-18 Boris Brezillonnir/lower_tex: Add a way to lower TXS(non-0-LOD) instru...
2019-06-18 Boris Brezillonnir/lower_tex: Update ->sampler_dim value before callin...
2019-06-18 Boris Brezillonnir/lower_tex: Actually report when projector lowering...
2019-05-24 Jason Ekstrandnir/builder: Remove the use_fmov parameter from nir_swizzle
2019-05-01 Jonathan Mareknir: improve convert_yuv_to_rgb
2019-04-25 Caio Marcelo de... nir: Add option to lower tex to txl when shader don...
2019-04-19 Jason Ekstrandintel,nir: Lower TXD with a bindless sampler
2019-04-14 Karol Herbstnir: make nir_const_value scalar
2019-04-09 Caio Marcelo de... nir: Don't set LOD=0 for compute shader that has deriva...
2019-03-25 Jason Ekstrandnir: Add texture sources and intrinsics for bindless
2019-03-21 Karol Herbstnir/lower_tex: Add support for tg4 offsets lowering
2019-03-04 Jason Ekstrandintel,nir: Lower TXD with min_lod when the sampler...
2019-02-26 Kasireddy, Viveknir/lower_tex: Add support for XYUV lowering
2019-02-12 Tapani Pällinir: add option to use scaling factor when sampling...
2019-01-08 Eric Anholtnir: Add nir_lower_tex support for Broadcom's swizzled...
2019-01-04 Eric Anholtnir: Add nir_lower_tex options to lower sampler return...
2018-12-18 Sagar Ghugenir: Add a new lowering option to lower 3D surfaces...
2018-12-12 Jason Ekstrandnir/lower_tex: Add lowering for some min_lod cases
2018-12-12 Jason Ekstrandnir/lower_tex: Modify txd instructions instead of repla...
2018-12-12 Jason Ekstrandnir/lower_tex: Simplify lower_gradient logic
2018-11-12 Lionel Landwerlinnir/lower_tex: Add AYUV lowering support
2018-11-12 Lionel Landwerlinnir/lower_tex: add alpha channel parameter for yuv...
2018-07-13 Jason Ekstrandnir/lower_tex: Use nir_format_srgb_to_linear
2018-07-13 Karol Herbstnir: cleanup oversized arrays in nir_swizzle calls
2018-06-23 Jason Ekstrandnir: Remove old-school deref chain support
2018-06-23 Jason Ekstrandnir: Remove deref chain support from lower_tex
2018-06-23 Jason Ekstrandnir/lower_tex: Always copy deref and offset sources
2018-06-23 Rob Clarknir: add deref lowering sanity checking
2017-12-14 Eric Anholtnir: Add a new lowering option to lower all txd to...
2017-12-14 Eric Anholtnir: Fix interaction of GL_CLAMP lowering with texture...
2017-10-20 Jason Ekstrandnir: Get rid of nir_shader::stage
2017-10-20 Samuel Iglesias... nir: set default lod to texture opcodes that needed...
2017-06-30 Johnson Linnir: Add a lowering pass for UYVY textures
2017-05-04 Johnson Linnir/lower_tex: Fix minor error in YUV color conversion...
2017-03-23 Matt Turnernir: Stop using apostrophes to pluralize.
2017-03-14 Jason Ekstrandnir: Rework conversion opcodes
2017-03-14 Jason Ekstrandnir/lower_tex: Use tex_instr_dest_size for txs destinations
2016-12-30 Jason Ekstrandnir: Make nir_copy_deref follow the "clone" pattern
2016-12-15 Iago Toral Quiroganir/lower_tex: fix number of components in replace_grad...
2016-12-13 Iago Toral Quiroganir/lower_tex: lower gradients on shadow cube maps...
2016-12-13 Iago Toral Quiroganir/lower_tex: add lowering for texture gradient on...
2016-12-13 Iago Toral Quiroganir/lower_tex: add lowering for texture gradient on...
2016-12-13 Iago Toral Quiroganir/lower_tex: generalize get_texture_size()
2016-12-13 Ilia Mirkintreewide: s/comparitor/comparator/
2016-09-14 Rob Clarknir/lower_tex: fix typo with sample_dim
2016-09-14 Rob Clarknir: move tex_instr_remove_src
2016-09-14 Rob Clarknir/lower_tex: remove tex_instr_find_src()
2016-07-22 Jason Ekstrandnir/lower_tex: Add support for lowering coordinate...
2016-07-22 Jason Ekstrandnir/lower_tex: Add some helpers for working with tex...
2016-05-24 Kristian Høgsberg... nir: Add a lowering pass for YUV textures
2016-05-20 Rob Clarknir: coverity unitialized pointer read
2016-05-05 Connor Abbottnir/lower_tex: 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-28 Samuel Iglesias... nir/builder: Add bit_size info to nir_build_imm()
2016-04-20 Connor Abbottnir: rename nir_foreach_block*() to nir_foreach_block...
2016-04-19 Rob Clarknir/lower-tex: add srgb->linear lowering
2016-04-19 Rob Clarknir/lower-tex: make options a local var
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-03-17 Iago Toral Quiroganir: rename nir_const_value fields to include bitsize...
2016-02-10 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-09 Jason Ekstrandnir: Separate texture from sampler in nir_tex_instr
2016-02-09 Jason Ekstrandnir/tex_instr: Rename sampler to texture
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovnir: move to compiler/