Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_native
/
76e767ca14bcbb4bc809cd1279ece82a3aabe8a4
/
include
/
gui
53a2e97
libgui/SurfaceFlinger: Add getConsumerName
by Dan Stoza
· 10 years ago
993772a
libgui: Add generation numbers to BufferQueue
by Dan Stoza
· 10 years ago
ffe17a1
fix BufferItem flatten/unflatten alignment
by Chong Zhang
· 10 years ago
235da8d
Refactor ConsumerBase and it's derived classes.
by Michael Lentine
· 10 years ago
e576215
Add ConsumerBase::isAbandoned
by John Reck
· 10 years ago
e64a79c
Fix PTS handling for buffer replacement
by Dan Stoza
· 10 years ago
a3b6693
libgui: Hook up onFrameReplaced
by Dan Stoza
· 10 years ago
2e36f22
SurfaceFlinger: Fix PTS on stale buffers
by Dan Stoza
· 10 years ago
8de71a2
Merge "BufferQueue: Add NATIVE_WINDOW_BUFFER_AGE query"
by Dan Stoza
· 10 years ago
81cde67
BufferQueue: Add NATIVE_WINDOW_BUFFER_AGE query
by Dan Stoza
· 10 years ago
745ac03
libgui: Change detachNextBuffer to return sp<GB>
by Dan Stoza
· 10 years ago
9de7293
libgui: Allow an IGBProducer to disable allocation
by Dan Stoza
· 10 years ago
0de7ea7
libgui: Change BufferQueue to use free lists
by Dan Stoza
· 10 years ago
7637e35
Merge "Revert "libgui: Change BufferQueue to use free lists""
by Dan Stoza
· 10 years ago
1fc9cc2
Revert "libgui: Change BufferQueue to use free lists"
by Dan Stoza
· 10 years ago
c62acbd
libgui: Fix CPU rendering on Surface
by Dan Stoza
· 10 years ago
8dddc99
libgui: Change BufferQueue to use free lists
by Dan Stoza
· 10 years ago
5065a55
libgui: Pass surface damage through BufferQueue
by Dan Stoza
· 10 years ago
634f5ee
libgui: Plumb detachBuffer through ConsumerBase
by Dan Stoza
· 10 years ago
231832e
DO NOT MERGE libgui: Plumb attach/detach through Surface
by Dan Stoza
· 10 years ago
1c87e47
DO NOT MERGE libgui: Remove IGBC::BufferItem
by Dan Stoza
· 10 years ago
cf3834d
DO NOT MERGE libgui: Prepare for IGBC::BufferItem removal
by Dan Stoza
· 10 years ago
82c6bcc
DO NOT MERGE Add dataSpace to buffer queues; remove old format enums.
by Eino-Ville Talvala
· 10 years ago
966b98b
Surface: Permit an IProducerListener on connect
by Dan Stoza
· 10 years ago
3be1c6b
libgui: Enable -Weverything and -Werror
by Dan Stoza
· 11 years ago
ec41d55
am 94ee9b59: Merge "CpuConsumer: lock buffers that could be YUV as ycbcr" into lmp-mr1-dev
by Lajos Molnar
· 11 years ago
6a26be7
CpuConsumer: lock buffers that could be YUV as ycbcr
by Lajos Molnar
· 11 years ago
7530114
am 5588d900: Merge "Enable clang for libui/libgui/surfaceflinger"
by Dan Albert
· 11 years ago
01049c8
Enable clang for libui/libgui/surfaceflinger
by Dan Stoza
· 11 years ago
bfd633e
Frameworks/native: Fix unused parameter warning
by Andreas Gampe
· 11 years ago
a32900d
Frameworks/native: Fix unused parameter warning
by Andreas Gampe
· 11 years ago
8e624d4
am 98d20f82: Merge "Add a BufferItem parameter to onFrameAvailable" into lmp-mr1-dev
by Dan Stoza
· 11 years ago
8dc5539
Add a BufferItem parameter to onFrameAvailable
by Dan Stoza
· 11 years ago
1495ceb
surfaceflinger: fix -Wmismatched-tags warnings
by Jesse Hall
· 11 years ago
20fca75
am b7702c5c: Merge "BufferQueueProducer: Throttle EGL frame production." into lmp-mr1-dev
by Jesse Hall
· 11 years ago
b7702c5
Merge "BufferQueueProducer: Throttle EGL frame production." into lmp-mr1-dev
by Jesse Hall
· 11 years ago
ae29ee0
am 93176114: am a7eb4b74: Merge "Fix sockfd leakage in SensorService." into lmp-dev
by Aravind Akella
· 11 years ago
99a0afb
BufferQueueProducer: Throttle EGL frame production.
by Eric Penner
· 11 years ago
021543f
am a7eb4b74: Merge "Fix sockfd leakage in SensorService." into lmp-dev
by Aravind Akella
· 11 years ago
8a96955
Fix sockfd leakage in SensorService.
by Aravind Akella
· 11 years ago
147372f
resolved conflicts for merge of 67d8bd66 to lmp-mr1-dev-plus-aosp
by Lajos Molnar
· 11 years ago
435d9cd
resolved conflicts for merge of 67d8bd66 to lmp-dev-plus-aosp
by Lajos Molnar
· 11 years ago
67d8bd6
surfaceflinger: add getDisplayStats() method
by Lajos Molnar
· 11 years ago
3d0daa5
am 8493b79e: SensorService fixes
by Aravind Akella
· 11 years ago
8493b79
SensorService fixes
by Aravind Akella
· 11 years ago
5746f14
am fb017a4c: Merge "Fix clang warnings about struct vs. class."
by Dan Albert
· 11 years ago
aeb8ab8
Fix clang warnings about struct vs. class.
by Dan Albert
· 11 years ago
75ec33e
am d15ef27f: Update ScreenshotClient to take advantage of rotation in surfaceflinger\'s screencap api
by Riley Andrews
· 11 years ago
129dc84
am edb86f9f: Merge "Add rotation to surfaceflingers screen cap." into lmp-dev
by Riley Andrews
· 11 years ago
d15ef27
Update ScreenshotClient to take advantage of rotation in surfaceflinger's screencap api
by Riley Andrews
· 11 years ago
7d83187
Make string literal concatenation play nice with C++11.
by Dan Albert
· 11 years ago
c3ebe66
Add rotation to surfaceflingers screen cap.
by Riley Andrews
· 11 years ago
9e3adfc
SensorService flush fixes.
by Aravind Akella
· 11 years ago
2d14a0e
GLConsumer: Fix eglTerminate/eglInit edge case.
by Eric Penner
· 11 years ago
6c2664a
SensorService fixes.
by Aravind Akella
· 11 years ago
7cb0d39
Tunneled Video Playback support
by Rachad
· 11 years ago
1f6078a
Have VirtualDisplays send SF resize messages when resizing
by Michael Wright
· 11 years ago
03414a1
Turn on support for async cursor update in surfaceflinger.
by Riley Andrews
· 11 years ago
c268068
Merge "SensorService performance improvements." into lmp-dev
by Aravind Akella
· 11 years ago
56ae426
SensorService performance improvements.
by Aravind Akella
· 11 years ago
2295687
Merge "GLProducer: Reference count images rather than buffers." into lmp-dev
by Eric Penner
· 11 years ago
78014f3
BufferQueue: release mutex while allocating. DO NOT MERGE
by Antoine Labour
· 11 years ago
5c3d243
GLProducer: Reference count images rather than buffers.
by Eric Penner
· 11 years ago
1681d95
Add sticky transform to surfaceflinger.
by Ruben Brunk
· 11 years ago
dc56bf7
Merge "BufferQueue: Add allocateBuffers method"
by Dan Stoza
· 11 years ago
ab57491
GLConsumer: Allow creation in detached mode
by Dan Stoza
· 11 years ago
e49ba8e
GLConsumer: Stop using default constructor params
by Dan Stoza
· 11 years ago
29a3e90
BufferQueue: Add allocateBuffers method
by Dan Stoza
· 11 years ago
adb65d9
Merge "Surface reportingMode for Sensors."
by Aravind Akella
· 11 years ago
0e025c5
Surface reportingMode for Sensors.
by Aravind Akella
· 11 years ago
2c9b11f
surfaceflinger: Replace blank/unblank with setPowerMode
by Prashant Malani
· 11 years ago
3d5c8a9
Merge "SurfaceFlinger: Add sourceCrop to screenshot"
by Dan Stoza
· 11 years ago
d9441e4
Surface maxDelay and isWakeUpSensor flag in Sensor.java.
by Aravind Akella
· 11 years ago
c187900
SurfaceFlinger: Add sourceCrop to screenshot
by Dan Stoza
· 11 years ago
7f7da32
Enable changing display configuration
by Dan Stoza
· 11 years ago
943de2f
Merge "Enable wakeup sensors."
by Aravind Akella
· 11 years ago
9a844cf
Enable wakeup sensors.
by Aravind Akella
· 11 years ago
e0d5862
Remove deprecated BufferQueue constructor
by Dan Stoza
· 11 years ago
fb39827
Merge "BufferQueue: Increase max slots from 32 to 64"
by Dan Stoza
· 11 years ago
febd4f4
BufferQueue: Increase max slots from 32 to 64
by Dan Stoza
· 11 years ago
99b18b4
BufferQueue: Add StreamSplitter
by Dan Stoza
· 11 years ago
d9822a3
BufferQueueProducer: add detachNextBuffer
by Dan Stoza
· 11 years ago
93b84e3
am ef89f763: am cf818ebb: Merge "Add stringType and requiredPermission to sensors, effectively adding permission checking for sensors" into klp-modular-dev
by Aravind Akella
· 11 years ago
ef89f76
am cf818ebb: Merge "Add stringType and requiredPermission to sensors, effectively adding permission checking for sensors" into klp-modular-dev
by Aravind Akella
· 11 years ago
fd34b65
Merge "BufferQueue: Add producer buffer-released callback"
by Dan Stoza
· 11 years ago
7001804
Add stringType and requiredPermission to sensors, effectively adding permission checking for sensors
by Aravind Akella
· 11 years ago
cf8684b
Merge "Adding render stats APIs to UiAutomation (framework native)."
by Svetoslav
· 11 years ago
d85084b
Adding render stats APIs to UiAutomation (framework native).
by Svetoslav
· 11 years ago
b3d0bdf
BufferQueue: Remove Bn version of create*
by Dan Stoza
· 11 years ago
75b3320
am 4369a4eb: Revert "Add stringType and requiredPermission to sensors, effectively adding permission checking for sensors"
by Etienne Le Grand
· 11 years ago
30d6fd6
Revert "Add stringType and requiredPermission to sensors, effectively adding permission checking for sensors"
by Etienne Le Grand
· 11 years ago
4369a4e
Revert "Add stringType and requiredPermission to sensors, effectively adding permission checking for sensors"
by Etienne Le Grand
· 11 years ago
33458f7
am 00f4dde1: am c57a019e: Add stringType and requiredPermission to sensors, effectively adding permission checking for sensors
by Etienne Le Grand
· 11 years ago
00f4dde
am c57a019e: Add stringType and requiredPermission to sensors, effectively adding permission checking for sensors
by Etienne Le Grand
· 11 years ago
c57a019
Add stringType and requiredPermission to sensors, effectively adding permission checking for sensors
by Etienne Le Grand
· 11 years ago
786e26a
am 3b1cb037: am 27f8840f: Merge "make struct Event layout consistent on 32/64-bit"
by Greg Hackmann
· 11 years ago
f0eaf25
BufferQueue: Add producer buffer-released callback
by Dan Stoza
· 11 years ago
0c7c81f
make struct Event layout consistent on 32/64-bit
by Fengwei Yin
· 11 years ago
75555b2
Merge "BufferItemConsumer: Use IGBC instead of BQ"
by Dan Stoza
· 11 years ago
1422671
Merge "Remove deprecated BufferQueue constructor"
by Dan Stoza
· 11 years ago
Next »