mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-09 03:38:18 +02:00
i915g: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate.
This commit is contained in:
parent
382d1d370b
commit
2c1249e226
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ i915_is_format_supported(struct pipe_screen *screen,
|
|||
unsigned geom_flags)
|
||||
{
|
||||
static const enum pipe_format tex_supported[] = {
|
||||
PIPE_FORMAT_R8G8B8A8_UNORM,
|
||||
PIPE_FORMAT_R8G8B8A8_UNORM_REV,
|
||||
PIPE_FORMAT_A8R8G8B8_UNORM,
|
||||
PIPE_FORMAT_R5G6B5_UNORM,
|
||||
PIPE_FORMAT_L8_UNORM,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue