diff options
author | Thomas Hellstrom <unichrome@shipmail.org> | 2004-04-12 10:18:18 +0000 |
---|---|---|
committer | Thomas Hellstrom <unichrome@shipmail.org> | 2004-04-12 10:18:18 +0000 |
commit | 6f6d2a553a776068a53332e409fa19e83f6be964 (patch) | |
tree | be9cd5630323700142f63316650173e09c6b971d /shared/via_drv.c | |
parent | 6fa5c5d958688fba801bc08e75345edd51bf27c7 (diff) |
1. Added a PCI ID.
2. Big change to the XvMC part of the SAREA. OpenGL clients will not suffer
from this, and via XvMC is still alpha. Needed to make future additions
to XvMC (More decoders and overlays) possible.
3. Bumped version number to 1.3.0.
Diffstat (limited to 'shared/via_drv.c')
-rw-r--r-- | shared/via_drv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/via_drv.c b/shared/via_drv.c index 65ea55a1..6f41f1fc 100644 --- a/shared/via_drv.c +++ b/shared/via_drv.c @@ -31,10 +31,10 @@ #define DRIVER_NAME "via" #define DRIVER_DESC "VIA Unichrome" -#define DRIVER_DATE "20040317" +#define DRIVER_DATE "20040411" #define DRIVER_MAJOR 1 -#define DRIVER_MINOR 2 +#define DRIVER_MINOR 3 #define DRIVER_PATCHLEVEL 0 |