https://bugs.freedesktop.org/show_bug.cgi?id=60518

--- Comment #6 from José Fonseca <jfons...@vmware.com> ---
Sounds like the glGenerateMipmap implementation (likely Meta module) is
clobbering the GL_VERTEX_ATTRIB_ARRAY_ENABLED* state.

> The two calls to glVertexAttribPointer are not done by the application btw. 
> It doesn't touch vertex attribs at all on Linux/Mesa.

Apitrace asks the OpenGL driver whether vertex attribs are enabled or not, and
will emit fake glVertexAttribPointer calls on every draw call (as only then it
knows how big is the user pointer memory).

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to