Home
last modified time | relevance | path

Searched refs:EXT_sRGB (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_fbo.c143 if (!ctx->Extensions.EXT_sRGB) { in st_renderbuffer_alloc_storage()
677 if (!ctx->Extensions.EXT_sRGB && _mesa_is_format_srgb(texFormat)) { in st_validate_attachment()
Dst_format.c1385 if (!ctx->Extensions.EXT_sRGB) { in st_QuerySamplesForFormat()
Dst_extensions.c846 { { o(EXT_sRGB) }, in st_init_extensions()
1459 extensions->EXT_sRGB; in st_init_extensions()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_extensions.c109 ctx->Extensions.EXT_sRGB = true; in intelInitExtensions()
/external/mesa3d/src/mesa/main/
Dversion.c520 extensions->EXT_sRGB && in compute_version_es2()
Dframebuffer.c462 fb->Visual.sRGBCapable = ctx->Extensions.EXT_sRGB; in _mesa_update_framebuffer_visual()
Dformatquery.c1244 if (!ctx->Extensions.EXT_sRGB || in _mesa_GetInternalformativ()
Dmtypes.h4386 GLboolean EXT_sRGB; member
Dfbobject.c4592 if (ctx->Extensions.EXT_sRGB) { in get_framebuffer_attachment_parameter()
Dteximage.c2428 bool rb_is_srgb = (ctx->Extensions.EXT_sRGB && in copytexture_error_check()
/external/mesa3d/docs/relnotes/
D19.0.0.rst1060 - mesa:main: Add flag for EXT_sRGB to gl_extensions
1061 - i965: Set flag for EXT_sRGB
1063 - mesa/main: Use flag for EXT_sRGB instead of EXT_framebuffer_sRGB