mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
llvmpipe: SRGB textures not supported yet
This commit is contained in:
parent
ba92947198
commit
f8978f186e
1 changed files with 0 additions and 1 deletions
|
|
@ -226,7 +226,6 @@ llvmpipe_is_format_supported( struct pipe_screen *_screen,
|
|||
return FALSE;
|
||||
|
||||
if(format_desc->colorspace != UTIL_FORMAT_COLORSPACE_RGB &&
|
||||
format_desc->colorspace != UTIL_FORMAT_COLORSPACE_SRGB &&
|
||||
format_desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS)
|
||||
return FALSE;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue