summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_upload.c
AgeCommit message (Collapse)Author
2010-12-09r600g: Fix SCons build.Vinson Lee
2010-12-09r600g: specialized upload managerJerome Glisse
Allow important performance increase by doing hw specific implementation of the upload manager helper. Drop the range flushing that is not hit with this code (and wasn't with previous neither). Performance improvement are mostly visible on slow CPU. Signed-off-by: Jerome Glisse <jglisse@redhat.com>