aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_tile.c
Commit message (Collapse)AuthorAgeFilesLines
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-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 Anholt2013-10-241-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 imagesMaciej Cencora2010-03-071-2/+0
|
* radeon: add some debugging info to sw tiling/untiling functionsMaciej Cencora2010-03-071-1/+10
|
* radeon: add software untiling functionsMaciej Cencora2010-03-071-0/+221
|
* radeon: add tile size getterMaciej Cencora2010-03-071-1/+39
|
* radeon: added tiling functionsMaciej Cencora2010-03-071-0/+246