aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r600/r700_ioctl.c
Commit message (Collapse)AuthorAgeFilesLines
* r300c, r600c: Remove these DRI drivers.Eric Anholt2011-10-281-48/+0
| | | | | | | | | They have been superseded by the gallium equivalents. Acked-by: Michel Dänzer <[email protected]> Acked-by: Alex Deucher <[email protected]> Acked-by: Dave Airlie <[email protected]> Acked-by: Corbin Simpson <[email protected]>
* r600: Remove unnecessary headers.Vinson Lee2010-01-301-2/+0
|
* r600: convert to using common radeon state atomsAlex Deucher2009-08-201-24/+1
| | | | | | switches more state handling to common code. We need should be more fine grained with the state atoms eventually.
* radeon: Optimize memory handling for dma operations.Pauli Nieminen2009-08-181-1/+2
| | | | | | | | | | 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]>
* r600: unify state emit into one functionAlex Deucher2009-07-311-2/+1
|
* r600: split primitive draw into a separate functionAlex Deucher2009-07-301-1/+1
|
* get rid of chip_object structAlex Deucher2009-05-291-1/+0
|
* more cleanupAlex Deucher2009-05-291-2/+2
|
* Fix r6 code bugs.Richard Li2009-05-151-1/+1
|
* R6xx/R7xx: WIP r6xx-rewrite codeRichard Li2009-05-081-1/+27
|
* Initial pull of code from r6xx-r7xx-support branchRichard Li2009-04-211-0/+48
Not functional yet.