summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* updated SVGA sources from Mesa 3.2Brian Paul2000-01-2212-334/+1468
* updated with latest DRI tree changesBrian Paul2000-01-187-308/+464
* Added occlusion test code. Follows the HP proposed occlusion test extension.Randy Frank2000-01-151-2/+219
* GLcontext is now nested in OSMesaContextBrian Paul2000-01-141-57/+69
* added fxMesaContext arg to fxInitPixelTables()Brian Paul2000-01-133-6/+9
* * Fixups to the GGIMesa code to reflect the recent DD API changesJon Taylor2000-01-078-67/+376
* added BitsPerPixel to XMesaVisual structBrian Paul2000-01-071-2/+3
* return GL_FALSE in fxDDColorMaskBrian Paul2000-01-061-1/+1
* updated Clear function for new mask bitsBrian Paul2000-01-063-56/+77
* removed old thread codeBrian Paul1999-12-171-45/+16
* bitmaps were vertically shifted by one pixelBrian Paul1999-12-121-2/+3
* added GLX_ARB_get_proc_address to extension listBrian Paul1999-12-111-3/+3
* new depth buffer functionsBrian Paul1999-12-103-453/+64
* pass new args to gl_create_framebufferBrian Paul1999-12-101-1/+5
* applied Daryll's patchesBrian Paul1999-12-103-408/+409
* pass new args to gl_create_framebuffer()Brian Paul1999-12-101-3/+8
* applied Daryll's patchesBrian Paul1999-12-104-112/+146
* added glXGetProcAddressARB()Brian Paul1999-12-101-1/+24
* added WM_SYSKEYDOWN case in __wglMonitor() (Eero Pajarre)Brian Paul1999-12-021-0/+1
* fxInitPixelTables() change for Voodoo 1/2 vs 3Brian Paul1999-12-011-1/+16
* added missing functions in GLX_functions[] arrayBrian Paul1999-11-281-2/+5
* updated comments, removed obsolete functionsBrian Paul1999-11-281-93/+3
* removed include fakeglx.hBrian Paul1999-11-281-2/+1
* obsoleteBrian Paul1999-11-282-364/+0
* changes for new GLX dispatcherBrian Paul1999-11-281-88/+340
* all new dispatch systemBrian Paul1999-11-281-361/+551
* initial revBrian Paul1999-11-281-0/+162
* bunch of changes for separate read buffer featureBrian Paul1999-11-251-12/+13
* implemented glXMakeContextCurrent() and glXGetCurrentReadDrawable()Brian Paul1999-11-252-14/+113
* replaced Driver.SetBuffer() with SetDrawBuffer() and SetReadBuffer()Brian Paul1999-11-252-6/+40
* added support for separate read/draw buffers per contextBrian Paul1999-11-241-7/+5
* added GLX 1.3 functionsBrian Paul1999-11-231-1/+159
* clean up of version handling, removed GLX_EXT_get_proc_address stringBrian Paul1999-11-221-11/+31
* added glXGetCurrentDisplay() for GLX 1.2Brian Paul1999-11-224-4/+43
* removed redundant fxCloseHardware() declBrian Paul1999-11-221-1/+0
* fixed FX_grSstControl(), now returns FxBoolBrian Paul1999-11-182-15/+18
* removed unused fxTMNewTMFreeNode declBrian Paul1999-11-181-1/+0
* test visinfo, not vishandle in save_glx_visual (Wolfram Gloger)Brian Paul1999-11-181-3/+3
* texture palette updateBrian Paul1999-11-151-14/+14
* include mem.hBrian Paul1999-11-151-0/+1
* fixed mistake in merge regarding texture palettesBrian Paul1999-11-151-14/+14
* update/merge with Daryll's X server changesBrian Paul1999-11-1510-712/+1872
* . Updates to get X86, MXX and 3DNow assembler code working with WatcomKendall Bennett1999-11-1215-15/+0
* updated for new texture color palette structBrian Paul1999-11-111-14/+14
* initial changes for Mesa 3.3Brian Paul1999-11-111-4/+4
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-113-15/+78
* Added checking for FXMESA_USE_ARGB to disable pixel reformatting when not app...Ted Jump1999-10-301-1/+3
* disabled glXGetProcAddress codeBrian Paul1999-10-272-3/+5
* Minor patches to cleanup some compiler warnings in MSVCTed Jump1999-10-201-3/+3
* Changes to reduce the memory footprint of display listsKeith Whitwell1999-10-194-9/+54