aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno
Commit message (Expand)AuthorAgeFilesLines
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-2215-38/+38
* util: use standard name for snprintf()Eric Engestrom2019-07-191-1/+1
* util: use standard name for sprintf()Eric Engestrom2019-07-191-1/+1
* freedreno/a6xx: Drop the WFI in the program update stateobj.Eric Anholt2019-07-171-2/+0
* freedreno/a6xx: Drop the WFI in constant uploads.Eric Anholt2019-07-171-2/+0
* freedreno: Assert that we don't exceed constlen.Eric Anholt2019-07-171-10/+24
* freedreno: Fix more constlen overflows.Eric Anholt2019-07-171-2/+5
* freedreno: Drop stale comment about skipping uploads.Eric Anholt2019-07-171-1/+0
* freedreno: Generate headers from xml filesKristian H. Kristensen2019-07-105-12/+12
* gallium: get rid of PIPE_CAP_SM3Erik Faye-Lund2019-07-101-1/+3
* nir: Add lower_rotate flag and set to true in all driversSagar Ghuge2019-07-011-0/+1
* freedreno/a6xx: wire up dither stateRob Clark2019-06-283-2/+14
* nir: remove fnot/fxor/fand/for opcodesJonathan Marek2019-06-262-6/+2
* freedreno: correct batch_depends_on() logicRob Clark2019-06-261-1/+1
* freedreno: drop unused arg from fd_batch_flush()Rob Clark2019-06-2612-23/+23
* freedreno/a5xx: fix batch leak in fd5 blitter pathRob Clark2019-06-241-0/+1
* freedreno: Stop treating UBO 0 specially in UBO uploading.Eric Anholt2019-06-241-33/+1
* freedreno: Clamp UBO uploads to the constlen decided by the shader.Rob Clark2019-06-241-0/+11
* freedreno: Remove silly return from ir3_optimize_nir().Eric Anholt2019-06-211-1/+3
* freedreno: Stop reporting max_const in shader-db.Eric Anholt2019-06-211-2/+1
* freedreno: Include binning shaders in shader-db.Eric Anholt2019-06-211-3/+8
* freedreno/a6xx: disallow UBWC for x24s8Rob Clark2019-06-171-4/+15
* freedreno/a6xx: un-swap X24S8_UINTRob Clark2019-06-172-5/+6
* freedreno/a6xx: re-enable UBWC for depth/stencilRob Clark2019-06-151-0/+2
* freedreno/a6xx: handle z24s8/z24x8 blits with u_blitterRob Clark2019-06-152-25/+11
* freedreno/a6xx: handle fallback for rewritten blits ourselfRob Clark2019-06-151-11/+37
* freedreno/a6xx: rename variableRob Clark2019-06-151-39/+39
* freedreno/a6xx: consolidate z/s blit handlingRob Clark2019-06-151-67/+46
* freedreno/a6xx: fix MAX_INDICESRob Clark2019-06-131-2/+1
* freedreno/blitter: remove dead codeRob Clark2019-06-131-7/+0
* freedreno: turn staging cube into 2d-arrayRob Clark2019-06-131-0/+2
* freedreno: use util_dynarray_clear instead of util_dynarray_resize(_, 0)Nicolai Hähnle2019-06-125-12/+12
* freedreno/a5xx: enable a540Rob Clark2019-06-112-2/+14
* freedreno/a6xx: enable UBWC by defaultRob Clark2019-06-113-18/+3
* freedreno/a6xx: disallow UBWC for z24s8Rob Clark2019-06-111-1/+0
* freedreno/a6xx: use correct UBWC reg buildersRob Clark2019-06-112-11/+11
* freedreno/a6xx: disable UBWC for some formatsRob Clark2019-06-111-2/+0
* freedreno/a6xx: handle non-UWC-compatible image viewsRob Clark2019-06-115-1/+45
* freedreno/a6xx: handle non-UBWC-compatible texture viewsRob Clark2019-06-113-0/+23
* freedreno: add helper to uncompress UBWC resourceRob Clark2019-06-112-0/+37
* freedreno: handle images in rebind_resource()Rob Clark2019-06-111-0/+9
* freedreno: allow null discard box in shadow pathRob Clark2019-06-111-4/+10
* freedreno: swap UBWC state in shadow pathRob Clark2019-06-111-0/+4
* freedreno: add modifier param to fd_try_shadow_resource()Rob Clark2019-06-111-3/+5
* freedreno: correct modifier for UBWC buffersRob Clark2019-06-111-0/+3
* freedreno/a5xx: Fix indirect draw max_indices calculationEduardo Lima Mitev2019-06-111-2/+1
* freedreno/a6xx: re-arrange program stageobj/groupRob Clark2019-06-074-30/+58
* freedreno/a6xx: fix hangs with newer sqe fwRob Clark2019-06-071-32/+81
* freedreno/a6xx: WFI before RB_CCU_CNTL writesRob Clark2019-06-072-0/+4
* freedreno/a6xx: don't pre-dispatch texture fetch on accidentRob Clark2019-06-071-1/+4