summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_surface.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-10svga: Use texture_copy_region instead of texture_copy_handle for multisamplingNeha Bhende1-9/+18
2018-09-10svga: add sample positions for 2 samplesCharmaine Lee1-0/+7
2018-09-10svga: fix a typo in svga_texture_copy_region()Charmaine Lee1-1/+1
2018-09-10svga: fix cubemap array rendering with backed surface viewCharmaine Lee1-12/+74
2018-09-10svga: enable MSAA for SM4_1 deviceBrian Paul1-1/+2
2018-09-10svga: add support for cubemap arrayCharmaine Lee1-1/+5
2018-09-05svga: sync with upstream changes to surface flagsCharmaine Lee1-2/+2
2018-09-05svga: update device header files from upstreamBrian Paul1-2/+2
2017-07-10svga: fix breakage in create_backed_surface_view()Brian Paul1-4/+3
2017-06-30svga: add mksstats for surface view emulationCharmaine Lee1-10/+17
2017-06-22svga: fix pre-mature flushing of the command bufferCharmaine Lee1-1/+5
2017-04-28svga: implement sRGB rendering for imported surfacesNeha Bhende1-2/+9
2017-04-26svga: Removed the unused label 'done' in svga_validate_surface_view()Charmaine Lee1-1/+0
2017-04-26svga: use the winsys interface to invalidate surfaceCharmaine Lee1-5/+1
2017-04-26svga: cache the backing surface handle in the texture objectCharmaine Lee1-9/+38
2017-04-26svga: Update the backing resource only if neededCharmaine Lee1-3/+11
2017-04-26svga: Set the surface dirty bit for the right surface viewCharmaine Lee1-5/+19
2017-04-26svga: Move rendertarget view related fields to hw_clear stateCharmaine Lee1-4/+4
2017-04-26svga: improve surface view debug messagesBrian Paul1-4/+5
2017-04-07svga: Fix zslice index to svga_texture_copy_handle_resource()Charmaine Lee1-7/+10
2017-04-07svga: Fix out-of-sync backing surfaceCharmaine Lee1-21/+70
2017-04-07svga: add a reset flag to svga_propagate_surface()Charmaine Lee1-4/+12
2017-04-07svga: add the has_backed_views flagCharmaine Lee1-0/+8
2017-04-07svga: only destroy render target view from a context that created itCharmaine Lee1-12/+23
2016-11-03svga: invalidate new surface before it is bound to a render target viewCharmaine Lee1-1/+21
2016-11-03svga: create BGRX render target view for BGRX_UNORM surfaceCharmaine Lee1-1/+2
2016-09-23svga: eliminate unneeded gotos in svga_validate_surface_view()Brian Paul1-7/+4
2016-09-21svga: minor simplification in svga_validate_surface_view()Brian Paul1-3/+2
2016-09-17svga: single sample surface can be created as non-multisamples surfaceCharmaine Lee1-1/+3
2016-09-17svga: Add function svga_resource_type()Neha Bhende1-19/+1
2016-08-29svga: fix a texture readback bugBrian Paul1-6/+10
2016-08-29svga: move surface propagation code into new functionBrian Paul1-0/+22
2016-08-29svga: s/unsigned/enum pipe_shader_type/Brian Paul1-1/+1
2016-08-26svga: move some code in svga_propagate_surface()Brian Paul1-18/+19
2016-08-26svga: remove local variable in create_backed_surface_view()Brian Paul1-7/+4
2016-08-26svga: add guest statistic gathering interfaceCharmaine Lee1-6/+40
2016-08-16svga: remove unused var in svga_mark_surfaces_dirty()Brian Paul1-1/+0
2016-08-16svga: reduce looping in svga_mark_surfaces_dirty()Brian Paul1-1/+1
2016-06-30svga: adjust render target view format for RGBXBrian Paul1-1/+13
2016-06-28svga: whitespace, line wrapping fixes in svga_surface.cBrian Paul1-11/+16
2015-12-06gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan1-1/+1
2015-10-16svga: add new GALLIUM_HUD queriesNeha Bhende1-0/+4
2015-09-07svga: Fix surface view error handlingThomas Hellstrom1-22/+26
2015-09-02svga: increment texture age when surface is to be marked as dirtyCharmaine Lee1-7/+6
2015-09-02svga: fix backed surface view regressionCharmaine Lee1-5/+9
2015-09-02svga: update driver for version 10 GPU interfaceBrian Paul1-66/+353
2014-08-14svga: remove some unneeded INLINE qualifiersBrian Paul1-1/+1
2014-07-29svga: remove unneeded depth==1 assertion in svga_texture_view_surface()Brian Paul1-1/+0
2014-02-14svga: track which textures are rendered toBrian Paul1-8/+9
2013-11-11svga: improve loops over color buffersBrian Paul1-1/+2