[Mesa-dev] Mesa (master): 36 new commits

Kristian Høgsberg krh at bitplanet.net
Sun May 2 11:23:24 PDT 2010


On Sun, May 2, 2010 at 10:51 AM, José Fonseca <jfonseca at vmware.com> wrote:
> I think the problem is that src/mesa/main/dispatch.h has
>
> #ifdef IN_DRI_DRIVER
> #define _GLAPI_USE_REMAP_TABLE
> #endif
>
> But we're missing #ifdef _GLAPI_USE_REMAP_TABLE .. #endif in a bunch of
> places. That is, all non-dri builds are broken.

Thanks Jose, that looks like the right solution.  I committed a small
fix - remember to #include mfeatures.h before testing feature macros.

Kristian.


More information about the mesa-dev mailing list