diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2006-08-02 20:34:57 -0700 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2006-08-02 20:34:57 -0700 |
commit | bc6a2bb7576a7c1e7971f6d1e0b893b2ada1aaa3 (patch) | |
tree | c80e76dd1fdc0b19a30c95ae6a800786821bf1ac | |
parent | defe2795429484ffe4c1438bafb86bb5e5469ba9 (diff) |
Remove the clip URB allocation.
Previously, the VS was misconfigured and exceeding its allocation, which the
(unused) clip was providing padding for.
-rw-r--r-- | src/i830_video.c | 4 |
1 files 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 |