summaryrefslogtreecommitdiff
path: root/libs/surfaceflinger
AgeCommit message (Expand)Author
2009-09-29remove dead code Mathias Agopian
2009-09-27don't emit GL commands when sf is in freeze mode Mathias Agopian
2009-09-27Allways dump the list of allocated buffers when an allocation fails. Mathias Agopian
2009-09-24minor SurfaceFlinger code cleanup and remove unnecessary tests Mathias Agopian
2009-09-23turn dithering off if it's not needed Mathias Agopian
2009-09-23fix [2142193] disable GL_LINEAR when not needed Mathias Agopian
2009-09-23fix [2133214] STOPSHIP: revert I4a06bb4f: workaround for [2113743] Sholes: fr... Mathias Agopian
2009-09-21Work around gcc 4.0.3 bug. Andy McFadden
2009-09-20workaround for [2113743] Sholes: frozen then runtime restart going to list view Mathias Agopian
2009-09-17fix [2129080] Soft reboot after clicking around and then rubbing the screen Mathias Agopian
2009-09-17Android side of the fix for [2121211] Sholes has stutter during animations Mathias Agopian
2009-09-17add basic time stats for surfaces lock time Mathias Agopian
2009-09-16Overlay could not set position or rotation immediately after created, it shou... Benny Wong
2009-09-16disable backbuffer preservation when possible, which may improve performance ... Mathias Agopian
2009-09-16fix [2119400] sholes: artifacting when switching orientation Mathias Agopian
2009-09-16fix again [2102410] Home Screen is not displayed in the background in Landsca... Mathias Agopian
2009-09-15revert to black video background, since we don't need the color-key anylonger Mathias Agopian
2009-09-14add support for RGBX_8888 surfaces in SurfaceFlinger Mathias Agopian
2009-09-14fix [2117464] SF can crash when calling dumpsys Mathias Agopian
2009-09-10fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymore Mathias Agopian
2009-09-09add a debug property to disable h/w composition. debug.sf.hw, when set to 0 w... Mathias Agopian
2009-09-09fix [2102410] Home Screen is not displayed in the background in Landscape Mode Mathias Agopian
2009-09-09fix [2037525] Fail to start camera after adb sync new Camera Mathias Agopian
2009-09-08rename Mutexes to make the code easier to follow Mathias Agopian
2009-09-07delete old and unused source files Mathias Agopian
2009-09-07fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly Mathias Agopian
2009-09-04attempt to fix [2099362] Possible SurfaceFlinger crash Mathias Agopian
2009-09-04fix [2098939] Smooth gradients show banding on Sholes Mathias Agopian
2009-09-02Add colorkey to gl clear operation Rebecca Schultz Zavin
2009-08-26dumpsys SurfaceFlinger will now always dump SF's state, even if SF is deadlocked Mathias Agopian
2009-08-19fix a bug that caused the PixelFormat viewed by Surface to be wrong. Mathias Agopian
2009-08-19fix [2063336] Surface.lockSurface throws IllegalArgumentException when out of... Mathias Agopian
2009-08-13fix a bug that could cause a window to be hidden in some cases. Mathias Agopian
2009-08-13Surface::GPU and Surface::HARDWARE are now deprecated; they will be set autom... Mathias Agopian
2009-08-12make sure EGL_ANDROID_swap_rectangle is actually supported before using it Mathias Agopian
2009-08-12Better error handling in EGL extensions Mathias Agopian
2009-08-11second take, hopefully this time it doesn't break one of the builds: "Surface... Mathias Agopian
2009-08-11second take, hopefully this time it doesn't break one of the builds: "Surface... Mathias Agopian
2009-08-11Revert "SurfaceFlinger will now allocate buffers based on the usage specified... Fred Quintana
2009-08-11SurfaceFlinger will now allocate buffers based on the usage specified by the ... Mathias Agopian
2009-08-10enable HW acceleration for the Dim Surface on 8k devices Mathias Agopian
2009-08-07remove unused and confusing comment Mathias Agopian
2009-08-07minor code clean-up Mathias Agopian
2009-08-06added two EGL helpers for selecting a config matching a certain pixelformat o... Mathias Agopian
2009-08-03free surface buffers before trying to allocate new ones, so we have more chan... Mathias Agopian
2009-07-30NPOT EGLimage without GL_ARB_texture_non_power_of_two would be improperly sca... Mathias Agopian
2009-07-29am 1521cd6e: Merge change 8015 into donut Android (Google) Code Review
2009-07-28fix [1985856] Seg fault when using the soft keyboard in the Messaging app Mathias Agopian
2009-07-28Merge change 8015 into donut Android (Google) Code Review
2009-07-29Reset the mDpiX and mDpiY values when qemu.sf.lcd_density is defined. David 'Digit' Turner