summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger/Layer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger"Andreas Huber2010-06-251-22/+19
* fix [2793164] Spam 2x/second with TOT master in SurfaceFlingerMathias Agopian2010-06-241-19/+22
* fix [2785833] valgrind error in android::Layer::requestBufferMathias Agopian2010-06-211-0/+1
* Added support for the GL_TEXTURE_EXTERNAL targetMathias Agopian2010-06-151-1/+1
* allow re-targetting of surfacesMathias Agopian2010-06-081-13/+35
* split surface management from surface's buffers managementMathias Agopian2010-06-041-58/+129
* clean-up client management.Mathias Agopian2010-06-041-20/+45
* Make sure to use filtering while in fixed-size modeMathias Agopian2010-05-261-0/+13
* added the notion of fixed-size buffersMathias Agopian2010-05-241-43/+70
* fix the threading issue for setBuffercount()Mathias Agopian2010-05-201-53/+84
* SharedBufferStack now can grow up to 16 buffers.Mathias Agopian2010-05-121-0/+34
* Refactor some code in surfaceflinger in preparation of upcoming changesMathias Agopian2010-05-121-81/+156
* remove the "memcpy" hackMathias Agopian2010-05-121-97/+7
* am 56aed6bd: am c69775d6: Merge "fix [2664345] Flash: Bad flicker at the end ...Mathias Agopian2010-05-101-3/+22
|\
| * fix [2664345] Flash: Bad flicker at the end of a pinch zoom.Mathias Agopian2010-05-061-3/+22
* | more surfaceflinger cleanupsMathias Agopian2010-04-211-6/+33
* | better fix for [2420565] Surface.lockCanvas() updates the dirty region too oftenMathias Agopian2010-04-211-3/+9
|/
* fix [2594950] Flash: Zooming in on some content crashes the Nexus One and cau...Mathias Agopian2010-04-141-2/+15
* fix [2515291] Native crash and runtime restart while trying to preview captur...Mathias Agopian2010-03-151-31/+48
* fixes for [2474091] Saw Poor behaviour playing a video.Mathias Agopian2010-03-081-3/+13
* get rid off the YUV formats at the libui layerMathias Agopian2010-02-161-9/+9
* split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian2010-02-111-1/+2
* fix [2269582] [TOP-10][Passion_1506][APT:Camera]Sometimes camera preview scre...Mathias Agopian2009-12-111-0/+1
* fix [2319255] crash in openGL : from the media recorder stress test.Mathias Agopian2009-12-101-1/+8
* fixed [2260070] display stopped updatingMathias Agopian2009-11-301-0/+5
* fix [2143798] Need to figure out how to do videoMathias Agopian2009-10-271-59/+6
* fix [2211532] improves sholes graphics performanceMathias Agopian2009-10-231-63/+142
* fix [2164183] sometimes device just wants to stay asleepMathias Agopian2009-10-071-3/+3
* fix [2170319] gmail bulk operation checkbox latency on passionMathias Agopian2009-10-071-2/+4
* fix [2152536] ANR in browserMathias Agopian2009-10-061-2/+2
* fix [2168528] enable glTexImage2D code path in SF for software-only buffersMathias Agopian2009-10-061-3/+14
* fix [2167050] glTexImage2D code path buggy in SurfaceFlingerMathias Agopian2009-10-061-22/+55
* Attempt to fix [2152536] ANR in browserMathias Agopian2009-10-021-8/+0
* fix [2152247] Windows sometimes drawn scaled up.Mathias Agopian2009-09-301-4/+34
* invalidate the surface when the physical changesMathias Agopian2009-09-301-7/+4
* introduce the notion of the requested size in the Layer stateMathias Agopian2009-09-291-8/+8
* minor SurfaceFlinger code cleanup and remove unnecessary testsMathias Agopian2009-09-241-2/+0
* turn dithering off if it's not neededMathias Agopian2009-09-231-1/+14
* fix [2133214] STOPSHIP: revert I4a06bb4f: workaround for [2113743] Sholes: fr...Mathias Agopian2009-09-231-2/+2
* workaround for [2113743] Sholes: frozen then runtime restart going to list viewMathias Agopian2009-09-201-2/+2
* fix [2129080] Soft reboot after clicking around and then rubbing the screenMathias Agopian2009-09-171-3/+9
* fix [2119400] sholes: artifacting when switching orientationMathias Agopian2009-09-161-13/+13
* add support for RGBX_8888 surfaces in SurfaceFlingerMathias Agopian2009-09-141-0/+3
* fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymoreMathias Agopian2009-09-101-10/+44
* fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properlyMathias Agopian2009-09-071-374/+119
* fix a bug that could cause a window to be hidden in some cases.Mathias Agopian2009-08-131-1/+6
* Surface::GPU and Surface::HARDWARE are now deprecated; they will be set autom...Mathias Agopian2009-08-131-3/+0
* second take, hopefully this time it doesn't break one of the builds: "Surface...Mathias Agopian2009-08-111-4/+4
* Revert "SurfaceFlinger will now allocate buffers based on the usage specified...Fred Quintana2009-08-111-4/+4
* SurfaceFlinger will now allocate buffers based on the usage specified by the ...Mathias Agopian2009-08-111-4/+4