ggi updates
[mesa.git] / src /
2004-09-10 Brian Paulassorted updates (bug #1025977)
2004-09-10 Brian Paulupdated error msg
2004-09-10 Brian Paulreset error state before parsing (David Reveman)
2004-09-10 Brian PaulMore updates for Doxygen.
2004-09-09 Jose FonsecaUpdate the doxygen configuration file.
2004-09-09 Brian Paulfix a bug in analyse_from_scratch() reported by Wes...
2004-09-09 Brian Paulclean-ups and comments
2004-09-09 Brian PaulAnother attempt at fixing name mangling and gl__unused4...
2004-09-08 Dave Airlieupdated patch for vertex program
2004-09-07 Dave AirlieThis patch enables GL_ARB_vertex_program and GL_NV_vert...
2004-09-07 Dave AirlieAdd a solo-x86 config, and make solo use the x86 glapi
2004-09-03 Daniel Borcamake sure the HW is clean before shooting the pipeline
2004-09-02 Keith Whitwellr200-maybe-flush-less-3.diff
2004-09-01 Brian Paulalso test for __arm__ for setting USE_IEEE (X bug 1155)
2004-08-31 Keith WhitwellThe i915 driver was merged after EMIT_*_BGR bug was...
2004-08-31 Daniel Borcanewer Glide3x snaps vertices internally for V1/VR/VB
2004-08-30 Daniel Borcaremove CR
2004-08-30 Daniel Borcacleanup
2004-08-30 Daniel Borcarevived unused code, but got rid of warnings
2004-08-30 Daniel Borcacleaned up extensions a bit
2004-08-30 Daniel Borcaclamp lodbias
2004-08-30 Daniel Borcafixed automatic mipmap generation
2004-08-30 Daniel Borcafog really needs W
2004-08-30 Daniel Borcaremove CR
2004-08-25 Brian PaulICD update from Gregor Anich
2004-08-25 Brian Paulmove (void) foo; instances after local declarations
2004-08-25 Brian Paulprint internalFormat value in r200ChooseTextureFormat...
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-08-25 Brian Paulregenerated with license info
2004-08-25 Brian PaulMakefile for python-generated files (Ian Romanick)
2004-08-25 Brian Pauluse version generated from the XML database
2004-08-25 Brian Paulfix MGL namespace warning (patch 1014800)
2004-08-25 Brian Paulreturn type for MapBuffer was not specified
2004-08-25 Brian PaulFix mgl name mangling (patch 1014800)
2004-08-25 Brian PaulWindows ICD driver code (patch 1014800)
2004-08-25 Brian Paulfix a couple bad casts
2004-08-25 Brian Paulprint current config name before building src and progs
2004-08-25 Brian Paulwork around a param bug (Adam Jackson)
2004-08-24 Philippe HoudoinDisable x86 iround() version on BeOS with gcc < 2.95...
2004-08-22 Felix KuehlingConverted the Savage driver to the new DRI interface...
2004-08-22 Brian Paulcast to fix a warning (in disabled code anyway)
2004-08-22 Brian Pauldon't use __FUNCTION__ - not portable
2004-08-22 Brian Paulcheck if __mips or _MIPS_ARCH is defined to set IEEE_ON...
2004-08-22 Brian Paulalso check for __hppa__ and hpux for IEEE support ...
2004-08-20 Brian Paulenabled GL_ARB_texture_rectangle
2004-08-20 Daniel Borcahide GL_ARB_texture_compression from non-VSA cards
2004-08-19 Brian Paulbump version to 6.2
2004-08-19 Brian Pauldon't check for ARB_texture_non_power_of_two for OpenGL...
2004-08-19 Jouk Jansen Committing in .
2004-08-19 Daniel Borcawhy is GL_ARB_texture_env_combine different from EXT?
2004-08-19 Daniel Borca"const int _nc" was really stupid...
2004-08-19 Daniel Borcacleanup
2004-08-19 Daniel Borcasilence compiler warnings
2004-08-18 Brian Paulcheck for either GL_NV_vertex_program or GL_ARB_vertex_...
2004-08-18 Brian Paulupdates from Jouk
2004-08-17 Eric AnholtRevert the move of lost_context setting to UNLOCK_HARDW...
2004-08-17 Brian Pauldon't enable the float texture and GLhalf pixel extensi...
2004-08-17 Ian RomanickFixed an assembler warning / error (depending on the...
2004-08-17 Eric AnholtClose some races with locking on R100 and R200 which...
2004-08-16 Brian Paulwhitespace clean-up, new 'clean' commands
2004-08-16 Philippe HoudoinAdd glutGetProcAddress(). Not all GLUT version 5 APIs...
2004-08-16 Philippe HoudoinStupid me. I don't know why I moved the GLView.h here...
2004-08-16 Daniel Borcacleanup
2004-08-16 Daniel Borcafixed texture fetchers, fixed automatic mipmap generati...
2004-08-16 Daniel Borcafixed pixel drawing routines, some cleanup
2004-08-16 Daniel Borcadisabled stereo checking in wglChoosePixelFormat
2004-08-16 Philippe HoudoinClearer guard message text.
2004-08-16 Eric AnholtRemove unused HAVE_INDEX define.
2004-08-14 Karl SchultzUpdate Visual Studio Project file for src tree updates.
2004-08-14 Karl SchultzNew Visual Studio project file for this directory.
2004-08-14 Karl SchultzMinor tweaks to deal with vsnprintf and __FUNCTION__...
2004-08-14 Brian Paulfix some memory leaks (bug #1002030)
2004-08-14 Philippe HoudoinRemove obsoleted BeOS-specific makefiles.
2004-08-14 Philippe HoudoinAdd a guard to stop building libGLU.so under BeOS,...
2004-08-14 Philippe HoudoinForgot to commit this valuable file! :-)
2004-08-14 Philippe HoudoinRemove obsoleted BeOS-specific makefile as the main...
2004-08-14 Philippe HoudoinReplaced the .cpp-ized (for build issue) common GLUT...
2004-08-14 Philippe HoudoinReplaced the .cpp-ized (for build issue) common GLUT...
2004-08-14 Philippe HoudoinUpdate to Jake Hamby's BeOS GLUT 3.7 port.
2004-08-14 Philippe HoudoinMove to $(TOP)/configs/default-based makefile.
2004-08-14 Philippe HoudoinObsoleted. Now, the BeOS targets build by main Makefile...
2004-08-14 Philippe HoudoinSilent compiler "variable may be used uninitialized...
2004-08-14 Philippe HoudoinBeOS's _glthread_DECLARE_STATIC_MUTEX() couldn't be...
2004-08-14 Philippe HoudoinFix a bug that set RGBA bits length always to 0 (report...
2004-08-14 Dave Airliebuild fix from XFree86 tree
2004-08-14 Philippe HoudoinMove BeOS build into main Makefiles chain.
2004-08-14 Dave Airliebring over change from xorg trunk - let build on non...
2004-08-14 Dave Airliebring over build fix from xorg tree
2004-08-12 Eric AnholtFix dri_util.c build with new headers.
2004-08-10 Brian Pauladded some handy debug code (disabled)
2004-08-10 Brian Pauladded a few more debug printfs (disabled)
2004-08-09 Jon SmirlFix from Rogelio Serrano for miniglx double buffering
2004-08-03 Roland Scheideggerfix incorrect overflow detection when emitting R200_SS_...
2004-07-31 Dave Airliexorg-r200-uninitialized-variable-used.patch from Redhat...
2004-07-29 Daniel Borcadisabled automatic mipmaps until we can handle 565...
2004-07-29 Daniel Borcafixed conflict between depth & alpha in 16bpp
2004-07-26 Daniel Borcadisable W1 when single-texturing
2004-07-26 Brian Paulconsistantly use unpack parameter, instead of ctx-...
2004-07-26 Felix KuehlingFixed hash table allocation to avoid an assertion failu...
2004-07-26 Daniel BorcaRush is back on ZBUFFER
next