On 09/07/2012 11:51 PM, Eric Anholt wrote:
Ian Romanick <i...@freedesktop.org> writes:

From: Ian Romanick <ian.d.roman...@intel.com>

NOTE: This is a candidate for the 9.0 branch

Signed-off-by: Ian Romanick <ian.d.roman...@intel.com>

+   if (ctx->API != API_OPENGLES2) {
+      SET_VertexAttrib1sARB(dest, loopback_VertexAttrib1sARB);
+      SET_VertexAttrib1dARB(dest, loopback_VertexAttrib1dARB);

Shouldn't these just be for desktop GL? (no GLES1)


GLES1 takes a very different set of paths for setting dispatch functions. I didn't have time to kill all of it's wrapper functions before making the 9.0 branch. I hope to do that pretty soon. I know there is a lot of code that needs fixing for GLES1, so I want to do it all at once.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to