summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_pipe_blit.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-14gallium: remove unbind_trailing_count from set_vertex_buffersMarek Olšák1-1/+2
2023-06-27treewide: Replace the usage of TRUE/FALSE with true/falseYonggang Luo1-10/+10
2023-06-27treewide: replace usage of boolean to boolYonggang Luo1-2/+2
2022-11-22gallium: Replace the usage of __FUNCTION__ with __func__ in all gallium codeYonggang Luo1-2/+2
2022-01-18svga: add GL43 resource validation at draw timeNeha Bhende1-5/+90
2021-11-04gallium/u_blitter: disable sample shading for all blitsMarek Olšák1-1/+1
2021-11-04gallium/util: fix util_can_blit_via_copy_region with unbound render conditionMarek Olšák1-3/+3
2021-05-21gallium: remove structure u_resourceMarek Olšák1-1/+1
2020-06-05svga: Add GL4.1(compatibility profile) support in svga driverNeha Bhende1-22/+9
2020-05-13gallium: change comments to remove 'state tracker'Marek Olšák1-1/+1
2019-11-14util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt1-1/+1
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