summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/glide
AgeCommit message (Expand)Author
2003-12-11fixed prototypes for wglGammaRamp3DFXDaniel Borca
2003-12-10got rid of __FUNCTION__ :(Daniel Borca
2003-11-26accomodate vtx-0-2-branchDaniel Borca
2003-11-24Import vtx-0-2-branchKeith Whitwell
2003-11-21more texture compressionDaniel Borca
2003-11-20small mattersDaniel Borca
2003-11-18doc updates; GLUT timer additions; fixed compilation warningsDaniel Borca
2003-11-13vanilla extensions disabledDaniel Borca
2003-11-12dirty hack to advertise vanilla extension namesDaniel Borca
2003-11-07NCC fixes and some cosmeticsDaniel Borca
2003-11-03small fixes wrt texture handlingDaniel Borca
2003-11-03small fixes wrt texture handlingDaniel Borca
2003-11-03Voodoo2 happinessDaniel Borca
2003-10-31removed detritusDaniel Borca
2003-10-30bugfixes wrt texture compressionDaniel Borca
2003-10-29changes to accomodate texture compressionDaniel Borca
2003-10-22cosmetics and memosDaniel Borca
2003-10-21wrap in #ifdef FX / #endifBrian Paul
2003-10-21Napalm total immersionDaniel Borca
2003-10-15protect whole file with #ifdef FXBrian Paul
2003-10-14minor fixes + doc updateDaniel Borca
2003-10-13glide driver (wip)Daniel Borca
2003-10-09Reorganized combiners. Added optimized span functions.Daniel Borca
2003-10-02updates from Daniel BorcaBrian Paul
2003-09-23remove a _TriangleCaps referenceBrian Paul
2003-09-18a few less occurances of _TriangleCapsBrian Paul
2003-08-19DOS and glide driver updates from Daniel BorcaBrian Paul
2003-07-17more DOS updates from Daniel BorcaBrian Paul
2003-06-16fix include paths (Daniel Borca)Brian Paul
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2003-01-08fix some float/ubyte mistakes (Daniel Borca)Brian Paul
2002-11-04misc driver updates (Daniel Borca)Brian Paul
2002-10-29updated email addressesBrian Paul
2002-10-29added some casts for mallocs (bug 630379)Brian Paul
2002-10-24Header file clean-up:Brian Paul
2002-10-14context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu...Brian Paul
2002-10-11Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul
2002-10-04Changed a number of context fields from GLchan to GLfloat (such as ClearColor).Brian Paul
2002-09-27new texture compression infrastructureBrian Paul
2002-09-04updated wglGetProcAddressBrian Paul
2002-08-21s/DrawDestMask/_DrawDestMask/Brian Paul
2002-08-21s/ProjectedClipPtr/NdcPtr/Brian Paul
2002-08-21fixed array index typo in VERT_SAVE_RGBA() macroBrian Paul
2002-07-09Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul
2002-06-15Implemented GL_NV_texture_rectangle extension.Brian Paul
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul
2002-06-13New _mesa_debug() function to replace fprintf() calls.Brian Paul
2002-06-06replaced 0xf and 0xf0 with TEXTURE0_ANY and TEXTURE1_ANYBrian Paul
2002-03-16Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul
2001-11-06casts to silence warnings from gcc 2.96Brian Paul