aboutsummaryrefslogtreecommitdiffstats
path: root/src/freedreno
Commit message (Expand)AuthorAgeFilesLines
* freedreno/ir3/cp: report progressRob Clark2020-05-192-7/+15
* freedreno/cf: report progressRob Clark2020-05-192-10/+15
* freedreno/ir3/dce: report progressRob Clark2020-05-192-3/+6
* freedreno/ir3: juggle around ir3_debug_print()Rob Clark2020-05-192-11/+14
* freedreno/ir3: remove Sethi-Ullman numbering passRob Clark2020-05-195-125/+1
* freedreno/drm: handle ancient kernelsRob Clark2020-05-182-1/+4
* freedreno/drm: don't pass thru 'DUMP' flag on older kernelsRob Clark2020-05-181-1/+2
* freedreno/fdperf: add dependency on generated headersRob Clark2020-05-181-1/+1
* freedreno/a3xx: parameterize ubo optimizationIlia Mirkin2020-05-173-11/+27
* freedreno/ir3: avoid applying (sat) on bary.fIlia Mirkin2020-05-171-0/+5
* freedreno/a3xx: there's no r8i/ui rb format, only rg8i/rg8uiIlia Mirkin2020-05-171-2/+2
* freedreno/uuid: Generate meaningful device and driver UUIDEduardo Lima Mitev2020-05-144-7/+58
* freedreno: Centralize UUID generation into new files freedreno_uuid.c/hEduardo Lima Mitev2020-05-147-15/+119
* tu: Advertise COLOR_ATTACHMENT_BLEND_BIT for blendable formatsConnor Abbott2020-05-142-0/+13
* tu: Implement dual-src blendingConnor Abbott2020-05-141-4/+50
* tu: Move RENDER_COMPONENTS setting to pipeline stateConnor Abbott2020-05-144-10/+8
* ir3: Fixup dual-source blending slotConnor Abbott2020-05-141-0/+1
* freedreno/a6xx: Document dual-src blending enable bitsConnor Abbott2020-05-141-0/+4
* freedreno: Avoid duplicate BO relocs in FD_RINGBUFFER_OBJECTs.Eric Anholt2020-05-141-3/+17
* freedreno: Fix resource layout dump loop.Eric Anholt2020-05-141-1/+1
* freedreno/ir3: use lower_wrmasks passRob Clark2020-05-134-35/+33
* nir: add helper to copy const_index[]Rob Clark2020-05-131-2/+1
* freedreno/ir3: use const_index accessorsRob Clark2020-05-132-2/+2
* freedreno/ir3: Drop wrmask for ir3 local and global store intrinsicsKristian H. Kristensen2020-05-132-43/+33
* freedreno/a6xx: Use LDC for UBO loads.Eric Anholt2020-05-144-16/+25
* freedreno: Trim num_ubos to just the ones we haven't lowered to constbuf.Eric Anholt2020-05-142-22/+29
* freedreno/ir3: Move i/o offset lowering after analyze_ubo_ranges.Eric Anholt2020-05-142-14/+12
* freedreno/ir3: Leave the cursor alone during ir3_nir_try_propagate_bit_shift.Eric Anholt2020-05-141-4/+2
* freedreno/ir3: Clean up a silly nir_src_for_ssa(src.ssa).Eric Anholt2020-05-141-1/+1
* freedreno/a6xx: Fix UBWC mipmapping height alignment.Eric Anholt2020-05-132-6/+137
* freedreno/a6xx: Fix UBWC mipmap sizing.Eric Anholt2020-05-132-14/+95
* freedreno/a6xx: Fix UBWC blockheight for RG8.Eric Anholt2020-05-131-1/+4
* freedreno: Pull the tile_alignment lookup for a layout to a helper.Eric Anholt2020-05-131-20/+25
* freedreno/a6xx: Add a testcase for UBWC buffer sharing.Eric Anholt2020-05-131-4/+22
* freedreno/a6xx: Improve layout testcase logging for UBWC fails.Eric Anholt2020-05-131-2/+2
* freedreno/a4xx+: Increase max texture size to 16384.Eric Anholt2020-05-131-1/+1
* tu: Implement fallback linear staging blit for CopyImageConnor Abbott2020-05-131-24/+173
* tu: Add noubwc debug flag to disable UBWCConnor Abbott2020-05-133-1/+4
* tu: Add a "scratch bo" allocation mechanismConnor Abbott2020-05-132-0/+74
* turnip: use the common code for generating extensions and dispatch tablesSamuel Pitoiset2020-05-132-204/+12
* freedreno/ir3/sched: try to avoid syncsRob Clark2020-05-131-13/+99
* freedreno/ir3/sched: avoid scheduling outputsRob Clark2020-05-133-22/+101
* freedreno/ir3/postsched: try to avoid (sy) syncsRob Clark2020-05-131-2/+19
* freedreno/ir3/postsched: reset sfu_delay on syncRob Clark2020-05-132-4/+33
* freedreno/ir3: limit # of tex prefetch by shader sizeRob Clark2020-05-133-1/+40
* freedreno/ir3: fix indirect cb0 load_ubo loweringRob Clark2020-05-121-2/+2
* freedreno/ir3: don't allow negative const_offsetRob Clark2020-05-121-3/+14
* turnip: Execute ir3_nir_lower_gs pass againBrian Ho2020-05-121-0/+3
* turnip: enable tiling for compressed formatsJonathan Marek2020-05-121-2/+5
* turnip: update "fetchsize" value to match fdl6_layout changesJonathan Marek2020-05-121-4/+1