summaryrefslogtreecommitdiffstats
path: root/libs/ui/Surface.cpp
Commit message (Expand)AuthorAgeFilesLines
* Attempt to fix [2152536] ANR in browserMathias Agopian2009-10-021-3/+5
* fix [2122448] android_native_window_t::setUsage() only reallocates the first ...Mathias Agopian2009-09-151-19/+10
* Revert "fix [2122448] android_native_window_t::setUsage() only reallocates th...Mathias Agopian2009-09-151-8/+18
* fix [2122448] android_native_window_t::setUsage() only reallocates the first ...Mathias Agopian2009-09-151-18/+8
* fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properlyMathias Agopian2009-09-071-230/+144
* fix [2070341] [FAST BLOCKER] can't successfully setup erc52Mathias Agopian2009-08-211-2/+12
* fix a bug that caused the PixelFormat viewed by Surface to be wrong.Mathias Agopian2009-08-191-1/+2
* fix [2063336] Surface.lockSurface throws IllegalArgumentException when out of...Mathias Agopian2009-08-191-31/+59
* make sure to update a surface's usage bits when it changes, instead of only t...Mathias Agopian2009-08-141-23/+52
* second take, hopefully this time it doesn't break one of the builds: "Surface...Mathias Agopian2009-08-111-3/+34
* Revert "SurfaceFlinger will now allocate buffers based on the usage specified...Fred Quintana2009-08-111-34/+3
* SurfaceFlinger will now allocate buffers based on the usage specified by the ...Mathias Agopian2009-08-111-3/+34
* added NATIVE_WINDOW_FORMAT attribute to android_native_window_tMathias Agopian2009-08-061-0/+3
* don't crash when SurfaceBuffer::writeToParcel is given a null argumentMathias Agopian2009-08-051-0/+3
* be more robust when errors occur upon EGL surface creation (ie: don't crash)Mathias Agopian2009-07-311-6/+8
* fixed some issues with the software renderer when surfaces are made current.Mathias Agopian2009-07-301-1/+34
* fix [1964315] crash in the surface.cpp while browsingMathias Agopian2009-07-131-16/+33
* fix typo defining a singleton attrbutes for an object that is not a singleton...Mathias Agopian2009-05-281-2/+0
* merge master to master_glMathias Agopian2009-05-221-2/+2
|\
| * move libbinder's header files under includes/binderMathias Agopian2009-05-201-2/+2
* | Region now has its own implementation instead of relying on SkRegion, which a...Mathias Agopian2009-05-171-4/+6
* | move opengl/include/EGL/android_natives.h to include/ui/egl/android_natives.h...Mathias Agopian2009-05-051-3/+2
* | get rid of android_native_buffer_t::getHandle() and replace it with an handle...Mathias Agopian2009-05-051-20/+7
* | removed the "bits" attribute from android_native_buffer_t.Mathias Agopian2009-05-051-12/+11
* | update surfaceflinger, libui and libagl to the new gralloc apiMathias Agopian2009-05-041-111/+114
* | Squashed commit of the following:Mathias Agopian2009-04-241-2/+1
* | cleanup, remove unused fields. Also make sure that we don't systematically al...Mathias Agopian2009-04-161-10/+5
* | more splitting of Surface/SurfaceControl. Surface.java is now implemented in ...Mathias Agopian2009-04-161-177/+92
* | split Surface.cpp into Surface and SurfaceControlMathias Agopian2009-04-161-58/+255
* | fix some issues with Surface's lifetime management.Mathias Agopian2009-04-161-39/+45
* | fix a rookie mistake causing Singleton<> to be a "multiton". Also improve the...Mathias Agopian2009-04-151-4/+7
* | Integrate from //sandbox/mathias/donut/...@145728Mathias Agopian2009-04-101-54/+386
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+256
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-256/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-6/+1
* Initial ContributionThe Android Open Source Project2008-10-211-0/+261