Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-10 | mesa-tnl-0-to-NULL.patch from Jeff Muizelaar | Keith Whitwell | |
2004-11-27 | Change the dispatch offsets for the VertexAttrib*NV functions so they don't | Brian Paul | |
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. | |||
2004-10-24 | Bug #1682: Mesa core code that gets linked into DRI drivers should never call | Adam Jackson | |
through the GL API directly, but should instead use the GL_CALL macro. | |||
2004-08-25 | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch ↵ | Brian Paul | |
1015696) | |||
2004-01-15 | Cosmetic changes. | Brian Paul | |
Added a bunch of const qualifiers. Use _mesa_memcpy() instead of memcpy(), etc. | |||
2004-01-13 | silence compiler warnings | Karl Schultz | |
2003-12-05 | include glheader.h first, to prevent warnings about GLAPIENTRYP being redefined | Brian Paul | |
2003-11-25 | fix assorted g++ warnings | Brian Paul | |
2003-11-24 | Merge vtx-0-2-branch | Keith Whitwell | |