summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Collapse)Author
2003-02-10cast GLfloatAlan Hourihane
2003-02-08replace _mesa_strtof() with _mesa_strtod()Brian Paul
2003-02-06fix assertion in transfer_teximage() (Laurent Desnogues)Brian Paul
2003-02-05fix bug in popping texture color table stateBrian Paul
2003-02-04DOS updates (Daniel Borca)Brian Paul
2003-01-28some casts (Evgeny Kotsuba)Brian Paul
2003-01-26Make GL_SGI_texture_color_table work per-texture unit.Brian Paul
Clean-up and optimize _swrast_texture_table_lookup().
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
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