summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/fog.c
Commit message (Collapse)AuthorAgeFilesLines
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-2/+2
| | | | | | | 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.
* testKeith Whitwell2000-07-071-2/+1
|
* testKeith Whitwell2000-07-071-1/+2
|
* testKeith Whitwell2000-07-071-2/+1
|
* testKeith Whitwell2000-07-071-1/+2
|
* testKeith Whitwell2000-07-071-2/+1
|
* testKeith Whitwell2000-07-071-2/+2
|
* testKeith Whitwell2000-07-071-2/+1
|
* testKeith Whitwell2000-07-071-1/+2
|
* testKeith Whitwell2000-07-071-2/+1
|
* testKeith Whitwell2000-07-071-1/+2
|
* added ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH() in _mesa_Fogfv()Brian Paul2000-06-051-1/+3
|
* made gl_make_fog_coords() staticBrian Paul2000-03-071-2/+3
|
* Fog coordinate stage which drivers may use to replace standard foggingKeith Whitwell2000-02-251-15/+70
| | | | | | mechanism. LogicOp state change callback
* minor clean-upsBrian Paul2000-02-021-4/+4
|
* changed _gl prefix to _mesa_ on fog functionsBrian Paul2000-02-021-8/+14
|
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-11/+47
|
* clean-up of header includes (Daryll)Brian Paul1999-11-081-4/+1
|
* Fixed includes & added a few hooks for the DRI.kw-mesa-1Keith Whitwell1999-10-081-1/+7
|
* Initial revisionjtg1999-08-191-0/+327