summaryrefslogtreecommitdiffstats
path: root/core/jni/android_view_Surface.cpp
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the "pid" parameter from createSurfaceMathias Agopian2011-04-201-3/+3
* Use jniThrowException for exception throwing from native code.Elliott Hughes2011-04-071-53/+66
* Fix a compare of JNI references to use IsSameObject.Carl Shapiro2011-03-031-1/+1
* Fix sp<> conversion operator / constructorMathias Agopian2011-02-251-1/+1
* Skia Merge (revision 808)Derek Sollenberger2011-02-221-1/+1
* Catch exception when ViewRoot's surface is not valid.Romain Guy2011-01-271-1/+3
* Recreate the EGL surface when ViewRoot's surface changes.Romain Guy2011-01-181-0/+8
* Fix issue #3258849: Grab thumbnail when exiting an app via backDianne Hackborn2010-12-131-5/+20
* Don't leak.Dianne Hackborn2010-11-291-23/+61
* Change rotation freeze to all be implemented in window manager.Dianne Hackborn2010-11-241-9/+53
* Re-use existing Surface objects when reading them from parcels.Jamie Gennis2010-07-161-4/+2
* Add ANativeWindow API for directly drawing to the surface bits.Dianne Hackborn2010-07-091-1/+1
* Make real API for native code to get its window.Dianne Hackborn2010-07-011-1/+2
* fix [2757903] Crash in EGL when creating an EGLSurfaceMathias Agopian2010-06-101-0/+7
* optimize Surface.readFromParcel()Mathias Agopian2010-06-041-10/+9
* resolved conflicts for merge of 86303198 to krakenMarco Nelissen2010-04-261-31/+41
|\
| * Make Surface.toString() show more useful info to help debug bug 2594388.Marco Nelissen2010-04-261-31/+41
* | better fix for [2420565] Surface.lockCanvas() updates the dirty region too oftenMathias Agopian2010-04-211-1/+1
* | don't hardcode "mSurface" throughout our source codeMathias Agopian2010-04-121-1/+2
|/
* one step toward fixing [2501808] sapphire: OOM in GPU Surface areaMathias Agopian2010-03-231-0/+8
* Added a name to Surface created by SurfaceFlingerMathias Agopian2010-03-011-3/+13
* split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian2010-02-111-1/+1
* Fix issue #2095422: Some fades from opaque to transparent don't workDianne Hackborn2009-09-071-2/+2
* add support for RGBX_8888Mathias Agopian2009-08-071-1/+5
* Region now has its own implementation instead of relying on SkRegion, which a...Mathias Agopian2009-05-171-4/+31
* cleanup, remove unused fields. Also make sure that we don't systematically al...Mathias Agopian2009-04-161-4/+21
* more splitting of Surface/SurfaceControl. Surface.java is now implemented in ...Mathias Agopian2009-04-161-92/+118
* fix some issues with Surface's lifetime management.Mathias Agopian2009-04-161-17/+27
* Integrate from //sandbox/mathias/donut/...@145728Mathias Agopian2009-04-101-21/+4
* AI 143320: am: CL 143171 am: CL 142873 fix [1732012] Only show screen rotatio...Mathias Agopian2009-03-271-3/+3
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+629
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-629/+0
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-1/+11
* Initial ContributionThe Android Open Source Project2008-10-211-0/+619