Mesa (master): intel: Expose GL_ARB_ES2_compatibility.

Eric Anholt anholt at kemper.freedesktop.org
Fri Jan 14 23:38:47 UTC 2011


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

Author: Eric Anholt <eric at anholt.net>
Date:   Fri Jan 14 14:07:28 2011 -0800

intel: Expose GL_ARB_ES2_compatibility.

We don't have all of the features of this extension hooked up yet, but
the consensus yesterday was that since those features are things that
we should also be supporting in our ES2 implementation, claiming ES2
here too doesn't make anything worse and will make incremental
improvement through piglit easier.

---

 src/mesa/drivers/dri/intel/intel_extensions.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/mesa/drivers/dri/intel/intel_extensions.c b/src/mesa/drivers/dri/intel/intel_extensions.c
index 00c2f99..fab533f 100644
--- a/src/mesa/drivers/dri/intel/intel_extensions.c
+++ b/src/mesa/drivers/dri/intel/intel_extensions.c
@@ -33,6 +33,7 @@
 #include "utils.h"
 
 
+#define need_GL_ARB_ES2_compatibility
 #define need_GL_ARB_draw_elements_base_vertex
 #define need_GL_ARB_framebuffer_object
 #define need_GL_ARB_map_buffer_range
@@ -80,6 +81,7 @@
  * i965_dri.
  */
 static const struct dri_extension card_extensions[] = {
+   { "GL_ARB_ES2_compatibility",          GL_ARB_ES2_compatibility_functions },
    { "GL_ARB_draw_elements_base_vertex",  GL_ARB_draw_elements_base_vertex_functions },
    { "GL_ARB_explicit_attrib_location",   NULL },
    { "GL_ARB_framebuffer_object",         GL_ARB_framebuffer_object_functions},




More information about the mesa-commit mailing list