summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-01gralloc: use proper mode for hdmi outputTapani Pälli
2013-03-01gralloc: change copy api and fix copy function for intelTapani Pälli
2013-02-18move drm_module_t to a hal private headerTapani Pälli
2013-02-04Merge "gralloc_drm_bo_lock: add special usage for GRALLOC_USAGE_HW_TEXTURE"Andrew P Boie
2013-01-21gralloc: set supported planes for buffers on allocationTapani Pälli
2013-01-21gralloc: implement yuv offset query as hw specific functionTapani Pälli
2013-01-18gralloc_drm_bo_lock: add special usage for GRALLOC_USAGE_HW_TEXTUREAdrian Marius Negreanu
2013-01-15gralloc: new function to query the gem handle of buffer_handle_tTapani Pälli
2013-01-10Merge "split gralloc.$(TARGET_PRODUCT)"Andrew P Boie
2012-12-14gralloc: yuv offset calculation function for mesaTapani Pälli
2012-12-14gralloc: add NV12 format enum and fb allocation support for itTapani Pälli
2012-11-14split gralloc.$(TARGET_PRODUCT)Adrian Marius Negreanu
2012-11-09gralloc: use headers from drm and mesa instead of local copyTapani Pälli
2012-11-07gralloc: no cloned mode on platforms with hdmi as primaryTapani Pälli
2012-10-24gralloc: hdmi cloned mode supportTapani Pälli
2012-10-23Revert "gralloc: hdmi cloned mode support"Daniel Leung
2012-10-18gralloc: hdmi cloned mode supportTapani Pälli
2012-10-12gralloc_drm_intel: set gem handle for each boTapani Pälli
2012-10-12gralloc: split resolve_drm_formatTapani Pälli
2012-10-12gralloc: introduce planeresourcesTapani Pälli
2012-10-12gralloc: add refcount to gralloc_drm_bo_tTapani Pälli
2012-10-12gralloc : use drmModeAddFB2Tapani Pälli
2012-09-25gralloc: Add support for prebuilt gralloc libsAndrew Boie
2012-07-10Change all occurances of LOGE to ALOGE, LOGW to ALOGW and LOGI to ALOGI due t...Charles Johnson
2011-10-27add support for YUV formatsChia-I Wu
2011-09-08remove an unnecessary includeChia-I Wu
2011-09-08log connector infoChia-I Wu
2011-08-29remove outdated BOARD_USES_*Chia-I Wu
2011-08-29remove first drm_kms_wait_for_post callChia-I Wu
2011-08-29fix build errorsChia-I Wu
2011-08-24vmwgfx: assorted fixesChia-I Wu
2011-08-24update pci_idsChia-I Wu
2011-08-10radeon: use a table to detect chip familyChia-I Wu
2011-08-03drop the 'c' suffix from i915c/i965cChia-I Wu
2011-07-31revise gralloc_drm bo interfaceChia-I Wu
2011-07-31add more functions to gralloc_drm kms interfaceChia-I Wu
2011-07-30add support for debug.drm.modeChia-I Wu
2011-07-30protect against NULL handleChia-I Wu
2011-07-30make sure the driver is initialized before registeringChia-I Wu
2011-07-30allow FB to be mappedChia-I Wu
2011-07-29map a bo only when it is locked for CPU accessChia-I Wu
2011-07-29close bo on unregister()Chia-I Wu
2011-07-22android: use BOARD_GPU_DRIVERSChia-I Wu
2011-07-18radeon: zero the newly allocated boChia-I Wu
2011-07-18radeon: refactor bo allocationChia-I Wu
2011-07-18radeon: verbose debug messages on errorsChia-I Wu
2011-07-18improve bo validation a little bitChia-I Wu
2011-07-18radeon: enable tilingChia-I Wu
2011-07-15radeon: detect chip familyChia-I Wu
2011-07-11support other drivers in pipeChia-I Wu