summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2002-11-08fixed active stencil face query bugBrian Paul
2002-11-07added glBlendFuncSeparate, glMultiDrawArrays, glMultiDrawElementsBrian Paul
2002-11-07added missing 1.4 glFogCoord functionsBrian Paul
2002-11-06a few dispatch pointers weren't set (glGenTexturesEXT for example)Brian Paul
2002-11-05fixed glTexParameteriv(GL_TEXTURE_BORDER_COLOR) errorBrian Paul
2002-11-05Updates for DOS driver from Daniel Borca.Brian Paul
2002-11-01fix a typoBrian Paul
2002-10-30added a comment about future workBrian Paul
2002-10-30s/sprintf/_mesa_sprintf/Brian Paul
2002-10-30remove debug printfBrian Paul
2002-10-30s/BZERO/_mesa_bzero/Brian Paul
2002-10-30test both XFree86LOADER and IN_MODULE to see if we're being built as the glx ...Brian Paul
2002-10-30fix potential bug in _mesa_align_calloc/malloc (Frank van Heesch)Brian Paul
2002-10-29bump OpenGL version to 1.4, Mesa version to 5.0Brian Paul
2002-10-29update versioning/extensions for OpenGL 1.4 / Mesa 5.0Brian Paul
2002-10-29updated email addressesBrian Paul
2002-10-29init a few more fields in _mesa_initialize_visual()Brian Paul
2002-10-28Add casts to quiet compiler warnings.Karl Schultz
2002-10-28export new functions.Karl Schultz
2002-10-25wrapped a few more C library functionsBrian Paul
2002-10-25remove all.h, mem.h, mem.cBrian Paul
2002-10-25 Committing in .Jouk Jansen
2002-10-24Header file clean-up:Brian Paul
2002-10-23added missing code to copy texrect stateBrian Paul
2002-10-22remove debug printfsBrian Paul
2002-10-22fix refcount error in _mesa_DeleteTextures (Randy Fayan)Brian Paul
2002-10-22add missing texture rectangle code in _mesa_DeleteTextures()Brian Paul
2002-10-21GL_ATI_texture_mirror_once extension (Ian Romanick)Brian Paul
2002-10-18new _mesa_max_texture_levels() helper function - not used everywhere yetBrian Paul
2002-10-18implement auto mipmap generation for compressed texturesBrian Paul
2002-10-18Add casts to quiet compiler warnings.Karl Schultz
2002-10-18only allow intformat==GL_COLOR_INDEX if EXT_paletted_texture is supportedBrian Paul
2002-10-17Add casts to quiet compiler warnings.Karl Schultz
2002-10-16surround vertex program code with #if FEATURE_NV_vertex_program/#endifBrian Paul
2002-10-16remove some crudBrian Paul
2002-10-15remove lowpc.c and highpc.cBrian Paul
2002-10-15removed highpc.c and lowpc.cBrian Paul
2002-10-15make a few static function non-static for highpc.cBrian Paul
2002-10-15remove 'beta' from GL_VERSION stringBrian Paul
2002-10-14context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu...Brian Paul
2002-10-11check EXT_point_parameters before calling PointParameterfvEXT()Brian Paul
2002-10-11Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul
2002-10-11undo previous check-in (check if ctx->Color.DrawBuffer == mode)Brian Paul
2002-10-11check mode for no change in _mesa_Read/DrawBuffer()Brian Paul
2002-10-10add GL_UNPACK_CLIENT_STORAGE_APPLE getsKeith Whitwell
2002-10-10check texImage->IsClientData before freeing memoryBrian Paul
2002-10-10disable _glapi_set_warning_func() call as it's not present in older libGLsBrian Paul
2002-10-09removed old TEXTURE0_ definesBrian Paul
2002-10-09XFree86 fixes (clib macro wrappers)Brian Paul
2002-10-08finally get rid of ctx->Texture._ReallyEnabled fieldBrian Paul