r600: Fix use after free in compute_memory_promote_item.
[mesa.git] / src / gallium / drivers / radeon / r600_texture.c
2014-06-18 Grigori Goronzyradeonsi: add sampling of 4:2:2 subsampled textures
2014-06-03 Marek Olšákr600g,radeonsi: disable fast clear if render condition...
2014-04-24 Marek Olšákr600g: fix for HTILE on R6xx
2014-04-24 Marek Olšákr600g: fix MSAA resolve on R6xx when the destination...
2014-04-16 Michel Dänzerr600g/radeonsi: Map transfer staging texture unsynchron...
2014-04-15 Michel Dänzerr600g/radeonsi: Use caching buffer manager for textures...
2014-04-08 Marek Olšákradeonsi: allow fast color clear and Hyper-Z with 1D...
2014-04-08 Marek Olšákr600g,radeonsi: set correct initial domain for shared...
2014-04-04 Leo LiuRevert "radeon: just don't map VRAM buffers at all"
2014-03-22 Marek Olšákradeonsi: disable fast color clear for 1D-tiled surface...
2014-03-11 Marek Olšákr600g,radeonsi: use a fallback in dma_copy instead...
2014-03-11 Marek Olšákradeonsi: implement fast color clear
2014-03-11 Marek Olšákr600g: move fast color clear code to a common place
2014-03-11 Marek Olšákr600g,radeonsi: move CMASK register values from r600_su...
2014-03-04 Marek Olšákradeonsi: move translate_colorswap to common code
2014-02-25 Marek Olšákr600g,radeonsi: consolidate create_surface and surface_...
2014-02-14 Alex Deucherradeon: reverse DBG_NO_HYPERZ logic
2014-02-06 Marek Olšákgallium: remove PIPE_USAGE_STATIC
2014-02-06 Marek Olšákr600g,radeonsi: set resource domains in one place (v2)
2014-02-06 Christian Königradeon: just don't map VRAM buffers at all
2014-01-28 Marek Olšákr600g,radeonsi: consolidate the contents of r600_resource.c
2014-01-06 Marek Olšákradeonsi: disable HTILE for 1D-tiled depth-stencil...
2013-12-12 Andreas Hartmetzradeon: Allocate htile buffer for SI in r600_texture.
2013-12-12 Andreas Hartmetzradeon: rearrange r600_texture and related code a bit.
2013-12-12 Marek Olšákwinsys/radeon: set/get the scanout flag with the tiling...
2013-12-03 Emil Velikovgallium/radeon: use PRIu64 macro for printing uint64_t
2013-11-23 Marek Olšákradeonsi: implement MSAA for CIK
2013-11-23 Marek Olšákradeonsi: enable 2D tiling on CIK
2013-10-13 Grigori Goronzyradeon: use staging for mapping linear textures
2013-10-03 Marek Olšákr600g: fix ínitialization of non_disp_tiling flag
2013-09-29 Marek Olšákradeon: make texture logging more useful
2013-09-29 Marek Olšákr600g,radeonsi: share r600_texture.c