summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | GraphicBufferAlloc class was declared twiceMathias Agopian2012-09-206-46/+101
* | Merge "Disable the use of clock_gettime for now." into jb-mr1-devBen Cheng2012-09-201-1/+9
|\ \ | |/ |/|
| * Disable the use of clock_gettime for now.Ben Cheng2012-09-191-1/+9
* | Merge "frameworks/native: Amend HDCP API" into jb-mr1-devAndreas Huber2012-09-201-4/+13
|\ \
| * | frameworks/native: Amend HDCP APIDeva Ramasubramanian2012-09-191-4/+13
| |/
* | Merge "Allow 16-bit color EGLConfigs" into jb-mr1-devJesse Hall2012-09-191-11/+27
|\ \
| * | Allow 16-bit color EGLConfigsJesse Hall2012-09-191-11/+27
| |/
* | am 516efc1b: am 8a2b5423: Merge "libagl: Transform the vertex if using eye sp...Mathias Agopian2012-09-191-0/+7
|\ \
| * \ am 8a2b5423: Merge "libagl: Transform the vertex if using eye space lighting ...Mathias Agopian2012-09-191-0/+7
| |\ \
| | * \ Merge "libagl: Transform the vertex if using eye space lighting with point li...Mathias Agopian2012-09-191-0/+7
| | |\ \
| | | * | libagl: Transform the vertex if using eye space lighting with point lightsMartin Storsjo2012-07-121-0/+7
* | | | | Merge changes I561c198c,Id4865f3c into jb-mr1-devMathias Agopian2012-09-196-77/+215
|\ \ \ \ \