summaryrefslogtreecommitdiffstats
path: root/include/ui/Surface.h
Commit message (Expand)AuthorAgeFilesLines
* fix [2122448] android_native_window_t::setUsage() only reallocates the first ...Mathias Agopian2009-09-151-2/+1
* Revert "fix [2122448] android_native_window_t::setUsage() only reallocates th...Mathias Agopian2009-09-151-1/+2
* fix [2122448] android_native_window_t::setUsage() only reallocates the first ...Mathias Agopian2009-09-151-2/+1
* fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properlyMathias Agopian2009-09-071-9/+10
* make sure to update a surface's usage bits when it changes, instead of only t...Mathias Agopian2009-08-141-17/+35
* second take, hopefully this time it doesn't break one of the builds: "Surface...Mathias Agopian2009-08-111-1/+4
* Revert "SurfaceFlinger will now allocate buffers based on the usage specified...Fred Quintana2009-08-111-4/+1
* SurfaceFlinger will now allocate buffers based on the usage specified by the ...Mathias Agopian2009-08-111-1/+4
* Expose a variation of the createRenderer API that works on a plain Surface.Andreas Huber2009-08-101-2/+2
* The IOMX interface now instantiates IOMXRenderers to hide the details of hard...Andreas Huber2009-07-311-0/+2
* fixed some issues with the software renderer when surfaces are made current.Mathias Agopian2009-07-301-0/+6
* move opengl/include/EGL/android_natives.h to include/ui/egl/android_natives.h...Mathias Agopian2009-05-051-39/+1
* get rid of android_native_buffer_t::getHandle() and replace it with an handle...Mathias Agopian2009-05-051-8/+0
* removed the "bits" attribute from android_native_buffer_t.Mathias Agopian2009-05-051-2/+2
* update surfaceflinger, libui and libagl to the new gralloc apiMathias Agopian2009-05-041-15/+24
* cleanup, remove unused fields. Also make sure that we don't systematically al...Mathias Agopian2009-04-161-4/+1
* more splitting of Surface/SurfaceControl. Surface.java is now implemented in ...Mathias Agopian2009-04-161-51/+44
* split Surface.cpp into Surface and SurfaceControlMathias Agopian2009-04-161-0/+72
* fix some issues with Surface's lifetime management.Mathias Agopian2009-04-161-2/+9
* Integrate from //sandbox/mathias/donut/...@145728Mathias Agopian2009-04-101-14/+70
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+137
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-137/+0
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-0/+1
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-11/+10
* Initial ContributionThe Android Open Source Project2008-10-211-0/+137