Remove the clip URB allocation.

Previously, the VS was misconfigured and exceeding its allocation, which the
(unused) clip was providing padding for.
This commit is contained in:
Eric Anholt 2006-08-02 20:34:57 -07:00
parent defe279542
commit bc6a2bb757
1 changed files with 2 additions and 2 deletions

View File

@ -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