summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger/LayerBase.cpp
Commit message (Expand)AuthorAgeFilesLines
* move native services under services/Mathias Agopian2010-07-141-593/+0
* Added support for the GL_TEXTURE_EXTERNAL targetMathias Agopian2010-06-151-34/+10
* split surface management from surface's buffers managementMathias Agopian2010-06-041-6/+4
* clean-up client management.Mathias Agopian2010-06-041-28/+10
* fix a bug where fading in/out of opaque 32-bits windows wasn't workingMathias Agopian2010-06-011-19/+7
* minor clean-up GLclampx -> GLclampfMathias Agopian2010-05-261-4/+4
* clean-up dead-codeMathias Agopian2010-05-261-2/+0
* Make sure to use filtering while in fixed-size modeMathias Agopian2010-05-261-5/+4
* fix [2712278] The preview buffer left some black borders in left and bottom e...Mathias Agopian2010-05-251-1/+1
* added the notion of fixed-size buffersMathias Agopian2010-05-241-1/+2
* SharedBufferStack now can grow up to 16 buffers.Mathias Agopian2010-05-121-0/+5
* Refactor some code in surfaceflinger in preparation of upcoming changesMathias Agopian2010-05-121-206/+2
* more surfaceflinger cleanupsMathias Agopian2010-04-211-10/+33
* better fix for [2420565] Surface.lockCanvas() updates the dirty region too oftenMathias Agopian2010-04-211-1/+1
* clean-up surfaceflinger a bitMathias Agopian2010-04-201-58/+41
* fix [2511580] Window poop on screen - drop down list left some residual when ...Mathias Agopian2010-03-161-1/+0
* fix [2483456] Video orientation is wrong on Droid for some videosMathias Agopian2010-03-111-11/+10
* improve SF logging/debugging a little bitMathias Agopian2010-03-081-1/+2
* fixes for [2474091] Saw Poor behaviour playing a video.Mathias Agopian2010-03-081-7/+2
* Added a name to Surface created by SurfaceFlingerMathias Agopian2010-03-011-0/+8
* Initialize layer positionMathias Agopian2010-02-191-0/+1
* get rid off the YUV formats at the libui layerMathias Agopian2010-02-161-12/+25
* Add support for 180/270 degrees rotation.Chih-Chung Chang2010-01-221-5/+14
* Add an orientation parameter for overlay, so we can do camera preview in port...Chih-Chung Chang2010-01-211-1/+1
* fix [2143798] Need to figure out how to do videoMathias Agopian2009-10-271-0/+57
* fix [2211532] improves sholes graphics performanceMathias Agopian2009-10-231-1/+1
* fix [2167050] glTexImage2D code path buggy in SurfaceFlingerMathias Agopian2009-10-061-55/+40
* Attempt to fix [2152536] ANR in browserMathias Agopian2009-10-021-1/+8
* invalidate the surface when the physical changesMathias Agopian2009-09-301-0/+6
* introduce the notion of the requested size in the Layer stateMathias Agopian2009-09-291-11/+19
* remove unused codeMathias Agopian2009-09-291-8/+2
* remove dead codeMathias Agopian2009-09-291-6/+0
* minor SurfaceFlinger code cleanup and remove unnecessary testsMathias Agopian2009-09-241-65/+55
* turn dithering off if it's not neededMathias Agopian2009-09-231-8/+6
* fix [2142193] disable GL_LINEAR when not neededMathias Agopian2009-09-231-19/+23
* add support for RGBX_8888 surfaces in SurfaceFlingerMathias Agopian2009-09-141-2/+4
* fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymoreMathias Agopian2009-09-101-3/+5
* fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properlyMathias Agopian2009-09-071-23/+6
* fix [2098939] Smooth gradients show banding on SholesMathias Agopian2009-09-041-1/+2
* Add colorkey to gl clear operationRebecca Schultz Zavin2009-09-021-2/+9
* fix a bug that caused the PixelFormat viewed by Surface to be wrong.Mathias Agopian2009-08-191-8/+0
* second take, hopefully this time it doesn't break one of the builds: "Surface...Mathias Agopian2009-08-111-1/+1
* Revert "SurfaceFlinger will now allocate buffers based on the usage specified...Fred Quintana2009-08-111-1/+1
* SurfaceFlinger will now allocate buffers based on the usage specified by the ...Mathias Agopian2009-08-111-1/+1
* NPOT EGLimage without GL_ARB_texture_non_power_of_two would be improperly sca...Mathias Agopian2009-07-301-1/+2
* fix a bug causing push-buffer surfaces' identity to be garbage, which resulte...Mathias Agopian2009-06-231-4/+4
* checkpoint. bring back video/cameraMathias Agopian2009-06-231-9/+14
* fix a memory corruption where a SF Client could be used after it's been destr...Mathias Agopian2009-06-191-7/+11
* new Permission class used to improve permission checks speed (by caching resu...Mathias Agopian2009-06-151-15/+8
* merge master to master_glMathias Agopian2009-05-221-2/+2
|\