mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
mesa: enable GL_EXT_texture_sRGB_RG8 on desktop
Looks like an extension number was assigned in late 2020. This makes it possible to hook up this format to teximage-colors without teaching it about ES. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15211>
This commit is contained in:
parent
af5f49f663
commit
897a7fbbf1
1 changed files with 2 additions and 2 deletions
|
|
@ -329,8 +329,8 @@ EXT(EXT_texture_query_lod , ARB_texture_query_lod
|
|||
EXT(EXT_texture_rectangle , NV_texture_rectangle , GLL, x , x , x , 2004)
|
||||
EXT(EXT_texture_rg , ARB_texture_rg , x , x , x , ES2, 2011)
|
||||
EXT(EXT_texture_sRGB , EXT_texture_sRGB , GLL, GLC, x , x , 2004)
|
||||
EXT(EXT_texture_sRGB_R8 , EXT_texture_sRGB_R8 , GLL ,GLC, x , 30, 2015)
|
||||
EXT(EXT_texture_sRGB_RG8 , EXT_texture_sRGB_RG8 , x , x , x , 30, 2015)
|
||||
EXT(EXT_texture_sRGB_R8 , EXT_texture_sRGB_R8 , GLL, GLC, x , 30, 2015)
|
||||
EXT(EXT_texture_sRGB_RG8 , EXT_texture_sRGB_RG8 , GLL, GLC, x , 30, 2015)
|
||||
EXT(EXT_texture_sRGB_decode , EXT_texture_sRGB_decode , GLL, GLC, x , 30, 2006)
|
||||
EXT(EXT_texture_shadow_lod , EXT_texture_shadow_lod , GLL, GLC, x , 30, 2018)
|
||||
EXT(EXT_texture_shared_exponent , EXT_texture_shared_exponent , GLL, GLC, x , x , 2004)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue