Re: [Mesa-dev] [PATCH 03/11] glapi/glx: skip that which is marked for skipping

2016-03-29 Thread Adam Jackson
On Mon, 2016-03-28 at 11:14 -0700, Ian Romanick wrote: > I am confused by this patch.  Mesa drivers doesn't support > GL_NV_vertex_program, but the library still supports the protocol for it > for compatibility with other server implementations. > src/glx/glxextensions.c still tries to advertise su

Re: [Mesa-dev] [PATCH 03/11] glapi/glx: skip that which is marked for skipping

2016-03-28 Thread Ian Romanick
I am confused by this patch. Mesa drivers doesn't support GL_NV_vertex_program, but the library still supports the protocol for it for compatibility with other server implementations. src/glx/glxextensions.c still tries to advertise support. I'm guess that these aren't getting stuffed in the disp

[Mesa-dev] [PATCH 03/11] glapi/glx: skip that which is marked for skipping

2016-03-24 Thread Adam Jackson
Signed-off-by: Adam Jackson --- src/glx/indirect_vertex_array.c | 39 src/glx/indirect_vertex_program.c | 202 -- src/glx/tests/indirect_api.cpp| 2 - src/mapi/glapi/gen/glX_XML.py | 6 +- 4 files changed, 4 insertions(+), 245 deletions(