- 19 Jan, 2012 1 commit
-
-
Steve Block authored
Change-Id: I44f267700356967dc51e8f85ebf457dc85cfb229
-
- 10 Nov, 2011 1 commit
-
-
Mathias Agopian authored
disable dithering which shouldn't have been enabled in the first place because the frames are typically scaled. we still use a 16-bits texture format to preserve memory. Bug: 5600948 Change-Id: Ib4d6e133df4375d0d735cd4325b6e589bbc5dafe
-
- 15 Aug, 2011 1 commit
-
-
Mathias Agopian authored
Change-Id: I0767ac2a5ab814382b41c85bd5b0786c7a025255
-
- 29 Jun, 2011 1 commit
-
-
Mathias Agopian authored
Change-Id: I57669852cbf6aabae244ea86940a08a5a27ffc43
-
- 13 Jun, 2011 1 commit
-
-
Mathias Agopian authored
Add the concept of synchronous dequeueBuffer in SurfaceTexture Implement {Surface|SurfaceTextureClient}::setSwapInterval() Add SurfaceTexture logging fix onFrameAvailable
-
- 07 May, 2011 1 commit
-
-
Mathias Agopian authored
Change-Id: I2fcf9f303e8324cefaa2d96f1c46647f70980bb2
-
- 20 Apr, 2011 1 commit
-
-
Mathias Agopian authored
Change-Id: I28635e3f803e6abe965d79998e305f54a202465d
-
- 31 Jan, 2011 1 commit
-
-
Jason parks authored
Change-Id: I15892a35238d97302b30f26bec170b9f231a3e15
-
- 03 Nov, 2010 1 commit
-
-
Chih-Wei Huang authored
The animation movie disappears due to the incorrect logic of commit c11f4625. Change-Id: I9c0eac2bf2950fe20e931da367036ddf38d81f52
-
- 09 Aug, 2010 1 commit
-
-
Jim Huang authored
While booting from AOSP image, logcat always complains as following: W/zipro ( 1001): Unable to open zip '/data/local/bootanimation.zip': No such file or directory W/zipro ( 1001): Unable to open zip '/system/media/bootanimation.zip': No such file or directory This patch avoids opening non-existing files. Change-Id: I54cc03f125a5e16dbc930515bd2e43c623b63f8f
-
- 29 May, 2010 1 commit
-
-
Mathias Agopian authored
the most important change here is the renaming of ISurfaceFlingerClient to ISurfaceComposerClient Change-Id: I94e18b0417f50e06f21377446639c61f65f959b3
-
- 11 Feb, 2010 1 commit
-
-
Mathias Agopian authored
-
- 13 Nov, 2009 1 commit
-
-
Jean-Baptiste Queru authored
-
- 07 Nov, 2009 1 commit
-
-
Mathias Agopian authored
make sure to glClear() the areas not touched by the animation
-
- 01 Oct, 2009 1 commit
-
-
Mathias Agopian authored
-
- 24 Sep, 2009 2 commits
-
-
Mathias Agopian authored
-
Mathias Agopian authored
-
- 23 Sep, 2009 1 commit
-
-
Mathias Agopian authored
-
- 14 Aug, 2009 1 commit
-
-
Mathias Agopian authored
this also ripples into the window manager API by making some constant there deprecated as well.
-
- 06 Aug, 2009 1 commit
-
-
Mathias Agopian authored
-
- 01 Aug, 2009 1 commit
-
-
Jean-Baptiste Queru authored
-
- 31 Jul, 2009 1 commit
-
-
Mathias Agopian authored
-
- 28 Jul, 2009 1 commit
-
-
Mathias Agopian authored
-
- 21 Jul, 2009 1 commit
-
-
Jean-Baptiste Queru authored
-
- 22 May, 2009 1 commit
-
-
Mathias Agopian authored
Conflicts: data/etc/platform.xml
-
- 04 May, 2009 1 commit
-
-
Mathias Agopian authored
- Currently the lock/unlock path is naive and is done for each drawing operation (glDrawElements and glDrawArrays). this should be improved eventually. - factor all the lock/unlock code in SurfaceBuffer. - fixed "showupdate" so it works even when we don't have preserving eglSwapBuffers(). - improved the situation with the dirty-region and fixed a problem that caused GL apps to not update. - make use of LightRefBase() where needed, instead of duplicating its implementation - add LightRefBase::getStrongCount() - renamed EGLNativeWindowSurface.cpp to FramebufferNativeWindow.cpp - disabled copybits test, since it clashes with the new gralloc api - Camera/Video will be fixed later when we rework the overlay apis
-
- 24 Apr, 2009 1 commit
-
-
Mathias Agopian authored
Surfaces are now destroyed once all references from the clients are gone, but they go through a partial destruction as soon as the window manager requests it. This last part is still buggy. see comments in SurfaceFlinger::destroySurface()
-
- 17 Apr, 2009 1 commit
-
-
Mathias Agopian authored
more splitting of Surface/SurfaceControl. Surface.java is now implemented in terms of Surface and SurfaceControl. The WindowManager side of Surface.java holds a SurfaceControl, while the client-side holds a Surface. When the client is in the system process, Surface.java holds both (which is a problem we'll try to fix later).
-
- 10 Apr, 2009 1 commit
-
-
Mathias Agopian authored
SurfaceFlinger rework for new EGL driver model support.
-
- 25 Mar, 2009 5 commits
-
-
Mathias Agopian authored
-
Mathias Agopian authored
-
Mathias Agopian authored
-
Mathias Agopian authored
-
Mathias Agopian authored
-
- 20 Mar, 2009 1 commit
-
-
The Android Open Source Project authored
-
- 04 Mar, 2009 2 commits
-
-
The Android Open Source Project authored
-
The Android Open Source Project authored
-
- 10 Feb, 2009 1 commit
-
-
The Android Open Source Project authored
-
- 10 Jan, 2009 1 commit
-
-
The Android Open Source Project authored
-
- 21 Oct, 2008 1 commit
-
-
The Android Open Source Project authored
-