summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2000-01-05minor clean-up in _mesa_unpack_ubyte_color_span()Brian Paul
2000-01-05removed _glapi_ThreadSafeBrian Paul
2000-01-04start search at 1 in HashFindFreeKeyBlock()Brian Paul
1999-12-17optimized GET_IMMEDIATE for thread safetyBrian Paul
1999-12-17print thread safety info if MESA_INFO setBrian Paul
1999-12-17updated with latest source filesBrian Paul
1999-12-17replaced mthreads.c with glthread.cBrian Paul
1999-12-17further simplification of thread-related code, misc clean-upBrian Paul
1999-12-17fixed thread problemsBrian Paul
1999-12-15removed _GLAPI_ extension testingBrian Paul
1999-12-13 Committing in .Jouk Jansen
1999-12-10implemented GL_ARB_tranpose_matrixBrian Paul
1999-12-10changes in hardware depth buffer supportBrian Paul
1999-12-10updated for hardware stencil supportBrian Paul
1999-12-10added stencil buffer functionsBrian Paul
1999-12-10code clean-upBrian Paul
1999-12-10removed gl_get_proc_address()Brian Paul
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