History log of /frameworks/base/libs/hwui/Readback.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f8b0360298a3a85449e3469768692bb05ee2422d 01-Sep-2016 John Reck <jreck@google.com> Fix EGLImage memory leak

Bug: 31247709
Change-Id: I9e36206b0d7bdb75b84cd53b70f7746ca34a3469
/frameworks/base/libs/hwui/Readback.cpp
2f69d6d4fdd4994912e5515016421625d1e1c4ec 28-Apr-2016 John Reck <jreck@google.com> Support transform'd GraphicBuffers

Bug: 28428955
Change-Id: I23e2fc9b96a67c7cfda42d9d7319e478194a7fa7
/frameworks/base/libs/hwui/Readback.cpp
e94cbc76d560a157c0a0d47181b4ed2a0aadbeb1 25-Apr-2016 John Reck <jreck@google.com> API tweaks to PixelCopy and make it public

Bug: 27708453
Change-Id: I81667ce42f9ca1c1a13e1e61299927900845fc84
/frameworks/base/libs/hwui/Readback.cpp
2f78327cfcd4c7b23aae9bb0262e64050d093a64 19-Apr-2016 John Reck <jreck@google.com> PixelCopy fixes

Bug: 27708453

Fixes some issues with camera sources. Previously
it was using GL_TEXTURE_2D target which doesn't
work properly if the source is YUV. It is critical
to ensure GL_TEXTURE_EXTERNAL_OES is used throughout
so the right sampler is used.

Change-Id: I0dcd8941ba08331f24809467b0e828663a38e93b
/frameworks/base/libs/hwui/Readback.cpp
10dd0585c11dcedb5a271d54e645594f1d215d5c 01-Apr-2016 John Reck <jreck@google.com> Framework-side of SurfaceView#getBitmap

Bug: 27708453

Change-Id: Ie6fd7eca522d3e6549d8af587c975fd7e6053649
/frameworks/base/libs/hwui/Readback.cpp