aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/a5xx
Commit message (Expand)AuthorAgeFilesLines
* freedreno: small comment re-wordRob Clark2020-07-181-1/+1
* freedreno/layout: layout simplifications and pitch from level 0 pitchJonathan Marek2020-07-084-32/+2
* freedreno: add a fd_resource_pitch helperJonathan Marek2020-07-084-20/+15
* freedreno/a5xx: set missing bary sysvalsJonathan Marek2020-07-011-10/+25
* freedreno/registers: update varying-related registersJonathan Marek2020-07-011-7/+7
* freedreno/ir3: move finalize_nir to pscreen hookRob Clark2020-06-261-0/+1
* freedreno: On a5xx+ INDX_SIZE is MAX_INDICESConnor Abbott2020-06-261-8/+8
* ir3, freedreno: Round up constlen earlierConnor Abbott2020-06-262-2/+4
* freedreno: make foreach_bit() declare it's cursorRob Clark2020-06-251-1/+1
* freedreno/a5xx: use point-coord helperRob Clark2020-06-241-33/+25
* freedreno/ir3: unify shader create/delete pathsRob Clark2020-06-151-1/+1
* freedreno/ir3: split kill from no_earlyzRob Clark2020-06-042-2/+2
* freedreno: Use explicit *_NONE enum for undefined formatsKristian H. Kristensen2020-05-264-14/+12
* freedreno/a5xx: Set MIN_LAYERSZ on 3D textures like we do on a6xx.Eric Anholt2020-05-211-0/+2
* freedreno/a5xx: Move resource layout to fdl.Eric Anholt2020-05-211-106/+6
* freedreno/a5xx: remove unused reference to gmem_alignw in layout codeJonathan Marek2020-05-201-2/+1
* freedreno: fix off-by-one in assertions checking for const sizesIlia Mirkin2020-05-171-1/+1
* freedreno: Drop the "write" arg to emit_const_bo now relocs don't care.Eric Anholt2020-05-121-8/+4
* freedreno: Replace OUT_RELOCW with OUT_RELOC.Eric Anholt2020-05-129-33/+33
* freedreno: Replace OUT_RELOCD with permanently flagging shader BOs for it.Eric Anholt2020-05-121-1/+1
* freedreno,tu: Don't request fragcoord components not being read.Hyunjun Ko2020-05-082-12/+10
* freedreno/ir3: inline const emitRob Clark2020-04-303-3/+40
* 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