summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/rastpos.c
Commit message (Collapse)AuthorAgeFilesLines
* renamed Current.ByteColor Current.ColorBrian Paul2000-10-291-5/+5
|
* New colormac.h file for color-related macros.Brian Paul2000-10-281-3/+6
| | | | Lot's of clean-up in macros.h and mmath.h
* Basic work to support deep color channels:Brian Paul2000-10-281-3/+3
| | | | | Replace GLubyte with GLchan Replace 255 with CHAN_MAX
* support for N texture unitsBrian Paul2000-09-301-2/+2
|
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-4/+4
| | | | | | | 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.
* runtime selectable depth buffer depthBrian Paul2000-03-031-3/+3
|
* updated includes for source file reorgBrian Paul2000-02-021-1/+2
|
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-71/+141
|
* changes to silence MSVC warningsBrian Paul1999-11-081-2/+2
|
* Fixed includes & added a few hooks for the DRI.kw-mesa-1Keith Whitwell1999-10-081-6/+8
|
* Initial revisionjtg1999-08-191-0/+227