OSDN Git Service

minigbm: Make sure no mappings remain when closing a GEM handle
[android-x86/external-minigbm.git] / helpers.c
2017-08-03 Tomasz Figaminigbm: i915: Add necessary padding to Android YV12...
2017-07-11 Joe KnissPlumb buffer map permissions through gbm.
2017-06-22 Owen Linminigbm: Ensure DRM_FORMAT_YVU420_ANDROID meets Android...
2017-06-05 Shirish Sminigbm: amdgpu: enable handling of NV12 & NV21 format
2017-05-24 Gurchetan Singhminigbm: remove BO_USE_RENDERING from certain formats
2017-03-31 Gurchetan Singhminigbm: fix long lines missed by clang-format
2017-03-31 Gurchetan Singhminigbm: add clang-format and presubmit hooks
2017-03-31 Gurchetan Singhminigbm: work with strides, not widths
2017-03-30 Gurchetan Singhminigbm: add bytes per pixel function
2017-03-21 Gurchetan Singhvgem: support DRM_FORMAT_YVU420_ANDROID
2017-03-21 Gurchetan Singhminigbm: add DRM_FORMAT_YVU420_ANDROID
2017-03-16 Gurchetan Singhminigbm: rework flag API
2017-01-13 Gurchetan Singhminigbm: add bo import callback
2016-12-18 Daniele Castagnaminigbm: Remove (c) from copyright notice.
2016-12-13 Gurchetan Singhminigbm: add width and height in dumb create
2016-12-07 Gurchetan Singhminigbm: rename DRV_BO_USE_* to BO_USE_*
2016-12-07 Gurchetan Singhminigbm: allow for multiple {format, modifier} pairs...
2016-12-01 Gurchetan Singhminigbm: rename mutex
2016-12-01 Gurchetan Singhminigbm: Fix cursor and scanout flags
2016-11-29 Gurchetan Singhminigbm: Sort case statements alphabetically.
2016-11-29 Gurchetan Singhminigbm: Switch to <drm_fourcc.h>
2016-11-19 Gurchetan Singhminigbm: Fix incorrect plane import size
2016-10-17 Gurchetan Singhminigbm: Implemented cros_gralloc
2016-10-13 Gurchetan Singhminigbm: More sophisticated gbm_bo_map/gbm_bo_unmap
2016-10-01 Akshu Agrawalminigbm: Add AMDGPU minigbm driver
2016-09-03 Gurchetan Singhminigbm: Map and unmap correct size
2016-09-02 Gurchetan Singhminigbm: Added YV12 for Mali platforms
2016-09-02 Gurchetan Singhminigbm: Fix switch statements
2016-08-25 Gurchetan Singhminigbm: Add YV12 for i915
2016-08-18 Gurchetan Singhminigbm: Add mmap() in backends
2016-08-18 Gurchetan Singhminigbm: Add userspace reference counting
2016-08-13 Gurchetan Singhminigbm: Refactored minigbm on top a private API
2016-07-19 Gurchetan Singhminigbm: One buffer for NV12
2016-05-11 Zach Reiznerremove enum gbm_bo_format
2016-05-03 Dongseong HwangAdd formats R8, RG88, GR88
2016-01-23 Yuly NovikovSupport multi-plane buffers.
2015-11-09 Stéphane MarchesinMisc style/indent fixes
2015-10-23 William Xieminigbm: fix YUV bpp size issue
2015-04-10 Ilja H. Friedelminigbm: add spew on IOCTL failures.
2015-01-20 Lauri PeltonenFix missing-prototypes warnings
2014-09-26 Daniel NicoaraPopulate the stride field when creating gbm_bos
2014-09-13 Stéphane MarchesinImport minigbm