summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2003-01-26remove bad assertion, fix minor bug in _mesa_lookup_rgba()Brian Paul
2003-01-25new texture enums (Leif Delgass)Brian Paul
2003-01-24silence some warningsBrian Paul
2003-01-22push/pop color table state (Eric Plante)Brian Paul
2003-01-22glGet(GL_CURRENT_SECONDARY_COLOR) should return 4 values, not 3Brian Paul
2003-01-21added missing break (Leif Delgass)Brian Paul
2003-01-21GL_SGI_texture_color_table extension (Eric Plante)Brian Paul
2003-01-21GL_ATI_texture_env_combine3 extensionBrian Paul
2003-01-21check for NV_fragment_program for glGetString(GL_PROGRAM_ERROR_STRING_NV)Brian Paul
2003-01-19add some castsBrian Paul
2003-01-16update CurrentStack in glActiveTexture if needed (bug 669080)Brian Paul
2003-01-15 Committing in .Jouk Jansen
2003-01-14First batch of code for GL_NV_fragment_program.Brian Paul
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
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
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