Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove CVS/XFree86 keywords | Christoff Brill | 2007-05-17 | 1 | -1/+0 |
| | |||||
* | fix a bug in the sanity code when outputting vertex progs | Roland Scheidegger | 2006-11-29 | 1 | -1/+1 |
| | |||||
* | fix some whitespace in previous commit | Roland Scheidegger | 2006-05-27 | 1 | -2/+2 |
| | |||||
* | preparation for r200 hw vertex programs. Increase R200_CMD_BUF_SZ to 16k ↵ | Roland Scheidegger | 2006-05-27 | 1 | -0/+66 |
| | | | | 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. | ||||
* | fix missing *_STATECHANGE in *UpdateViewportOffset for radeon, r200 and r300 ↵ | Roland Scheidegger | 2006-03-28 | 1 | -1/+3 |
| | | | | (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). | ||||
* | add the new drm packets needed for ATI_fragment_shader to the sanity code of ↵ | Roland Scheidegger | 2005-09-10 | 1 | -0/+49 |
| | | | | the r200 and radeon driver | ||||
* | add support for user-configurable brilinear filtering on r200 | Roland Scheidegger | 2005-03-15 | 1 | -4/+7 |
| | |||||
* | s/0/NULL/ (Jeff Muizelaar) | Brian Paul | 2005-02-17 | 1 | -2/+2 |
| | |||||
* | add the new RADEON_CUBIC_OFFSET/FACES state packets/registers to radeon (and ↵ | Roland Scheidegger | 2005-02-10 | 1 | -0/+6 |
| | | | | r200) sanity code | ||||
* | (Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only ↵ | Roland Scheidegger | 2004-12-08 | 1 | -0/+1 |
| | | | | 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. | ||||
* | fix incorrect overflow detection when emitting R200_SS_MAT_1_SHININESS | Roland Scheidegger | 2004-08-03 | 1 | -1/+1 |
| | |||||
* | add missing R200_RB3D_BLENDCOLOR to r200/radeon_sanity.c | Roland Scheidegger | 2004-06-28 | 1 | -0/+5 |
| | |||||
* | Adjustments to make everything use IOCTL/sarea defines in DRM instead | Jon Smirl | 2004-03-11 | 1 | -15/+15 |
| | | | | of glx/mini. removes glx/mini/drm.h glx/mini/sarea.h | ||||
* | Update DRI drivers to current DRI CVS and make them work. | Jon Smirl | 2003-10-21 | 1 | -2/+3 |
| | |||||
* | r200 driver, brought over by Jon Smirl | Keith Whitwell | 2003-08-06 | 1 | -0/+1325 |