From 6f6d2a553a776068a53332e409fa19e83f6be964 Mon Sep 17 00:00:00 2001 From: Thomas Hellstrom Date: Mon, 12 Apr 2004 10:18:18 +0000 Subject: 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. --- shared/via.h | 1 + 1 file changed, 1 insertion(+) (limited to 'shared/via.h') diff --git a/shared/via.h b/shared/via.h index 8e81e571..7974dfbe 100644 --- a/shared/via.h +++ b/shared/via.h @@ -53,6 +53,7 @@ extern int via_final_context(int context); #define DRIVER_CTX_DTOR via_final_context #define DRIVER_PCI_IDS \ + {0x1106, 0x3022, 0, "VIA CLE266 3022"}, \ {0x1106, 0x3122, 0, "VIA CLE266"}, \ {0x1106, 0x7205, 0, "VIA KM400"}, \ {0x1106, 0x7204, 0, "VIA K8M800"}, \ -- cgit v1.2.3