Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the transform and lighting code to two new directories | Keith Whitwell | 2000-11-16 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | math: Provides basic matrix and vector functionality that might be useful to multiple software t&l implementations, and is used by core mesa to manage the Model, Project, etc matrices. tnl: The real transform & lighting code from core mesa, including everything from glVertex3f through vertex buffer handling, transformation, clipping, lighting and handoff to a driver for rasterization. The interfaces of these can be further tightened up, but the basic splitting up of state and code move is done. | ||||
* | - Changes for new software rasterizer modules | Keith Whitwell | 2000-11-05 | 1 | -1/+7 |
| | | | | | | | | | - Remove support for choosing software fallbacks from core code - Remove partial fallback code from vbrender.c -- drivers are now expected to be able to find a triangle/quad function for every state, even if they have to use _swsetup_Triangle or _swsetup_Quad. - Marked derived variables in the GLcontext struct with a leading underscore '_'. | ||||
* | more minor header file re-org (moved CONST, ASSERT, INLINE to config.h) | Brian Paul | 2000-10-29 | 1 | -25/+1 |
| | |||||
* | New colormac.h file for color-related macros. | Brian Paul | 2000-10-28 | 1 | -83/+17 |
| | | | | Lot's of clean-up in macros.h and mmath.h | ||||
* | Basic work to support deep color channels: | Brian Paul | 2000-10-28 | 1 | -1/+7 |
| | | | | | Replace GLubyte with GLchan Replace 255 with CHAN_MAX | ||||
* | new comments, misc clean-up | Brian Paul | 2000-09-17 | 1 | -10/+13 |
| | |||||
* | added SET/CLEAR/TEST_BITS macros, misc clean-up | Brian Paul | 1999-11-22 | 1 | -38/+38 |
| | |||||
* | first big check-in of new Mesa 3.3 code | Brian Paul | 1999-11-11 | 1 | -87/+16 |
| | |||||
* | header includes clean-up (Daryll) | Brian Paul | 1999-11-08 | 1 | -5/+5 |
| | |||||
* | removed GL_ prefix from memory macros | Brian Paul | 1999-10-13 | 1 | -12/+12 |
| | |||||
* | Repaired definition of GL_CALLOC_STRUC | Jouk Jansen | 1999-10-11 | 1 | -2/+2 |
| | |||||
* | added memory macros | Brian Paul | 1999-10-10 | 1 | -1/+23 |
| | |||||
* | Fixed includes & added a few hooks for the DRI.kw-mesa-1 | Keith Whitwell | 1999-10-08 | 1 | -3/+6 |
| | |||||
* | Initial revision | jtg | 1999-08-19 | 1 | -0/+546 |