summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* llvmpipe: add compute debug optionDave Airlie2019-09-042-0/+2
* gallivm: add compute jit interface.Dave Airlie2019-09-043-1/+196
* llvmpipe: add initial compute state structsDave Airlie2019-09-043-0/+40
* llvmpipe: introduce compute shader contextDave Airlie2019-09-046-0/+98
* llvmpipe: add compute threadpool + mutexDave Airlie2019-09-046-2/+256
* llvmpipe: reogranise jit pointer orderingDave Airlie2019-09-042-31/+31
* llvmpipe: enable fb no attachDave Airlie2019-09-041-1/+2
* iris: Report correct number of planes for planar imagesKenneth Graunke2019-09-031-1/+8
* lima: Return fence unconditionallyRoman Stratiienko2019-09-041-4/+2
* lima/ppir: clone uniforms and load_coords into each successorVasily Khoruzhick2019-09-044-41/+155
* lima/ppir: don't assume that load coords gets value from registerVasily Khoruzhick2019-09-043-9/+13
* lima/ppir: add common helper for creating movsVasily Khoruzhick2019-09-043-49/+41
* freedreno: Fix the type of single-component scaled vertex attrs.Eric Anholt2019-09-034-12/+12
* radeonsi/nir: Remove uniform variable scanningConnor Abbott2019-09-031-84/+7
* nir: Fix num_ssbos when lowering atomic countersConnor Abbott2019-09-031-4/+1
* panfrost: Remove panfrost_uploadAlyssa Rosenzweig2019-09-032-26/+0
* panfrost: Fix misc. issues flagged by cppcheckAlyssa Rosenzweig2019-09-033-10/+7
* panfrost: Mark (1 << 31) as unsignedAlyssa Rosenzweig2019-09-031-3/+3
* broadcom/vc4: Expand width of dst surfaceZhaowei Yuan2019-09-031-1/+1
* swr: Fix make_unique build error.Vinson Lee2019-09-021-3/+3
* iris: Lessen texture cache hack flush for blits/copies on Icelake.Kenneth Graunke2019-08-311-16/+34
* swr: Fix build with llvm-9.0 again.Vinson Lee2019-08-313-0/+28
* pan/midgard: Use shared psiz clamp passAlyssa Rosenzweig2019-08-302-76/+0
* panfrost: Add transient BOs to job batchesBoris Brezillon2019-08-302-1/+2
* panfrost: protect access to shared bo cache and transient poolRohan Garg2019-08-305-5/+23
* panfrost: Jobs must be per context, not per screenRohan Garg2019-08-305-17/+14
* freedreno/a3xx: fix sysmem <-> gmem tiles transferKhaled Emara2019-08-302-2/+3
* freedreno/a3xx: fix texture tiling parametersKhaled Emara2019-08-301-10/+21
* broadcom/v3d: Allow importing linear BOs with arbitrary offset/stride.Dave Stevenson2019-08-301-8/+23
* swr/rasterizer: Fix GS attributes processingJan Zielinski2019-08-303-24/+10
* ac: drop now useless lookup_interp_param from ABISamuel Pitoiset2019-08-301-1/+0
* ac: import linear/perspective PS input parameters from radv/radeonsiSamuel Pitoiset2019-08-302-17/+19
* radeonsi: add JPEG decode support for VCN 2.0 devicesThong Thai2019-08-291-3/+1
* Revert "radeonsi: don't emit PKT3_CONTEXT_CONTROL on amdgpu"Thong Thai2019-08-291-7/+4
* iris: Fix partial fast clear checks to account for miplevel.Kenneth Graunke2019-08-291-2/+2
* panfrost: Remove unused argument from panfrost_drm_submit_vs_fs_job()Rohan Garg2019-08-293-5/+3
* iris: Actually describe bo_reuse driconf optionKenneth Graunke2019-08-291-0/+10
* panfrost/ci: Print only regressionsTomeu Vizoso2019-08-292-4/+7
* swr/rasterizer: Enable ARB_fragment_layer_viewportJan Zielinski2019-08-293-1/+21
* iris: use driconf for 'bo_reuse' parameterTapani Pälli2019-08-294-6/+20
* iris: Don't auto-flush/dirty on transfer unmap for coherent buffersKenneth Graunke2019-08-281-1/+2
* iris: build android libmesa_iris for gen12Tapani Pälli2019-08-281-1/+21
* iris: Build for gen12Jordan Justen2019-08-283-1/+7
* freedreno/a6xx: Fix non-mipmap filtering selection.Eric Anholt2019-08-281-6/+6
* panfrost: Reset the damage area on imported resourcesBoris Brezillon2019-08-281-11/+12
* lima: fix texture descriptor issuesVasily Khoruzhick2019-08-282-17/+13
* iris: Drop swizzling parameter from s8_offset.Kenneth Graunke2019-08-271-19/+3
* radeonsi: fix scratch buffer WAVESIZE setting leading to corruptionMarek Olšák2019-08-273-31/+39
* radeonsi: unbind blend/DSA/rasterizer state correctly in delete functionsMarek Olšák2019-08-271-1/+9
* radeonsi: align scratch and ring buffer allocations for faster memory accessMarek Olšák2019-08-273-7/+11