[Mesa-dev] [PATCH 13/19] mesa: Don't set loopback dispatch pointers for most things in ES2 or core

Eric Anholt eric at anholt.net
Fri Sep 7 13:51:51 PDT 2012


Ian Romanick <idr at freedesktop.org> writes:

> From: Ian Romanick <ian.d.romanick at intel.com>
>
> NOTE: This is a candidate for the 9.0 branch
>
> Signed-off-by: Ian Romanick <ian.d.romanick at 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)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20120907/de8efbae/attachment.pgp>


More information about the mesa-dev mailing list