Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replaced the .cpp-ized (for build issue) common GLUT source files by their | Philippe Houdoin | 2004-08-14 | 18 | -233/+2135 |
| | | | | | standard .c version. Remove outdated Makefile.orig. | ||||
* | Update to Jake Hamby's BeOS GLUT 3.7 port. | Philippe Houdoin | 2004-08-14 | 19 | -169/+1103 |
| | |||||
* | Move to $(TOP)/configs/default-based makefile. | Philippe Houdoin | 2004-08-14 | 1 | -113/+84 |
| | |||||
* | Obsoleted. Now, the BeOS targets build by main Makefiles chain. | Philippe Houdoin | 2004-08-14 | 1 | -303/+0 |
| | |||||
* | Silent compiler "variable may be used uninitialized" warnings. | Philippe Houdoin | 2004-08-14 | 1 | -5/+6 |
| | |||||
* | BeOS's _glthread_DECLARE_STATIC_MUTEX() couldn't be used outside a function | Philippe Houdoin | 2004-08-14 | 1 | -6/+9 |
| | | | | | because she called create_sem(). Now the semaphore creation is made at first _glthread_LOCK_MUTEX() call. | ||||
* | Fix a bug that set RGBA bits length always to 0 (reported by Marcin Konicki). | Philippe Houdoin | 2004-08-14 | 2 | -211/+232 |
| | | | | | | | | | 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... | ||||
* | build fix from XFree86 tree | Dave Airlie | 2004-08-14 | 1 | -1/+1 |
| | |||||
* | Move BeOS build into main Makefiles chain. | Philippe Houdoin | 2004-08-14 | 1 | -5/+11 |
| | |||||
* | bring over change from xorg trunk - let build on non-i386 | Dave Airlie | 2004-08-14 | 1 | -1/+1 |
| | |||||
* | bring over build fix from xorg tree | Dave Airlie | 2004-08-14 | 1 | -0/+4 |
| | |||||
* | Fix dri_util.c build with new headers. | Eric Anholt | 2004-08-12 | 1 | -1/+1 |
| | | | | Submitted by: John Lightsey <[email protected]> | ||||
* | added some handy debug code (disabled) | Brian Paul | 2004-08-10 | 1 | -0/+25 |
| | |||||
* | added a few more debug printfs (disabled) | Brian Paul | 2004-08-10 | 1 | -0/+14 |
| | |||||
* | Fix from Rogelio Serrano for miniglx double buffering | Jon Smirl | 2004-08-09 | 1 | -7/+8 |
| | |||||
* | fix incorrect overflow detection when emitting R200_SS_MAT_1_SHININESS | Roland Scheidegger | 2004-08-03 | 1 | -1/+1 |
| | |||||
* | xorg-r200-uninitialized-variable-used.patch from Redhat xorg | Dave Airlie | 2004-07-31 | 1 | -1/+2 |
| | |||||
* | disabled automatic mipmaps until we can handle 565 textures. | Daniel Borca | 2004-07-29 | 1 | -0/+2 |
| | |||||
* | fixed conflict between depth & alpha in 16bpp | Daniel Borca | 2004-07-29 | 1 | -1/+1 |
| | |||||
* | disable W1 when single-texturing | Daniel Borca | 2004-07-26 | 1 | -6/+6 |
| | |||||
* | consistantly use unpack parameter, instead of ctx->Unpack (Daniel Borca) | Brian Paul | 2004-07-26 | 1 | -26/+32 |
| | |||||
* | Fixed hash table allocation to avoid an assertion failure due to a | Felix Kuehling | 2004-07-26 | 1 | -5/+9 |
| | | | | bad config file. Fixed two more typos. | ||||
* | Rush is back on ZBUFFER | Daniel Borca | 2004-07-26 | 1 | -49/+354 |
| | | | | added DrawPixels555 and DrawPixels565 | ||||
* | use GL_CALL() macro (Andreas Stenglein) | Brian Paul | 2004-07-24 | 1 | -20/+20 |
| | |||||
* | new MESA_GLX_DEPTH_BITS env var | Brian Paul | 2004-07-23 | 1 | -5/+26 |
| | |||||
* | minor comments | Brian Paul | 2004-07-23 | 1 | -0/+2 |
| | |||||
* | added support for MESA_GLX_FORCE_ALPHA env var | Brian Paul | 2004-07-23 | 1 | -0/+4 |
| | |||||
* | ALIGN16 macro repairs | Brian Paul | 2004-07-23 | 3 | -18/+16 |
| | |||||
* | fixed pixelpiped DrawBitmap / DrawPixels (clipping was upside-down) | Daniel Borca | 2004-07-23 | 1 | -31/+28 |
| | |||||
* | partial GL_BLEND for Voodoo1 | Daniel Borca | 2004-07-21 | 1 | -6/+16 |
| | |||||
* | fixed a bug in clear routine | Daniel Borca | 2004-07-21 | 1 | -4/+3 |
| | |||||
* | fix compare w/ zero warnings (bug 988766) | Brian Paul | 2004-07-20 | 2 | -6/+5 |
| | |||||
* | error message fixups and some debug code | Brian Paul | 2004-07-20 | 1 | -2/+13 |
| | |||||
* | fix compare w/ zero warnings (bug #988766) | Brian Paul | 2004-07-20 | 2 | -9/+13 |
| | |||||
* | GL_EXT_texture_env_add shouldn't be conditioned by multitex, or should it? | Daniel Borca | 2004-07-20 | 1 | -1/+1 |
| | |||||
* | trying vertex_program... | Daniel Borca | 2004-07-19 | 1 | -1/+4 |
| | |||||
* | several new bugs | Daniel Borca | 2004-07-19 | 12 | -1016/+1521 |
| | |||||
* | minor corrections | Daniel Borca | 2004-07-16 | 2 | -17/+36 |
| | |||||
* | GL_MODULATE/GL_REPLACE multitex (wasteful, but apparently needed by some apps) | Daniel Borca | 2004-07-16 | 1 | -0/+34 |
| | |||||
* | SGIS_generate_mipmap | Daniel Borca | 2004-07-16 | 1 | -77/+188 |
| | |||||
* | Miniglx clients now authorize with server DRM | Jon Smirl | 2004-07-16 | 3 | -14/+53 |
| | |||||
* | add debugging for compresssed textures | Dave Airlie | 2004-07-15 | 1 | -0/+7 |
| | |||||
* | fix up heights for i830/i915 texture compression | Dave Airlie | 2004-07-15 | 2 | -2/+18 |
| | |||||
* | move config options to same place as other drivers (again for S3TC patch later) | Dave Airlie | 2004-07-15 | 2 | -3/+3 |
| | |||||
* | use a switch statement makes integrating the s3tc patch easier | Dave Airlie | 2004-07-15 | 1 | -1/+7 |
| | |||||
* | enable FXT1 texture compression for ixxx chipsets | Dave Airlie | 2004-07-15 | 5 | -1/+114 |
| | | | | commented out Keiths extensions strings | ||||
* | move over changes to intel driver from i830 driver for modes | Dave Airlie | 2004-07-15 | 1 | -88/+25 |
| | |||||
* | fixed vertex RGBA | Daniel Borca | 2004-07-13 | 1 | -1/+1 |
| | |||||
* | Make solo radeon/r128 drivers track fix for DRI bug 849 | Jon Smirl | 2004-07-10 | 2 | -28/+12 |
| | |||||
* | Remove DRM_PAGE_SIZE from fb and i810 drivers since it was being used. | Jon Smirl | 2004-07-10 | 2 | -21/+0 |
| |