From 85b4ae065435c8b4c4696b75e95f897130ee8bdf Mon Sep 17 00:00:00 2001 From: Thomas Hellström Date: Mon, 10 Jul 2006 12:20:24 +0000 Subject: The SiS and Unichrome drivers assume that the handle to the AGP map is equivalent to the AGP physical address. Fix this. --- src/mesa/drivers/dri/unichrome/via_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/drivers/dri/unichrome/via_context.c') diff --git a/src/mesa/drivers/dri/unichrome/via_context.c b/src/mesa/drivers/dri/unichrome/via_context.c index dabb233fc0..ffde1b66b7 100644 --- a/src/mesa/drivers/dri/unichrome/via_context.c +++ b/src/mesa/drivers/dri/unichrome/via_context.c @@ -68,7 +68,7 @@ #define need_GL_EXT_secondary_color #include "extension_helper.h" -#define DRIVER_DATE "20050526" +#define DRIVER_DATE "20060710" #include "vblank.h" #include "utils.h" -- cgit v1.2.3