aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_buffer.h
Commit message (Collapse)AuthorAgeFilesLines
* r300: SetTex extension supportJerome Glisse2008-11-141-0/+1
|
* r300: cs + DRI2 supportJerome Glisse2008-11-141-1/+2
| | | | | If DRI2 is enabled then switch cmd assembly to directly build hw packet.
* r300: bo and cs abstraction.Jerome Glisse2008-11-141-0/+47
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