Reduce URB_VS_ENTRY_SIZE to 1 as our vertices are under 8 floats.

This commit is contained in:
Eric Anholt 2006-08-02 19:11:38 -07:00
parent 33acbdca0a
commit befa655168
1 changed files with 1 additions and 1 deletions

View File

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