aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_dma.h
Commit message (Collapse)AuthorAgeFilesLines
* r200: make use of DMA buffers for Elts a lot better.Dave Airlie2009-08-181-0/+2
| | | | | | | This allows us to return the unused portion of the dma buffer to the allocator instead of wasting nearly 16k a pop. Cherry picked and ported to new code by Pauli.
* radeon: Optimize memory handling for dma operations.Pauli Nieminen2009-08-181-1/+3
| | | | | | | | | | We keep dma buffer objects in list untill they have been unused for many draw operations. Current limit of having 100 flushes is just guess for good performance/memory trade off. Moving WARN_ONCE macro to common context because it is used in multiple drivers. Signed-off-by: Pauli Nieminen <[email protected]>
* radeon: export emitvec* functionsMaciej Cencora2009-08-141-0/+2
|
* radeon: constify some parametersMaciej Cencora2009-08-141-3/+3
|
* radeon/r200/r300: collapse context destruction down to a common path.Dave Airlie2009-04-021-0/+1
| | | | | Context destruction was nearly the same over all the drivers, so collapse it down.
* radeon: renaming and headers cleanupDave Airlie2009-02-121-0/+51