aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* radeonsi: fix Segmentation fault during vaapi enc testJames Zhu2020-04-081-2/+4
* radeonsi: don't lower constant arrays to uniforms in GLSL IRTimothy Arceri2020-04-081-0/+1
* intel/fs: Allow multiple slots for positionCaio Marcelo de Oliveira Filho2020-04-071-2/+2
* turnip: Configure VPC for geometry shadersBrian Ho2020-04-071-37/+1
* lima: avoid situations when scissor minx > maxx or miny > maxyVasily Khoruzhick2020-04-052-34/+48
* etnaviv: convert perfmon queries to acc queriesChristian Gmeiner2020-04-058-242/+172
* etnaviv: move generic perfmon functionality into own fileChristian Gmeiner2020-04-056-578/+650
* etnaviv: extend acc sample provide with an allocate(..)Christian Gmeiner2020-04-055-77/+126
* etnaviv: extend result(..) to return if data is readyChristian Gmeiner2020-04-052-6/+10
* etnaviv: make use of a fixed size array to track of all acc query providerChristian Gmeiner2020-04-051-17/+16
* etnaviv: extend acc query provider with supports(..) functionChristian Gmeiner2020-04-052-0/+18
* etnaviv: rework wait/flush logicChristian Gmeiner2020-04-051-14/+8
* etnaviv: reset no_wait_cnt after triggered flushChristian Gmeiner2020-04-051-1/+4
* etnaviv: explicitly call resource_written(..)Christian Gmeiner2020-04-052-3/+2
* etnaviv: rework etna_acc_sample_providerChristian Gmeiner2020-04-052-23/+11
* etnaviv: rename hw queries to acc queriesChristian Gmeiner2020-04-057-102/+105
* freedreno: limit fp16 to frag and computeRob Clark2020-04-041-0/+2
* freedreno/ir3: also precompile compute shaders for shaderdbRob Clark2020-04-041-0/+10
* freedreno: fix missing lockingRob Clark2020-04-041-0/+2
* freedreno/a6xx: add some compute loggingRob Clark2020-04-042-2/+21
* iris: Set alignments on cbuf0 and constant readsJason Ekstrand2020-04-031-0/+4
* nv50: don't try to upload MSAA settings for BUFFER texturesIlia Mirkin2020-04-031-1/+1
* freedreno: Rename RB_DONE_TSConnor Abbott2020-04-024-7/+7
* radeonsi: dump shader stats when hitting the live cachePierre-Eric Pelloux-Prayer2020-04-021-2/+20
* gallium/llvmpipe: add an optimised 32-bit memsetDave Airlie2020-04-011-4/+2
* gallium/swr: Re-enable scratch space for client-memory buffersKrzysztof Raszkowski2020-04-012-13/+32
* gallium/swr: Fix array stride problem.Krzysztof Raszkowski2020-04-011-2/+3
* 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
* freedreno/log: fix build errorRob Clark2020-04-011-2/+4
* freedreno: Drop an unnecessary include marked "this should go away"Eric Anholt2020-03-311-3/+0
* scons: prune unused Makefile.sourcesEric Engestrom2020-03-311-185/+0
* lima: also check tiled and depth case when importQiang Yu2020-03-311-19/+20
* lima: fix buffer import with offsetQiang Yu2020-03-311-4/+15
* panfrost: Enable PIPE_SHADER_CAP_FP16 on BifrostAlyssa Rosenzweig2020-03-311-1/+4
* panfrost: Move device open/close to root panfrostAlyssa Rosenzweig2020-03-311-39/+3
* panfrost: Move pan_bo to root panfrostAlyssa Rosenzweig2020-03-3110-726/+33
* panfrost: Inline reference counting routinesAlyssa Rosenzweig2020-03-312-13/+16
* panfrost: Isolate panfrost_bo_access_for_stage to pan_cmdstream.cAlyssa Rosenzweig2020-03-312-17/+17
* panfrost: Split panfrost_device from panfrost_screenAlyssa Rosenzweig2020-03-3114-222/+170
* panfrost: Add support for R3G3B2Icecream952020-03-311-1/+3
* panfrost: Mark 64-bit formats as unsupportedIcecream952020-03-311-0/+3
* freedreno/log: avoid duplicate ts'sRob Clark2020-03-301-4/+27
* freedreno/a6xx: add some more tracepointsRob Clark2020-03-303-1/+25
* freedreno: add some initial fd_log tracepointsRob Clark2020-03-301-4/+17
* freedreno/a6xx: timestamp logging supportRob Clark2020-03-302-2/+16
* freedreno: add logging infrastructureRob Clark2020-03-3012-2/+378
* freedreno: remove some obsolete debug optionsRob Clark2020-03-302-11/+4
* freedreno: Work around UBWC flakiness.Eric Anholt2020-03-301-0/+13
* freedreno: Fix detection of being in a blit for acc queries.Eric Anholt2020-03-3010-37/+30