OSDN Git Service

DO NOT MERGE: rename module to gralloc.intel
[android-x86/external-minigbm.git] / drv_priv.h
2018-10-16 renchengleiDon't advertise BGR24 as a render/texture target
2017-10-29 Kalyan KondapallyAndroidIA: Replace pthread locks with spin lock.
2017-10-19 Tomasz Figaminigbm: i915: Allow protected allocations
2017-10-18 Gurchetan Singhminigbm: add buffer invalidation function
2017-10-03 Gurchetan Singhminigbm: pass in map flags to (*bo_map) callback
2017-10-03 Gurchetan Singhminigbm: standardize naming of buffer creation flags
2017-09-29 Gurchetan Singhminigbm: pass in buffer creation flags of the right...
2017-09-28 Gurchetan Singhminigbm: add drv_bo_flush
2017-09-21 Ege MihmanliAvoid freeing then accessing driver backend format...
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