Go to file
Dan Stoza 8dddc99010 libgui: Change BufferQueue to use free lists
BufferQueue used to choose free buffers by scanning through its array
of slots and picking one based on timestamp. This changes that
mechanism to use a pair of free lists: one with buffers attached and
one without. This makes it easier to choose either type of free slot
depending on the needs of the current operation.

Bug: 13175420
Change-Id: Ic8398e7511bd11a60a1c82e3ad2ee271c9822be1
2015-04-17 09:28:41 -07:00
build Increase growth limit from 64m to 80m for 1024mb hdpi tablet 2014-12-11 13:40:37 -08:00
cmds Command to move private app data between volumes. 2015-04-10 00:21:35 -07:00
data/etc Revert "Camera: Add XML entries and files for new system features" 2014-12-03 11:13:06 -08:00
include libgui: Change BufferQueue to use free lists 2015-04-17 09:28:41 -07:00
libs libgui: Change BufferQueue to use free lists 2015-04-17 09:28:41 -07:00
opengl libEGL: Add wrappers for partial update functions 2015-04-15 13:02:27 -07:00
services SF: Permit changing DispSync offsets at runtime 2015-04-15 13:56:28 -07:00
MODULE_LICENSE_APACHE2
NOTICE