aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga
Commit message (Expand)AuthorAgeFilesLines
* android: svga: fix build for GL4.1 supportMauro Rossi2020-06-061-0/+2
* svga: Performance fixesNeha Bhende2020-06-0537-717/+1072
* svga: Add GL4.1(compatibility profile) support in svga driverNeha Bhende2020-06-0558-1513/+7964
* svga/include: Headers for GL4.1 supportNeha Bhende2020-06-056-59/+605
* winsys/drm: Add GL4.1 support in drm winsysNeha Bhende2020-06-051-0/+3
* gallium: add shader caps INT16 and FP16_DERIVATIVESMarek Olšák2020-06-021-0/+6
* meson: use gnu_symbol_visibility argumentDylan Baker2020-06-011-1/+2
* util: Initialize pipe_shader_state for passthrough and transform shadersNeha Bhende2020-05-281-1/+1
* gallium: change comments to remove 'state tracker'Marek Olšák2020-05-137-12/+12
* gallium: rename 'state tracker' to 'frontend'Marek Olšák2020-05-131-1/+1
* 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