Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-18 | mesa: added "main/" prefix to includes, remove some -I paths from ↵ | Brian Paul | |
Makefile.template | |||
2007-05-17 | remove CVS/XFree86 keywords | Christoff Brill | |
2006-11-29 | fix a bug in the sanity code when outputting vertex progs | Roland Scheidegger | |
2006-05-27 | fix some whitespace in previous commit | Roland Scheidegger | |
2006-05-27 | preparation for r200 hw vertex programs. Increase R200_CMD_BUF_SZ to 16k ↵ | Roland Scheidegger | |
instead of 8k (the reasons why it was exactly 8k are unclear). Add register defines, sanity code, fix potential issue with wrong statechange order when disabling fragment programs. | |||
2006-03-28 | fix missing *_STATECHANGE in *UpdateViewportOffset for radeon, r200 and r300 ↵ | Roland Scheidegger | |
(reported by Jim Duchek). Fix some potential problems with strict-aliasing with r200 and radeon drivers in *UpdateViewportOffset, *PolygonOffset and *UpdateWindow functions (some compiler warnings about strict-aliasing remain in the codegen vertex code, and there may be more problems unnoticed by the compiler). | |||
2005-09-10 | add the new drm packets needed for ATI_fragment_shader to the sanity code of ↵ | Roland Scheidegger | |
the r200 and radeon driver | |||
2005-03-15 | add support for user-configurable brilinear filtering on r200 | Roland Scheidegger | |
2005-02-17 | s/0/NULL/ (Jeff Muizelaar) | Brian Paul | |
2005-02-10 | add the new RADEON_CUBIC_OFFSET/FACES state packets/registers to radeon (and ↵ | Roland Scheidegger | |
r200) sanity code | |||
2004-12-08 | (Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only ↵ | Roland Scheidegger | |
fast z clear and z buffer compression are supported for now, hierarchical-z is not. Still problems with multiple apps and z/stencil readback, which is why hyperz is disabled per default. Also add the new point sprite packet drm 1.13 accepts to the sanity code. | |||
2004-08-03 | fix incorrect overflow detection when emitting R200_SS_MAT_1_SHININESS | Roland Scheidegger | |
2004-06-28 | add missing R200_RB3D_BLENDCOLOR to r200/radeon_sanity.c | Roland Scheidegger | |
2004-03-11 | Adjustments to make everything use IOCTL/sarea defines in DRM instead | Jon Smirl | |
of glx/mini. removes glx/mini/drm.h glx/mini/sarea.h | |||
2003-10-21 | Update DRI drivers to current DRI CVS and make them work. | Jon Smirl | |
2003-08-06 | r200 driver, brought over by Jon Smirl | Keith Whitwell | |