summaryrefslogtreecommitdiff
path: root/src/mesa/main/texobj.c
AgeCommit message (Expand)AuthorFilesLines
2000-10-24added incomplete() debug function/macroBrian Paul1-1/+31
2000-10-24signal NEW_TEXTURING if there's a Driver.BindTexture() functionBrian Paul1-1/+3
2000-09-12init mutexBrian Paul1-1/+2
2000-08-03added NULL parameter checking to API functionsBrian Paul1-4/+15
2000-08-02fixed return val bug in glAreTexturesResident()Brian Paul1-14/+18
2000-08-02initialize texture priorities to 1.0, clean-up of _mesa_PrioritizeTextures()Brian Paul1-7/+6
2000-06-12GL_TEXTURE_BASE_LEVEL wasn't working correctlyBrian Paul1-27/+41
2000-05-30more work on GL_ARB_texture_cube_mapBrian Paul1-20/+64
2000-05-26more work on GL_ARB_texture_cube_mapBrian Paul1-0/+4
2000-05-23more texture cube work, misc code clean-upBrian Paul1-1/+3
2000-05-23more work on GL_ARB_texture_cube_mapBrian Paul1-8/+35
2000-04-17dynamically allocate color table data, uses less memoryBrian Paul1-8/+5
2000-03-29changes for single-copy texturesBrian Paul1-10/+1
2000-03-27put _mesa prefix on some functionsBrian Paul1-2/+2
2000-03-21added more lockingBrian Paul1-1/+11
2000-02-12fixed reference count but in DeleteTextures()Brian Paul1-10/+13
2000-01-31added mutexes for thread safetyBrian Paul1-1/+5
2000-01-24replaced HashLookup() with _mesa_HashLookup()Brian Paul1-2/+2
2000-01-24prefixed hash functions with _mesa_Brian Paul1-10/+10
1999-12-01gl_BindTexture was broken when target==GL_TEXTURE_3DBrian Paul1-10/+18
1999-11-12 . Updates to get X86, MXX and 3DNow assembler code working with WatcomKendall Bennett1-2/+2
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul1-30/+31
1999-11-05clean-up to reduce MSVC warningsBrian Paul1-3/+3
1999-10-13removed GL_ prefix from memory macrosBrian Paul1-2/+2
1999-10-10now using GL_MALLOC, GL_FREEBrian Paul1-2/+2
1999-10-09texture units now share default texture objectsBrian Paul1-5/+17
1999-10-08Fixed includes & added a few hooks for the DRI.kw-mesa-1Keith Whitwell1-5/+6
1999-09-30more hooks for mga driver, including an immediate fastpathKeith Whitwell1-4/+9
1999-08-19Initial revisionjtg1-0/+571