aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno
Commit message (Expand)AuthorAgeFilesLines
* freedreno/turnip: Update GRAS_LAYER_CNTL to GRAS_MAX_LAYER_INDEXBrian Ho2020-04-151-15/+3
* freedreno/a5xx+: Skip compiling the old gmem blit programs.Eric Anholt2020-04-131-1/+13
* freedreno/ir3: add mov/cov statsRob Clark2020-04-131-2/+4
* freedreno/log: better decoding for multiple chunks per batchRob Clark2020-04-101-13/+41
* freedreno/log: spiff out parser some moreRob Clark2020-04-101-4/+122
* freedreno/log: android supportRob Clark2020-04-103-5/+28
* ir3: Rewrite UBO push analysis to support bindlessConnor Abbott2020-04-091-3/+6
* freedreno/a6xx: set bypass RB_CCU_CNTL value for blitterJonathan Marek2020-04-091-0/+5
* freedreno/registers: add RB_CCU_CNTL bitfieldsJonathan Marek2020-04-091-7/+11
* turnip: improve vertex input handlingJonathan Marek2020-04-091-1/+2
* turnip: Configure VPC for geometry shadersBrian Ho2020-04-071-37/+1
* 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
* freedreno: Rename RB_DONE_TSConnor Abbott2020-04-024-7/+7
* 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
* 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
* freedreno: Rename "is_blit" to "is_discard_blit"Eric Anholt2020-03-305-8/+8
* freedreno/a6xx: Fix timestamp queries.Eric Anholt2020-03-301-4/+10
* freedreno: Count blits in GL_TIME_ELAPSED and perf counter queries.Eric Anholt2020-03-305-6/+8
* freedreno: Associate the acc query bo with the batch.Eric Anholt2020-03-301-0/+2
* freedreno: Fix acc query handling in the presence of batch reordering.Eric Anholt2020-03-304-25/+62
* freedreno: Remove the "active" member of queries.Eric Anholt2020-03-304-21/+9
* freedreno: Remove always-true return from per-gen begin_query.Eric Anholt2020-03-305-13/+7
* freedreno: ssbo: mark resource read or written depending on usageChristian Gmeiner2020-03-251-10/+15
* freedreno: ssbo: keep track if a buffer gets writtenChristian Gmeiner2020-03-252-0/+3
* freedreno: simplify fd_set_shader_buffers(..)Christian Gmeiner2020-03-251-16/+8
* freedreno: calculate modified bit mask only onceChristian Gmeiner2020-03-251-6/+2
* freedreno: Enable mediump loweringHyunjun Ko2020-03-242-2/+4
* freedreno/registers: more GRAS_CL_CNTL bits, Z_CLAMPJonathan Marek2020-03-241-1/+1
* freedreno: Switch to exposing only half-integer pixel centers.Eric Anholt2020-03-191-1/+5
* freedreno/a5xx: Fix min-vs-mag filtering decisions on non-mipmap tex.Eric Anholt2020-03-171-1/+10
* Revert "gallium: make handles of set_global_binding 64 bit"Karol Herbst2020-03-101-1/+2
* gallium: make handles of set_global_binding 64 bitKarol Herbst2020-03-101-2/+1
* freedreno: fix FD_MESA_DEBUG=inorderRob Clark2020-03-101-1/+1
* freedreno/ir3: add simplified stall estimationRob Clark2020-03-101-1/+2
* freedreno: honor FD_MESA_DEBUG=nogrowRob Clark2020-02-281-4/+7
* freedreno/a6xx: enable SKIP_IB2_ENABLE properlyRob Clark2020-02-281-0/+8
* freedreno/a6xx: don't emit YIELD packetRob Clark2020-02-281-3/+0
* freedreno/a6xx: whitespace fixRob Clark2020-02-281-2/+2
* freedreno/a6xx: emit LRZ clear in sysmem tooRob Clark2020-02-281-0/+3