summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Collapse)Author
2003-01-16update CurrentStack in glActiveTexture if needed (bug 669080)Brian Paul
2003-01-15 Committing in .Jouk Jansen
the latest changes were in UNIX and not VMS makefile syntax. changed to VMS syntax. Modified Files: Mesa/src/descrip.mms ----------------------------------------------------------------------
2003-01-14First batch of code for GL_NV_fragment_program.Brian Paul
Re-org of some GL_NV_vertex_program code. Replace MAX_TEXTURE_UNITS with MAX_TEXTURE_COORD_UNITS and MAX_TEXTURE_IMAGE_UNITS.
2003-01-14remove const from _mesa_strtof()Brian Paul
2003-01-14added _mesa_strtof()Brian Paul
2003-01-14OSMesa16 updates (Eric Plante), added _mesa_strtof()Brian Paul
2003-01-08move t->Image[i]->Format test (bug 659012)Brian Paul
2003-01-08fix glCopyTexSubImage2D error checking (bug 661907)Brian Paul
2002-12-30Check that ActiveTextureARB doesn't overflow MaxTextureUnitsAlan Hourihane
2002-12-18DOS updates from Daniel Borca.Brian Paul
2002-12-18improved error messageBrian Paul
2002-12-12Add mechanism to destroy mutexes. Important on OS's where mutex initializationKeith Whitwell
allocates memory (like FreeBSD).
2002-12-06let _mesa_problem() take variable argumentsBrian Paul
2002-12-05added _mesa_print_texunit_state() for debuggingBrian Paul
2002-12-03added GL_DEPTH_COMPONENT to two assertionsBrian Paul
2002-12-01declar vsnprintf for OS/2 and VMS (Evgeny Kotsuba)Brian Paul
2002-11-20fixed cube texture auto-mipmap generation bug (641363)Brian Paul
2002-11-19put FEATURE_NV_vertex_program around vpstate.h includeBrian Paul
2002-11-14bump version to 5.1Brian Paul
2002-11-13Add _mesa_enable_1_4_extensions and _mesa_problemKarl Schultz
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
module
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
Removed src/mem.c from OpenVMS makefile Modified Files: Mesa/src/descrip.mms ----------------------------------------------------------------------
2002-10-24Header file clean-up:Brian Paul
1. Remove all.h and PC_HEADER junk. 2. Rolled mem.c and mem.h into imports.c and imports.h 3. Include imports.h instead of mem.h Restore _mesa_create/initialize_context() to be like they were in 4.0.4 New wrappers for a few std C functions: _mesa_atoi(), _mesa_strstr(), etc.
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