summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-08-14Turn gcc optimization up to -O3.Philippe Houdoin1-2/+2
2004-08-14fix some memory leaks (bug #1002030)Brian Paul6-42/+101
2004-08-14Remove obsoleted BeOS-specific makefiles.Philippe Houdoin3-148/+56
2004-08-14Add a guard to stop building libGLU.so under BeOS, as it's build into libGL.so.Philippe Houdoin1-2/+10
2004-08-14Forgot to commit this valuable file! :-)Philippe Houdoin1-0/+195
2004-08-14Remove obsoleted BeOS-specific makefile as the main Makefile system nowPhilippe Houdoin1-453/+0
2004-08-14Replaced the .cpp-ized (for build issue) common GLUT source files by theirPhilippe Houdoin2-1874/+0
2004-08-14Replaced the .cpp-ized (for build issue) common GLUT source files by theirPhilippe Houdoin18-233/+2135
2004-08-14Update to Jake Hamby's BeOS GLUT 3.7 port.Philippe Houdoin19-169/+1103
2004-08-14Move to $(TOP)/configs/default-based makefile.Philippe Houdoin1-113/+84
2004-08-14Update BeOS mklib to set mimetype and version.Philippe Houdoin1-4/+12
2004-08-14BeOS now officially moved to main Makefiles chain. To build under BeOS: "make...Philippe Houdoin1-0/+1
2004-08-14Updated according to new way to build under BeOS.Philippe Houdoin1-15/+22
2004-08-14Obsolete the BeOS-specific makefile as we now build using standard Makefiles ...Philippe Houdoin1-59/+0
2004-08-14Obsolete BeOS-specific makefile.Philippe Houdoin2-64/+6
2004-08-14Fix demo.cpp, which wasn't working as expected.Philippe Houdoin4-100/+207
2004-08-14Obsoleted. Now, the BeOS targets build by main Makefiles chain.Philippe Houdoin1-303/+0
2004-08-14Silent compiler "variable may be used uninitialized" warnings.Philippe Houdoin1-5/+6
2004-08-14BeOS's _glthread_DECLARE_STATIC_MUTEX() couldn't be used outside a functionPhilippe Houdoin1-6/+9
2004-08-14Fix a bug that set RGBA bits length always to 0 (reported by Marcin Konicki).Philippe Houdoin2-211/+232
2004-08-14build fix from XFree86 treeDave Airlie1-1/+1
2004-08-14Move BeOS build into main Makefiles chain.Philippe Houdoin1-5/+11
2004-08-14Add a BeOS build config.Philippe Houdoin1-0/+100
2004-08-14bring over change from xorg trunk - let build on non-i386Dave Airlie1-1/+1
2004-08-14bring over build fix from xorg treeDave Airlie1-0/+4
2004-08-13silence a warningBrian Paul2-3/+3
2004-08-13minor fix for newest glxext.h headerBrian Paul1-1/+1
2004-08-13added some missing sources to tarball listBrian Paul1-1/+2
2004-08-12Fix dri_util.c build with new headers.Eric Anholt1-1/+1
2004-08-10cvs ignore fileBrian Paul1-0/+16
2004-08-10updated glext.h and glxext.h filesBrian Paul1-1/+1
2004-08-10minor anim tweakBrian Paul1-2/+3
2004-08-10silence warningBrian Paul1-1/+2
2004-08-10use 'a' to toggle animationBrian Paul1-0/+8
2004-08-10minor tweaksBrian Paul1-1/+3
2004-08-10query/print max convolution filter sizeBrian Paul1-0/+7
2004-08-10added some handy debug code (disabled)Brian Paul1-0/+25
2004-08-10added a few more debug printfs (disabled)Brian Paul1-0/+14
2004-08-09Fix from Rogelio Serrano for miniglx double bufferingJon Smirl1-7/+8
2004-08-03fix incorrect overflow detection when emitting R200_SS_MAT_1_SHININESSRoland Scheidegger1-1/+1
2004-07-31xorg-r200-uninitialized-variable-used.patch from Redhat xorgDave Airlie1-1/+2
2004-07-29disabled automatic mipmaps until we can handle 565 textures.Daniel Borca1-0/+2
2004-07-29fixed conflict between depth & alpha in 16bppDaniel Borca1-1/+1
2004-07-28vtk and Paraview links updatedBrian Paul2-1/+3
2004-07-28version 6 from oss.sgi.comBrian Paul1-12/+86
2004-07-28version 24 from oss.sgi.comBrian Paul1-4/+55
2004-07-27don't use GLuint or GLvoid in function declarationBrian Paul1-1/+2
2004-07-26disable W1 when single-texturingDaniel Borca1-6/+6
2004-07-26consistantly use unpack parameter, instead of ctx->Unpack (Daniel Borca)Brian Paul1-26/+32
2004-07-26Fixed hash table allocation to avoid an assertion failure due to aFelix Kuehling1-5/+9