diff options
author | Oliver McFadden <[email protected]> | 2012-09-26 20:59:50 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-10-01 17:21:51 +0300 |
commit | 9545d9611fd983fd63960de787dff51aedd4a7f9 (patch) | |
tree | 5fb4803c2cf866a2032d7c39401f9021d36e4d08 /src/mesa/main/APIspec.xml | |
parent | 304beb81bb53f327e835250dc4bf141dff61f535 (diff) |
intel: add support for ANGLE_texture_compression_dxt.
Signed-off-by: Oliver McFadden <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/APIspec.xml')
-rw-r--r-- | src/mesa/main/APIspec.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index a65c5c5297f..c3969526f3a 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -2172,6 +2172,9 @@ <category name="NV_draw_buffers"/> <category name="NV_read_buffer"/> + <!-- GL_ANGLE_texture_compression_dxt --> + <category name="ANGLE_texture_compression_dxt"/> + <function name="DrawBuffersNV" template="DrawBuffers"/> <function name="ReadBufferNV" template="ReadBuffer"/> |