Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | dynamically allocate color table data, uses less memory | Brian Paul | 2000-04-17 | 1 | -8/+5 | |
| | ||||||
* | changes for single-copy textures | Brian Paul | 2000-03-29 | 1 | -10/+1 | |
| | ||||||
* | put _mesa prefix on some functions | Brian Paul | 2000-03-27 | 1 | -2/+2 | |
| | ||||||
* | added more locking | Brian Paul | 2000-03-21 | 1 | -1/+11 | |
| | ||||||
* | fixed reference count but in DeleteTextures() | Brian Paul | 2000-02-12 | 1 | -10/+13 | |
| | ||||||
* | added mutexes for thread safety | Brian Paul | 2000-01-31 | 1 | -1/+5 | |
| | ||||||
* | replaced HashLookup() with _mesa_HashLookup() | Brian Paul | 2000-01-24 | 1 | -2/+2 | |
| | ||||||
* | prefixed hash functions with _mesa_ | Brian Paul | 2000-01-24 | 1 | -10/+10 | |
| | ||||||
* | gl_BindTexture was broken when target==GL_TEXTURE_3D | Brian Paul | 1999-12-01 | 1 | -10/+18 | |
| | ||||||
* | . Updates to get X86, MXX and 3DNow assembler code working with Watcom | Kendall Bennett | 1999-11-12 | 1 | -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 code | Brian Paul | 1999-11-11 | 1 | -30/+31 | |
| | ||||||
* | clean-up to reduce MSVC warnings | Brian Paul | 1999-11-05 | 1 | -3/+3 | |
| | ||||||
* | removed GL_ prefix from memory macros | Brian Paul | 1999-10-13 | 1 | -2/+2 | |
| | ||||||
* | now using GL_MALLOC, GL_FREE | Brian Paul | 1999-10-10 | 1 | -2/+2 | |
| | ||||||
* | texture units now share default texture objects | Brian Paul | 1999-10-09 | 1 | -5/+17 | |
| | ||||||
* | Fixed includes & added a few hooks for the DRI.kw-mesa-1 | Keith Whitwell | 1999-10-08 | 1 | -5/+6 | |
| | ||||||
* | more hooks for mga driver, including an immediate fastpath | Keith Whitwell | 1999-09-30 | 1 | -4/+9 | |
| | ||||||
* | Initial revision | jtg | 1999-08-19 | 1 | -0/+571 | |