summaryrefslogtreecommitdiff
path: root/src/mesa/main/teximage.c
AgeCommit message (Expand)Author
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-11-08clean-up of header includes (Daryll)Brian Paul
1999-11-05clean-up to reduce MSVC warningsBrian Paul
1999-11-03new texture image processingBrian Paul
1999-10-22applied Jonn Carmack's patch for faster glTexSubImage2D() in QuakeBrian Paul
1999-10-21silenced ininitialized var warningsBrian Paul
1999-10-19fixed a number of error-test bugsBrian Paul
1999-10-17negative offsets to TexSubImage w/ texture borders caused memory corruptionBrian Paul
1999-10-13removed GL_ prefix from memory macrosBrian Paul
1999-10-10now using GL_MALLOC, GL_FREEBrian Paul
1999-10-08Fixed includes & added a few hooks for the DRI.Keith Whitwell
1999-08-19Initial revisionjtg