summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/windows
Commit message (Collapse)AuthorAgeFilesLines
* - Changes for new software rasterizer modulesKeith Whitwell2000-11-054-35/+53
| | | | | | | | | - 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 '_'.
* removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled insteadBrian Paul2000-09-282-21/+21
|
* First batch of OpenGL SI related changes:Brian Paul2000-09-262-36/+37
| | | | | | | 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.
* Win32 updates (Chris Morley)Brian Paul2000-09-121-82/+30
|
* removed ctx->Driver.Dither functionBrian Paul2000-09-082-42/+17
|
* Removed ctx->Driver.LogicOp().Brian Paul2000-09-072-37/+9
| | | | | | | | ctx->Driver.Index/ColorMask() now return void. Removed SWmasking and SWLogicOpEnabled variables. LogicOps and color/index masking are no longer special-case device driver functions. The Xlib driver was the only driver that used them. Things are more uniform now.
* updates from [email protected]Brian Paul2000-08-022-8/+15
|
* removed obsolete logicop functionBrian Paul2000-03-031-14/+4
|
* replaced renderer_string() with get_string() funcBrian Paul2000-02-171-6/+14
|
* Removed use of GLU.H - prevents compiler warning wrt:gluGetProcAddressEXTTed Jump1999-09-191-430/+430
|
* Initial revisionjtg1999-08-1911-0/+11993