[Mesa-stable] [Mesa-dev] [PATCH 01/17] mesa: Support GL_MAX_VERTEX_OUTPUT_COMPONENTS query with ES3

Carl Worth cworth at cworth.org
Fri Oct 4 14:03:54 PDT 2013


Ian Romanick <idr at freedesktop.org> writes:
> From: Ian Romanick <ian.d.romanick at intel.com>
>
> Cc: "9.1 9.2" <mesa-stable at lists.freedesktop.org>
..
>    # GL 3.0 / GLES3
> +  [ "MAX_VERTEX_OUTPUT_COMPONENTS", "LOC_CUSTOM, TYPE_INT, 0, extra_gl32_es3" ],
>    [ "MAX_FRAGMENT_INPUT_COMPONENTS", "LOC_CUSTOM, TYPE_INT, 0, extra_gl32_es3" ],

This patch applies textually to 9.1 easily enough, (trivial merge
conflicts only), but doesn't actually compile. It fails with:

	In file included from ../../../src/mesa/main/get.c:420:0:
	../../../src/mesa/main/get_hash.h:228:40: error: 'extra_gl32_es3' undeclared here (not in a function)
	     { GL_MAX_VERTEX_OUTPUT_COMPONENTS, LOC_CUSTOM, TYPE_INT, 0, extra_gl32_es3 },

So presumably this depends on earlier patches.

I'm going forward with 9.1.7 without this patch for now. Feel free to
follow up with additional instructions if you think it's important to
have a subsequent 9.1 release with this fix.

-Carl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-stable/attachments/20131004/4ff1d5e8/attachment.pgp>


More information about the mesa-stable mailing list