util: Move gallium's PIPE_FORMAT utils to /util/format/
[mesa.git] / src / gallium / drivers / nouveau / nvc0 / nvc0_tex.c
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-10-30 Ilia Mirkingm107/ir: fix loading z offset for layered 3d image...
2019-10-08 Marek Olšákgallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to...
2019-02-07 Ilia Mirkinnvc0: fix 3d images on kepler
2018-12-15 Ilia Mirkinnvc0: always keep TSC slot 0 bound to fix TXF
2018-12-15 Ilia Mirkinnvc0: replace use of explicit default_tsc with entry 0
2018-07-04 Rhys Perrynvc0: implement multisampled images on Maxwell+
2018-06-28 Rhys Perrynvc0: remove magic values in nve4_set_tex_handles()
2018-02-18 Ilia Mirkinnvc0: add support for bindless on maxwell+
2018-01-07 Ilia Mirkinnvc0: add bindless image support for kepler
2018-01-07 Ilia Mirkinnvc0: add support for bindless textures on kepler+
2018-01-07 Ilia Mirkinnvc0: update tic in-place when buffer address changes
2016-10-25 Samuel Pitoisetnvc0: use correct bufctx when invalidating CP textures
2016-08-24 Samuel Pitoisetnvc0: invalidate textures/samplers on GK104+
2016-08-17 Marek Olšákgallium: change pipe_image_view::first_element/last_ele...
2016-08-17 Marek Olšákgallium: change pipe_sampler_view::first_element/last_e...
2016-07-25 Samuel Pitoisetnvc0: use nvc0_m2mf_push_linear() to reduce code duplic...
2016-07-25 Samuel Pitoisetnvc0: use nve4_p2mf_push_linear() to reduce code duplic...
2016-07-20 Samuel Pitoisetnvc0: bind images for 3d/cp shaders on GM107+
2016-07-19 Ilia Mirkinnvc0: add support for BGRA8 images
2016-07-11 Samuel Pitoisetnvc0: use a define for the driver constant buffer size
2016-07-02 Ilia Mirkinnvc0: fix up image support for allowing multiple samples
2016-06-05 Samuel Pitoisetnvc0: do not clear surfaces bins in the validate function
2016-06-02 Samuel Pitoisetnvc0: mark buffer texture range valid for shader images
2016-05-30 Ilia Mirkinnvc0: fix some compute texture validation bits on kepler
2016-05-26 Samuel Pitoisetnvc0: invalidate textures/samplers between 3D and CP...
2016-05-21 Samuel Pitoisetnvc0: bind images on fragment and compute shaders for...
2016-04-26 Samuel Pitoisetnvc0: inform users that 3D images are not fully supported
2016-04-26 Samuel Pitoisetnvc0/ir: check that the image format doesn't mismatch
2016-04-26 Samuel Pitoisetnvc0: enable RGB10_A2UI format on GK104
2016-04-26 Samuel Pitoisetnvc0: shift address with blocksize for image buffers
2016-04-26 Samuel Pitoisetnvc0: fix address offset when images have multiple...
2016-04-26 Samuel Pitoisetnvc0: bind images on 3D shaders for Kepler
2016-04-26 Samuel Pitoisetnvc0: bind images on compute shaders for Kepler
2016-04-26 Samuel Pitoisetnvc0: reserve an area for surfaces info in the driver...
2016-04-21 Marek Olšákgallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
2016-04-04 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-04 Ilia Mirkinnvc0: add hardware ETC2 and ASTC support on GK20A and...
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-19 Samuel Pitoisetnvc0: avoid using magic numbers for the uniform_bo...
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-22 Samuel Pitoisetnvc0: rename 3d binding points to NVC0_BIND_3D_XXX
2016-02-22 Samuel Pitoisetnvc0: rename NVXX_COMPUTE to NVXX_CP
2016-02-21 Samuel Pitoisetnvc0: bind textures/samplers for compute on Fermi
2016-02-21 Samuel Pitoisetnvc0: allocate an area for compute user constbufs
2016-02-16 Ilia Mirkinnv50,nvc0: enable/disable seamless cubemap texturing...
2016-02-16 Ben Skeggsnvc0: implement support for maxwell texture headers
2016-02-16 Ben Skeggsnv50-: split tic format specification
2016-02-16 Ben Skeggsnvc0: switch nvc0_tex.c to updated g80_texture.xml.h
2016-02-16 Ben Skeggsnvc0: switch nvc0_tex.c to updated g80_defs.xml.h
2016-02-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-01-30 Ilia Mirkinnvc0: double per-shader stage driver constants area
2015-12-28 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-14 Samuel Pitoisetnv50,nvc0: make use of unreachable() when invalid textu...
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-17 Ilia Mirkinnv50,nvc0: detect underlying resource changes and updat...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-23 Ilia Mirkinnvc0: preliminary tess support
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-07-20 Samuel Pitoisetnouveau: use bool instead of boolean
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-22 Alexandre Courbotnvc0: use NV_VRAM_DOMAIN() macro
2015-01-05 Ilia Mirkinnvc0: regenerate rnndb headers
2014-09-12 Ilia Mirkinnv50,nvc0: enable ARB_texture_view
2014-05-02 Ilia Mirkinnvc0: treat non-linear 2DRect textures the same as 2D
2013-09-11 Johannes ObermayrMove nv30, nv50 and nvc0 to nouveau.