summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-20fix an assertionBrian Paul
2003-01-20use COPY_CHAN4 macroBrian Paul
2003-01-20use R/G/B/ACOMP indexes (Evgeny Kotsuba)Brian Paul
2003-01-20fix IBM CPP warning (Evgeny Kotsuba)Brian Paul
2003-01-19add some castsBrian Paul
2003-01-16fix for framebuffer width and height when window hasn't been realized.Alan Hourihane
2003-01-16another fix for glDrawPixels + clippingBrian Paul
2003-01-16update CurrentStack in glActiveTexture if needed (bug 669080)Brian Paul
2003-01-15fix glDrawPixels hang when clippingBrian Paul
2003-01-15 Committing in .Jouk Jansen
2003-01-15Fix SourceForge bug 664908. wglDescribePixelFormat should return theKarl Schultz
2003-01-14fragment program executionBrian Paul
2003-01-14First batch of code for GL_NV_fragment_program.Brian Paul
2003-01-14initial code for render-to-textureBrian 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-13fix fog stride bugs (Michel Danzer)Brian Paul
2003-01-09remove ADD_L altogetherBrian Paul
2003-01-09s/16/32/ (Josh Vanderhoof)Brian Paul
2003-01-09moved ADD_L instruction (Linus Torvalds)Brian Paul
2003-01-09added font-related symbolsBrian Paul
2003-01-08fix some float/ubyte mistakes (Daniel Borca)Brian Paul
2003-01-08move t->Image[i]->Format test (bug 659012)Brian Paul
2003-01-08fix typo in rotation code (bug 659677)Brian Paul
2003-01-08fix glCopyTexSubImage2D error checking (bug 661907)Brian Paul
2002-12-30Check that ActiveTextureARB doesn't overflow MaxTextureUnitsAlan Hourihane
2002-12-19Add missing break statementsKeith Whitwell
2002-12-19obsoleteBrian Paul
2002-12-19DOS updatesBrian Paul
2002-12-18DOS updates from Daniel Borca.Brian Paul
2002-12-18comment changesBrian 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-05Don't crash if End received without a Begin...Keith Whitwell
2002-12-05added _mesa_print_texunit_state() for debuggingBrian Paul
2002-12-05properly handle very wide imagesBrian Paul
2002-12-05clean-ups, commentsBrian Paul
2002-12-04fix bad _mesa_printf() calls (mesa bug 646753)Brian 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-30added const to castsBrian Paul
2002-11-30remove GLUTAPIENTRY from __glutCloseDownGameModeBrian Paul
2002-11-28mask is always non-null in write_rgba_pixels and write_monorgba_pixelsBrian Paul
2002-11-26added missing call to _mesa_write_mono_alpha_span()Brian Paul
2002-11-26fixed bad clear valueBrian Paul
2002-11-25added missing ctx parameter to _tnl_flush_immediate() callsBrian Paul