summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/r600_blit.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: Apply si_* file naming scheme.Andreas Hartmetz2014-01-141-704/+0
* radeonsi: use shader-based MSAA resolving when hw-based one cannot be usedMarek Olšák2013-12-141-83/+35
* gallium/u_blitter: remove useless parameters from some functionsMarek Olšák2013-12-141-3/+2
* radeonsi: implement accelerated buffer copyingMarek Olšák2013-12-121-4/+3
* gallium/util: implement layered framebuffer clear in u_blitterMarek Olšák2013-12-031-0/+1
* r600g,radeonsi: share r600_texture.cMarek Olšák2013-09-291-6/+7
* radeonsi: fix blitting the last 2 mipmap levels of compressed texturesMarek Olšák2013-09-251-0/+16
* gallium: add flush_resource context functionMarek Olšák2013-09-201-0/+6
* radeonsi: integrate shared streamout stateMarek Olšák2013-09-131-2/+2
* radeonsi: Don't save/restore FMASK sampler view states for u_blitterMichel Dänzer2013-09-021-1/+2
* radeonsi: use r600_common_context, r600_common_screen, r600_resourceMarek Olšák2013-08-311-11/+11
* radeonsi: Early return if no depth or stencil on release builds.Vinson Lee2013-08-291-0/+1
* radeonsi: port texture improvements from r600gMarek Olšák2013-08-171-20/+33
* radeonsi: implement FMASK decompression for MSAA texturingMarek Olšák2013-08-171-14/+100
* radeonsi: scanout buffers cannot be a destination of MSAA resolveMarek Olšák2013-08-171-1/+3
* radeonsi: implement uncompressed MSAA rendering and color resolvingMarek Olšák2013-08-171-3/+129
* radeonsi: add flexible shader descriptor management and use it for sampler viewsMarek Olšák2013-08-171-6/+6
* radeonsi: rename r600_texture::dirty_db_mask to dirty_level_maskMarek Olšák2013-08-151-5/+5
* radeonsi: rename r600_resource_texture to r600_textureMarek Olšák2013-08-151-11/+11
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-181-1/+3
* gallium/u_blitter: make clearing independent of the colorbuffer formatMarek Olšák2013-06-131-2/+1
* gallium/u_blitter: make clearing independent of the number of bound colorbuffersMarek Olšák2013-06-131-1/+1
* radeonsi: add more cases for copying unsupported formats to resource_copy_regionMarek Olšák2013-04-031-0/+12
* radeonsi: Handle arbitrary 2-byte formats in resource_copy_regionMichel Dänzer2013-04-021-0/+6
* gallium/util: add helper util_max_layer from r600gMarek Olšák2013-02-261-3/+3
* radeonsi: add assertions to prevent creation of invalid surfacesMarek Olšák2013-02-201-15/+0
* radeonsi: make sure copying of all texture formats is acceleratedMarek Olšák2013-01-241-10/+50
* radeonsi: More assorted depth/stencil changes ported from r600g.Marek Olšák2013-01-211-41/+104
* radeonsi: improve flushed depth texture handlingVadim Girlin2013-01-211-13/+18
* radeonsi: Assorted depth/stencil changes ported from r600g.Marek Olšák2013-01-211-39/+7
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-2/+0
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-3/+1
* radeonsi: remove unused local variablesMarek Olšák2012-10-111-2/+0
* radeonsi: implement blitMarek Olšák2012-09-301-0/+28
* gallium/u_blitter: add gallium blit implementationMarek Olšák2012-09-301-2/+2
* radeonsi: Fix symbol conflicts with r600g.Michel Dänzer2012-08-161-5/+5
* radeonsi: fix build breakage after u_blitter changesMarek Olšák2012-08-151-3/+3
* radeonsi: fix build failure after blitter changesMarek Olšák2012-08-041-1/+1
* radeonsi: move stencil_ref to new handlingChristian König2012-07-241-3/+1
* radeonsi: move dsa state to new handlingChristian König2012-07-241-1/+1
* radeonsi: move rasterizer state into new handlingChristian König2012-07-241-1/+1
* radeonsi: move viewport to new handlingChristian König2012-07-241-2/+3
* radeonsi: move blender to new state handlingChristian König2012-07-241-1/+1
* radeonsi: Initial tiling support.Michel Dänzer2012-05-161-3/+24
* radeonsi: stop using u_vbuf and adapt to gallium interface changesMarek Olšák2012-04-241-7/+7
* radeonsi: initial WIP SI codeTom Stellard2012-04-131-0/+379