Re: [Mesa-dev] [PATCH] glapi: fix argument parsing in glX_proto_recv.py

2015-07-22 Thread Emil Velikov
It should be in master now. -Emil On 21 July 2015 at 23:34, Dylan Baker wrote: > Cool, I was under that impression too, but having it confirmed is great. > > Since these do matter and I don't have push access, could you make sure this > lands? > > On Jul 21, 2015 15:33, "Emil Velikov" wrote: >>

Re: [Mesa-dev] [PATCH] glapi: fix argument parsing in glX_proto_recv.py

2015-07-21 Thread Dylan Baker
Cool, I was under that impression too, but having it confirmed is great. Since these do matter and I don't have push access, could you make sure this lands? On Jul 21, 2015 15:33, "Emil Velikov" wrote: > It seems that I was under the wrong impression on the hole thing. > > Some of the files gene

Re: [Mesa-dev] [PATCH] glapi: fix argument parsing in glX_proto_recv.py

2015-07-21 Thread Emil Velikov
It seems that I was under the wrong impression on the hole thing. Some of the files generated from these scripts are used in/by xserver. Although they are imported/tracked into version control of the latter in order to prevent the xserver build directly diving into mesa source tree. The XORG_GLAP

Re: [Mesa-dev] [PATCH] glapi: fix argument parsing in glX_proto_recv.py

2015-07-04 Thread Emil Velikov
Seems like there is a misunderstanding somewhere - perhaps some on my end. Yet I do recall Adam Jackson stating on numerous occasions, on IRC, that we don't want/need any sources from mesa (outside dri_interface.h and the gl* headers) for xserver. Adam can we truly nuke (some of) the generated sou

Re: [Mesa-dev] [PATCH] glapi: fix argument parsing in glX_proto_recv.py

2015-07-03 Thread Dylan Baker
I asked about dumping them and was told that they would leave mesa only when x itself died. If be more than happy to see them go if they're not useful On Jul 3, 2015 06:28, "Emil Velikov" wrote: > On 02/07/15 18:25, Dylan Baker wrote: > > One of the plugins I use with vim "helpfully" added an und

Re: [Mesa-dev] [PATCH] glapi: fix argument parsing in glX_proto_recv.py

2015-07-03 Thread Emil Velikov
On 02/07/15 18:25, Dylan Baker wrote: > One of the plugins I use with vim "helpfully" added an underscore to the > front of mode for kicks. > > Obviously this isn't a feature used very often because it's been broken > since d986cb7c70db (since May 20th), and no one has noticed. > Iirc these have

[Mesa-dev] [PATCH] glapi: fix argument parsing in glX_proto_recv.py

2015-07-02 Thread Dylan Baker
One of the plugins I use with vim "helpfully" added an underscore to the front of mode for kicks. Obviously this isn't a feature used very often because it's been broken since d986cb7c70db (since May 20th), and no one has noticed. Signed-off-by: Dylan Baker --- src/mapi/glapi/gen/glX_proto_recv