index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
freedreno
/
a3xx
Commit message (
Expand
)
Author
Age
Files
Lines
*
freedreno/layout: layout simplifications and pitch from level 0 pitch
Jonathan Marek
2020-07-08
5
-64
/
+20
*
freedreno: add a fd_resource_pitch helper
Jonathan Marek
2020-07-08
3
-10
/
+6
*
freedreno/a3xx: support LINEAR_PIXEL/PERSP_CENTROID/LINEAR_CENTROID sysvals
Jonathan Marek
2020-07-01
3
-4
/
+22
*
freedreno/registers: update varying-related registers
Jonathan Marek
2020-07-01
1
-1
/
+1
*
freedreno/ir3: move finalize_nir to pscreen hook
Rob Clark
2020-06-26
1
-0
/
+1
*
freedreno/a3xx: use point-coord helper
Rob Clark
2020-06-24
1
-33
/
+25
*
freedreno/ir3: split kill from no_earlyz
Rob Clark
2020-06-04
1
-1
/
+1
*
freedreno: Use explicit *_NONE enum for undefined formats
Kristian H. Kristensen
2020-05-26
4
-14
/
+12
*
freedreno/a3xx: fix rasterizer discard
Ilia Mirkin
2020-05-18
1
-1
/
+3
*
freedreno: fix off-by-one in assertions checking for const sizes
Ilia Mirkin
2020-05-17
1
-1
/
+1
*
freedreno/a3xx: fix const footprint
Ilia Mirkin
2020-05-17
1
-2
/
+2
*
freedreno/a3xx: reinstate rgb10_a2ui texture format
Ilia Mirkin
2020-05-17
1
-1
/
+1
*
freedreno/a3xx: there's no r8i/ui rb format, only rg8i/rg8ui
Ilia Mirkin
2020-05-17
1
-4
/
+4
*
freedreno: Drop the "write" arg to emit_const_bo now relocs don't care.
Eric Anholt
2020-05-12
1
-8
/
+4
*
freedreno: Replace OUT_RELOCW with OUT_RELOC.
Eric Anholt
2020-05-12
2
-9
/
+9
*
freedreno: Replace OUT_RELOCD with permanently flagging shader BOs for it.
Eric Anholt
2020-05-12
1
-1
/
+1
*
freedreno,tu: Don't request fragcoord components not being read.
Hyunjun Ko
2020-05-08
1
-5
/
+3
*
freedreno/ir3: Remove unused half precision shader key flag.
Eric Anholt
2020-05-01
2
-13
/
+0
*
freedreno/ir3: inline const emit
Rob Clark
2020-04-30
1
-2
/
+30
*
gallium: extract out logicop helper
Rob Clark
2020-04-30
1
-17
/
+1
*
freedreno: Fix derivatives without texturing on a3xx-a5xx.
Eric Anholt
2020-04-27
1
-1
/
+1
*
ir3: Skip missing VS outputs in VS out map when linking
Connor Abbott
2020-04-25
1
-1
/
+1
*
freedreno: Make the slice pitch be bytes, not pixels.
Eric Anholt
2020-04-23
6
-17
/
+9
*
freedreno: Introduce a "cpp_shift" value for cpp divs/muls.
Eric Anholt
2020-04-23
1
-3
/
+5
*
freedreno: Rename "is_blit" to "is_discard_blit"
Eric Anholt
2020-03-30
1
-1
/
+1
*
freedreno: get GMEM state from batch
Rob Clark
2020-01-29
1
-12
/
+13
*
freedreno/a3xx: constify gmem state
Rob Clark
2020-01-29
1
-9
/
+9
*
freedreno: constify fd_vsc_pipe
Rob Clark
2020-01-29
1
-2
/
+2
*
freedreno: constify fd_tile
Rob Clark
2020-01-29
1
-4
/
+4
*
freedreno: consolidate GMEM state
Rob Clark
2020-01-29
1
-2
/
+3
*
freedreno: extract vsc pipe bo from GMEM state
Rob Clark
2020-01-29
1
-5
/
+6
*
freedreno: use PIPE_CAP_RGB_OVERRIDE_DST_ALPHA_BLEND
Rob Clark
2020-01-29
3
-21
/
+5
*
compiler: add PERSP to the existing barycentric system values
Samuel Pitoiset
2020-01-29
1
-1
/
+1
*
freedreno: switch to layout helper
Rob Clark
2019-11-26
4
-15
/
+15
*
freedreno: Convert the slice struct to the new resource header.
Eric Anholt
2019-11-26
4
-8
/
+7
*
freedreno: use rsc->slice accessor everywhere
Rob Clark
2019-11-26
3
-10
/
+12
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
8
-8
/
+8
*
freedreno/ir3: remove first-vertex sysval
Rob Clark
2019-11-12
1
-3
/
+0
*
freedreno/a3xx: fix SP_FS_MRT_REG.HALF_PRECISION
Rob Clark
2019-11-09
1
-1
/
+1
*
freedreno/ir3: remove input ncomp field
Jonathan Marek
2019-10-14
1
-1
/
+1
*
freedreno/a3xx: Mostly fix min-vs-mag filtering decisions on non-mipmap tex.
Eric Anholt
2019-09-26
1
-5
/
+12
*
freedreno: Rename vp and fp to vs and fs in fd_program_stateobj
Kristian H. Kristensen
2019-09-25
3
-16
/
+16
*
freedreno/a6xx: Share shader state constructor and destructor
Kristian H. Kristensen
2019-09-18
1
-43
/
+1
*
freedreno: Fix the type of single-component scaled vertex attrs.
Eric Anholt
2019-09-03
1
-3
/
+3
*
freedreno/a3xx: fix sysmem <-> gmem tiles transfer
Khaled Emara
2019-08-30
2
-2
/
+3
*
freedreno/a3xx: fix texture tiling parameters
Khaled Emara
2019-08-30
1
-10
/
+21
*
freedreno/all: move more emit helpers to screen
Rob Clark
2019-08-13
1
-2
/
+1
*
freedreno/a3xx-a6xx+ir3: move emit_const* to screen
Rob Clark
2019-08-13
1
-2
/
+3
*
freedreno/a3xx: add fd3_emit_init_screen()
Rob Clark
2019-08-13
3
-0
/
+8
*
freedreno/a3xx: call fd3_emit_ib() directly from fd3
Rob Clark
2019-08-13
3
-7
/
+7
[next]