Re: [Mesa-dev] [PATCH 00/20] glapi yak shaving and GLES 3.1 enabling

2015-05-15 Thread Emil Velikov
On 15/05/15 18:29, Ian Romanick wrote: > On 05/14/2015 03:01 PM, Emil Velikov wrote: >> Hi Ian, >> >> On 13/05/15 19:44, Ian Romanick wrote: >>> We've known for a long time that having all those tags in the >>> entries in the XML is bad. For example, people cut-and-paste for >>> everything, and,

Re: [Mesa-dev] [PATCH 00/20] glapi yak shaving and GLES 3.1 enabling

2015-05-15 Thread Ian Romanick
On 05/14/2015 03:01 PM, Emil Velikov wrote: > Hi Ian, > > On 13/05/15 19:44, Ian Romanick wrote: >> We've known for a long time that having all those tags in the >> entries in the XML is bad. For example, people cut-and-paste for >> everything, and, as a result, we export a bunch of functions th

Re: [Mesa-dev] [PATCH 00/20] glapi yak shaving and GLES 3.1 enabling

2015-05-14 Thread Emil Velikov
Hi Ian, On 13/05/15 19:44, Ian Romanick wrote: > We've known for a long time that having all those tags in the > entries in the XML is bad. For example, people cut-and-paste for > everything, and, as a result, we export a bunch of functions that we > should not. We also really want to just use

Re: [Mesa-dev] [PATCH 00/20] glapi yak shaving and GLES 3.1 enabling

2015-05-13 Thread Ian Romanick
On 05/13/2015 12:44 PM, Ian Romanick wrote: > We've known for a long time that having all those tags in the > entries in the XML is bad. For example, people cut-and-paste for > everything, and, as a result, we export a bunch of functions that we > should not. We also really want to just use the

[Mesa-dev] [PATCH 00/20] glapi yak shaving and GLES 3.1 enabling

2015-05-13 Thread Ian Romanick
We've known for a long time that having all those tags in the entries in the XML is bad. For example, people cut-and-paste for everything, and, as a result, we export a bunch of functions that we should not. We also really want to just use the Khronos XML. This series takes a couple small steps