Displaying 1 result from an estimated 1 matches for "screen_init".
Did you mean:
screen_info
2010 Mar 14
1
RFC: gallium/nv50: get rid of the screen_init stateobj
Hi.
There's not much to say here, just replacing the screen_init
stateobj with direct pushbuffer emission.
We don't need to store all the usless state from init, and the
constant buffer relocations which currently don't work if the
addresses change (because the method CB_DEF_SET isn't
among them (not an address)) become effective.
Thoughts, ack / n...