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

2012-01-24 Thread nobled
On Tue, Jan 17, 2012 at 6:10 PM, Brian Paul 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 counterpar

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

2012-01-19 Thread Ian Romanick
On 01/18/2012 09:54 AM, nobled wrote: On Tue, Jan 17, 2012 at 6:10 PM, Brian Paul 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 thei

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

2012-01-18 Thread nobled
On Tue, Jan 17, 2012 at 6:10 PM, Brian Paul 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 counterpar

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

2012-01-17 Thread Brian Paul
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 generate

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

2012-01-16 Thread nobled
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. --- src/mapi/glapi/gen/ARB_robustness.xml | 26 +- src/mapi/glapi/gen/gl_AP