[Mesa-dev] [PATCH 1/4] glapi: remove non-existent parameter references

Ian Romanick idr at freedesktop.org
Thu Jan 19 10:03:48 PST 2012


On 01/18/2012 09:54 AM, nobled wrote:
> On Tue, Jan 17, 2012 at 6:10 PM, Brian Paul<brianp at vmware.com>  wrote:
>> On 01/16/2012 04:45 PM, nobled wrote:
>>>
>>> glGetTexImage, for example, has no width/height/depth parameters.
>>>
>>> Also, copy some missing parameter info from the original versions
>>> of certain functions over to their ARB_robustness counterparts.
>>
>>
>> These look OK to me.  There's no real change in the generated .[ch] files,
>> right?
> I can't actually tell; whenever I try to run `make` in
> src/mapi/glapi/gen/, it errors out with "Set XORG_BASE env var"
> instead.

This is because the scripts in Mesa also generate GLX protocol handling 
code for the xserver.  Either set the environment variable to point at 
an xserver source tree, or run make with -B (ignore errors).


More information about the mesa-dev mailing list