aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno
Commit message (Expand)AuthorAgeFilesLines
* freedreno/a6xx: move const state to single stateobjRob Clark2020-04-302-19/+28
* freedreno/a6xx: avoid unnecessary clearing VS DP stateRob Clark2020-04-302-1/+7
* freedreno/a6xx: small query cleanupRob Clark2020-04-301-3/+1
* gallium: extract out logicop helperRob Clark2020-04-304-68/+4
* freedreno: fix buffer importRob Clark2020-04-291-1/+2
* freedreno: switch to simple_mtxRob Clark2020-04-292-7/+7
* freedreno: add screen lock wrappersRob Clark2020-04-2910-51/+69
* freedreno/a4xx: enable A405Konrad Dybcio2020-04-291-0/+1
* gallium: add pipe cap for scissored clears and pass scissor state to clear() ...Mike Blumenkrantz2020-04-291-1/+1
* freedreno/a6xx: invalidate tex state cache entries on rebindRob Clark2020-04-293-1/+30
* freedreno: rebind_resource() *before* bo changesRob Clark2020-04-291-4/+2
* freedreno: rebind resource in all contextsRob Clark2020-04-295-15/+27
* freedreno: optimize rebind_resource()Rob Clark2020-04-294-38/+123
* freedreno: mark more state dirty when rebinding resourcesRob Clark2020-04-292-6/+16
* freedreno: don't realloc idle bo'sRob Clark2020-04-292-5/+13
* freedreno: small whitespace fixRob Clark2020-04-291-1/+1
* freedreno/log-parser: support to read gzip'd logsRob Clark2020-04-281-1/+8
* freedreno/a6xx: pre-calculate expected vsc stream sizesRob Clark2020-04-288-1/+229
* freedreno: add helper to estimate # of bins per pipeRob Clark2020-04-282-6/+24
* freedreno/a6xx+tu: rename VSC_DATA/VSC_DATA2Rob Clark2020-04-283-56/+61
* freedreno: Fix calculation of the const buffer cmdstream size.Eric Anholt2020-04-271-1/+1
* freedreno: Fix derivatives without texturing on a3xx-a5xx.Eric Anholt2020-04-273-5/+5
* freedreno/a6xx: Implement PrimID passthroughConnor Abbott2020-04-252-3/+9
* ir3: Skip missing VS outputs in VS out map when linkingConnor Abbott2020-04-254-26/+12
* freedreno/a6xx: Document PrimID passthrough registersConnor Abbott2020-04-251-1/+1
* freedreno: allow FMT6_8_UNORM as a UBWC formatFritz Koenig2020-04-241-0/+1
* freedreno: Make the slice pitch be bytes, not pixels.Eric Anholt2020-04-2323-71/+57
* freedreno: Introduce a "cpp_shift" value for cpp divs/muls.Eric Anholt2020-04-234-5/+8
* turnip: implement VK_EXT_sample_locationsJonathan Marek2020-04-222-16/+3
* 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