summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* BufferQueue: clean up buffer countingJamie Gennis2012-08-292-27/+30
* Merge "initial checkin of a preliminary HDCP API for vendors to implement." i...Andreas Huber2012-08-291-0/+85
|\
| * initial checkin of a preliminary HDCP API for vendors to implement.Andreas Huber2012-08-291-0/+85
* | A vendor ril depends on a native screen shot code.Wink Saville2012-08-281-0/+5
|/
* Eradicate DisplayID.Mathias Agopian2012-08-271-6/+0
* Compatibility work around for bad graphics driver dependency.Jeff Brown2012-08-271-0/+5
* Merge "Remove unused "layer" argument from show()." into jb-mr1-devJeff Brown2012-08-272-2/+2
|\
| * Remove unused "layer" argument from show().Jeff Brown2012-08-272-2/+2
* | Merge "Banish DisplayID from the SurfaceFlinger API." into jb-mr1-devJeff Brown2012-08-274-25/+23
|\ \ | |/
| * Banish DisplayID from the SurfaceFlinger API.Jeff Brown2012-08-274-25/+23
* | am 9801575a: am 908c8ff5: Merge "Fixed clang build error for libgui"Jean-Baptiste Queru2012-08-271-2/+2
|\ \ | |/ |/|
| * am 908c8ff5: Merge "Fixed clang build error for libgui"Jean-Baptiste Queru2012-08-271-2/+2
| |\
| | * Fixed clang build error for libguiTareq A. Siraj2012-08-231-2/+2
* | | Revert "put back the unused virtuals in Vector<>"Mathias Agopian2012-08-241-20/+0
* | | Merge "SurfaceTexture: inherit from ConsumerBase (try 2)" into jb-mr1-devJamie Gennis2012-08-242-123/+69
|\ \ \
| * | | SurfaceTexture: inherit from ConsumerBase (try 2)Jamie Gennis2012-08-212-123/+69
* | | | ui/Fence: change the TIMEOUT_NEVER value to -1Jamie Gennis2012-08-211-2/+1
* | | | Merge "Add BufferItemConsumer, a simple BufferQueue consumer." into jb-mr1-devEino-Ville Talvala2012-08-212-1/+94
|\ \ \ \
| * | | | Add BufferItemConsumer, a simple BufferQueue consumer.Eino-Ville Talvala2012-08-212-1/+94
* | | | | put back the unused virtuals in Vector<>Mathias Agopian2012-08-201-0/+20
| |/ / / |/| | |
* | | | Merge "get rid of mirrorItemAt() which isn't used anywhere" into jb-mr1-devMathias Agopian2012-08-202-22/+0
|\ \ \ \
| * | | | get rid of mirrorItemAt() which isn't used anywhereMathias Agopian2012-08-202-22/+0
* | | | | Merge "CpuConsumer: inherit from ConsumerBase" into jb-mr1-devEino-Ville Talvala2012-08-201-47/+6
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | CpuConsumer: inherit from ConsumerBaseEino-Ville Talvala2012-08-201-47/+6
* | | | | Merge "Revert "SurfaceTexture: inherit from ConsumerBase"" into jb-mr1-devJamie Gennis2012-08-202-28/+93
|\ \ \ \ \
| * | | | | Revert "SurfaceTexture: inherit from ConsumerBase"Jamie Gennis2012-08-202-28/+93
* | | | | | Revert "SurfaceTexture: call ConsumerBase::freeBufferLocked"Jamie Gennis2012-08-201-1/+1
| |_|/ / / |/| | | |
* | | | | SurfaceTexture: call ConsumerBase::freeBufferLockedJamie Gennis2012-08-201-1/+1
* | | | | Merge "SurfaceTexture: inherit from ConsumerBase" into jb-mr1-devJamie Gennis2012-08-172-93/+28
|\ \ \ \ \ | |/ / / /
| * | | | SurfaceTexture: inherit from ConsumerBaseJamie Gennis2012-08-162-93/+28
| |/ / /
* | | | display states can't share the dirty flagsMathias Agopian2012-08-161-3/+5
|/ / /
* | | Merge "Add a very simple helper function to log slow functions." into jb-mr1-devJeff Brown2012-08-131-0/+38
|\ \ \
| * | | Add a very simple helper function to log slow functions.Jeff Brown2012-08-101-0/+38
* | | | improve [un]marshalling of non-binder objectsMathias Agopian2012-08-136-19/+132
|/ / /
* | | make multi-display more realMathias Agopian2012-08-103-24/+61
* | | libgui includes refactoringMathias Agopian2012-08-103-75/+64
* | | improve Vector<> safety checksMathias Agopian2012-08-104-38/+30
* | | Merge changes Ic3d35a93,I46ec942d into jb-mr1-devJamie Gennis2012-08-062-4/+209
|\ \ \
| * | | surfaceflinger: refactor FrambufferSurfaceJamie Gennis2012-08-062-4/+209
* | | | libutils cleanup: remove unused or seldom used code from misc.{cpp|h}Mathias Agopian2012-08-051-39/+1
|/ / /
* | | screen-off animation won't be handled by SF anymoreMathias Agopian2012-08-031-13/+0
* | | We now have a real list of displays.Mathias Agopian2012-08-021-1/+15
* | | Merge remote-tracking branch 'goog/jb-dev-mako' into jb-mr1-devEd Heyl2012-07-282-2/+4
|\ \ \
| * | | Merge from jb-dev for "sample video corruption in MediaCodec mode." DO NOT MERGEEdwin Wong2012-07-171-1/+1
| * | | libs/ui: Add support for triple framebuffersNaseer Ahmed2012-07-091-2/+3
| * | | Add vendor specific color format to OMX_IVCommon.hHaynes Mathew George2012-06-211-0/+1
| | |/ | |/|
* | | get rid of the shared-memory control blockMathias Agopian2012-07-255-85/+16
* | | add a layerStack attribute to Layers.Mathias Agopian2012-07-243-1/+4
* | | update SF binder protocol to support setting display attributesMathias Agopian2012-07-242-2/+16
* | | Add elapsedRealtimeNano(), and use CLOCK_BOOTTIME where possible.Nick Pelly2012-07-192-2/+4