Align secure video surfaces to 1 MB
[GitHub/LineageOS/android_hardware_samsung_slsi_exynos5.git] / gralloc / gralloc.cpp
2012-10-09 Rebecca Schultz... Align secure video surfaces to 1 MB
2012-10-08 Greg Hackmanngralloc: pad RGB buffers by a minimum of 2 extra lines
2012-10-04 Rebecca Schultz... Fix bug in gralloc
2012-10-04 Greg HackmannMerge changes I28fc9f33,I7594e39e,I831e4839 into jb...
2012-10-04 Rebecca Schultz... Merge "Don't map gralloc buffers when you allocate...
2012-10-03 Rebecca Schultz... Don't map gralloc buffers when you allocate them
2012-10-01 Greg HackmannMerge "hwc: enforce minimum window width" into jb-mr1-dev
2012-10-01 Seho Kimgralloc: change align of stride for EXYNOS_YV12
2012-09-27 Rebecca Schultz... Revert "Double the memory in any blob allocations"
2012-09-26 Rebecca Schultz... Double the memory in any blob allocations
2012-09-26 Rebecca Schultz... Fix bug in allocation of HAL_PIXEL_FORMAT_BLOB
2012-09-20 Rebecca ZavinMerge "hwc: send non-gscaler fence fds to kernel" into...
2012-09-20 Rebecca Schultz... Update gralloc to use new ion flag
2012-09-18 Dima ZavinMerge changes I83981ce2,I352ca1a1 into jb-mr1-dev
2012-09-18 Jihyun Kimhardware: samsung_slsi: exynos5: Seperate Secure memory...
2012-09-11 Greg HackmannMerge "hwc: moved GSC dst's drmmode checking." into...
2012-09-11 Rebecca Schultz... Remove compiler warning from gralloc, fix some white...
2012-09-11 Sungjoong Kanghardware: samsung_slsi: gralloc: Support HAL_PIXEL_FORM...
2012-08-30 James DongMerge "exynos_omx: multi_thread: Remove OMX Error log...
2012-08-29 Greg Hackmanngralloc: add extra line of padding after aligning
2012-08-29 Greg Hackmanngralloc: make sure rgb buffers have at least 1 line...
2012-08-28 James DongMerge "exynos_omx: multi_thread: Change Log Message...
2012-08-28 James DongMerge "exynos_omx: multi_thread: Fix the bug of video...
2012-08-28 James DongMerge "exynos_omx: multi_thread: Fix wrong variable...
2012-08-28 Sanghee Kimgralloc: add support to allocate protected buffers
2012-08-28 Rebecca Schultz... Fix whitespace in gralloc.cpp and mapper.cpp
2012-08-28 Rebecca Schultz... Add framework yv12 and nv21 formats to gralloc
2012-08-28 Rebecca Schultz... Import ion handles when registering buffers
2012-08-23 Rebecca Schultz... Disambiguate framework formats from exynos formats
2012-08-22 Rebecca ZavinMerge changes I52e67161,I97547674,If04eb3af,I5e3dd4f1...
2012-08-16 Greg HackmannMerge "hwc: support blending" into jb-mr1-dev
2012-08-16 Rebecca Schultz... gralloc: Store the usage flags in the gralloc handles
2012-08-15 Rebecca Schultz... gralloc: Add vstride to gralloc handles, pad rgb surfaces
2012-08-15 Rebecca Schultz... Move gralloc from vendor to here