summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "put back the unused virtuals in Vector<>""Dave Burke2012-10-252-0/+39
* prevent a client from crashing surfaceflingerMathias Agopian2012-10-221-2/+17
* Merge "SurfaceFlinger: add support for secure displays" into jb-mr1-devJamie Gennis2012-10-2212-69/+81
|\
| * SurfaceFlinger: add support for secure displaysJamie Gennis2012-10-2212-69/+81
* | Fix emulator vsyncAndy McFadden2012-10-191-5/+12
|/
* Merge "Add runtime debugging capabilities to OpenGL" into jb-mr1-devRomain Guy2012-10-184-42/+142
|\
| * Add runtime debugging capabilities to OpenGLRomain Guy2012-10-184-42/+142
* | SurfaceFlinger: change the animation timeoutJamie Gennis2012-10-171-3/+5
|/
* Merge "BufferQueue: alloc without holding the lock" into jb-mr1-devJamie Gennis2012-10-171-11/+25
|\
| * BufferQueue: alloc without holding the lockJamie Gennis2012-10-111-11/+25
* | Merge "Update comments to reflect what the code actually does" into jb-mr1-devRomain Guy2012-10-161-2/+2
|\ \
| * | Update comments to reflect what the code actually doesRomain Guy2012-10-151-2/+2
* | | fix a corruption in blank/unblankMathias Agopian2012-10-152-32/+39
* | | Merge "SurfaceFlinger: add animation transactions" into jb-mr1-devJamie Gennis2012-10-155-9/+55
|\ \ \
| * | | SurfaceFlinger: add animation transactionsJamie Gennis2012-10-155-9/+55
* | | | Merge "Add new debug option to force 4x MSAA in OpenGL ES 2.0 apps" into jb-m...Romain Guy2012-10-151-0/+53
|\ \ \ \ | | |/ / | |/| |
| * | | Add new debug option to force 4x MSAA in OpenGL ES 2.0 appsRomain Guy2012-10-151-0/+53
| |/ /
* | | Always set vertex alpha when drawing screenshot layersJesse Hall2012-10-151-1/+2
|/ /
* | Merge "Add TEMP_FAILURE_RETRY around open and write calls" into jb-mr1-devKenny Root2012-10-121-5/+8
|\ \
| * | Add TEMP_FAILURE_RETRY around open and write callsKenny Root2012-10-121-5/+8
* | | Merge "SurfaceFlinger: make the num FBs a board config" into jb-mr1-devJamie Gennis2012-10-123-3/+9
|\ \ \ | |/ / |/| |
| * | SurfaceFlinger: make the num FBs a board configJamie Gennis2012-10-123-3/+9
| |/
* | Assume LayerScreenshot has pre-multiplied alphaJesse Hall2012-10-101-4/+4
|/
* Merge "Fix HDMI unblank behavior" into jb-mr1-devAndy McFadden2012-10-102-2/+4
|\
| * Fix HDMI unblank behaviorAndy McFadden2012-10-102-2/+4
* | Revert "Add GL Error logs (temporary)"Chet Haase2012-10-102-13/+1
|/
* Merge "fix typo that prevented proper loging of EGL error code" into jb-mr1-devMathias Agopian2012-10-091-1/+1
|\
| * fix typo that prevented proper loging of EGL error codeMathias Agopian2012-10-091-1/+1
* | Merge "don't automatically unblank external displays" into jb-mr1-devJeff Brown2012-10-091-6/+0
|\ \ | |/ |/|
| * don't automatically unblank external displaysMathias Agopian2012-10-091-6/+0
* | Merge "Fence didn't manager sync_wait error codes properly" into jb-mr1-devMathias Agopian2012-10-092-7/+8
|\ \ | |/ |/|
| * Fence didn't manager sync_wait error codes properlyMathias Agopian2012-10-092-7/+8
* | Add blankDisplay/unblankDisplay to SurfaceComposerClient.Jeff Brown2012-10-082-0/+14
|/
* fix dumpsys Layer name when using multiple displaysMathias Agopian2012-10-084-5/+16
* fix SurfaceFlinger DDMS debuggingMathias Agopian2012-10-072-3/+4
* Merge "Revert "ugly, temporary, workaroung for a problem where a binder threa...Dave Burke2012-10-071-12/+0
|\
| * Revert "ugly, temporary, workaroung for a problem where a binder thread spins...Dave Burke2012-10-061-12/+0
* | Merge "ugly, temporary, workaroung for a problem where a binder thread spins ...Dave Burke2012-10-051-0/+12
|\ \ | |/
| * ugly, temporary, workaroung for a problem where a binder thread spins foreverMathias Agopian2012-10-051-0/+12
* | Fix race condition in ConsumerBase::addReleaseFence()Jesse Hall2012-10-054-5/+11
|/
* Merge "Fix missing parens in CleanSpec.mk." into jb-mr1-devStephen Hines2012-10-041-0/+1
|\
| * Fix missing parens in CleanSpec.mk.Stephen Hines2012-10-041-0/+1
* | Merge "Tone down a fatal assert" into jb-mr1-devMathias Agopian2012-10-041-2/+5
|\ \ | |/ |/|
| * Tone down a fatal assertAndy McFadden2012-10-041-2/+5
* | Merge "Add GL Error logs (temporary)" into jb-mr1-devChet Haase2012-10-042-1/+13
|\ \
| * | Add GL Error logs (temporary)Chet Haase2012-10-042-1/+13
* | | Fix broken CleanSpec.mk in libs/guiRaph Levien2012-10-041-1/+1
| |/ |/|
* | Ignore display state changes for disconnected displaysJesse Hall2012-10-041-1/+5
* | make sure we don't call into the HWC HAL when not neededMathias Agopian2012-10-045-24/+47
* | Fix crashes after HDMI disconnectAndy McFadden2012-10-043-0/+25