summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * gralloc: Remove localized hw specific pixel formatSean V Kelley2013-05-012-2/+2
* | gralloc: cleanup, use ALIGN macroTapani Pälli2013-05-034-7/+7
* | add ilo to intel_driversChia-I Wu2013-05-031-1/+1
|/
* gralloc: plane supportTapani Pälli2013-04-154-1/+183
* gralloc_drm: fix building errors with latest mesaChih-Wei Huang2013-04-117-22/+42
* gralloc: use proper mode for hdmi outputTapani Pälli2013-03-012-24/+71
* gralloc: change copy api and fix copy function for intelTapani Pälli2013-03-014-43/+74
* move drm_module_t to a hal private headerTapani Pälli2013-02-183-7/+12
* Merge "gralloc_drm_bo_lock: add special usage for GRALLOC_USAGE_HW_TEXTURE"Andrew P Boie2013-02-041-1/+6
|\
| * gralloc_drm_bo_lock: add special usage for GRALLOC_USAGE_HW_TEXTUREAdrian Marius Negreanu2013-01-181-1/+6
* | gralloc: set supported planes for buffers on allocationTapani Pälli2013-01-214-1/+30
* | gralloc: implement yuv offset query as hw specific functionTapani Pälli2013-01-216-52/+78
* | gralloc: new function to query the gem handle of buffer_handle_tTapani Pälli2013-01-152-0/+7
|/
* Merge "split gralloc.$(TARGET_PRODUCT)"Andrew P Boie2013-01-101-9/+33
|\
| * split gralloc.$(TARGET_PRODUCT)Adrian Marius Negreanu2012-11-141-9/+33
* | gralloc: yuv offset calculation function for mesaTapani Pälli2012-12-141-0/+19
* | gralloc: add NV12 format enum and fb allocation support for itTapani Pälli2012-12-144-0/+55
* | gralloc: use headers from drm and mesa instead of local copyTapani Pälli2012-11-094-217/+6
* | gralloc: no cloned mode on platforms with hdmi as primaryTapani Pälli2012-11-071-1/+10
|/
* gralloc: hdmi cloned mode supportTapani Pälli2012-10-244-56/+243
* Revert "gralloc: hdmi cloned mode support"Daniel Leung2012-10-234-238/+56
* gralloc: hdmi cloned mode supportTapani Pälli2012-10-184-56/+238
* gralloc_drm_intel: set gem handle for each boTapani Pälli2012-10-121-2/+1
* gralloc: split resolve_drm_formatTapani Pälli2012-10-121-13/+22
* gralloc: introduce planeresourcesTapani Pälli2012-10-122-0/+47
* gralloc: add refcount to gralloc_drm_bo_tTapani Pälli2012-10-125-9/+26
* gralloc : use drmModeAddFB2Tapani Pälli2012-10-121-6/+59
* gralloc: Add support for prebuilt gralloc libsAndrew Boie2012-09-251-2/+14
* Change all occurances of LOGE to ALOGE, LOGW to ALOGW and LOGI to ALOGI due t...Charles Johnson2012-07-107-57/+57
* add support for YUV formatsChia-I Wu2011-10-275-14/+62
* remove an unnecessary includeChia-I Wu2011-09-081-1/+0
* log connector infoChia-I Wu2011-09-081-0/+22
* remove outdated BOARD_USES_*Chia-I Wu2011-08-291-26/+1
* remove first drm_kms_wait_for_post callChia-I Wu2011-08-291-1/+0
* fix build errorsChia-I Wu2011-08-293-3/+3
* vmwgfx: assorted fixesChia-I Wu2011-08-244-6/+24
* update pci_idsChia-I Wu2011-08-243-0/+10
* radeon: use a table to detect chip familyChia-I Wu2011-08-103-19/+622
* drop the 'c' suffix from i915c/i965cChia-I Wu2011-08-031-3/+3
* revise gralloc_drm bo interfaceChia-I Wu2011-07-313-78/+81
* add more functions to gralloc_drm kms interfaceChia-I Wu2011-07-312-12/+50
* add support for debug.drm.modeChia-I Wu2011-07-305-18/+101
* protect against NULL handleChia-I Wu2011-07-302-5/+8
* make sure the driver is initialized before registeringChia-I Wu2011-07-301-0/+10
* allow FB to be mappedChia-I Wu2011-07-301-2/+5
* map a bo only when it is locked for CPU accessChia-I Wu2011-07-294-13/+51
* close bo on unregister()Chia-I Wu2011-07-293-19/+49
* android: use BOARD_GPU_DRIVERSChia-I Wu2011-07-221-22/+66
* radeon: zero the newly allocated boChia-I Wu2011-07-181-0/+13
* radeon: refactor bo allocationChia-I Wu2011-07-181-50/+58