Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: change gl_format to mesa_format | Mark Mueller | 2014-01-27 | 1 | -3/+3 |
| | | | | s/\bgl_format\b/mesa_format/g. Use better name for Mesa Formats enum | ||||
* | radeon: Build the driver into the shared mesa_dri_drivers.so. | Eric Anholt | 2013-10-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | This required some reordering of headers to ensure that the symbol name redefines happened before any prototypes. v2: drop dridir now that it's unused. v3: Consistently put spaces around += in the updated Makefile.am blocks. v4: Set a global driverAPI variable so loaders don't have to update to createNewScreen2() (though they may want to for thread safety). Reviewed-by: Matt Turner <[email protected]> (v2) Reviewed-by: Emil Velikov <[email protected]> | ||||
* | radeon: properly calculate rowstride for tiled images | Maciej Cencora | 2010-03-07 | 1 | -2/+0 |
| | |||||
* | radeon: add some debugging info to sw tiling/untiling functions | Maciej Cencora | 2010-03-07 | 1 | -1/+10 |
| | |||||
* | radeon: add software untiling functions | Maciej Cencora | 2010-03-07 | 1 | -0/+221 |
| | |||||
* | radeon: add tile size getter | Maciej Cencora | 2010-03-07 | 1 | -1/+39 |
| | |||||
* | radeon: added tiling functions | Maciej Cencora | 2010-03-07 | 1 | -0/+246 |