OSDN Git Service

gralloc0_register_buffer: initialize gralloc0 when needed
[android-x86/external-minigbm.git] / cros_gralloc /
2020-04-20 Mauro Rossigralloc0_register_buffer: initialize gralloc0 when... pie-x86
2020-01-25 Mauro RossiRevert "Modify gralloc0 implementation"
2020-01-25 Mauro RossiOpen the device node with O_CLOEXEC
2020-01-25 lambdadroidAndroid-x86: Implement some perform functionality from...
2020-01-25 Mauro RossiAdd framebuffer HAL implementation based on drm_framebu...
2019-09-04 Xin LiDO NOT MERGE - Merge Android 10 into master
2019-07-18 Greg HartmanFix potential uninitialized read
2019-07-01 Xin LiDO NOT MERGE - Merge qt-dev-plus-aosp-without-vendor...
2019-06-27 Alistair DelvaUpdate OWNERS for my new LDAP am: d0dceb46dd
2019-05-06 Valerie HauModify gralloc0 implementation
2019-04-25 Valerie HauModify gralloc0 implementation
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-06-08 Gurchetan Singhminigbm: add support for BG24
2018-06-08 Gurchetan Singhminigbm: run clang-format
2018-05-30 Kristian H. KristensenReland "i915: Add GBM_BO_USE_HW_VIDEO_DECODER use flag"
2018-05-22 Hirokazu HondaRevert "i915: Add GBM_BO_USE_HW_VIDEO_DECODER use flag"
2018-05-19 Kristian H. Kristenseni915: Add GBM_BO_USE_HW_VIDEO_DECODER use flag
2018-05-17 Satyajit Sahuminigbm: remove addrlib dependency for arc-cros-gralloc
2018-05-09 Gurchetan SinghRevert "minigbm: add support for HAL_PIXEL_FORMAT_RGBA_...
2018-05-04 Kristian H. Kristensenminigbm: Drop drv_bo_get_stride_in_pixels() helper
2018-04-27 Gurchetan Singhminigbm: add support for HAL_PIXEL_FORMAT_RGBA_FP16
2018-04-26 Gurchetan Singhminigbm: cros_gralloc: fix -Wimplicit-function-declarat...
2018-04-18 Alistair StrachanFix -Wcast-qual warnings.
2018-04-06 Gurchetan Singhminigbm: drv_bo_flush --> drv_bo_flush_or_unmap
2018-03-22 Alistair StrachanUse Android log system in helpers.c.
2017-11-18 Tomasz MikolajewskiAdd a missing include for asserts.
2017-11-16 Gurchetan SinghRevert "minigbm: Revert "minigbm: flush buffer instead...
2017-11-16 Gurchetan Singhminigbm: plumb buffer access region
2017-11-09 Gurchetan Singhminigbm: refactor and rename mapping struct
2017-10-20 Justin TerAvestminigbm: Link amdgpuaddr for DRV_AMDGPU.
2017-10-18 Gurchetan Singhminigbm: add buffer invalidation function
2017-10-10 Gurchetan Singhminigbm: move gralloctest to this repo
2017-10-06 Gurchetan Singhminigbm: Revert "minigbm: flush buffer instead of unmap...
2017-10-03 Gurchetan Singhminigbm: standardize naming of map flags
2017-10-03 Gurchetan Singhminigbm: standardize naming of buffer creation flags
2017-09-29 Gurchetan Singhminigbm: remove buffer sizes when importing
2017-09-28 Gurchetan Singhminigbm: flush buffer instead of unmapping
2017-09-15 Gurchetan Singhminigbm: cros_gralloc: fix mis-named variable
2017-08-09 Tomasz Figaminigbm: gralloc0: Fix coding style error
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-08-04 Gurchetan Singhminigbm: cros_gralloc: fix initialization race condition
2017-08-02 Tomasz Figaminigbm: cros_gralloc/buffer: Do not read from output...
2017-08-02 Tomasz Figaminigbm: cros_gralloc/buffer: Initialize plane address...
2017-07-29 Gurchetan Singhminigbm: cros_gralloc: support GRALLOC_MODULE_API_VERSI...
2017-07-25 Tomasz Figaminigbm: cros_gralloc: Use standard error codes
2017-07-14 Tomasz Figaminigbm: Remove _HW_ from BO_USE_HW_CAMERA_* usage...
2017-07-14 Tomasz Figaminigbm: gralloc0: Fix invalid cast from integer to...
2017-07-14 Tomasz Figaminigbm: gralloc0: Remove BO_USE_HW_CAMERA_ZSL
2017-07-11 Joe KnissPlumb buffer map permissions through gbm.
2017-07-11 Tomasz Figaminigbm: gralloc0: Allow lock_ycbcr for HAL_PIXEL_FORMA...
2017-07-11 Tomasz Figaminigbm: gralloc0: Fix error handling in lock_ycbcr
2017-07-10 Tomasz Figaminigbm: Resolve format based on BO usage flags
2017-06-29 Gurchetan Singhminigbm: cros_gralloc: refactor for future HALs
2017-06-22 Owen Linminigbm: Ensure DRM_FORMAT_YVU420_ANDROID meets Android...
2017-06-13 Casey DahlinMerge remote-tracking branch 'aosp/upstream-master...
2017-05-31 Gurchetan Singhminigbm: cros_gralloc: fix incorrect handle calculations
2017-05-24 Gurchetan Singhminigbm: remove BO_USE_RENDERING from certain formats
2017-05-21 Daniel Kurtzminigbm: cros_gralloc: Do not lock gralloc_close
2017-05-19 Tomasz Figaminigbm: cros_gralloc: Use pkg-config for LIBS
2017-05-08 Luis Hector Chavezminigbm: cros_gralloc: Use pkg-config
2017-05-03 Heng-Ruey HsuAdd HAL_PIXEL_FORMAT_BLOB format in cros gralloc
2017-04-27 Tomasz Figaminigbm: cros_gralloc: Fix type mismatch on 64-bit...
2017-03-31 Gurchetan Singhminigbm: cros_gralloc: fix modifier serialization/de...
2017-03-31 Gurchetan Singhminigbm: cros_gralloc: remove constexpr functions
2017-03-31 Gurchetan Singhminigbm: cros_gralloc: remove memsets
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 Singhminigbm: add DRM_FORMAT_YVU420_ANDROID
2017-03-18 Gurchetan Singhminigbm: deal with ArcCodec use case by exposing struct...
2017-03-17 Gurchetan Singhminigbm: fix renderscipt allocation
2017-03-16 Gurchetan Singhminigbm: cros_gralloc: make HW_FB a no-op
2017-03-16 Gurchetan Singhminigbm: rework flag API
2017-03-16 Gurchetan Singhminigbm: cros_gralloc: back out of scanout flag with...
2017-03-09 Gurchetan Singhminigbm: add BO_USE_TEXTURE
2016-12-29 Gurchetan Singhminigbm: cros_gralloc: don't fail BO_USE_SW_*_OFTEN...
2016-12-13 Gurchetan Singhminigbm: cros_gralloc: remove unnecessary information...
2016-12-13 Gurchetan Singhminigbm: cros_gralloc: Don't build gbm
2016-12-13 Gurchetan Singhminigbm: cros_gralloc: modify error statements
2016-12-13 Gurchetan Singhminigbm: cros_gralloc: fix rendernode query
2016-12-09 Gurchetan Singhminigbm: mediatek: add support HAL_PIXEL_FORMAT_YV12
2016-12-09 Gurchetan Singhminigbm: tweak cros-gralloc flags
2016-12-09 Gurchetan Singhminigbm: flatten gralloc handle
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-18 Gurchetan Singhminigbm: add vgem backend
2016-10-17 Gurchetan Singhminigbm: Fix the flag situation
2016-10-17 Gurchetan Singhminigbm: Implemented cros_gralloc