summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_resource_texture.c
Commit message (Expand)AuthorAgeFilesLines
* svga: invalidate new surface before it is bound to a render target viewCharmaine Lee2016-11-031-1/+2
* Revert "svga: use untyped surface formats in most cases"Charmaine Lee2016-11-031-7/+4
* svga: add can_use_upload flagCharmaine Lee2016-11-031-29/+30
* svga: fix texture upload path conditionCharmaine Lee2016-11-031-30/+60
* svga: set rendered_to flag with texture uploaded using TransferFromBuffer com...Charmaine Lee2016-11-031-0/+4
* svga: set PIPE_BIND_DEPTH_STENCIL flag for new resources when possibleBrian Paul2016-09-231-1/+11
* svga: relax restriction of compressed formats for texture uploadCharmaine Lee2016-09-171-3/+22
* svga: use upload buffer for upload texture.Charmaine Lee2016-09-171-26/+232
* svga: refactor svga_texture_transfer_map/unmap functionsCharmaine Lee2016-09-171-217/+272
* svga: single sample surface can be created as non-multisamples surfaceCharmaine Lee2016-09-171-1/+3
* svga: split the num-resources-mapped hud to textures & buffersCharmaine Lee2016-09-171-1/+2
* svga: minor code simplification in svga_texture_transfer_unmap()Brian Paul2016-08-261-2/+1
* svga: reformat some expressions in svga_texture_transfer_map()Brian Paul2016-08-261-3/+3
* svga: remove duplicated variable in svga_texture_transfer_map()Brian Paul2016-08-261-1/+0
* svga: move some assignments in svga_texture_transfer_map()Brian Paul2016-08-261-4/+4
* svga: minor simplifications in svga_texture_transfer_map()Brian Paul2016-08-261-9/+9
* svga: add guest statistic gathering interfaceCharmaine Lee2016-08-261-10/+27
* svga: don't call os_get_time() when not needed by Gallium HUDBrian Paul2016-08-161-3/+2
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-231-1/+0
* svga: set render target flag for snorm surfacesBrian Paul2016-06-301-0/+10
* svga: use untyped surface formats in most casesBrian Paul2016-06-301-4/+7
* svga: force direct map for transfering multiple slicesCharmaine Lee2016-06-281-15/+24
* svga: fix texture array update regressionCharmaine Lee2016-06-231-6/+27
* svga: allow copy box in svga_transfer_dma_band()Charmaine Lee2016-06-021-13/+20
* svga: try to flag surfaces for sampling, in addition to renderingBrian Paul2016-05-031-0/+11
* svga: mark the texture dirty for write transfer map onlyCharmaine Lee2016-04-251-2/+4
* svga: minimize surface flushCharmaine Lee2016-04-251-15/+56
* svga: add a few more resource updates HUD queryCharmaine Lee2016-03-211-0/+2
* svga: add new num-readbacks HUD queryCharmaine Lee2016-03-211-0/+2
* svga: add new surface-write-flushes HUD queryBrian Paul2016-03-071-1/+3
* svga: fix an error in svga_texture_generate_mipmapCharmaine Lee2016-03-041-1/+6
* svga: add DXGenMips command supportCharmaine Lee2016-01-141-0/+58
* gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-1/+1
* svga: add num-bytes-uploaded HUD queryBrian Paul2015-11-201-0/+6
* svga: add new GALLIUM_HUD queriesNeha Bhende2015-10-161-6/+21
* svga: update driver for version 10 GPU interfaceBrian Paul2015-09-021-172/+335
* svga: fix comment typoBrian Paul2014-12-011-1/+1
* svga: remove some unneeded INLINE qualifiersBrian Paul2014-08-141-2/+2
* svga: Add a limit to the maximum surface sizeCharmaine Lee2014-08-121-2/+4
* svga: update texture code for GBSBrian Paul2014-02-141-64/+324
* svga: add helpers for tracking rendering to texturesBrian Paul2014-02-141-0/+9
* svga: split / update svga3d header filesBrian Paul2014-02-141-1/+1
* svga: allow 3D transfers in svga_texture_transfer_map()Brian Paul2013-06-251-4/+3
* svga: use new svga_define_texture_level() helperBrian Paul2013-06-251-2/+2
* svga: use new svga_age_texture_view() helperBrian Paul2013-06-251-1/+1
* svga: use svga_texture() helper instead of castingBrian Paul2013-06-251-1/+1
* svga: add new memory-used HUD queryBrian Paul2013-04-031-0/+6
* svga: add, use SVGA3D_SURFACE_HINT_VOLUME flagBrian Paul2013-02-011-0/+4
* svga: silence some MSVC signed/unsigned comparison warningsBrian Paul2012-10-161-1/+1
* gallium: unify transfer functionsMarek Olšák2012-10-111-41/+23