Displaying 1 result from an estimated 1 matches for "nv50tcl_tic_flush".
2010 Mar 10
0
nv50/gallium: a few comments about latest patches
...e time to look at everything in detail yet.
- nv50: use relocs rather than re-uploading TIC all the time
It's nice that we can write relocs to arbitrary buffers, and it's much
less work than emitting the whole state object obviously.
Just, you forgot the card won't care until you write NV50TCL_TIC_FLUSH.
I was waiting for our new memory manager to alleviate the problem.
- nv50: rework state emission
At some point we talked about getting rid of some of these non constant
stateobjs, it doesn't really make much sense to allocate, emit, destroy
them all the time, except for multiple contexts mayb...