mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
softpipe: YUV textures should be supported.
This commit is contained in:
parent
99bee1570b
commit
d7996beb4c
1 changed files with 0 additions and 4 deletions
|
|
@ -155,10 +155,6 @@ softpipe_is_format_supported( struct pipe_screen *screen,
|
|||
target == PIPE_TEXTURE_CUBE);
|
||||
|
||||
switch(format) {
|
||||
case PIPE_FORMAT_YUYV:
|
||||
case PIPE_FORMAT_UYVY:
|
||||
return FALSE;
|
||||
|
||||
case PIPE_FORMAT_DXT1_RGB:
|
||||
case PIPE_FORMAT_DXT1_RGBA:
|
||||
case PIPE_FORMAT_DXT3_RGBA:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue