summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/teximage.c
Commit message (Expand)AuthorAgeFilesLines
* inserted static const in make_null_texture()Brian Paul2000-03-011-2/+2
* fixed minor bug in copytexsubimage_error_check()Brian Paul2000-02-211-2/+2
* now using dynamically allocated api dispatch tablesBrian Paul2000-02-121-3/+3
* added _mesa_TexImage3DEXT()Brian Paul2000-01-311-2/+13
* replaced Driver.SetBuffer() with SetDrawBuffer() and SetReadBuffer()Brian Paul1999-11-251-7/+11
* added support for separate read/draw buffers per contextBrian Paul1999-11-241-3/+4
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-90/+91
* clean-up of header includes (Daryll)Brian Paul1999-11-081-4/+1
* clean-up to reduce MSVC warningsBrian Paul1999-11-051-11/+11
* new texture image processingBrian Paul1999-11-031-1327/+747
* applied Jonn Carmack's patch for faster glTexSubImage2D() in QuakeBrian Paul1999-10-221-3/+22
* silenced ininitialized var warningsBrian Paul1999-10-211-1/+4
* fixed a number of error-test bugsBrian Paul1999-10-191-7/+13
* negative offsets to TexSubImage w/ texture borders caused memory corruptionBrian Paul1999-10-171-12/+50
* removed GL_ prefix from memory macrosBrian Paul1999-10-131-9/+9
* now using GL_MALLOC, GL_FREEBrian Paul1999-10-101-9/+9
* Fixed includes & added a few hooks for the DRI.Keith Whitwell1999-10-081-1/+7
* Initial revisionjtg1999-08-191-0/+2344