| Commit message (Expand) | Author | Age | Files | Lines |
* | Close some races with locking on R100 and R200 which could manifest as rendering | Eric Anholt | 2004-08-17 | 15 | -30/+118 |
* | Stupid me. I don't know why I moved the GLView.h here at first, but now I kno... | Philippe Houdoin | 2004-08-16 | 2 | -193/+1 |
* | cleanup | Daniel Borca | 2004-08-16 | 5 | -37/+14 |
* | fixed texture fetchers, fixed automatic mipmap generation, some cleanup | Daniel Borca | 2004-08-16 | 1 | -22/+71 |
* | fixed pixel drawing routines, some cleanup | Daniel Borca | 2004-08-16 | 1 | -8/+142 |
* | disabled stereo checking in wglChoosePixelFormat | Daniel Borca | 2004-08-16 | 1 | -0/+5 |
* | Remove unused HAVE_INDEX define. | Eric Anholt | 2004-08-16 | 2 | -2/+0 |
* | Update Visual Studio Project file for src tree updates. | Karl Schultz | 2004-08-14 | 1 | -2/+2 |
* | Forgot to commit this valuable file! :-) | Philippe Houdoin | 2004-08-14 | 1 | -0/+195 |
* | Fix a bug that set RGBA bits length always to 0 (reported by Marcin Konicki). | Philippe Houdoin | 2004-08-14 | 2 | -211/+232 |
* | build fix from XFree86 tree | Dave Airlie | 2004-08-14 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | Fixed hash table allocation to avoid an assertion failure due to a | Felix Kuehling | 2004-07-26 | 1 | -5/+9 |
* | Rush is back on ZBUFFER | Daniel Borca | 2004-07-26 | 1 | -49/+354 |
* | 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 |
* | added support for MESA_GLX_FORCE_ALPHA env var | Brian Paul | 2004-07-23 | 1 | -0/+4 |
* | 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 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | 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 |
* | Fix unichrome solo build to not need X11 headers. Minor change to | Jon Smirl | 2004-07-10 | 1 | -10/+3 |
* | Make GET_PROGRAM_NAME work with uCLibc using the __progname hack. | Felix Kuehling | 2004-07-10 | 1 | -4/+9 |
* | Fix mesa-solo config to define _GNU_SOURCE so that program_invocation_short_name | Jon Smirl | 2004-07-09 | 1 | -1/+0 |
* | use tnl_emit_func, it's safer | Daniel Borca | 2004-07-06 | 1 | -2/+2 |
* | Convert miniglx to use Ian's fancy new driver config code. | Jon Smirl | 2004-07-05 | 7 | -257/+1 |
* | added GL_ARB_point_sprite. | Daniel Borca | 2004-07-05 | 5 | -44/+119 |
* | Bugzilla #755: Fix polygon offset by setting DEPTH_SCALE to depth_scale instead | Eric Anholt | 2004-07-04 | 1 | -1/+1 |