aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* lima/parser: Extend AUX0 findingsAndreas Baierl2020-02-071-2/+34
* lima/parser: Fix RSW depth test parsingAndreas Baierl2020-02-071-4/+6
* llvmpipe: advertise 4 vertex streamsDave Airlie2020-02-071-2/+4
* draw: don't emit vertex to streams with no outputsDave Airlie2020-02-071-0/+5
* draw: emit multiple streams to streamout.Dave Airlie2020-02-071-1/+1
* draw/gs: track emitted prims + verts per stream.Dave Airlie2020-02-072-17/+14
* draw: change geom shader output to an array of outputs.Dave Airlie2020-02-074-12/+20
* gallivm/nir: add support for multiple vertex streamsDave Airlie2020-02-072-31/+37
* gallivm/swr: add stream_id to geom epilogue emitDave Airlie2020-02-075-9/+12
* llvmpipe/query: add support for indexed queriesDave Airlie2020-02-074-15/+17
* u_tile: Skip the packed temporary and just store tiles directly.Eric Anholt2020-02-061-22/+12
* svga: Fix banded DMA uploadThomas Hellstrom2020-02-061-10/+11
* llvmpipe: Bump test timeout to 180 secondsMichel Dänzer2020-02-061-1/+1
* swr: Fix GCC 4.9 checks.Vinson Lee2020-02-052-2/+2
* gallium: let the pipe drivers decide the supported modifiersJames Xiong2020-02-061-6/+2
* iris: handle the failure of converting unsupported yuv formats to islJames Xiong2020-02-062-2/+7
* nouveau: Reuse tgsi_get_gl_varying_semantic().Eric Anholt2020-02-051-113/+8
* nouveau: reuse tgsi_get_gl_frag_result_semantic().Eric Anholt2020-02-051-30/+1
* nouveau: Reuse tgsi_get_sysval_semantic().Eric Anholt2020-02-051-115/+3
* mesa/st: Move the SYSTEM_VALUE -> TGSI_SEMANTIC map to tgsi_from_mesa.Eric Anholt2020-02-052-0/+85
* freedreno/a6xx: Implement layout for DRM_FORMAT_MOD_QCOM_COMPRESSEDKristian H. Kristensen2020-02-051-0/+58
* freedreno: Add layout_resource_for_modifier screen vfuncKristian H. Kristensen2020-02-052-32/+17
* freedreno: Set up supported modifiers in fd*_resource_screen_init()Kristian H. Kristensen2020-02-053-17/+8
* freedreno/a6xx: Add fd6_resource_screen_init()Kristian H. Kristensen2020-02-053-3/+11
* glsl,nir: Switch the enum representing shader image formats to PIPE_FORMAT.Eric Anholt2020-02-055-228/+70
* intel/isl: Move iris's pipe-to-isl format function to isl.Eric Anholt2020-02-051-300/+2
* gallium/swr: Fix various asserts and security issuesJan Zielinski2020-02-0514-30/+52
* panfrost: Set the MALI_WRITES_{Z,S} flags when neededBoris Brezillon2020-02-054-1/+17
* panfrost: Add the MALI_WRITES_{Z,S} flagsBoris Brezillon2020-02-052-7/+7
* panfrost: Z24 variants should be sampled as R32UIBoris Brezillon2020-02-051-1/+9
* freedreno: Add CP_REG_WRITE documentationConnor Abbott2020-02-051-1/+1
* gitlab-ci: Add ppc64el and s390x cross-build jobsMichel Dänzer2020-02-051-0/+2
* radeonsi/ngg: add VGT_FLUSH when enabling fast launchPierre-Eric Pelloux-Prayer2020-02-051-0/+5
* iris: implement gen12 post sync pipe control workaroundLionel Landwerlin2020-02-051-1/+4
* freedreno: allow ctx->batch to be NULLRob Clark2020-02-044-30/+2
* freedreno: Allow UBWC on textures with multiple mipmap levels.Eric Anholt2020-02-048-78/+29
* freedreno: Disable UBWC on Z24S8 if not TEXTURE_2D.Eric Anholt2020-02-041-3/+11
* freedreno: Blit all array levels when uncompressing UBWC.Eric Anholt2020-02-041-1/+4
* freedreno: Swap the whole resource layout in shadowing.Eric Anholt2020-02-041-5/+1
* freedreno/a6xx: Disable the core layer-size setup.Eric Anholt2020-02-042-6/+3
* freedreno: Rename the UBWC layer size field and store it as bytes.Eric Anholt2020-02-045-8/+8
* freedreno: Move the layout debug under FD_MESA_DEBUG=layout.Eric Anholt2020-02-044-9/+6
* gallium: Refactor some single-pixel util_format_read/writes.Eric Anholt2020-02-043-11/+9
* gallium: Add and use a helper for packing uc from a color_union.Eric Anholt2020-02-047-59/+15
* softpipe: Refactor pipe_get/put_tile_rgba_* paths.Eric Anholt2020-02-046-392/+131
* softpipe: Drop the raw_to* part of the tile cache interface.Eric Anholt2020-02-042-21/+3
* gallium/util: Remove pipe_get_tile_z/put_tile_z.Eric Anholt2020-02-042-264/+0
* util: Make helper functions for pack/unpacking pixel rows.Eric Anholt2020-02-049-59/+20
* clover: add trivial clCreateCommandQueueWithProperties implementationKarol Herbst2020-02-042-1/+22
* gallium/osmesa: Try to fix the test for big-endian.Eric Anholt2020-02-041-0/+21