gallium: add EXT_texture_snorm support
This commit is contained in:
@@ -453,6 +453,12 @@ void st_init_extensions(struct st_context *st)
|
||||
ctx->Extensions.ATI_texture_compression_3dc = GL_TRUE;
|
||||
}
|
||||
|
||||
if (screen->is_format_supported(screen, PIPE_FORMAT_R8G8B8A8_SNORM,
|
||||
PIPE_TEXTURE_2D, 0,
|
||||
PIPE_BIND_SAMPLER_VIEW)) {
|
||||
ctx->Extensions.EXT_texture_snorm = GL_TRUE;
|
||||
}
|
||||
|
||||
/* ycbcr support */
|
||||
if (screen->is_format_supported(screen, PIPE_FORMAT_UYVY,
|
||||
PIPE_TEXTURE_2D, 0,
|
||||
|
Reference in New Issue
Block a user