diff options
author | alanh <alanh> | 2001-05-15 20:40:17 +0000 |
---|---|---|
committer | alanh <alanh> | 2001-05-15 20:40:17 +0000 |
commit | 09d18b022f5e320ded6113c6ebfa273beff447ea (patch) | |
tree | 6971d53da7a747aa496303463e2ba462d1ce3f4e /xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_dri.h | |
parent | a4009662ea076e989628dcafb6622bc821bfd862 (diff) |
merge in XFree86 CVS tdfx driver (to avoid problems later, there will be
a compiler warning regarding the OptionsRec stuff - ignore it for now until
the next merge).
fix bug id #420071 where starting a XV application then gears would crash
the server.
fix the allocation of pixmapcache lines. We were grabbing 4095 or 2048
regardless of whether it was available and corrupted the back of the
texture memory.
fix maxClip to correct size when pixmap cache adjusted.
Fix up driver ready for re-introduction of the texture/overlay XV support.
Diffstat (limited to 'xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_dri.h')
-rw-r--r-- | xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_dri.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_dri.h b/xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_dri.h index 956b7e703..ecd402237 100644 --- a/xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_dri.h +++ b/xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_dri.h @@ -1,4 +1,4 @@ -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_dri.h,v 1.5 2001/03/21 17:02:26 dawes Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_dri.h,v 1.4 2001/03/03 22:41:34 tsi Exp $ */ #ifndef _TDFX_DRI_ #define _TDFX_DRI_ |