Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change all occurances of LOGE to ALOGE, LOGW to ALOGW and LOGI to ALOGI due ↵ | Charles Johnson | 2012-07-10 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | to change in Jelly Bean. Signed-off-by: Charles Johnson <charles.f.johnson@intel.com> modified: gralloc.c modified: gralloc_drm.c modified: gralloc_drm_intel.c modified: gralloc_drm_kms.c modified: gralloc_drm_nouveau.c modified: gralloc_drm_pipe.c modified: gralloc_drm_radeon.c Change-Id: Idd9e533eab366d9f9dc199d961891255a66384a2 | ||||
* | add support for YUV formats | Chia-I Wu | 2011-10-27 | 1 | -6/+7 |
| | |||||
* | fix build errors | Chia-I Wu | 2011-08-29 | 1 | -1/+1 |
| | | | | Introduced by the last commit. | ||||
* | radeon: use a table to detect chip family | Chia-I Wu | 2011-08-10 | 1 | -19/+21 |
| | |||||
* | add support for debug.drm.mode | Chia-I Wu | 2011-07-30 | 1 | -1/+9 |
| | | | | The mode string is "<xres>x<yres>[@<bpp>]". | ||||
* | radeon: zero the newly allocated bo | Chia-I Wu | 2011-07-18 | 1 | -0/+13 |
| | |||||
* | radeon: refactor bo allocation | Chia-I Wu | 2011-07-18 | 1 | -50/+58 |
| | |||||
* | radeon: verbose debug messages on errors | Chia-I Wu | 2011-07-18 | 1 | -6/+16 |
| | |||||
* | radeon: enable tiling | Chia-I Wu | 2011-07-18 | 1 | -10/+19 |
| | |||||
* | radeon: detect chip family | Chia-I Wu | 2011-07-15 | 1 | -115/+247 |
| | | | | This should not change the behavior in any way. | ||||
* | let drivers decide the fb format | Chia-I Wu | 2011-07-11 | 1 | -0/+1 |
| | |||||
* | initial commit | Chia-I Wu | 2011-06-12 | 1 | -0/+366 |