aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_cs_legacy.h
Commit message (Collapse)AuthorAgeFilesLines
* radeon: Drop the radeon_cs_legacy code now that we rely on kernel mm.Eric Anholt2011-10-281-40/+0
|
* radeon: Add support for indenting debug output.Pauli Nieminen2009-08-311-1/+1
| | | | Indetion can be used to make it easier to read debug code when sections of debug output are indented.
* radeon/r200/r300: make build with out libdrm_radeon installed for nowDave Airlie2009-02-121-1/+0
|
* radeon: renaming and headers cleanupDave Airlie2009-02-121-1/+1
|
* r300: start moving new r300 cmdbuf into common codeDave Airlie2009-01-141-1/+1
|
* radeon: update to libdrm-radeon API changesJerome Glisse2008-11-151-2/+2
|
* r300: cs + DRI2 supportJerome Glisse2008-11-141-0/+1
| | | | | If DRI2 is enabled then switch cmd assembly to directly build hw packet.
* r300: bo and cs abstraction.Jerome Glisse2008-11-141-0/+40
This abstract memory management and command stream building so we can use different backend either legacy one which use old pathway or a new one like with a new memory manager. This works was done by : Nicolai Haehnle Dave Airlie Jerome Glisse