Age | Commit message (Collapse) | Author |
|
alias with the corresponding ARB functions.
GL_ARB_vertex_shader (and OpenGL 2.0's) VertexAttrib functions don't alias
with conventional vertex attributes, as GL_NV_vertex_program does.
So, the ARB and NV version of VertexAttrib need to be distinct.
|
|
1015696)
|
|
|
|
|
|
|
|
entering a vertex for the first time and one which was already present
but increasing its size. Fixes Brian's normal.c bug.
|
|
get clobbered
|
|
|
|
|
|
|
|
|
|
Added a bunch of const qualifiers.
Use _mesa_memcpy() instead of memcpy(), etc.
|
|
|
|
|
|
|
|
|
|
|
|
everything else).
|
|
|
|
|
|
|
|
|
|
#define MESA_FUNCTION to __FUNCTION__ if MESA_DEBUG is defined.
|
|
|