| Commit message (Expand) | Author | Age | Files | Lines |
* | check if deleting _Current texobj in _mesa_DeleteTextures (Bart Barenbrug) | Brian Paul | 2001-07-27 | 1 | -1/+9 |
* | Allow different max texture sizes for 1/2D, 3D and cube maps. | Brian Paul | 2001-06-13 | 1 | -7/+17 |
* | fixed a potential tex obj reference count problem involving multi-texture | Brian Paul | 2001-04-25 | 1 | -12/+13 |
* | improved a glBindTexture error message | Brian Paul | 2001-04-20 | 1 | -2/+2 |
* | use Image[i]->TexFormat to check for mipmap consistency | Brian Paul | 2001-03-28 | 1 | -2/+2 |
* | - Port 3.4 texture utils, texture format work to 3.5 (including new | Gareth Hughes | 2001-03-18 | 1 | -1/+2 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -5/+4 |
* | More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work. | Brian Paul | 2001-03-08 | 1 | -3/+3 |
* | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 2001-03-03 | 1 | -12/+12 |
* | tiny change to a gl_problem() call | Brian Paul | 2001-02-26 | 1 | -2/+2 |
* | Implemented GL_SGIX_shadow and GL_SGIX_shadow_texture. | Brian Paul | 2001-02-20 | 1 | -1/+2 |
* | Changed FetchTexel() function pointer arguments. | Brian Paul | 2001-02-17 | 1 | -1/+3 |
* | Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels | Keith Whitwell | 2001-01-29 | 1 | -7/+8 |
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -20/+13 |
* | Renamed texture object _P to _MaxLevel and _M to _MaxLambda. | Brian Paul | 2000-12-14 | 1 | -11/+13 |
* | Committing in . | Jouk Jansen | 2000-11-22 | 1 | -9/+9 |
* | Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars. | Brian Paul | 2000-11-19 | 1 | -68/+92 |
* | init WrapR to GL_REPEAT mode | Brian Paul | 2000-11-11 | 1 | -1/+2 |
* | - Changes for new software rasterizer modules | Keith Whitwell | 2000-11-05 | 1 | -9/+8 |
* | Replace the flags Mesa was using for ctx->NewState with a new set | Keith Whitwell | 2000-10-30 | 1 | -21/+7 |
* | more minor header file re-org (moved CONST, ASSERT, INLINE to config.h) | Brian Paul | 2000-10-29 | 1 | -1/+2 |
* | added incomplete() debug function/macro | Brian Paul | 2000-10-24 | 1 | -1/+26 |
* | signal NEW_TEXTURING if there's a Driver.BindTexture() function | Brian Paul | 2000-10-24 | 1 | -1/+3 |
* | init mutex | Brian Paul | 2000-09-12 | 1 | -1/+2 |
* | added NULL parameter checking to API functions | Brian Paul | 2000-08-03 | 1 | -2/+13 |
* | fixed return val bug in glAreTexturesResident() | Brian Paul | 2000-08-02 | 1 | -16/+20 |
* | initialize texture priorities to 1.0, clean-up of _mesa_PrioritizeTextures() | Brian Paul | 2000-08-02 | 1 | -7/+6 |
* | GL_TEXTURE_BASE_LEVEL wasn't working correctly | Brian Paul | 2000-06-12 | 1 | -27/+41 |
* | more work on GL_ARB_texture_cube_map | Brian Paul | 2000-05-30 | 1 | -20/+64 |
* | more work on GL_ARB_texture_cube_map | Brian Paul | 2000-05-26 | 1 | -0/+4 |
* | more texture cube work, misc code clean-up | Brian Paul | 2000-05-23 | 1 | -1/+3 |
* | more work on GL_ARB_texture_cube_map | Brian Paul | 2000-05-23 | 1 | -8/+35 |
* | 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 |
* | 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 |