[Mesa-dev] [PATCH 03/11] glapi/glx: skip that which is marked for skipping
Adam Jackson
ajax at redhat.com
Tue Mar 29 14:25:46 UTC 2016
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 support. I'm guess
> that these aren't getting stuffed in the dispatch table, so something is
> already broken.
The intent here was to not generate that code for the server side,
since we know no mesa driver is going to support it. I _guess_ I'm
sympathetic to continuing to emit client-side protocol code for it?
- ajax
More information about the mesa-dev
mailing list