summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
1999-11-12added some braces to silence gcc warningsBrian Paul1-3/+6
1999-11-12minor clean-upsBrian Paul1-8/+12
1999-11-11changed a warning stringBrian Paul1-2/+2
1999-11-11ColorTableEXT clean-upBrian Paul4-59/+58
1999-11-11updated for new texture color palette structBrian Paul1-14/+14
1999-11-11don't include strings.h or stdio.hBrian Paul1-4/+2
1999-11-11Added missing GLAPIENTRY to glConvolution* and glCopy*sio1-9/+9
1999-11-11 version 3.3 updateJouk Jansen1-7/+14
1999-11-11 tess_macro.h includedJouk Jansen1-1/+6
1999-11-11 . Updated GL/gl.h with GLCALLACKP and GLAPIENTRYP macros for compatibilityKendall Bennett4-54/+94
1999-11-11initial changes for Mesa 3.3Brian Paul1-4/+4
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul69-3967/+9560
1999-11-10fix for colormaterialKeith Whitwell2-3/+60
1999-11-09use glClientActiveTexture in interleaved setupKeith Whitwell1-13/+7
1999-11-09more fixes for glDrawArraysKeith Whitwell2-48/+58
1999-11-09second try at drawarrays fixKeith Whitwell1-117/+63
1999-11-09fix for (some of?) the vertex array problemsKeith Whitwell1-75/+13
1999-11-09fixed typo: replaced |= with != in conditionalBrian Paul1-2/+2
1999-11-09replace GLint with GLsizei in a gluScaleImage, gluBuild1/2DMipmaps()Brian Paul1-5/+8
1999-11-08header includes clean-up (Daryll)Brian Paul2-9/+6
1999-11-08changes to silence MSVC warningsBrian Paul5-42/+39
1999-11-08flush pb after each line segment - for conformanceBrian Paul1-16/+16
1999-11-08clean-up of header includes (Daryll)Brian Paul22-85/+34
1999-11-05Added filename, line number output for debugging messages.Gareth Hughes2-3/+10
1999-11-05clean-up to reduce MSVC warningsBrian Paul5-93/+117
1999-11-04Fix for glerror on compilation of list containing gldrawelements callsKeith Whitwell1-7/+22
1999-11-04Major winding rule updates, especially stacked contour support.Gareth Hughes2-87/+96
1999-11-03include assert.h with rest of system headersBrian Paul1-2/+2
1999-11-03swap operand order for Intel style REGOFFJosh Vanderhoof1-6/+6
1999-11-03added another fast-path in _mesa_unpack_ubyte_color_spa(), more commentsBrian Paul1-6/+9
1999-11-03new texture image processingBrian Paul5-1564/+2205
1999-10-31fixed a typo in a commentBrian Paul1-2/+2
1999-10-30Added checking for FXMESA_USE_ARGB to disable pixel reformatting when not app...Ted Jump1-1/+3
1999-10-30pixel pack/unpack ImageHeight and SkipImages was not initializedBrian Paul1-1/+5
1999-10-30added a few more scale/bias/lookup functions (for future use)Brian Paul2-11/+111
1999-10-27disabled glXGetProcAddress codeBrian Paul2-3/+5
1999-10-27disabled gluGetProcAddressEXTBrian Paul1-2/+5
1999-10-26fixed stupid error in GL_RGA case in gl_pack_rgba_span()Brian Paul1-5/+5
1999-10-22fixed byteswapping bug in gl_pack_rgba_span()Brian Paul1-10/+11
1999-10-22added optimized GL_RGB, GL_UNSIGNED_BYTE case to gl_pack_rgba_span)Brian Paul1-2/+14
1999-10-22applied Jonn Carmack's patch for faster glTexSubImage2D() in QuakeBrian Paul1-3/+22
1999-10-21updated some comments/docsBrian Paul1-23/+32
1999-10-21silenced some uninitialized var warningsBrian Paul1-7/+38
1999-10-21silenced ininitialized var warningsBrian Paul1-1/+4
1999-10-21silenced uninitialized variable warningsBrian Paul1-1/+9
1999-10-20clean-up of optimized GL_RETURN codeBrian Paul1-18/+19
1999-10-20fixed divTable precision problem in GL_RETURN caseBrian Paul1-28/+46
1999-10-20enable lighting even if no light sources are turned onBrian Paul1-2/+2
1999-10-20Minor patches to cleanup some compiler warnings in MSVCTed Jump1-3/+3
1999-10-19fixed a number of error-test bugsBrian Paul1-7/+13