summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
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
1999-11-05clean-up to reduce MSVC warningsBrian Paul
1999-11-04Fix for glerror on compilation of list containing gldrawelements callsKeith Whitwell
1999-11-03include assert.h with rest of system headersBrian Paul
1999-11-03added another fast-path in _mesa_unpack_ubyte_color_spa(), more commentsBrian Paul
1999-11-03new texture image processingBrian Paul
1999-10-31fixed a typo in a commentBrian Paul
1999-10-30pixel pack/unpack ImageHeight and SkipImages was not initializedBrian Paul
1999-10-30added a few more scale/bias/lookup functions (for future use)Brian Paul
1999-10-26fixed stupid error in GL_RGA case in gl_pack_rgba_span()Brian Paul
1999-10-22fixed byteswapping bug in gl_pack_rgba_span()Brian Paul
1999-10-22added optimized GL_RGB, GL_UNSIGNED_BYTE case to gl_pack_rgba_span)Brian Paul
1999-10-22applied Jonn Carmack's patch for faster glTexSubImage2D() in QuakeBrian Paul
1999-10-21updated some comments/docsBrian Paul
1999-10-21silenced some uninitialized var warningsBrian Paul
1999-10-21silenced ininitialized var warningsBrian Paul
1999-10-21silenced uninitialized variable warningsBrian Paul
1999-10-20clean-up of optimized GL_RETURN codeBrian Paul
1999-10-20fixed divTable precision problem in GL_RETURN caseBrian Paul