[PATCH] glx: Update the dispatch table according to mesa version.
Jeremy Huddleston
jeremyhu at apple.com
Tue Feb 7 23:57:27 PST 2012
This (or at least the first hunk, I stopped looking after that) was done already in:
commit 66e6037c334c2bcfe6e60d24cac83a8d6087fdd5
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Mon Dec 5 15:27:08 2011 -0800
glx: Regenerate GL API files from Mesa
Adam reviewed the underlying changes in the Mesa generated scripts.
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
Reviewed-by: Adam Jackson <ajax at redhat.com>
On Feb 7, 2012, at 10:44 PM, zhigang.gong at linux.intel.com wrote:
> From: Zhigang Gong <zhigang.gong at linux.intel.com>
>
> The dispatch table is from mesa code base and is pretty old.
> If we have another DRI loader at server side for an example
> glamor, then the dispatch table in this glx and the mesa's
> dispatch table will be inconsistense to each other. This will
> prevent us to enable indirect GLX acceleration with another
> GL context.
>
> Signed-off-by: Zhigang Gong <zhigang.gong at linux.intel.com>
More information about the xorg-devel
mailing list