mesa.git
2003-02-17 Brian PaulReplace some #defines with enums. (Klaus Niederkrueger)
2003-02-17 Brian Paulfixed bad zoomed.zStep assignment (bug 687811)
2003-02-17 Brian PaulImplement parsing of texture instructions and prototype...
2003-02-16 Brian Paulmore work on DEFINE/DECLARATION statements, symbol...
2003-02-13 Brian Paulversion bumps, etc
2003-02-12 Brian Paulreplace APIENTRY with GLUTAPIENTRY to be consistant...
2003-02-12 Brian Pauladded OS/2 includes
2003-02-10 Alan Hourihanecast GLfloat
2003-02-10 Alan Hourihanefix fragment_program for Windows
2003-02-08 Brian Pauladded rules for making bz2 files and md5 checksums
2003-02-08 Brian Pauladded cvsclean target
2003-02-08 Brian Paulreplace _mesa_strtof() with _mesa_strtod()
2003-02-08 Brian Pauldisable normal xform code - see bug 673938
2003-02-06 Brian Paulfix assertion in transfer_teximage() (Laurent Desnogues)
2003-02-06 Brian Paulreplace | with & (Laurent Desnogues)
2003-02-05 Brian Paulfix bug in popping texture color table state
2003-02-04 Brian Pauladded a comment for _tnl_need_projected_coords()
2003-02-04 Brian PaulUse 'ndc' instead of 'proj' terminology.
2003-02-04 Brian Paulread/write files, not stdio (Daniel Borca)
2003-02-04 Brian PaulDOS updates (Daniel Borca)
2003-02-04 Brian Paulunneeded (Daniel Borca)
2003-02-04 Brian Pauluse ARB flavor of window_pos extension
2003-02-04 Brian Paulupdated with new functions (Bill Hoffman)
2003-02-04 Brian Paulprint debug message when SSE is disabled by user (Klaus...
2003-02-04 Brian Paulupdate version numbers (Klaus Niederkrueger)
2003-01-30 Karl SchultzCheck only LEFT bits for clearing alpha buffer. (Evgeny...
2003-01-30 Brian Paulfix reported 3Dnow bug in _mesa_normal_tab (Felix Kuhling)
2003-01-28 Brian Paulfix prefetch bug (Felix Kuhling)
2003-01-28 Brian Paulupdated version test
2003-01-28 Brian Paulmove ltor computation
2003-01-28 Brian Paulsome casts (Evgeny Kotsuba)
2003-01-26 Brian PaulMake GL_SGI_texture_color_table work per-texture unit.
2003-01-26 Brian Paulremove bad assertion, fix minor bug in _mesa_lookup_rgba()
2003-01-25 Brian Pauloptimize compute_coveragef (Evgeny Kotsuba)
2003-01-25 Brian Paulnew texture enums (Leif Delgass)
2003-01-24 Brian Paulremove unused vars
2003-01-24 Brian Paulsilence warning
2003-01-24 Brian Paulsilence some warnings
2003-01-24 Brian Paulrenamed dither-related preprocessor symbols (bug 536406)
2003-01-22 Brian Paulpush/pop color table state (Eric Plante)
2003-01-22 Brian Paulimproved solve_plane_chan() (Evgeny Kotsuba)
2003-01-22 Brian PaulglGet(GL_CURRENT_SECONDARY_COLOR) should return 4 value...
2003-01-21 Brian Pauladded missing break (Leif Delgass)
2003-01-21 Brian PaulGL_SGI_texture_color_table
2003-01-21 Brian PaulGL_SGI_texture_color_table extension (Eric Plante)
2003-01-21 Brian Paulnew X86 CPU detection code (Petr Sebor)
2003-01-21 Brian PaulGL_ATI_texture_env_combine3 extension
2003-01-21 Brian Paulcheck for NV_fragment_program for glGetString(GL_PROGRA...
2003-01-20 Brian Paulfix an assertion
2003-01-20 Brian Pauluse COPY_CHAN4 macro
2003-01-20 Brian Pauluse R/G/B/ACOMP indexes (Evgeny Kotsuba)
2003-01-20 Brian Paulfix IBM CPP warning (Evgeny Kotsuba)
2003-01-19 Brian Pauladd some casts
2003-01-16 Alan Hourihanefix for framebuffer width and height when window hasn...
2003-01-16 Brian Paulanother fix for glDrawPixels + clipping
2003-01-16 Brian Paulupdate CurrentStack in glActiveTexture if needed (bug...
2003-01-15 Brian Paulfix glDrawPixels hang when clipping
2003-01-15 Jouk Jansen Committing in .
2003-01-15 Karl SchultzFix SourceForge bug 664908. wglDescribePixelFormat...
2003-01-14 Brian Paulsimple GL_NV_fragment_program test
2003-01-14 Brian Paulfragment program execution
2003-01-14 Brian PaulFirst batch of code for GL_NV_fragment_program.
2003-01-14 Brian PaulGL_NV_fragment_program
2003-01-14 Brian Paulprototype render-to-texture
2003-01-14 Brian Paulinitial code for render-to-texture
2003-01-14 Brian Paulremove const from _mesa_strtof()
2003-01-14 Brian Pauladded _mesa_strtof()
2003-01-14 Brian PaulOSMesa16 updates (Eric Plante), added _mesa_strtof()
2003-01-13 Brian Paulfix fog stride bugs (Michel Danzer)
2003-01-09 Brian Paulremove ADD_L altogether
2003-01-09 Brian Pauls/16/32/ (Josh Vanderhoof)
2003-01-09 Brian Paulmoved ADD_L instruction (Linus Torvalds)
2003-01-09 Brian Pauladded font-related symbols
2003-01-08 Brian Paulfix some float/ubyte mistakes (Daniel Borca)
2003-01-08 Brian Paulmove t->Image[i]->Format test (bug 659012)
2003-01-08 Brian Paulfix typo in rotation code (bug 659677)
2003-01-08 Brian Paulfix glCopyTexSubImage2D error checking (bug 661907)
2002-12-30 Alan HourihaneCheck that ActiveTextureARB doesn't overflow MaxTexture...
2002-12-19 Keith WhitwellAdd missing break statements
2002-12-19 Brian Pauladded new DOS files
2002-12-19 Brian Paulobsolete
2002-12-19 Brian PaulDOS updates
2002-12-18 Brian PaulDOS updates from Daniel Borca.
2002-12-18 Brian Paulcomment changes
2002-12-18 Brian Paulimproved error message
2002-12-18 Brian Pauladded RELNOTES-5.1 file
2002-12-18 Brian Paulbug fixes
2002-12-12 Keith WhitwellAdd mechanism to destroy mutexes. Important on OS...
2002-12-10 Brian Pauluse/test GL_SGIS_generate_mipmaps if available
2002-12-06 Brian Paullet _mesa_problem() take variable arguments
2002-12-05 Keith WhitwellDon't crash if End received without a Begin...
2002-12-05 Brian Pauladded _mesa_print_texunit_state() for debugging
2002-12-05 Brian Paulproperly handle very wide images
2002-12-05 Brian Paulclean-ups, comments
2002-12-04 Brian Paulfix bad _mesa_printf() calls (mesa bug 646753)
2002-12-03 Brian Paulupdated to use ARB extensions
2002-12-03 Brian Pauladded GL_DEPTH_COMPONENT to two assertions
2002-12-01 Brian Pauldeclar vsnprintf for OS/2 and VMS (Evgeny Kotsuba)
2002-11-30 Brian Pauladded const to casts
2002-11-30 Brian Paulremove GLUTAPIENTRY from __glutCloseDownGameMode
next