summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/r600_resource.h
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: implement uncompressed MSAA rendering and color resolvingMarek Olšák2013-08-171-0/+1
* radeonsi: rename r600_texture::dirty_db_mask to dirty_level_maskMarek Olšák2013-08-151-1/+1
* radeonsi: rename r600_resource_texture to r600_textureMarek Olšák2013-08-151-3/+3
* radeonsi: More assorted depth/stencil changes ported from r600g.Marek Olšák2013-01-211-5/+2
* radeonsi: improve flushed depth texture handlingVadim Girlin2013-01-211-4/+6
* radeonsi: Assorted depth/stencil changes ported from r600g.Marek Olšák2013-01-211-1/+4
* radeonsi: Depth/stencil fixes.Michel Dänzer2012-11-281-1/+2
* radeonsi: remove old tilling handlingChristian König2012-08-241-9/+0
* radeonsi: Fix symbol conflicts with r600g.Michel Dänzer2012-08-161-16/+4
* radeonsi: fix db and stencil setup v2Christian König2012-07-301-1/+0
* radeonsi: rename r600_resource to si_resourceChristian König2012-07-301-7/+2
* radeonsi: Initial tiling support.Michel Dänzer2012-05-161-2/+2
* radeonsi: don't create temporary user buffer for r600_upload_const_bufferMarek Olšák2012-04-301-1/+3
* radeonsi: stop using u_vbuf and adapt to gallium interface changesMarek Olšák2012-04-241-1/+0
* radeonsi: initial WIP SI codeTom Stellard2012-04-131-0/+105