OSDN Git Service

minigbm: Make sure no mappings remain when closing a GEM handle
[android-x86/external-minigbm.git] / drv_priv.h
2017-08-06 Gurchetan Singhminigbm: add the BO_USE_RENDERSCRIPT flag back in
2017-08-06 Gurchetan Singhminigbm: store BO_USE_* flags in buffer object
2017-07-11 Joe KnissPlumb buffer map permissions through gbm.
2017-07-10 Tomasz Figaminigbm: Resolve format based on BO usage flags
2017-05-24 Gurchetan Singhminigbm: remove BO_USE_RENDERING from certain formats
2017-03-31 Gurchetan Singhminigbm: add clang-format and presubmit hooks
2017-03-18 Gurchetan Singhminigbm: deal with ArcCodec use case by exposing struct...
2017-03-16 Gurchetan Singhminigbm: rework flag API
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-01 Gurchetan Singhminigbm: rename mutex
2016-12-01 Gurchetan Singhminigbm: Fix cursor and scanout flags
2016-11-29 Gurchetan Singhminigbm: Switch to <drm_fourcc.h>
2016-10-18 Gurchetan Singhminigbm: i915: enable required Android buffers
2016-10-17 Gurchetan Singhminigbm: Implemented cros_gralloc
2016-10-13 Gurchetan Singhminigbm: More sophisticated gbm_bo_map/gbm_bo_unmap
2016-09-03 Gurchetan Singhminigbm: Map and unmap correct size
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