summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Pass display arg to blank/unblankAndy McFadden2012-09-286-43/+84
* Merge "Re-enable FAST_TLS in gl2 code" into jb-mr1-devChet Haase2012-09-281-1/+1
|\
| * Re-enable FAST_TLS in gl2 codeChet Haase2012-09-281-1/+1
* | Merge "Add a way to configure an OMX encoder to emit SPS/PPS before IDR frame...Andreas Huber2012-09-281-0/+10
|\ \
| * | Add a way to configure an OMX encoder to emit SPS/PPS before IDR frames.Andreas Huber2012-09-281-0/+10
| |/
* | SurfaceFlinger: don't always set HWC_GEOM_CHGDJamie Gennis2012-09-271-21/+35
|/
* Merge "New compile-time flags to make debugging easier for us poor souls Bug ...Romain Guy2012-09-271-1/+11
|\
| * New compile-time flags to make debugging easier for us poor soulsRomain Guy2012-09-271-1/+11
* | Revert "Compatibility work around for bad graphics driver dependency."Iliyan Malchev2012-09-272-14/+0
|/
* Merge "assert -eng builds when calling a GL function without a context" into ...Mathias Agopian2012-09-261-2/+7
|\
| * assert -eng builds when calling a GL function without a contextMathias Agopian2012-09-261-2/+7
* | Merge "Recompute visible regions more vigorously" into jb-mr1-devAndy McFadden2012-09-261-3/+3
|\ \ | |/ |/|
| * Recompute visible regions more vigorouslyAndy McFadden2012-09-261-3/+3
* | Stop using transparent region for computing visible regionsJesse Hall2012-09-263-10/+35
|/
* Merge "add support for EGL_FRAMEBUFFER_TARGET_ANDROID" into jb-mr1-devMathias Agopian2012-09-252-24/+95
|\
| * add support for EGL_FRAMEBUFFER_TARGET_ANDROIDMathias Agopian2012-09-252-24/+95
* | only abort when errors happen on the main displayMathias Agopian2012-09-251-5/+8
|/
* fix a crasher when running out of memoryMathias Agopian2012-09-252-2/+5
* When "show visible regions" is enabled we were missing a call to HWCMathias Agopian2012-09-251-0/+6
* Merge "Show build config in dumpsys SurfaceFlinger" into jb-mr1-devAndy McFadden2012-09-258-2/+168
|\
| * Show build config in dumpsys SurfaceFlingerAndy McFadden2012-09-258-2/+168
* | Merge "Configure GC free to be 8MB for devices with >512MB RAM." into jb-mr1-devIan Rogers2012-09-256-7/+24
|\ \ | |/ |/|
| * Configure GC free to be 8MB for devices with >512MB RAM.Ian Rogers2012-09-236-7/+24
* | fix Layer croping in SurfaceFlingerMathias Agopian2012-09-241-12/+11
* | fix a crasher in SurfaceTexture's setFilteringEnabledMathias Agopian2012-09-242-7/+22
* | Merge changes I47cd25c9,I7638ffe8 into jb-mr1-devMathias Agopian2012-09-242-7/+17
|\ \
| * | don't call eglMakeCurrent() before calling HWC commit() on HWC 1.1Mathias Agopian2012-09-241-4/+7
| * | handle EGL errorsMathias Agopian2012-09-241-3/+10
* | | Merge "EGL: add the EGL_ANDROID_framebuffer_target enum" into jb-mr1-devJamie Gennis2012-09-242-0/+8
|\ \ \
| * | | EGL: add the EGL_ANDROID_framebuffer_target enumJamie Gennis2012-09-242-0/+8
* | | | Merge "EGL: expose the EXT_create_context_robustness ext" into jb-mr1-devJamie Gennis2012-09-242-0/+11
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | EGL: expose the EXT_create_context_robustness extJamie Gennis2012-09-242-0/+11
* | | log an error when eglCreateContext() fails in an inconsistant wayMathias Agopian2012-09-241-0/+6
|/ /
* | Merge "ConsumerBase: make fence names meaningful" into jb-mr1-devJamie Gennis2012-09-241-1/+1
|\ \
| * | ConsumerBase: make fence names meaningfulJamie Gennis2012-09-241-1/+1
* | | Merge "Add android.hardware.camera.any feature to camera permissions." into j...Eino-Ville Talvala2012-09-234-0/+4
|\ \ \
| * | | Add android.hardware.camera.any feature to camera permissions.Eino-Ville Talvala2012-09-234-0/+4
| |/ /
* | | add/remove displays properly on hotplug eventsMathias Agopian2012-09-214-6/+26
|/ /
* | Display events now always carry the display id they happened onMathias Agopian2012-09-213-28/+57
* | fix an issue where hotplug events were not dispatchedMathias Agopian2012-09-212-15/+31
* | Merge "SurfaceTexture: fix an out of bounds array write" into jb-mr1-devJamie Gennis2012-09-211-1/+1
|\ \
| * | SurfaceTexture: fix an out of bounds array writeJamie Gennis2012-09-211-1/+1
* | | Merge "Add a spec for EGL_ANDROID_framebuffer_target." into jb-mr1-devJamie Gennis2012-09-212-5/+108
|\ \ \ | |/ /
| * | Add a spec for EGL_ANDROID_framebuffer_target.Jamie Gennis2012-09-212-5/+108
* | | return an error, as expected, when querying a disconnected displayMathias Agopian2012-09-201-0/+4
|/ /
* | fix a typo preventing pre hwc-1.1 devices from bootingMathias Agopian2012-09-201-0/+1
* | we now correctly set-up connected screens during bootMathias Agopian2012-09-205-42/+54
* | We now report hotplug events to the frameworkMathias Agopian2012-09-207-20/+65
* | one more step toward HDMI supportMathias Agopian2012-09-203-35/+54
* | calculate wether we filter on a per-display basisMathias Agopian2012-09-205-2/+12