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
/
a5xx
Commit message (
Expand
)
Author
Age
Files
Lines
*
freedreno: small comment re-word
Rob Clark
2020-07-18
1
-1
/
+1
*
freedreno/layout: layout simplifications and pitch from level 0 pitch
Jonathan Marek
2020-07-08
4
-32
/
+2
*
freedreno: add a fd_resource_pitch helper
Jonathan Marek
2020-07-08
4
-20
/
+15
*
freedreno/a5xx: set missing bary sysvals
Jonathan Marek
2020-07-01
1
-10
/
+25
*
freedreno/registers: update varying-related registers
Jonathan Marek
2020-07-01
1
-7
/
+7
*
freedreno/ir3: move finalize_nir to pscreen hook
Rob Clark
2020-06-26
1
-0
/
+1
*
freedreno: On a5xx+ INDX_SIZE is MAX_INDICES
Connor Abbott
2020-06-26
1
-8
/
+8
*
ir3, freedreno: Round up constlen earlier
Connor Abbott
2020-06-26
2
-2
/
+4
*
freedreno: make foreach_bit() declare it's cursor
Rob Clark
2020-06-25
1
-1
/
+1
*
freedreno/a5xx: use point-coord helper
Rob Clark
2020-06-24
1
-33
/
+25
*
freedreno/ir3: unify shader create/delete paths
Rob Clark
2020-06-15
1
-1
/
+1
*
freedreno/ir3: split kill from no_earlyz
Rob Clark
2020-06-04
2
-2
/
+2
*
freedreno: Use explicit *_NONE enum for undefined formats
Kristian H. Kristensen
2020-05-26
4
-14
/
+12
*
freedreno/a5xx: Set MIN_LAYERSZ on 3D textures like we do on a6xx.
Eric Anholt
2020-05-21
1
-0
/
+2
*
freedreno/a5xx: Move resource layout to fdl.
Eric Anholt
2020-05-21
1
-106
/
+6
*
freedreno/a5xx: remove unused reference to gmem_alignw in layout code
Jonathan Marek
2020-05-20
1
-2
/
+1
*
freedreno: fix off-by-one in assertions checking for const sizes
Ilia Mirkin
2020-05-17
1
-1
/
+1
*
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
9
-33
/
+33
*
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
2
-12
/
+10
*
freedreno/ir3: inline const emit
Rob Clark
2020-04-30
3
-3
/
+40
*
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
-2
/
+2
*
ir3: Skip missing VS outputs in VS out map when linking
Connor Abbott
2020-04-25
1
-12
/
+5
*
freedreno: Make the slice pitch be bytes, not pixels.
Eric Anholt
2020-04-23
5
-13
/
+15
*
freedreno: Introduce a "cpp_shift" value for cpp divs/muls.
Eric Anholt
2020-04-23
1
-1
/
+1
*
freedreno: Rename RB_DONE_TS
Connor Abbott
2020-04-02
1
-2
/
+2
*
freedreno: Fix detection of being in a blit for acc queries.
Eric Anholt
2020-03-30
1
-6
/
+3
*
freedreno: Count blits in GL_TIME_ELAPSED and perf counter queries.
Eric Anholt
2020-03-30
1
-2
/
+2
*
freedreno/a5xx: Fix min-vs-mag filtering decisions on non-mipmap tex.
Eric Anholt
2020-03-17
1
-1
/
+10
*
freedreno: name sysmem color/depth flush events
Jonathan Marek
2020-02-14
1
-1
/
+1
*
freedreno: Move the layout debug under FD_MESA_DEBUG=layout.
Eric Anholt
2020-02-04
1
-9
/
+0
*
gallium: Add and use a helper for packing uc from a color_union.
Eric Anholt
2020-02-04
1
-7
/
+1
*
freedreno: remove flush-queue
Rob Clark
2020-01-29
1
-1
/
+1
*
freedreno: get GMEM state from batch
Rob Clark
2020-01-29
1
-13
/
+10
*
freedreno/a5xx: constify gmem state
Rob Clark
2020-01-29
1
-10
/
+10
*
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
-7
/
+6
*
freedreno: use PIPE_CAP_RGB_OVERRIDE_DST_ALPHA_BLEND
Rob Clark
2020-01-29
3
-22
/
+5
*
compiler: add PERSP to the existing barycentric system values
Samuel Pitoiset
2020-01-29
1
-1
/
+1
*
freedreno: Stop scattered remapping of SSBOs/images to IBOs.
Eric Anholt
2020-01-21
2
-6
/
+3
*
freedreno/a5xx+a6xx: split LRZ layout to per-gen
Rob Clark
2019-12-10
1
-0
/
+31
*
freedreno: reorder format check
Fritz Koenig
2019-12-06
1
-2
/
+2
*
freedreno: switch to layout helper
Rob Clark
2019-11-26
6
-39
/
+39
*
freedreno: Convert the slice struct to the new resource header.
Eric Anholt
2019-11-26
5
-9
/
+9
*
freedreno: Introduce a fd_resource_tile_mode() helper.
Eric Anholt
2019-11-26
3
-10
/
+5
*
freedreno: use rsc->slice accessor everywhere
Rob Clark
2019-11-26
3
-7
/
+10
[next]