summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
1999-12-04Clearing stencil buffer now observes the stencil write maskBrian Paul
1999-12-04minor stencil-related changesBrian Paul
1999-12-02test for null newCtx before newCtx->FirstTimeCurrentBrian Paul
1999-12-01gl_BindTexture was broken when target==GL_TEXTURE_3DBrian Paul
1999-11-30print debug info in gl_make_current() if MESA_INFO env var setBrian Paul
1999-11-29 Committing in .Jouk Jansen
1999-11-28removed realglx.cBrian Paul
1999-11-27move dispatch table size check into _mesa_init_no_op_table()Brian Paul
1999-11-27added call to _mesa_init_no_op_table()Brian Paul
1999-11-27added _mesa_init_no_op_table()Brian Paul
1999-11-26generate Z values when fog enabled (Andree Borrmann)Brian Paul
1999-11-25include glapi.hBrian Paul
1999-11-25replaced Driver.SetBuffer() with SetDrawBuffer() and SetReadBuffer()Brian Paul
1999-11-24added support for separate read/draw buffers per contextBrian Paul
1999-11-23another typoKeith Whitwell
1999-11-22added _mesa_clip_pixelrect()Brian Paul
1999-11-22changed comment for WriteRGBSpan()Brian Paul
1999-11-22fixed potential bug in _mesa_ShadeModel()Brian Paul
1999-11-22added SET/CLEAR/TEST_BITS macros, misc clean-upBrian Paul
1999-11-22fixed shade model bug (A.Borrmann)Brian Paul
1999-11-19renamed struct gl_palette as struct gl_color_tableBrian Paul
1999-11-19updates for Mesa 3.3Brian Paul
1999-11-19fixes for andree's drawarrays problemsKeith Whitwell
1999-11-18two fixes in gl_DrawArrays (Andree Borrman)Brian Paul
1999-11-18silence an uninitialized var warningBrian Paul
1999-11-18checked in the first new PIII vertex-transformation codeAndre Werthmann
1999-11-16make clean removes .lo .la and .libs/Brian Paul
1999-11-15fixed several texture state bugs found with objbug.c programBrian Paul
1999-11-12replaced EXT_color_table with EXT_paletted_textureBrian Paul
1999-11-12moved assembly-related macros from types.h to glheader.hBrian Paul
1999-11-12restored the gl_Viewport functionBrian Paul
1999-11-12 . More Watcom C++ warnings fixed in Mesa.Kendall Bennett
1999-11-12 Workaround for the VMS 32 character maximum limit.Jouk Jansen
1999-11-12 . Updates to get X86, MXX and 3DNow assembler code working with WatcomKendall Bennett
1999-11-12added GL_EXT_texture_env_add extensionBrian Paul
1999-11-12added gl_extension_is_enabled()Brian Paul
1999-11-11changed a warning stringBrian Paul
1999-11-11ColorTableEXT clean-upBrian Paul
1999-11-11 version 3.3 updateJouk Jansen
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-11-10fix for colormaterialKeith Whitwell
1999-11-09use glClientActiveTexture in interleaved setupKeith Whitwell
1999-11-09more fixes for glDrawArraysKeith Whitwell
1999-11-09second try at drawarrays fixKeith Whitwell
1999-11-09fix for (some of?) the vertex array problemsKeith Whitwell
1999-11-09fixed typo: replaced |= with != in conditionalBrian Paul
1999-11-08header includes clean-up (Daryll)Brian Paul
1999-11-08changes to silence MSVC warningsBrian Paul
1999-11-08flush pb after each line segment - for conformanceBrian Paul
1999-11-08clean-up of header includes (Daryll)Brian Paul