mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-21 04:38:09 +02:00
This updates a3xx/a4xx/a5xx to fix the fetchsize to "PITCHALIGN" (called "MINLINEOFFSET" by the a3xx docs), and some simplifications to make things more like a6xx. Also similar simplifications for a2xx layout code. The pitch can always be determined using a simple calculation from the base level pitch, so don't pre-calculate a pitch for each mipmap level. Signed-off-by: Jonathan Marek <jonathan@marek.ca> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5796> |
||
|---|---|---|
| .. | ||
| fd5_layout.c | ||
| fd5_layout_test.c | ||
| fd6_layout.c | ||
| fd6_layout_test.c | ||
| fd_layout_test.c | ||
| fd_layout_test.h | ||
| freedreno_layout.c | ||
| freedreno_layout.h | ||
| meson.build | ||