summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_context.c
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2005-05-31 04:04:24 +0000
committerEric Anholt <anholt@FreeBSD.org>2005-05-31 04:04:24 +0000
commit8a1df968627de01d04f3d692fd81108ba6492c18 (patch)
tree83eddfc1d1d8a1c0e58bdc012e5cec7f3a5ea336 /src/mesa/drivers/dri/radeon/radeon_context.c
parent9dff2ca07a6a74f65d831269b1cee8c3ee2c0103 (diff)
Bugzilla #2195: Convert the radeon driver to the t_vertex interface. This cuts
about 200 lines from the code and 25k from the binary, while matching other drivers more closely. In the worst case (tcl_mode=0) it appears to have a performance cost of 4.4% +/- 0.3% on quake3 (800x600 demofours, 1ghz p3, rv200). Tested on ut2004, ut, q3, projtex. Submitted by: Andreas Stenglein <a.stenglein@gmx.net>
Diffstat (limited to 'src/mesa/drivers/dri/radeon/radeon_context.c')
-rw-r--r--src/mesa/drivers/dri/radeon/radeon_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_context.c b/src/mesa/drivers/dri/radeon/radeon_context.c
index 60eecc741c..98177bbb4a 100644
--- a/src/mesa/drivers/dri/radeon/radeon_context.c
+++ b/src/mesa/drivers/dri/radeon/radeon_context.c
@@ -63,7 +63,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "radeon_vtxfmt.h"
#include "radeon_maos.h"
-#define DRIVER_DATE "20041207"
+#define DRIVER_DATE "20050528"
#include "vblank.h"
#include "utils.h"