diff options
author | Eric Anholt <[email protected]> | 2005-10-20 20:11:46 +0000 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2005-10-20 20:11:46 +0000 |
commit | 6f980dbf21893af4e7413dbb0373fb79761294c7 (patch) | |
tree | c91fbdb8fe803dc392687d468e15209dda3fd6ca | |
parent | b50a51118ce474a679b0f9e026557ef1b83cd344 (diff) |
Bump driver dates for the crasher fixes yesterday.
-rw-r--r-- | src/mesa/drivers/dri/mach64/mach64_dd.c | 2 | ||||
-rw-r--r-- | src/mesa/drivers/dri/sis/sis_dd.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/mach64/mach64_dd.c b/src/mesa/drivers/dri/mach64/mach64_dd.c index c0bb8629fad..7c27c5856a2 100644 --- a/src/mesa/drivers/dri/mach64/mach64_dd.c +++ b/src/mesa/drivers/dri/mach64/mach64_dd.c @@ -39,7 +39,7 @@ #include "utils.h" #include "framebuffer.h" -#define DRIVER_DATE "20030502" +#define DRIVER_DATE "20051019" /* Return the current color buffer size. */ diff --git a/src/mesa/drivers/dri/sis/sis_dd.c b/src/mesa/drivers/dri/sis/sis_dd.c index e144a936f26..cd992709914 100644 --- a/src/mesa/drivers/dri/sis/sis_dd.c +++ b/src/mesa/drivers/dri/sis/sis_dd.c @@ -47,7 +47,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. #include "utils.h" -#define DRIVER_DATE "20041008" +#define DRIVER_DATE "20051019" /* Return the width and height of the given buffer. */ |