gallium: implement get_device_vendor() for existing drivers
[mesa.git] / src / gallium / drivers / radeon / r600_texture.c
2015-01-07 Marek Olšákradeonsi: only flush the right set of caches for CP...
2014-10-24 Andreas Bollradeon: enable Hyper-Z on r600g and radeonsi by default
2014-10-15 Michel Dänzerr600g,radeonsi: Only set use_staging_texture = TRUE...
2014-10-15 Michel Dänzerr600g,radeonsi: Use staging texture for transfers if...
2014-09-04 Marek OlšákRevert "r600g,radeonsi: initialize HTILE to fully-expan...
2014-09-01 Marek Olšákr600g,radeonsi: initialize HTILE to fully-expanded...
2014-09-01 Marek Olšákr600g: use HTILE allocator from SI
2014-08-09 Marek Olšákradeonsi: fix CMASK and HTILE allocation on Tahiti
2014-08-09 Marek Olšákgallium/radeon: use gpu_address from r600_resource
2014-08-09 Marek Olšákgallium/radeon: store VM address in r600_resource
2014-07-28 Marek Olšákr600g,radeonsi: switch all occurences of array_size...
2014-07-28 Marek Olšákradeonsi: fix CMASK and HTILE calculations for Hawaii
2014-07-28 Marek Olšákr600g,radeonsi: add debug flags which disable tiling
2014-07-23 Michel Dänzerr600g/radeonsi: Use write-combined CPU mappings of...
2014-07-06 Christian Königgallium/radeon: use PRIX64 instead of PRIu64
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