summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_pipe_blit.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-10svga: assorted fixes/changes in svga_pipe_blit.cBrian Paul1-27/+15
2018-09-10svga: fix resource checking in is_blending_enabled()Charmaine Lee1-1/+2
2018-09-10svga: remove unused variableCharmaine Lee1-1/+0
2018-09-10svga: src surface for IntraSurfaceCopy cannot be multisampleCharmaine Lee1-0/+4
2018-09-10svga: use helper function to do copy regionCharmaine Lee1-21/+5
2018-09-10svga: add support for cubemap arrayCharmaine Lee1-2/+4
2018-09-05svga: rename face to layer_faceCharmaine Lee1-22/+25
2018-09-05svga: avoid try_blit() for some depth formats on non vgpu10.Neha Bhende1-0/+13
2018-09-05svga: convert dst format to linear when blending is enabled.Neha Bhende1-1/+3
2018-09-05svga: start using SVGA3dCmdIntraSurfaceCopy command for svga_blit.Neha Bhende1-0/+112
2018-02-20svga: Fix a leftover debug hackThomas Hellstrom1-2/+2
2017-06-27svga: pass tobind_flags to svga_buffer_handleCharmaine Lee1-2/+3
2017-06-16svga: Relax the format checks for copy_region_vgpu10 somewhatThomas Hellstrom1-2/+26
2017-06-16svga: Fix incorrect format conversion blit destinationThomas Hellstrom1-1/+3
2017-06-16svga: Fix srgb copy_region regressionThomas Hellstrom1-1/+4
2017-06-16svga: Prefer accelerated blits over cpu copy regionThomas Hellstrom1-5/+3
2017-06-16svga: Support accelerated conditional blittingThomas Hellstrom1-5/+19
2017-06-16svga: Use utility functions to help determine whether we can use copy_regionThomas Hellstrom1-6/+3
2017-06-16svga: Rework the blit and resource_copy_region functionality v3Thomas Hellstrom1-201/+445
2016-11-03svga: allow quad blit for more formatsCharmaine Lee1-1/+136
2016-11-03svga: allow copy_region if sample counts matchCharmaine Lee1-4/+10
2016-11-03svga: set rendered-to flag after updating the texture using PredCopyRegionCharmaine Lee1-0/+4
2016-11-03svga: Add render_condition boolean flag in struct svga_contextNeha Bhende1-1/+2
2016-11-03svga: Allow DXPredCopyRegion for depth_and_stencil formats.Neha Bhende1-4/+5
2016-09-23svga: use new adjust_z_layer() helper in svga_pipe_blit.cBrian Paul1-44/+28
2016-09-23svga: simplify/improve the format compatibility check for region copiesBrian Paul1-5/+25
2016-09-23svga: disable srgb format related code from svga_blit()Neha Bhende1-12/+0
2016-09-17svga: Use comparison between svga texture types to use PredCopyRegion commandNeha Bhende1-6/+9
2016-08-26svga: fix regression related to srgbNeha Bhende1-0/+12
2016-08-26svga: use local variable blit instead of pointerNeha Bhende1-29/+30
2016-08-17svga: fix src/dst typo in can_blit_via_copy_region_vgpu10()Brian Paul1-1/+1
2016-07-08svga: simplify/fix 1D/2D array resource copiesBrian Paul1-26/+12
2016-06-30svga: use SVGA3D_vgpu10_BufferCopy() for buffer copiesBrian Paul1-4/+28
2016-06-30svga: try blitting with copy region in more casesBrian Paul1-1/+7
2016-06-30svga: use copy_region_vgpu10() for region copies when possibleBrian Paul1-4/+37
2016-06-30svga: use vgpu10 CopyRegion command when possibleNeha Bhende1-2/+147
2016-06-23svga: rename svga_surface_copy() to svga_resource_copy_region()Brian Paul1-9/+9
2016-06-23svga: don't copy blit_info into local varBrian Paul1-11/+10
2016-05-03svga: fix copying non-zero layers of 1D array texturesBrian Paul1-10/+12
2016-05-03svga: clean up svga_pipe_blit.cBrian Paul1-68/+13
2015-09-02svga: update driver for version 10 GPU interfaceBrian Paul1-15/+13
2013-11-15svga: mark dest image as defined in svga_surface_copy()Brian Paul1-0/+2
2013-09-20gallium: add flush_resource context functionMarek Olšák1-0/+8
2013-06-18gallium: add condition parameter to render_conditionRoland Scheidegger1-1/+1
2012-10-31gallium: add start_slot parameter to set_vertex_buffersMarek Olšák1-3/+1
2012-09-30svga: implement blitMarek Olšák1-0/+64
2012-01-19svga: move svga_texture() casts/calls in svga_surface_copy()Brian Paul1-2/+4
2011-04-21gallium: add fallback for copying buffers to all driversMarek Olšák1-0/+9
2011-02-18svga: Ensure pending drawing commands other surface operations are emitted be...José Fonseca1-1/+3
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-13/+47