From bc6a2bb7576a7c1e7971f6d1e0b893b2ada1aaa3 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 2 Aug 2006 20:34:57 -0700 Subject: [PATCH] Remove the clip URB allocation. Previously, the VS was misconfigured and exceeding its allocation, which the (unused) clip was providing padding for. --- src/i830_video.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i830_video.c b/src/i830_video.c index f2b12b81..5e5c937f 100644 --- a/src/i830_video.c +++ b/src/i830_video.c @@ -2902,8 +2902,8 @@ BroadwaterDisplayVideoTextured(ScrnInfoPtr pScrn, I830PortPrivPtr pPriv, int id, #define URB_GS_ENTRIES 0 #define URB_GS_ENTRY_SIZE 0 -#define URB_CLIP_ENTRIES 6 -#define URB_CLIP_ENTRY_SIZE 5 +#define URB_CLIP_ENTRIES 0 +#define URB_CLIP_ENTRY_SIZE 0 #define URB_SF_ENTRIES 8 #define URB_SF_ENTRY_SIZE 11