From 1d45668d7a42bfa5d7f5bfb68d8bae38bda0936b Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 2 Aug 2006 19:18:20 -0700 Subject: [PATCH] We only need 3 vertices to fit in the URB, since we only dispatch 3. --- src/i830_video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i830_video.c b/src/i830_video.c index 769c45fa..9308323c 100644 --- a/src/i830_video.c +++ b/src/i830_video.c @@ -2890,7 +2890,7 @@ BroadwaterDisplayVideoTextured(ScrnInfoPtr pScrn, I830PortPrivPtr pPriv, int id, /* Set up a default static partitioning of the URB, which is supposed to * allow anything we would want to do, at potentially lower performance. */ -#define URB_VS_ENTRIES 8 +#define URB_VS_ENTRIES 3 #define URB_VS_ENTRY_SIZE 1 #define URB_GS_ENTRIES 0