aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga
Commit message (Expand)AuthorAgeFilesLines
* gallium: add pipe cap for scissored clears and pass scissor state to clear() ...Mike Blumenkrantz2020-04-291-1/+1
* svga: Treat forced coherent maps as maps of persistent memoryThomas Hellstrom2020-04-012-18/+7
* svga, winsys/svga: Fix persistent memory discard mapsThomas Hellstrom2020-04-013-5/+38
* svga: Use pipe_shader_state_from_tgsi to set shader stateNeha Bhende2020-02-101-1/+1
* svga: fix size of format_conversion_table[]Neha Bhende2020-02-101-0/+2
* svga: Fix banded DMA uploadThomas Hellstrom2020-02-061-10/+11
* util: Make helper functions for pack/unpacking pixel rows.Eric Anholt2020-02-041-14/+3
* svga: Avoid discard DMA uploadsThomas Hellstrom2020-01-291-1/+1
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-1414-14/+14
* svga: check return value of define_query_vgpu{9,10}Philipp Sieweck2019-11-051-8/+23
* util: remove LIST_IS_EMPTY macroTimothy Arceri2019-10-281-2/+2
* util: remove LIST_DEL macroTimothy Arceri2019-10-282-11/+11
* util: remove LIST_ADD macroTimothy Arceri2019-10-282-8/+8
* util: remove LIST_ADDTAIL macroTimothy Arceri2019-10-282-2/+2
* util: remove LIST_INITHEAD macroTimothy Arceri2019-10-283-7/+7
* svga: Fix banded DMA upload unmapThomas Hellstrom2019-10-241-1/+1
* gallium: remove PIPE_SHADER_CAP_SCALAR_ISAMarek Olšák2019-10-101-6/+0
* svga: replace binary HAVE_LLVM checks with LLVM_AVAILABLEEric Engestrom2019-09-061-1/+1
* svga: Drop unsupported formats from the format table.Eric Anholt2019-08-191-170/+0
* svga: Remove duplication in the format table.Eric Anholt2019-08-191-329/+322
* svga: Factor out the format conversion table entry lookup.Eric Anholt2019-08-191-16/+25
* gallium: add AYUV and XYUV formatsMike Blumenkrantz2019-07-311-0/+2
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-313-6/+6
* u_blitter: add a msaa parameter to util_blitter_clearPierre-Eric Pelloux-Prayer2019-07-231-1/+2
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-227-46/+46
* util: use standard name for snprintf()Eric Engestrom2019-07-192-9/+9
* util: use standard name for sprintf()Eric Engestrom2019-07-191-1/+1
* gallium: get rid of PIPE_CAP_SM3Erik Faye-Lund2019-07-101-1/+3
* gallium: Add CAP for opcode DIVGert Wollny2019-06-301-0/+2
* svga: Support ARB_buffer_storageThomas Hellstrom2019-06-205-9/+33
* svga: Map vertex- index- and constant buffers ansynchronously when readingThomas Hellstrom2019-06-202-4/+9
* svga: Fix index buffer uploadsThomas Hellstrom2019-06-206-172/+142
* winsys/svga: Make it possible to specify coherent resourcesThomas Hellstrom2019-06-203-2/+8
* gallium: add z24s8_as_r8g8b8a8 formatRob Clark2019-06-151-0/+1
* svga: Remove unnecessary check for the pre flush bit for setting vertex buffersCharmaine Lee2019-06-061-4/+4
* svga: clamp max_const_buffers to SVGA_MAX_CONST_BUFSBrian Paul2019-05-291-1/+2
* gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH countKenneth Graunke2019-05-231-1/+1
* svga: Add an environment variable to force coherent surface memoryThomas Hellstrom2019-05-175-28/+64
* svga: Set the rendered-to flag for dma transfers to surfacesThomas Hellstrom2019-05-171-0/+4
* svga: Remove the surface_invalidate winsys functionThomas Hellstrom2019-05-173-13/+12
* gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.Eric Anholt2019-05-131-8/+8
* svga: add SVGA_NO_LOGGING env var (v2)Brian Paul2019-05-021-1/+15
* svga: move host logging to winsysCharmaine Lee2019-05-026-502/+11
* svga: Avoid bouncing buffer data in malloced buffersThomas Hellstrom2019-05-023-13/+36
* gallium: set PIPE_CAP_MAX_FRAMES_IN_FLIGHT to 2 for all driversMarek Olšák2019-04-241-2/+0
* gallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FRAMES_IN_FLIGHTMarek Olšák2019-04-231-0/+2
* svga: add new ATC formats to the format conversion tableJonathan Marek2019-04-231-0/+3
* Delete autotoolsDylan Baker2019-04-152-51/+0
* svga: stop using pipe_sampler_view_release()Brian Paul2019-03-172-28/+14
* svga: remove SVGA_RELOC_READ flag in SVGA3D_BindGBSurface()Brian Paul2019-03-081-1/+1