| Commit message (Expand) | Author | Age | Files | Lines |
* | added a comment in BindTexture | Brian Paul | 2004-09-23 | 1 | -0/+4 |
* | Repeatedly deleting a texture ID with glDeleteTextures() could lead to a crash. | Brian Paul | 2004-09-14 | 1 | -11/+22 |
* | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101... | Brian Paul | 2004-08-25 | 1 | -0/+1 |
* | minor clean-ups | Brian Paul | 2004-03-20 | 1 | -14/+17 |
* | inform driver of changed wrap/filter parameters due to binding of nv_texrect ... | Roland Scheidegger | 2004-02-06 | 1 | -0/+8 |
* | Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a single | Keith Whitwell | 2004-01-27 | 1 | -94/+85 |
* | replace CALLOC with MALLOC in _mesa_new_texture_object() | Brian Paul | 2004-01-19 | 1 | -1/+1 |
* | remove incorrect comments, added _mesa_bzero() call in _mesa_initialize_textu... | Brian Paul | 2004-01-19 | 1 | -12/+3 |
* | added a cast | Brian Paul | 2003-11-25 | 1 | -1/+2 |
* | minor error string improvement | Brian Paul | 2003-11-24 | 1 | -1/+3 |
* | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett | 2003-10-21 | 1 | -6/+6 |
* | Allow glTexImage1/2/3D to specify width/height/depth = 0. | Brian Paul | 2003-09-12 | 1 | -1/+9 |
* | Added OpenGL 1.4's per-texture LOD bias. | Brian Paul | 2003-08-28 | 1 | -0/+2 |
* | minor code improvement in glGenTextures | Brian Paul | 2003-08-18 | 1 | -7/+3 |
* | Restore more code lost during last big merge. | Brian Paul | 2003-07-22 | 1 | -2/+2 |
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -43/+146 |
* | Implemented GL_ARB_texture_non_power_of_two (except for auto mipmap generation). | Brian Paul | 2003-07-03 | 1 | -0/+8 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -2/+0 |
* | fix default compare mode | Brian Paul | 2003-04-01 | 1 | -2/+2 |
* | New device driver hooks for texture object and texture image creation to | Brian Paul | 2003-04-01 | 1 | -113/+142 |
* | fix/improve glAreTextures/ProgramsResident (Jose Fonseca) | Brian Paul | 2003-03-10 | 1 | -13/+19 |
* | First batch of code for GL_NV_fragment_program. | Brian Paul | 2003-01-14 | 1 | -2/+2 |
* | move t->Image[i]->Format test (bug 659012) | Brian Paul | 2003-01-08 | 1 | -9/+9 |
* | Add mechanism to destroy mutexes. Important on OS's where mutex initialization | Keith Whitwell | 2002-12-12 | 1 | -1/+4 |
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -8/+2 |
* | remove debug printfs | Brian Paul | 2002-10-22 | 1 | -3/+1 |
* | fix refcount error in _mesa_DeleteTextures (Randy Fayan) | Brian Paul | 2002-10-22 | 1 | -1/+8 |
* | add missing texture rectangle code in _mesa_DeleteTextures() | Brian Paul | 2002-10-22 | 1 | -1/+7 |
* | Changed a number of context fields from GLchan to GLfloat (such as ClearColor). | Brian Paul | 2002-10-04 | 1 | -2/+2 |
* | Applied Matt Sealey's patch to remove/isolate all stdio.h function calls. | Brian Paul | 2002-06-29 | 1 | -2/+2 |
* | Port glXCopyContext bug from 4.0 branch. | Brian Paul | 2002-06-17 | 1 | -1/+38 |
* | Implemented GL_NV_texture_rectangle extension. | Brian Paul | 2002-06-15 | 1 | -35/+78 |
* | Added ctx parameter to _mesa_debug() | Brian Paul | 2002-06-15 | 1 | -2/+2 |
* | more removal of fprintf() calls | Brian Paul | 2002-06-13 | 1 | -3/+3 |
* | Finished up GL_ARB_depth_texture and GL_ARB_shadow. | Brian Paul | 2002-02-15 | 1 | -4/+15 |
* | prototype implementation of GL_ARB_depth_texture, GL_ARB_shadow, GL_ARB_shado... | Brian Paul | 2001-12-04 | 1 | -4/+7 |
* | 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 |