OSDN Git Service

i965: updated CURBE allocation code
authorBrian Paul <brianp@vmware.com>
Thu, 16 Apr 2009 21:43:32 +0000 (15:43 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 17 Apr 2009 22:10:26 +0000 (16:10 -0600)
commitf8f23e33c21f41756d068b546f2aae37030b5773
treeee5977886671c7d32418e7764414aff1ffdeb1e8
parent867afa4c093cb05bedf11a1c7a74feb202fb858b
i965: updated CURBE allocation code

Now that we have real constant buffers, the demands on the CURBE are lessened.
When we use real VS/WM constant buffers we only use the CURBE for clip planes.
src/mesa/drivers/dri/i965/brw_context.h
src/mesa/drivers/dri/i965/brw_curbe.c
src/mesa/drivers/dri/i965/brw_vs_emit.c