summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dos
Commit message (Collapse)AuthorAgeFilesLines
...
* New _mesa_debug() function to replace fprintf() calls.Brian Paul2002-06-131-1/+4
| | | | | | | | Some source files updated to call _mesa_debug(), but not finished. Added __GLimports as a parameter to _mesa_create/init_context() and updated drivers accordingly. Fleshed-out more of the __GLimports and __GLexports functionality. Removed run-time config file support (config.c)
* DOS driver updateBrian Paul2002-04-015-27/+48
|
* DOS/Mesa driver updates (Daniel Borca)Brian Paul2002-03-233-13/+8
|
* Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul2002-03-161-2/+7
| | | | | | | instead of passing a GLcontext* to ResizeBuffers(), pass a GLframebuffer*. The idea is that a window can be resized without it being bound to a rendering context. This makes for a nice clean-up in the XFree86 server-side GLX code. Renamed ctx->Driver.ResizeBuffersMESA() to ctx->Driver.ResizeBuffers().
* obsoleteBrian Paul2002-03-116-2377/+0
|
* DOS driver updates from Daniel BorcaBrian Paul2002-03-081-105/+68
|
* new DOS driver files from Daniel BorcaBrian Paul2002-03-087-0/+2318
|
* DOS updates from Daniel BorcaBrian Paul2002-02-231-106/+457
|
* obsoleteBrian Paul2002-02-152-1661/+0
|
* Daniel Borca's new DOS/DJGPP driver.Brian Paul2002-02-124-0/+1499
|
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-2/+5
|
* Modified Files:Jouk Jansen2000-11-221-2/+22
| | | | | | | | | | | | | | | | | | 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. ----------------------------------------------------------------------
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-23/+29
| | | | | | | 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.
* Initial revisionjtg1999-08-192-0/+1632