summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2006-08-02 19:11:38 -0700
committerEric Anholt <anholt@FreeBSD.org>2006-08-02 19:11:38 -0700
commitbefa655168fb8dcb6806592eb44f7ac49f191822 (patch)
treee9a92b59ae826503bb7531d3e4b4c4b1aa8e87af
parent33acbdca0a0f82725e5bf7887b325726403a6ffd (diff)
downloadxorg-driver-xf86-video-intel-befa655168fb8dcb6806592eb44f7ac49f191822.tar.gz
Reduce URB_VS_ENTRY_SIZE to 1 as our vertices are under 8 floats.
-rw-r--r--src/i830_video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_video.c b/src/i830_video.c
index df661516..9ae9ce5f 100644
--- a/src/i830_video.c
+++ b/src/i830_video.c
@@ -2891,7 +2891,7 @@ BroadwaterDisplayVideoTextured(ScrnInfoPtr pScrn, I830PortPrivPtr pPriv, int id,
* allow anything we would want to do, at potentially lower performance.
*/
#define URB_VS_ENTRIES 8
-#define URB_VS_ENTRY_SIZE 5
+#define URB_VS_ENTRY_SIZE 1
#define URB_GS_ENTRIES 4
#define URB_GS_ENTRY_SIZE 5