diff options
author | Gwenole Beauchesne <[email protected]> | 2012-04-18 16:38:47 +0200 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2012-07-04 15:26:22 -0400 |
commit | 69f031cc198b2ce3095cde3f8e00dcd2eed39301 (patch) | |
tree | d4985d3f83f2860de288dc42793d5e41a52356bf /src/mesa/main/APIspec.xml | |
parent | 3ed8d4285360047d78cfd3218ac4f8f325ae5d6e (diff) |
mesa: add GL_EXT_texture_rg extension for OpenGL ES 2.x.
Diffstat (limited to 'src/mesa/main/APIspec.xml')
-rw-r--r-- | src/mesa/main/APIspec.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index f870cf7db64..b6cf52d074a 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -4150,6 +4150,7 @@ <category name="OES_packed_depth_stencil"/> <category name="OES_standard_derivatives"/> <category name="EXT_texture_format_BGRA8888"/> + <category name="EXT_texture_rg"/> <category name="EXT_read_format_bgra"/> <category name="EXT_texture_compression_dxt1"/> |