Module: Mesa
Branch: master
Commit: a677952e681642c286ae6c5544a5b8ba3dfe8ec8
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=a677952e681642c286ae6c5544a5b8ba3dfe8ec8

Author: Marek Olšák <[email protected]>
Date:   Mon May  2 12:59:24 2011 +0200

mesa: make AMD_draw_buffers_blend an alias of the ARB variant

Reviewed-by: Ian Romanick <[email protected]>

---

 src/mesa/main/extensions.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c
index e0562cc..beec70a 100644
--- a/src/mesa/main/extensions.c
+++ b/src/mesa/main/extensions.c
@@ -259,6 +259,7 @@ static const struct extension extension_table[] = {
    /* Vendor extensions */
    { "GL_3DFX_texture_compression_FXT1",           
o(TDFX_texture_compression_FXT1),           GL,             1999 },
    { "GL_AMD_conservative_depth",                  o(AMD_conservative_depth),  
                GL,             2009 },
+   { "GL_AMD_draw_buffers_blend",                  o(ARB_draw_buffers_blend),  
                GL,             2009 },
    { "GL_APPLE_client_storage",                    o(APPLE_client_storage),    
                GL,             2002 },
    { "GL_APPLE_object_purgeable",                  o(APPLE_object_purgeable),  
                GL,             2006 },
    { "GL_APPLE_packed_pixels",                     o(APPLE_packed_pixels),     
                GL,             2002 },

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to