summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-21Avoid freeing then accessing driver backend format and usage combinationsEge Mihmanli5-28/+28
2017-09-19minigbm: calculate plane size by offset of next plane or lseekDaniel Hung-yu Wu1-2/+11
2017-09-15minigbm: move tegra_bo_import to be above tegra_bo_map, and run clang-formatGurchetan Singh2-36/+36
2017-09-15minigbm: cros_gralloc: fix mis-named variableGurchetan Singh2-3/+3
2017-08-30minigbm: align multi-planar formats to 16Alexandre Courbot1-0/+6
2017-08-10minigbm: Make sure no mappings remain when closing a GEM handleTomasz Figa1-2/+14
2017-08-09minigbm: gralloc0: Fix coding style errorTomasz Figa1-1/+3
2017-08-05minigbm: rockchip/mediatek: keep a local cached mapping of the bufferGurchetan Singh2-2/+66
2017-08-05minigbm: add the BO_USE_RENDERSCRIPT flag back inGurchetan Singh3-6/+8
2017-08-05minigbm: store BO_USE_* flags in buffer objectGurchetan Singh5-6/+16
2017-08-04Added radeon backend for minigbmgiri3-0/+40
2017-08-03minigbm: cros_gralloc: fix initialization race conditionGurchetan Singh1-22/+36
2017-08-03minigbm: i915: Add necessary padding to Android YV12 buffersTomasz Figa2-6/+26
2017-08-03minigbm: i915: Align chroma planes of planar formats properlyTomasz Figa1-7/+15
2017-08-02minigbm: cros_gralloc/buffer: Do not read from output arrayTomasz Figa1-4/+3
2017-08-02minigbm: cros_gralloc/buffer: Initialize plane address arrayTomasz Figa1-0/+2
2017-07-29minigbm: cros_gralloc: support GRALLOC_MODULE_API_VERSION_0_3Gurchetan Singh6-36/+102
2017-07-25minigbm: cros_gralloc: Use standard error codesTomasz Figa4-55/+44
2017-07-25Revert "minigbm: rockchip: align NV12 planes to 64 bytes"Pin-chih Lin1-20/+15
2017-07-24minigbm: i965: Add 64-byte padding at the end of linear buffersTomasz Figa1-0/+10
2017-07-21minigbm: rockchip: align NV12 planes to 64 bytesGurchetan Singh1-15/+20
2017-07-13minigbm: Add GBM_BO_USE_CAMERA_{READ,WRITE} usage flagsTomasz Figa2-0/+12
2017-07-13minigbm: Remove _HW_ from BO_USE_HW_CAMERA_* usage flagsTomasz Figa3-8/+8
2017-07-13minigbm: gralloc0: Fix invalid cast from integer to pointerTomasz Figa1-1/+1
2017-07-13minigbm: gralloc0: Remove BO_USE_HW_CAMERA_ZSLTomasz Figa2-3/+0
2017-07-11Plumb buffer map permissions through gbm.Joe Kniss13-34/+50
2017-07-11minigbm: gralloc0: Allow lock_ycbcr for HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINEDTomasz Figa1-1/+2
2017-07-11minigbm: gralloc0: Fix error handling in lock_ycbcrTomasz Figa1-0/+3
2017-07-11minigbm: i915: Add support for buffers required by new camera subsystemTomasz Figa1-0/+16
2017-07-11minigbm: i915: Determine tiling based on the combinationsTomasz Figa1-8/+5
2017-07-10minigbm: i915: Fix handling of format modifiersTomasz Figa1-10/+17
2017-07-10minigbm: Resolve format based on BO usage flagsTomasz Figa10-14/+17
2017-07-07call drv_gem_bo_destroy from i915_bo_importJoe Kniss1-0/+1
2017-06-29minigbm: add GBM_BO_USE_TEXTURINGDongseong Hwang2-0/+6
2017-06-29Add tegra_bo_import to query tile format.Joe Kniss1-2/+37
2017-06-28minigbm: cros_gralloc: refactor for future HALsGurchetan Singh15-778/+892
2017-06-22minigbm: i915: add NV12 for EGLImage.Dongseong Hwang1-2/+3
2017-06-22minigbm: Ensure DRM_FORMAT_YVU420_ANDROID meets Android requirements.Owen Lin6-19/+51
2017-06-15minigbm: i915: pass the right size to drv_add_combinations().Dongseong Hwang1-1/+2
2017-06-05minigbm: amdgpu: enable handling of NV12 & NV21 formatShirish S3-18/+49
2017-05-31minigbm: cros_gralloc: fix incorrect handle calculationsGurchetan Singh2-2/+3
2017-05-23minigbm: remove BO_USE_RENDERING from certain formatsGurchetan Singh20-96/+226
2017-05-20minigbm: cros_gralloc: Do not lock gralloc_closeDaniel Kurtz1-1/+0
2017-05-20minigbm: fix typo in PRESUBMIT.cfgGurchetan Singh4-7/+3
2017-05-19minigbm: cros_gralloc: Use pkg-config for LIBSTomasz Figa1-2/+2
2017-05-08minigbm: cros_gralloc: Use pkg-configLuis Hector Chavez1-1/+4
2017-05-02Add HAL_PIXEL_FORMAT_BLOB format in cros grallocHeng-Ruey Hsu5-16/+24
2017-05-01minigbm: i915: use explicit cache flush to maintain coherencyGurchetan Singh1-16/+34
2017-05-01minigbm: i915: use DRM_IOCTL_I915_GEM_MMAP when neededGurchetan Singh1-8/+90
2017-05-01Revert "minigbm: i915: libdrm-ize backend"Gurchetan Singh2-159/+51