Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | radeon: Drop the radeon_cs_legacy code now that we rely on kernel mm. | Eric Anholt | 2011-10-28 | 1 | -40/+0 |
| | |||||
* | radeon: Add support for indenting debug output. | Pauli Nieminen | 2009-08-31 | 1 | -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 now | Dave Airlie | 2009-02-12 | 1 | -1/+0 |
| | |||||
* | radeon: renaming and headers cleanup | Dave Airlie | 2009-02-12 | 1 | -1/+1 |
| | |||||
* | r300: start moving new r300 cmdbuf into common code | Dave Airlie | 2009-01-14 | 1 | -1/+1 |
| | |||||
* | radeon: update to libdrm-radeon API changes | Jerome Glisse | 2008-11-15 | 1 | -2/+2 |
| | |||||
* | r300: cs + DRI2 support | Jerome Glisse | 2008-11-14 | 1 | -0/+1 |
| | | | | | If DRI2 is enabled then switch cmd assembly to directly build hw packet. | ||||
* | r300: bo and cs abstraction. | Jerome Glisse | 2008-11-14 | 1 | -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 |