summaryrefslogtreecommitdiffstats
path: root/drivers/3dfx.h
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-12 11:09:23 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-12 11:09:23 +0000
commit6b271acc7e88a5c97946d90c1bc17302447fd198 (patch)
treee178d4661dc5464cab84588949112613d677a0dd /drivers/3dfx.h
parent555b3f61fed249553250b4264260623127ade64e (diff)
downloadmpv-6b271acc7e88a5c97946d90c1bc17302447fd198.tar.bz2
mpv-6b271acc7e88a5c97946d90c1bc17302447fd198.tar.xz
Overlay support (now vo_xtdfx is possible :) and yet another way to
access the mem. Still the same problem than with the page fault handler :( But it doesn't need a patched agpgart. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9567 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'drivers/3dfx.h')
-rw-r--r--drivers/3dfx.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/3dfx.h b/drivers/3dfx.h
index 9a865ddf6c..f2ac1a9220 100644
--- a/drivers/3dfx.h
+++ b/drivers/3dfx.h
@@ -248,6 +248,12 @@ typedef struct voodoo_yuv_fb_t voodoo_yuv_fb;
#define COMMAND_3D (0x00200000 + 0x120)
+#define SWAPBUFCMD (0x00200000 + 0x128)
+#define SWAPPENDING (0x00200000 + 0x24C)
+#define LEFTOVBUF (0x00200000 + 0x250)
+#define RIGHTOVBUF (0x00200000 + 0x254)
+#define FBISWAPBUFHIST (0x00200000 + 0x258)
+
/* register bitfields (not all, only as needed) */
#define BIT(x) (1UL << (x))