OSDN Git Service

gralloc0_register_buffer: initialize gralloc0 when needed
[android-x86/external-minigbm.git] / tegra.c
2018-07-12 Alistair StrachanMerge branch 'upstream-master'
2018-07-12 Casey DahlinMerge remote-tracking branch 'aosp/upstream-master...
2018-06-25 Alistair StrachanMerge branch 'upstream-master'
2018-03-22 Alistair StrachanUse Android log system in helpers.c.
2017-11-16 Gurchetan Singhminigbm: make drv_add_combinations return nothing
2017-11-16 Gurchetan Singhminigbm: use struct vma for (*bo_map)/(*bo_unmap) callbacks
2017-11-09 Gurchetan Singhminigbm: refactor and rename mapping struct
2017-11-08 Gurchetan Singhminigbm: re-const-ify driver backends
2017-10-26 Kristian H. Kristensenminigbm: Use more descriptive modifier names
2017-10-13 Gurchetan Singhminigbm: respect map_flags in all cases
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-29 Gurchetan Singhminigbm: clang-format and various nits
2017-09-28 Gurchetan Singhminigbm: add (*bo_flush) implementations
2017-09-15 Gurchetan Singhminigbm: move tegra_bo_import to be above tegra_bo_map...
2017-07-11 Joe KnissPlumb buffer map permissions through gbm.
2017-06-29 Joe KnissAdd tegra_bo_import to query tile format.
2017-06-13 Casey DahlinMerge remote-tracking branch 'aosp/upstream-master...
2017-05-24 Gurchetan Singhminigbm: remove BO_USE_RENDERING from certain formats
2017-05-20 Gurchetan Singhminigbm: fix typo in PRESUBMIT.cfg
2017-03-31 Gurchetan Singhminigbm: add clang-format and presubmit hooks
2017-03-16 Gurchetan Singhminigbm: rework flag API
2017-01-13 Gurchetan Singhminigbm: add bo import callback
2016-12-21 Gurchetan Singhminigbm: tegra: add blocklinear detiling logic
2016-12-18 Daniele Castagnaminigbm: Remove (c) from copyright notice.
2016-12-17 Gurchetan Singhminigbm: tegra: align linear buffers to 64-byte boundaries
2016-12-07 Gurchetan Singhminigbm: rename DRV_BO_USE_* to BO_USE_*
2016-12-01 Gurchetan Singhminigbm: Fix cursor and scanout flags
2016-11-29 Gurchetan Singhminigbm: Switch to <drm_fourcc.h>
2016-10-17 Gurchetan Singhminigbm: Fix the flag situation
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-25 Gurchetan Singhminigbm: Add YV12 for i915
2016-08-22 Gurchetan Singhminigbm: Added gralloc API to internal API
2016-08-18 Gurchetan Singhminigbm: Remove drv prefix from static backend functions
2016-08-18 Gurchetan Singhminigbm: Add mmap() in backends
2016-08-13 Gurchetan Singhminigbm: Refactored minigbm on top a private API
2016-07-21 Vince Hsuminigm: add kind C32_2CRA and set it as default
2016-05-30 Vince Hsuminigbm: tegra: assign format modifier for block linear...
2016-05-06 Dongseong Hwangminigbm: remove GBM_BO_USE_WRITE from the drivers.
2016-02-29 Stéphane Marchesinminigbm: constify and staticify functions/structs
2016-02-27 Zach Reizneradd GBM_BO_USE_LINEAR flag for bo creation
2016-01-23 Yuly NovikovSupport multi-plane buffers.
2015-11-09 Stéphane MarchesinMisc style/indent fixes
2015-04-10 Ilja H. Friedelminigbm: add spew on IOCTL failures.
2015-01-12 Lauri Peltonentegra: Support tiled buffers
2014-09-26 Daniel NicoaraPopulate the stride field when creating gbm_bos
2014-09-13 Stéphane MarchesinImport minigbm