summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texobj.c
Commit message (Collapse)AuthorAgeFilesLines
* gl_BindTexture was broken when target==GL_TEXTURE_3DBrian Paul1999-12-011-10/+18
|
* . Updates to get X86, MXX and 3DNow assembler code working with WatcomKendall Bennett1999-11-121-2/+2
| | | | | | | C++ and NASM. This includes lots of _ASMAPI macros to ensure that assembler functions are prototyped as __cdecl, as Watcom C++ uses register calling conventions by default. . Misc fixes to files to remove warnings generated by Watcom C++.
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-30/+31
|
* clean-up to reduce MSVC warningsBrian Paul1999-11-051-3/+3
|
* removed GL_ prefix from memory macrosBrian Paul1999-10-131-2/+2
|
* now using GL_MALLOC, GL_FREEBrian Paul1999-10-101-2/+2
|
* texture units now share default texture objectsBrian Paul1999-10-091-5/+17
|
* Fixed includes & added a few hooks for the DRI.kw-mesa-1Keith Whitwell1999-10-081-5/+6
|
* more hooks for mga driver, including an immediate fastpathKeith Whitwell1999-09-301-4/+9
|
* Initial revisionjtg1999-08-191-0/+571