summaryrefslogtreecommitdiff
path: root/src/mesa/main/rastpos.c
AgeCommit message (Collapse)Author
2000-09-30support for N texture unitsBrian Paul
2000-09-26First batch of OpenGL SI related changes:Brian Paul
Renamed struct gl_context to struct __GLcontextRec. Include glcore.h, setup GL imports/exports. Replaced gl_ prefix with _mesa_ prefix in context.[ch] functions. GLcontext's Visual field is no longer a pointer.
2000-03-03runtime selectable depth buffer depthBrian Paul
2000-02-02updated includes for source file reorgBrian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-11-08changes to silence MSVC warningsBrian Paul
1999-10-08Fixed includes & added a few hooks for the DRI.Keith Whitwell
1999-08-19Initial revisionjtg