summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* make GLConsumer's debug texture staticMathias Agopian2013-08-081-22/+28
* Add ISurfaceComposer::destroyDisplayJesse Hall2013-08-082-13/+47
* don't hardcode debug texture dimensionsMathias Agopian2013-08-071-4/+7
* fix tests moreMathias Agopian2013-08-061-1/+1
* fix testsMathias Agopian2013-08-061-1/+1
* remove support for glReadPixels screenshot pathMathias Agopian2013-08-062-9/+4
* Fix build. 3rd attemptMathias Agopian2013-08-061-1/+1
* All consumers now take an IGraphicBufferConsumer instead of a BufferQueueMathias Agopian2013-08-0611-51/+61
* Merge "BufferQueue: Support query of consumer usage bits"Eino-Ville Talvala2013-08-052-0/+21
|\
| * BufferQueue: Support query of consumer usage bitsEino-Ville Talvala2013-07-302-0/+21
* | Merge "Roll back recent change"Andy McFadden2013-08-022-2/+4
|\ \
| * | Roll back recent changeAndy McFadden2013-08-022-2/+4
* | | Merge "Binderize the consumer side of BufferQueue"Mathias Agopian2013-08-027-13/+550
|\ \ \
| * | | Binderize the consumer side of BufferQueueMathias Agopian2013-08-017-13/+550
* | | | Merge "Drop frames based on presentation timestamp"Andy McFadden2013-08-022-31/+69
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Drop frames based on presentation timestampAndy McFadden2013-08-012-31/+69
* | | log an error when dequeueBuffer gets a NULL FenceMathias Agopian2013-08-014-16/+20
* | | remove unused code form GraphicBufferMathias Agopian2013-07-311-14/+4
* | | remove libutilsAlex Ray2013-07-3140-10177/+0
|/ /
* | Fix BlobCache_testBrian Carlstrom2013-07-311-12/+12
* | Make Flattenable not virtualMathias Agopian2013-07-306-118/+147
* | Make Flattenable not virtual (libutils)Mathias Agopian2013-07-303-43/+2
|/
* single buffer mode for BufferQueueMathias Agopian2013-07-262-10/+113
* fix buildMathias Agopian2013-07-261-2/+0
* get rid of HAL pixelformats 5551 and 4444Mathias Agopian2013-07-262-26/+14
* get rid of PixelFormatInfo and simplify thingsMathias Agopian2013-07-251-112/+35
* Merge "Fix a race in BufferQueue"Mathias Agopian2013-07-251-17/+27
|\
| * Fix a race in BufferQueueMathias Agopian2013-07-231-17/+27
* | defaultServiceManager wait for service manager readyTodd Poynor2013-07-242-1/+30
* | Merge "libutils: give BasicHashtableImpl a virtual destructor"Alex Ray2013-07-241-0/+4
|\ \
| * | libutils: give BasicHashtableImpl a virtual destructorAlex Ray2013-07-241-0/+4
* | | add static dependency on liblogColin Cross2013-07-232-0/+53
|/ /
* | Merge "libbinder: add libutils dependency"Alex Ray2013-07-231-0/+1
|\ \
| * | libbinder: add libutils dependencyAlex Ray2013-07-231-0/+1
* | | Merge "Add controller numbers for gamepads / joysticks"Michael Wright2013-07-231-9/+8
|\ \ \
| * | | Add controller numbers for gamepads / joysticksMichael Wright2013-07-221-9/+8
| | |/ | |/|
* | | Merge "fix log messages and bogus error message"Mathias Agopian2013-07-231-23/+18
|\ \ \
| * | | fix log messages and bogus error messageMathias Agopian2013-07-221-23/+18
| |/ /
* | | Merge "Fix AppOsManager missing mutex unlock."Zhijun He2013-07-231-0/+1
|\ \ \ | |/ / |/| |
| * | Fix AppOsManager missing mutex unlock.Zhijun He2013-07-221-0/+1
| |/
* | Merge changes Ic45929f3,Ic63f4f96,I1e703d36,I691f9507Mathias Agopian2013-07-2012-269/+121
|\ \
| * | make sure to reset the framenumber when a buffer is marked FREEMathias Agopian2013-07-191-0/+3
| * | Make ANW.setSwapInterval(0) work againMathias Agopian2013-07-195-50/+74
| * | BuffferQueue disconnect is now always asynchrnousMathias Agopian2013-07-182-57/+21
| * | BufferQueue improvements and APIs changesMathias Agopian2013-07-1813-188/+49
| |/
* | Merge "Add input device property for buttons under touchpads"Michael Wright2013-07-191-0/+2
|\ \ | |/ |/|
| * Add input device property for buttons under touchpadsMichael Wright2013-07-111-0/+2
* | Follow framework change to track started ops by proc.Dianne Hackborn2013-07-172-6/+42
* | always pass the BufferQueue explicitely to consumersYing Wang2013-07-151-1/+2
* | Merge "always pass the BufferQueue explicitely to consumers"Mathias Agopian2013-07-167-14/+21
|\ \