aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/a3xx
Commit message (Expand)AuthorAgeFilesLines
* freedreno/layout: layout simplifications and pitch from level 0 pitchJonathan Marek2020-07-085-64/+20
* freedreno: add a fd_resource_pitch helperJonathan Marek2020-07-083-10/+6
* freedreno/a3xx: support LINEAR_PIXEL/PERSP_CENTROID/LINEAR_CENTROID sysvalsJonathan Marek2020-07-013-4/+22
* freedreno/registers: update varying-related registersJonathan Marek2020-07-011-1/+1
* freedreno/ir3: move finalize_nir to pscreen hookRob Clark2020-06-261-0/+1
* freedreno/a3xx: use point-coord helperRob Clark2020-06-241-33/+25
* freedreno/ir3: split kill from no_earlyzRob Clark2020-06-041-1/+1
* freedreno: Use explicit *_NONE enum for undefined formatsKristian H. Kristensen2020-05-264-14/+12
* freedreno/a3xx: fix rasterizer discardIlia Mirkin2020-05-181-1/+3
* freedreno: fix off-by-one in assertions checking for const sizesIlia Mirkin2020-05-171-1/+1
* freedreno/a3xx: fix const footprintIlia Mirkin2020-05-171-2/+2
* freedreno/a3xx: reinstate rgb10_a2ui texture formatIlia Mirkin2020-05-171-1/+1
* freedreno/a3xx: there's no r8i/ui rb format, only rg8i/rg8uiIlia Mirkin2020-05-171-4/+4
* 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-122-9/+9
* 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-081-5/+3
* freedreno/ir3: Remove unused half precision shader key flag.Eric Anholt2020-05-012-13/+0
* freedreno/ir3: inline const emitRob Clark2020-04-301-2/+30
* gallium: extract out logicop helperRob Clark2020-04-301-17/+1
* freedreno: Fix derivatives without texturing on a3xx-a5xx.Eric Anholt2020-04-271-1/+1
* ir3: Skip missing VS outputs in VS out map when linkingConnor Abbott2020-04-251-1/+1
* freedreno: Make the slice pitch be bytes, not pixels.Eric Anholt2020-04-236-17/+9
* freedreno: Introduce a "cpp_shift" value for cpp divs/muls.Eric Anholt2020-04-231-3/+5
* freedreno: Rename "is_blit" to "is_discard_blit"Eric Anholt2020-03-301-1/+1
* freedreno: get GMEM state from batchRob Clark2020-01-291-12/+13
* freedreno/a3xx: constify gmem stateRob Clark2020-01-291-9/+9
* 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-5/+6
* freedreno: use PIPE_CAP_RGB_OVERRIDE_DST_ALPHA_BLENDRob Clark2020-01-293-21/+5
* compiler: add PERSP to the existing barycentric system valuesSamuel Pitoiset2020-01-291-1/+1
* freedreno: switch to layout helperRob Clark2019-11-264-15/+15
* freedreno: Convert the slice struct to the new resource header.Eric Anholt2019-11-264-8/+7
* freedreno: use rsc->slice accessor everywhereRob Clark2019-11-263-10/+12
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-148-8/+8
* freedreno/ir3: remove first-vertex sysvalRob Clark2019-11-121-3/+0
* freedreno/a3xx: fix SP_FS_MRT_REG.HALF_PRECISIONRob Clark2019-11-091-1/+1
* freedreno/ir3: remove input ncomp fieldJonathan Marek2019-10-141-1/+1
* freedreno/a3xx: Mostly fix min-vs-mag filtering decisions on non-mipmap tex.Eric Anholt2019-09-261-5/+12
* freedreno: Rename vp and fp to vs and fs in fd_program_stateobjKristian H. Kristensen2019-09-253-16/+16
* freedreno/a6xx: Share shader state constructor and destructorKristian H. Kristensen2019-09-181-43/+1
* freedreno: Fix the type of single-component scaled vertex attrs.Eric Anholt2019-09-031-3/+3
* freedreno/a3xx: fix sysmem <-> gmem tiles transferKhaled Emara2019-08-302-2/+3
* freedreno/a3xx: fix texture tiling parametersKhaled Emara2019-08-301-10/+21
* freedreno/all: move more emit helpers to screenRob Clark2019-08-131-2/+1
* freedreno/a3xx-a6xx+ir3: move emit_const* to screenRob Clark2019-08-131-2/+3
* freedreno/a3xx: add fd3_emit_init_screen()Rob Clark2019-08-133-0/+8
* freedreno/a3xx: call fd3_emit_ib() directly from fd3Rob Clark2019-08-133-7/+7