OSDN Git Service

i965/gen6: Remove state flagging on BRW_NEW_CURBE_OFFSETS.
authorEric Anholt <eric@anholt.net>
Thu, 16 Jun 2011 00:48:56 +0000 (17:48 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 20 Jun 2011 15:37:43 +0000 (08:37 -0700)
commit911768700ed63c937bfcc75ec9afcfd1aa66f690
tree458f85b40f86d57c188f629520fa0542581e4f14
parentc860f48f11b83334128c8e557a64036b8071a90b
i965/gen6: Remove state flagging on BRW_NEW_CURBE_OFFSETS.

That flag was leftover from gen4, where brw_curbe.c is choosing ranges
of the CURBE space for constants to live in, and the unit state tells
where to load them from.  That's not the case on gen6 -- we don't set
this flag (since constants aren't in the URB), nor do we have any
state like that to upload.
src/mesa/drivers/dri/i965/gen6_gs_state.c
src/mesa/drivers/dri/i965/gen6_vs_state.c
src/mesa/drivers/dri/i965/gen6_wm_state.c