summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-21added GL_ATI_texture_mirror_onceBrian Paul
2002-10-21GL_ATI_texture_mirror_once extension (Ian Romanick)Brian Paul
2002-10-21doxygen comments (Klaus Niederkrueger)Brian Paul
2002-10-18new _mesa_max_texture_levels() helper function - not used everywhere yetBrian Paul
2002-10-18Quiet compiler warnings.Karl Schultz
2002-10-18implement auto mipmap generation for compressed texturesBrian Paul
2002-10-18Add casts to quiet compiler warnings.Karl Schultz
2002-10-18fix bug in GL_MIRRORED_REPEAT_ARB (Ian Romanick)Brian Paul
2002-10-18latest fixesBrian Paul
2002-10-18only allow intformat==GL_COLOR_INDEX if EXT_paletted_texture is supportedBrian Paul
2002-10-18check for GL_EXT_paletted_textureBrian Paul
2002-10-17Add casts to quiet compiler warnings.Karl Schultz
2002-10-17Put back the include of windows.h so we are back to version 17 of the file.Karl Schultz
2002-10-17Change for Windows only: Make demos and examples build again.Karl Schultz
2002-10-17new wrap modes (Ian Romanick)Brian Paul
2002-10-17s/functionOffset/offset/Brian Paul
2002-10-17patches from Gerk Huisma for float-channel renderingBrian Paul
2002-10-17applied Philippe Houdoin's patch, plus minor clean-upsBrian Paul
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-15update file list for tar fileBrian 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-15allow querying of glut functions via glutGetProcAddress()Brian Paul
2002-10-15added gluTessNormal() dummy functionBrian Paul
2002-10-15added missing glFinish()Brian Paul
2002-10-15minor updatesBrian Paul
2002-10-15added latest 4.1 changesBrian Paul
2002-10-14disable wsPriv field in __GLdrawablePrivateRec to match XFree86/DRIBrian Paul
2002-10-14context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu...Brian Paul
2002-10-14Glide driver disabled by defaultBrian Paul
2002-10-14print transparent pixel info when using -v option (Gerd Sussner)Brian Paul
2002-10-14added missing GLX_TRANSPARENT_RGBBrian Paul
2002-10-11check EXT_point_parameters before calling PointParameterfvEXT()Brian Paul
2002-10-11init swrast->CurrentBufferBrian Paul
2002-10-11updated info about glRead/DrawBuffers()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-11lineloop fixKeith Whitwell
2002-10-11check mode for no change in _mesa_Read/DrawBuffer()Brian Paul
2002-10-10updated porting infoBrian 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