OSDN Git Service

minigbm: Make sure no mappings remain when closing a GEM handle
[android-x86/external-minigbm.git] / drv.c
2017-08-10 Tomasz Figaminigbm: Make sure no mappings remain when closing...
2017-08-06 Gurchetan Singhminigbm: store BO_USE_* flags in buffer object
2017-08-04 giriAdded radeon backend for minigbm
2017-07-11 Joe KnissPlumb buffer map permissions through gbm.
2017-07-10 Tomasz Figaminigbm: Resolve format based on BO usage flags
2017-06-05 Shirish Sminigbm: amdgpu: enable handling of NV12 & NV21 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-30 Gurchetan Singhminigbm: fix stride logic
2017-03-21 Gurchetan Singhminigbm: add DRM_FORMAT_YVU420_ANDROID
2017-03-18 Gurchetan Singhminigbm: deal with ArcCodec use case by exposing struct...
2017-03-16 Gurchetan Singhminigbm: rework flag API
2017-02-14 Gurchetan Singhminigbm: add map_info to proper table
2017-02-09 Niklas Schulzeminigbm: Add VC4 backend
2017-01-13 Gurchetan Singhminigbm: add bo import callback
2016-12-22 Kristian H. Kristensenrockchip: Add support for AFBC buffers
2016-12-21 Gurchetan Singhminigbm: tegra: add blocklinear detiling logic
2016-12-18 Daniele Castagnaminigbm: Remove (c) from copyright notice.
2016-12-17 Daniele Castagnaminigbm: Add dumb buffer 'nouveau' backend.
2016-12-07 Gurchetan Singhminigbm: rename DRV_BO_USE_* to BO_USE_*
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-22 Kristian H. Kristensenminigbm: add new GBM_BO_IMPORT_FD_PLANAR
2016-10-18 Gurchetan Singhminigbm: add vgem backend
2016-10-17 Gurchetan Singhminigbm: Implemented cros_gralloc
2016-10-13 Gurchetan Singhminigbm: More sophisticated gbm_bo_map/gbm_bo_unmap
2016-10-09 Mike FrysingerRevert "Add new GBM_BO_IMPORT_FD_PLANAR"
2016-10-07 Kristian H. KristensenAdd new GBM_BO_IMPORT_FD_PLANAR
2016-10-01 Akshu Agrawalminigbm: Add AMDGPU minigbm driver
2016-09-03 Gurchetan Singhminigbm: Map and unmap correct size
2016-08-25 Gurchetan Singhminigbm: Added support for multiplane import
2016-08-22 Gurchetan Singhminigbm: Added gralloc API to internal API
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