summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2002-10-29fix culling problem (bug 630649)Brian Paul2-6/+24
2002-10-29updated email addressesBrian Paul75-156/+155
2002-10-29init a few more fields in _mesa_initialize_visual()Brian Paul1-1/+10
2002-10-29added some casts for mallocs (bug 630379)Brian Paul2-5/+5
2002-10-28Add casts to quiet compiler warnings.Karl Schultz2-9/+10
2002-10-28export new functions.Karl Schultz1-0/+6
2002-10-25wrapped a few more C library functionsBrian Paul9-55/+196
2002-10-25#include fixesBrian Paul2-2/+3
2002-10-25remove all.h, mem.h, mem.cBrian Paul5-8/+3
2002-10-25 Committing in .Jouk Jansen1-3/+1
2002-10-25include GL/glx.hBrian Paul1-3/+4
2002-10-24Header file clean-up:Brian Paul124-722/+761
2002-10-23added missing code to copy texrect stateBrian Paul1-1/+3
2002-10-23Fix projtex interp bugKeith Whitwell1-2/+2
2002-10-22remove debug printfsBrian Paul1-3/+1
2002-10-22fix refcount error in _mesa_DeleteTextures (Randy Fayan)Brian Paul1-1/+8
2002-10-22add missing texture rectangle code in _mesa_DeleteTextures()Brian Paul1-1/+7
2002-10-21GL_ATI_texture_mirror_once extension (Ian Romanick)Brian Paul4-8/+71
2002-10-21doxygen comments (Klaus Niederkrueger)Brian Paul1-13/+26
2002-10-18new _mesa_max_texture_levels() helper function - not used everywhere yetBrian Paul3-51/+48
2002-10-18implement auto mipmap generation for compressed texturesBrian Paul3-49/+92
2002-10-18Add casts to quiet compiler warnings.Karl Schultz5-14/+39
2002-10-18fix bug in GL_MIRRORED_REPEAT_ARB (Ian Romanick)Brian Paul1-1/+2
2002-10-18only allow intformat==GL_COLOR_INDEX if EXT_paletted_texture is supportedBrian Paul1-2/+5
2002-10-17Add casts to quiet compiler warnings.Karl Schultz4-22/+22
2002-10-17s/functionOffset/offset/Brian Paul1-2/+2
2002-10-17patches from Gerk Huisma for float-channel renderingBrian Paul3-34/+57
2002-10-17applied Philippe Houdoin's patch, plus minor clean-upsBrian Paul1-75/+27
2002-10-16surround vertex program code with #if FEATURE_NV_vertex_program/#endifBrian Paul8-16/+54
2002-10-16remove some crudBrian Paul2-52/+2
2002-10-15remove lowpc.c and highpc.cBrian Paul1-4/+0
2002-10-15removed highpc.c and lowpc.cBrian Paul1-2/+0
2002-10-15make a few static function non-static for highpc.cBrian Paul2-6/+17
2002-10-15remove 'beta' from GL_VERSION stringBrian Paul1-4/+4
2002-10-15allow querying of glut functions via glutGetProcAddress()Brian Paul1-0/+133
2002-10-15added gluTessNormal() dummy functionBrian Paul1-1/+12
2002-10-14context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu...Brian Paul11-116/+41
2002-10-11check EXT_point_parameters before calling PointParameterfvEXT()Brian Paul1-7/+11
2002-10-11init swrast->CurrentBufferBrian Paul1-1/+6
2002-10-11Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul17-171/+291
2002-10-11undo previous check-in (check if ctx->Color.DrawBuffer == mode)Brian Paul1-4/+1
2002-10-11lineloop fixKeith Whitwell1-8/+16
2002-10-11check mode for no change in _mesa_Read/DrawBuffer()Brian Paul1-2/+7
2002-10-10add GL_UNPACK_CLIENT_STORAGE_APPLE getsKeith Whitwell1-1/+13
2002-10-10check texImage->IsClientData before freeing memoryBrian Paul1-18/+18
2002-10-10disable _glapi_set_warning_func() call as it's not present in older libGLsBrian Paul1-1/+7
2002-10-09removed old TEXTURE0_ definesBrian Paul1-9/+1
2002-10-09removed old VERT_* defines, use VERT_BIT_* insteadBrian Paul1-35/+1
2002-10-09use new vertex bitfield tokensBrian Paul1-2/+2
2002-10-09XFree86 fixes (clib macro wrappers)Brian Paul1-1/+14