summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/windows
Commit message (Collapse)AuthorAgeFilesLines
* Updates for improved DirectDraw support (Daniel Slater)Karl Schultz2001-11-012-65/+514
|
* Fix the clear() functionKarl Schultz2001-10-051-80/+98
| | | | | | | | - add checks for the ColorMask and IndexMask (like osmesa) - correctly handle the DD_*_BIT flags so that we don't also ask the swrast to clear the color buffer after we cleared it ourselves. (doh!) This gives nearly a 2X improvement in the frame rate in a program like gears.
* Updated Windows driver for Mesa 4.0.Karl Schultz2001-10-041-1555/+1427
| | | | Needs optimization.
* remove extra CR charsKarl Schultz2001-10-042-194/+194
|
* disable some more code so that it compiles quietly on Windows.Karl Schultz2001-09-251-6/+6
|
* remove carriage return charsKarl Schultz2001-09-182-3616/+3616
|
* Win32 updates (Karl Schultz)Brian Paul2001-09-142-3600/+3616
|
* wglUseFontBitmapsA() update (Frank Warmerdam)Brian Paul2001-07-271-7/+135
|
* s/Height/height/ (Jeff Potter)Brian Paul2001-05-211-2/+2
|
* fixed font/bitmap x-offset bug (Frank Warmerdam)Brian Paul2001-05-091-2/+2
|
* fixed Y flip problem in read_rgba_pixels() (Frank Warmerdam)Brian Paul2001-05-091-2/+3
|
* flush pipeline in WMesaSwapBuffers (Frank Warmerdam)Brian Paul2001-04-261-1/+9
|
* fixed wglUseFontBitmapsA() bugs (Frank Warmerdam)Brian Paul2001-04-031-12/+10
|
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-034-6/+12
|
* Lots of GLchan datatype changes.Brian Paul2001-01-242-5/+5
| | | | | | | | | Added GLvector4us datatype in math/m_vector.[ch] Added _math_trans_4us() in math/m_translate.[ch] Choose GLvector4ub, GLvector4us, GLvector4f at compile time based on CHAN_BITS. Made Driver.ClearColor() and Driver.ClearIndex() optional driver functions. Changed args to Driver.ClearColor(), updated drivers. Reordered files in Makefile.X11
* Modified Files:Jouk Jansen2000-11-221-2/+2
| | | | | | | | | | | | | | | | | | Mesa/src/Allegro/amesa.c Mesa/src/DOS/dosmesa.c Mesa/src/FX/fxdd.c Mesa/src/FX/fxdrv.h Mesa/src/FX/fxfastpath.c Mesa/src/GGI/include/ggi/mesa/ggimesa.h Mesa/src/OSmesa/osmesa.c Mesa/src/SVGA/svgamesa.c Mesa/src/Trace/tr_control.c Mesa/src/Windows/wgl.c Mesa/src/X/xmesaP.h Mesa/src/X86/3dnow.c Mesa/src/X86/katmai.c Mesa/src/X86/x86.c Removed Files: Mesa/src/mms_depend Oops,... all files containing Caps in directory name or file name were missing in my types->mtypes commit. ----------------------------------------------------------------------
* Minor header file changes to silence warnings.Brian Paul2000-11-171-1/+3
| | | | | Added _mesa_enable_sw_extensions(), called by software-only drivers to enable all s/w-supported GL extensions.
* Removed Driver.Color() and Driver.Index() functions.Brian Paul2000-11-141-33/+14
| | | | | | Pass color or color index directly to WriteMono*() span functions. Updated current s/w drivers accordingly. Clean-up of X gc handling in XMesa driver.
* - 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