summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* added glBlendFuncSeparate, glMultiDrawArrays, glMultiDrawElementsBrian Paul2002-11-071-5/+8
* added missing 1.4 glFogCoord functionsBrian Paul2002-11-071-0/+5
* a few dispatch pointers weren't set (glGenTexturesEXT for example)Brian Paul2002-11-062-5/+36
* fixed glTexParameteriv(GL_TEXTURE_BORDER_COLOR) errorBrian Paul2002-11-051-5/+13
* Updates for DOS driver from Daniel Borca.Brian Paul2002-11-051-12/+20
* fix a typoBrian Paul2002-11-011-2/+2
* added a comment about future workBrian Paul2002-10-301-1/+8
* s/sprintf/_mesa_sprintf/Brian Paul2002-10-301-3/+3
* remove debug printfBrian Paul2002-10-301-2/+1
* s/BZERO/_mesa_bzero/Brian Paul2002-10-302-5/+4
* test both XFree86LOADER and IN_MODULE to see if we're being built as the glx ...Brian Paul2002-10-302-30/+30
* fix potential bug in _mesa_align_calloc/malloc (Frank van Heesch)Brian Paul2002-10-301-6/+13
* bump OpenGL version to 1.4, Mesa version to 5.0Brian Paul2002-10-291-3/+3
* update versioning/extensions for OpenGL 1.4 / Mesa 5.0Brian Paul2002-10-291-3/+3
* updated email addressesBrian Paul2002-10-2914-32/+31
* init a few more fields in _mesa_initialize_visual()Brian Paul2002-10-291-1/+10
* Add casts to quiet compiler warnings.Karl Schultz2002-10-281-3/+4
* export new functions.Karl Schultz2002-10-281-0/+6
* wrapped a few more C library functionsBrian Paul2002-10-256-18/+159
* remove all.h, mem.h, mem.cBrian Paul2002-10-255-8/+3
* Committing in .Jouk Jansen2002-10-251-3/+1
* Header file clean-up:Brian Paul2002-10-2449-508/+610
* added missing code to copy texrect stateBrian Paul2002-10-231-1/+3
* remove debug printfsBrian Paul2002-10-221-3/+1
* fix refcount error in _mesa_DeleteTextures (Randy Fayan)Brian Paul2002-10-221-1/+8
* add missing texture rectangle code in _mesa_DeleteTextures()Brian Paul2002-10-221-1/+7
* GL_ATI_texture_mirror_once extension (Ian Romanick)Brian Paul2002-10-213-6/+21
* new _mesa_max_texture_levels() helper function - not used everywhere yetBrian Paul2002-10-183-51/+48
* implement auto mipmap generation for compressed texturesBrian Paul2002-10-183-49/+92
* Add casts to quiet compiler warnings.Karl Schultz2002-10-181-1/+22
* only allow intformat==GL_COLOR_INDEX if EXT_paletted_texture is supportedBrian Paul2002-10-181-2/+5
* Add casts to quiet compiler warnings.Karl Schultz2002-10-174-22/+22
* surround vertex program code with #if FEATURE_NV_vertex_program/#endifBrian Paul2002-10-167-15/+51
* remove some crudBrian Paul2002-10-161-26/+1
* remove lowpc.c and highpc.cBrian Paul2002-10-151-4/+0
* removed highpc.c and lowpc.cBrian Paul2002-10-151-2/+0
* make a few static function non-static for highpc.cBrian Paul2002-10-152-6/+17
* remove 'beta' from GL_VERSION stringBrian Paul2002-10-151-4/+4
* context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu...Brian Paul2002-10-143-102/+25
* check EXT_point_parameters before calling PointParameterfvEXT()Brian Paul2002-10-111-7/+11
* Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul2002-10-114-56/+205
* undo previous check-in (check if ctx->Color.DrawBuffer == mode)Brian Paul2002-10-111-4/+1
* check mode for no change in _mesa_Read/DrawBuffer()Brian Paul2002-10-111-2/+7
* add GL_UNPACK_CLIENT_STORAGE_APPLE getsKeith Whitwell2002-10-101-1/+13
* check texImage->IsClientData before freeing memoryBrian Paul2002-10-101-18/+18
* disable _glapi_set_warning_func() call as it's not present in older libGLsBrian Paul2002-10-101-1/+7
* removed old TEXTURE0_ definesBrian Paul2002-10-091-9/+1
* XFree86 fixes (clib macro wrappers)Brian Paul2002-10-091-1/+14
* finally get rid of ctx->Texture._ReallyEnabled fieldBrian Paul2002-10-083-20/+5
* fix a typoBrian Paul2002-10-081-3/+3