aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/a5xx
Commit message (Expand)AuthorAgeFilesLines
* gallium: extract out logicop helperRob Clark2020-04-301-17/+1
* freedreno: Fix derivatives without texturing on a3xx-a5xx.Eric Anholt2020-04-271-2/+2
* ir3: Skip missing VS outputs in VS out map when linkingConnor Abbott2020-04-251-12/+5
* freedreno: Make the slice pitch be bytes, not pixels.Eric Anholt2020-04-235-13/+15
* freedreno: Introduce a "cpp_shift" value for cpp divs/muls.Eric Anholt2020-04-231-1/+1
* freedreno: Rename RB_DONE_TSConnor Abbott2020-04-021-2/+2
* freedreno: Fix detection of being in a blit for acc queries.Eric Anholt2020-03-301-6/+3
* freedreno: Count blits in GL_TIME_ELAPSED and perf counter queries.Eric Anholt2020-03-301-2/+2
* freedreno/a5xx: Fix min-vs-mag filtering decisions on non-mipmap tex.Eric Anholt2020-03-171-1/+10
* freedreno: name sysmem color/depth flush eventsJonathan Marek2020-02-141-1/+1
* freedreno: Move the layout debug under FD_MESA_DEBUG=layout.Eric Anholt2020-02-041-9/+0
* gallium: Add and use a helper for packing uc from a color_union.Eric Anholt2020-02-041-7/+1
* freedreno: remove flush-queueRob Clark2020-01-291-1/+1
* freedreno: get GMEM state from batchRob Clark2020-01-291-13/+10
* freedreno/a5xx: constify gmem stateRob Clark2020-01-291-10/+10
* freedreno: constify fd_vsc_pipeRob Clark2020-01-291-2/+2
* freedreno: constify fd_tileRob Clark2020-01-291-4/+4
* freedreno: consolidate GMEM stateRob Clark2020-01-291-2/+3
* freedreno: extract vsc pipe bo from GMEM stateRob Clark2020-01-291-7/+6
* freedreno: use PIPE_CAP_RGB_OVERRIDE_DST_ALPHA_BLENDRob Clark2020-01-293-22/+5
* compiler: add PERSP to the existing barycentric system valuesSamuel Pitoiset2020-01-291-1/+1
* freedreno: Stop scattered remapping of SSBOs/images to IBOs.Eric Anholt2020-01-212-6/+3
* freedreno/a5xx+a6xx: split LRZ layout to per-genRob Clark2019-12-101-0/+31
* freedreno: reorder format checkFritz Koenig2019-12-061-2/+2
* freedreno: switch to layout helperRob Clark2019-11-266-39/+39
* freedreno: Convert the slice struct to the new resource header.Eric Anholt2019-11-265-9/+9
* freedreno: Introduce a fd_resource_tile_mode() helper.Eric Anholt2019-11-263-10/+5
* freedreno: use rsc->slice accessor everywhereRob Clark2019-11-263-7/+10
* freedreno/perfcntrs: add accessor to get per-gen tablesRob Clark2019-11-211-8/+0
* freedreno/perfcntrs: move to shared locationRob Clark2019-11-211-739/+0
* freedreno/perfcntrs: remove gallium dependenciesRob Clark2019-11-211-1/+3
* freedreno/perfcntrs: small cleanupRob Clark2019-11-211-30/+1
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-146-6/+6
* freedreno: Rename vp and fp to vs and fs in fd_program_stateobjKristian H. Kristensen2019-09-252-13/+13
* freedreno/a6xx: Share shader state constructor and destructorKristian H. Kristensen2019-09-181-43/+1
* freedreno/a6xx: Implement primitive count queries on GPUKristian H. Kristensen2019-09-061-1/+1
* freedreno: Fix the type of single-component scaled vertex attrs.Eric Anholt2019-09-031-3/+3
* freedreno/all: move more emit helpers to screenRob Clark2019-08-131-3/+2
* freedreno/a3xx-a6xx+ir3: move emit_const* to screenRob Clark2019-08-131-2/+3
* freedreno/a5xx: add fd5_emit_init_screen()Rob Clark2019-08-133-0/+9
* freedreno/a5xx: call fd5_emit_ib() directly from fd5Rob Clark2019-08-133-16/+16
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-221-2/+2
* freedreno: drop unused arg from fd_batch_flush()Rob Clark2019-06-261-1/+1
* freedreno/a5xx: fix batch leak in fd5 blitter pathRob Clark2019-06-241-0/+1
* freedreno: use util_dynarray_clear instead of util_dynarray_resize(_, 0)Nicolai Hähnle2019-06-121-1/+1
* freedreno/a5xx: enable a540Rob Clark2019-06-111-2/+13
* freedreno/a5xx: Fix indirect draw max_indices calculationEduardo Lima Mitev2019-06-111-2/+1
* freedreno/ir3: fix counting and printing for half registers.Hyunjun Ko2019-06-031-1/+1
* freedreno/ir3: Use output type size to set OUTPUT_REG_HALF_PRECISIONNeil Roberts2019-06-031-2/+1
* freedreno: Fix assertion failures in context setup in shader-db mode.Eric Anholt2019-05-161-0/+1