summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-08-14BeOS now officially moved to main Makefiles chain. To build under BeOS: ↵Philippe Houdoin
"make beos"
2004-08-14Updated according to new way to build under BeOS.Philippe Houdoin
2004-08-14Obsolete the BeOS-specific makefile as we now build using standard Makefiles ↵Philippe Houdoin
chain.
2004-08-14Obsolete BeOS-specific makefile.Philippe Houdoin
Removed the oglinfo target from samples from BeOS build, as it depends on X.
2004-08-14Fix demo.cpp, which wasn't working as expected.Philippe Houdoin
Add a GLInfo app, a graphical tool displaying GL Info as a treeview. Usefull to see which OpenGL renderer you use and which extension(s) is supported. Convert the Makefile to be $(TOP)/configs/default-based.
2004-08-14Obsoleted. Now, the BeOS targets build by main Makefiles chain.Philippe Houdoin
2004-08-14Silent compiler "variable may be used uninitialized" warnings.Philippe Houdoin
2004-08-14BeOS's _glthread_DECLARE_STATIC_MUTEX() couldn't be used outside a functionPhilippe Houdoin
because she called create_sem(). Now the semaphore creation is made at first _glthread_LOCK_MUTEX() call.
2004-08-14Fix a bug that set RGBA bits length always to 0 (reported by Marcin Konicki).Philippe Houdoin
PPC byte order now supported (thanks Nathan Whitehorn). Double buffering is now always forced. Unlock the BGLView looper only if needed. Should fix the GLUT-based apps crash at window closing. SwapBuffers() now can wait for next vertical retrace. And several other minor changes...
2004-08-14build fix from XFree86 treeDave Airlie
2004-08-14Move BeOS build into main Makefiles chain.Philippe Houdoin
2004-08-14Add a BeOS build config.Philippe Houdoin
2004-08-14bring over change from xorg trunk - let build on non-i386Dave Airlie
2004-08-14bring over build fix from xorg treeDave Airlie
2004-08-13silence a warningBrian Paul
2004-08-13minor fix for newest glxext.h headerBrian Paul
2004-08-13added some missing sources to tarball listBrian Paul
2004-08-12Fix dri_util.c build with new headers.Eric Anholt
Submitted by: John Lightsey <john@nixnuts.net>
2004-08-10cvs ignore fileBrian Paul
2004-08-10updated glext.h and glxext.h filesBrian Paul
2004-08-10minor anim tweakBrian Paul
2004-08-10silence warningBrian Paul
2004-08-10use 'a' to toggle animationBrian Paul
2004-08-10minor tweaksBrian Paul
2004-08-10query/print max convolution filter sizeBrian Paul
2004-08-10added some handy debug code (disabled)Brian Paul
2004-08-10added a few more debug printfs (disabled)Brian Paul
2004-08-09Fix from Rogelio Serrano for miniglx double bufferingJon Smirl
2004-08-03fix incorrect overflow detection when emitting R200_SS_MAT_1_SHININESSRoland Scheidegger
2004-07-31xorg-r200-uninitialized-variable-used.patch from Redhat xorgDave Airlie
2004-07-29disabled automatic mipmaps until we can handle 565 textures.Daniel Borca
2004-07-29fixed conflict between depth & alpha in 16bppDaniel Borca
2004-07-28vtk and Paraview links updatedBrian Paul
2004-07-28version 6 from oss.sgi.comBrian Paul
2004-07-28version 24 from oss.sgi.comBrian Paul
2004-07-27don't use GLuint or GLvoid in function declarationBrian Paul
2004-07-26disable W1 when single-texturingDaniel Borca
2004-07-26consistantly use unpack parameter, instead of ctx->Unpack (Daniel Borca)Brian Paul
2004-07-26Fixed hash table allocation to avoid an assertion failure due to aFelix Kuehling
bad config file. Fixed two more typos.
2004-07-26Rush is back on ZBUFFERDaniel Borca
added DrawPixels555 and DrawPixels565
2004-07-24use GL_CALL() macro (Andreas Stenglein)Brian Paul
2004-07-23new MESA_GLX_DEPTH_BITS env varBrian Paul
2004-07-23minor commentsBrian Paul
2004-07-23updates from Stephane MarchesinBrian Paul
2004-07-23added MESA_GLX_FORCE_ALPHA env varBrian Paul
2004-07-23added support for MESA_GLX_FORCE_ALPHA env varBrian Paul
2004-07-23ALIGN16 macro repairsBrian Paul
2004-07-23fixed pixelpiped DrawBitmap / DrawPixels (clipping was upside-down)Daniel Borca
2004-07-21partial GL_BLEND for Voodoo1Daniel Borca
2004-07-21minor doc updateDaniel Borca