Christoph Bumiller
2009-Oct-14 21:35 UTC
[Nouveau] [PATCH] nv50/gallium: use SIFC to upload to TIC/TSC
If we use SIFC to upload the TIC and TSC (like the blob does) instead of the CB upload mechanism, we can remove the 2D.0100 flush without getting the issue that wrong (i.e. probably those set earlier) textures are used. Looks like this might the better way, even though attempts to do the same in the DDX failed. This can provide a good speed boost in some cases, too. I'll wait a while for potential comments before pushing this. -------------- next part --------------
Possibly Parallel Threads
- [PATCH 1/7] nv50: use SIFC for TIC, TSC upload
- [PATCH] nv50/gallium: submit user vbufs through the fifo
- [PATCH 00/12] Cherry-pick nv50/nvc0 patches from gallium-nine
- RFC: gallium/nv50: get rid of the screen_init stateobj
- nv50/gallium: a few comments about latest patches