mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-02 00:10:33 +01:00
Eric recently added PIPE_FORMAT_FXT1_RGB[A] as part of his format
unification work. This was really most of the work of implementing
the extension. We just need to handle it in a couple of places and
expose the extension.
v2: Reject the new formats in llvmpipe_is_format_supported to prevent
crashes because it doesn't know how to handle the new formats.
Reviewed-by: Marek Olšák <marek.olsak@amd.com> [v1]
Reviewed-by: Eric Anholt <eric@anholt.net> [v1]
|
||
|---|---|---|
| .. | ||
| meson.build | ||
| u_format.c | ||
| u_format.csv | ||
| u_format.h | ||
| u_format_bptc.c | ||
| u_format_bptc.h | ||
| u_format_etc.c | ||
| u_format_etc.h | ||
| u_format_latc.c | ||
| u_format_latc.h | ||
| u_format_other.c | ||
| u_format_other.h | ||
| u_format_pack.py | ||
| u_format_parse.py | ||
| u_format_rgtc.c | ||
| u_format_rgtc.h | ||
| u_format_s3tc.c | ||
| u_format_s3tc.h | ||
| u_format_table.py | ||
| u_format_tests.c | ||
| u_format_tests.h | ||
| u_format_yuv.c | ||
| u_format_yuv.h | ||
| u_format_zs.c | ||
| u_format_zs.h | ||