summaryrefslogtreecommitdiff
path: root/libs/ui/Surface.cpp
AgeCommit message (Expand)Author
2009-11-13fix some aspects of [2258746] native crash in launcher2 Mathias Agopian
2009-10-07fix [2170283] SurfaceFlinger crashes on OOM. Mathias Agopian
2009-10-06fix [2152536] ANR in browser Mathias Agopian
2009-10-06fix [2167050] glTexImage2D code path buggy in SurfaceFlinger Mathias Agopian
2009-10-02Attempt to fix [2152536] ANR in browser Mathias Agopian
2009-09-15fix [2122448] android_native_window_t::setUsage() only reallocates the first ... Mathias Agopian
2009-09-15Revert "fix [2122448] android_native_window_t::setUsage() only reallocates th... Mathias Agopian
2009-09-15fix [2122448] android_native_window_t::setUsage() only reallocates the first ... Mathias Agopian
2009-09-07fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly Mathias Agopian
2009-08-21fix [2070341] [FAST BLOCKER] can't successfully setup erc52 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-14make sure to update a surface's usage bits when it changes, instead of only t... 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-06added NATIVE_WINDOW_FORMAT attribute to android_native_window_t Mathias Agopian
2009-08-05don't crash when SurfaceBuffer::writeToParcel is given a null argument Mathias Agopian
2009-07-31be more robust when errors occur upon EGL surface creation (ie: don't crash) Mathias Agopian
2009-07-30fixed some issues with the software renderer when surfaces are made current. Mathias Agopian
2009-07-13fix [1964315] crash in the surface.cpp while browsing Mathias Agopian
2009-05-28fix typo defining a singleton attrbutes for an object that is not a singleton... Mathias Agopian
2009-05-22merge master to master_gl Mathias Agopian
2009-05-20move libbinder's header files under includes/binder Mathias Agopian
2009-05-17Region now has its own implementation instead of relying on SkRegion, which a... Mathias Agopian
2009-05-05move opengl/include/EGL/android_natives.h to include/ui/egl/android_natives.h... Mathias Agopian
2009-05-05get rid of android_native_buffer_t::getHandle() and replace it with an handle... Mathias Agopian
2009-05-05removed the "bits" attribute from android_native_buffer_t. Mathias Agopian
2009-05-04update surfaceflinger, libui and libagl to the new gralloc api Mathias Agopian
2009-04-24Squashed commit of the following: Mathias Agopian
2009-04-16cleanup, remove unused fields. Also make sure that we don't systematically al... Mathias Agopian
2009-04-16more splitting of Surface/SurfaceControl. Surface.java is now implemented in ... Mathias Agopian
2009-04-16split Surface.cpp into Surface and SurfaceControl Mathias Agopian
2009-04-16fix some issues with Surface's lifetime management. Mathias Agopian
2009-04-15fix a rookie mistake causing Singleton<> to be a "multiton". Also improve the... Mathias Agopian
2009-04-10Integrate from //sandbox/mathias/donut/...@145728 Mathias Agopian
2009-03-03auto import from //depot/cupcake/@135843 The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843 The Android Open Source Project
2008-12-17Code drop from //branches/cupcake/...@124589 The Android Open Source Project
2008-10-21Initial Contribution The Android Open Source Project