summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-17change hal name to gralloc.drmChih-Wei Huang
2013-06-12Fix refcounting of mapped bo'sAndy Ross
2013-05-21gralloc: map HAL format RGBX_8888 to drm format XBGR8888Tapani Pälli
2013-05-13gralloc: provide methods for hwc to change handle of a planeTapani Pälli
2013-05-09Merge "gralloc: check possible crtcs of plane against primary output"Matthew K Gumbel
2013-05-09Merge "gralloc: Remove localized hw specific pixel format"Andrew P Boie
2013-05-07gralloc: check possible crtcs of plane against primary outputTapani Pälli
2013-05-03gralloc: cleanup, use ALIGN macroTapani Pälli
2013-05-03add ilo to intel_driversChia-I Wu
2013-05-01gralloc: Remove localized hw specific pixel formatSean V Kelley
2013-04-15gralloc: plane supportTapani Pälli
2013-04-11gralloc_drm: fix building errors with latest mesaChih-Wei Huang
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