summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_pipe_blit.c
Commit message (Expand)AuthorAgeFilesLines
* svga: use new adjust_z_layer() helper in svga_pipe_blit.cBrian Paul2016-09-231-44/+28
* svga: simplify/improve the format compatibility check for region copiesBrian Paul2016-09-231-5/+25
* svga: disable srgb format related code from svga_blit()Neha Bhende2016-09-231-12/+0
* svga: Use comparison between svga texture types to use PredCopyRegion commandNeha Bhende2016-09-171-6/+9
* svga: fix regression related to srgbNeha Bhende2016-08-261-0/+12
* svga: use local variable blit instead of pointerNeha Bhende2016-08-261-29/+30
* svga: fix src/dst typo in can_blit_via_copy_region_vgpu10()Brian Paul2016-08-171-1/+1
* svga: simplify/fix 1D/2D array resource copiesBrian Paul2016-07-081-26/+12
* svga: use SVGA3D_vgpu10_BufferCopy() for buffer copiesBrian Paul2016-06-301-4/+28
* svga: try blitting with copy region in more casesBrian Paul2016-06-301-1/+7
* svga: use copy_region_vgpu10() for region copies when possibleBrian Paul2016-06-301-4/+37
* svga: use vgpu10 CopyRegion command when possibleNeha Bhende2016-06-301-2/+147
* svga: rename svga_surface_copy() to svga_resource_copy_region()Brian Paul2016-06-231-9/+9
* svga: don't copy blit_info into local varBrian Paul2016-06-231-11/+10
* svga: fix copying non-zero layers of 1D array texturesBrian Paul2016-05-031-10/+12
* svga: clean up svga_pipe_blit.cBrian Paul2016-05-031-68/+13
* svga: update driver for version 10 GPU interfaceBrian Paul2015-09-021-15/+13
* svga: mark dest image as defined in svga_surface_copy()Brian Paul2013-11-151-0/+2
* gallium: add flush_resource context functionMarek Olšák2013-09-201-0/+8
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-181-1/+1
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-3/+1
* svga: implement blitMarek Olšák2012-09-301-0/+64
* svga: move svga_texture() casts/calls in svga_surface_copy()Brian Paul2012-01-191-2/+4
* gallium: add fallback for copying buffers to all driversMarek Olšák2011-04-211-0/+9
* svga: Ensure pending drawing commands other surface operations are emitted be...José Fonseca2011-02-181-1/+3
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-13/+47
* svga: Remove unnecessary header.Vinson Lee2010-06-031-1/+0
* svga: adapt to clear interface changesRoland Scheidegger2010-05-291-1/+0
* svga: adapt to interface changesRoland Scheidegger2010-05-171-16/+35
* Squashed commit of the following:Keith Whitwell2010-04-101-1/+2
* svga: add DEBUG_CACHE optionKeith Whitwell2009-11-271-0/+8
* svga: Add svga driverJakob Bornecrantz2009-11-171-0/+84