summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-10-29set release datemesa_4_1Brian Paul2-5/+5
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-25added skybox and options to load real imagesBrian Paul1-36/+198
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-23stex3d updatedBrian Paul1-1/+2
2002-10-23massive overhaul, see new keyboard optionsBrian Paul1-465/+587
2002-10-23Fix projtex interp bugKeith Whitwell1-2/+2
2002-10-22added glDeleteTextures refcount bug fixBrian Paul1-1/+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-21added GL_ATI_texture_mirror_onceBrian Paul2-2/+8
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-18Quiet compiler warnings.Karl Schultz9-26/+28
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-18latest fixesBrian Paul1-1/+3
2002-10-18only allow intformat==GL_COLOR_INDEX if EXT_paletted_texture is supportedBrian Paul1-2/+5
2002-10-18check for GL_EXT_paletted_textureBrian Paul1-50/+7
2002-10-17Add casts to quiet compiler warnings.Karl Schultz4-22/+22
2002-10-17Put back the include of windows.h so we are back to version 17 of the file.Karl Schultz1-0/+5
2002-10-17Change for Windows only: Make demos and examples build again.Karl Schultz2-6/+14
2002-10-17new wrap modes (Ian Romanick)Brian Paul1-27/+91
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-15update file list for tar fileBrian Paul1-3/+2
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-15added missing glFinish()Brian Paul1-0/+2
2002-10-15minor updatesBrian Paul3-4/+7
2002-10-15added latest 4.1 changesBrian Paul1-1/+4