summaryrefslogtreecommitdiff
path: root/libs/surfaceflinger/LayerBase.cpp
AgeCommit message (Expand)Author
2010-06-15Added support for the GL_TEXTURE_EXTERNAL target Mathias Agopian
2010-06-04split surface management from surface's buffers management Mathias Agopian
2010-06-04clean-up client management. Mathias Agopian
2010-06-01fix a bug where fading in/out of opaque 32-bits windows wasn't working Mathias Agopian
2010-05-26minor clean-up GLclampx -> GLclampf Mathias Agopian
2010-05-26clean-up dead-code Mathias Agopian
2010-05-26Make sure to use filtering while in fixed-size mode Mathias Agopian
2010-05-25fix [2712278] The preview buffer left some black borders in left and bottom e... Mathias Agopian
2010-05-24added the notion of fixed-size buffers Mathias Agopian
2010-05-12SharedBufferStack now can grow up to 16 buffers. Mathias Agopian
2010-05-12Refactor some code in surfaceflinger in preparation of upcoming changes Mathias Agopian
2010-04-21more surfaceflinger cleanups Mathias Agopian
2010-04-21better fix for [2420565] Surface.lockCanvas() updates the dirty region too often Mathias Agopian
2010-04-20clean-up surfaceflinger a bit Mathias Agopian
2010-03-16fix [2511580] Window poop on screen - drop down list left some residual when ... Mathias Agopian
2010-03-11fix [2483456] Video orientation is wrong on Droid for some videos Mathias Agopian
2010-03-08improve SF logging/debugging a little bit Mathias Agopian
2010-03-08fixes for [2474091] Saw Poor behaviour playing a video. Mathias Agopian
2010-03-01Added a name to Surface created by SurfaceFlinger Mathias Agopian
2010-02-19Initialize layer position Mathias Agopian
2010-02-16get rid off the YUV formats at the libui layer Mathias Agopian
2010-01-22Add support for 180/270 degrees rotation. Chih-Chung Chang
2010-01-21Add an orientation parameter for overlay, so we can do camera preview in port... Chih-Chung Chang
2009-10-27 fix [2143798] Need to figure out how to do video Mathias Agopian
2009-10-23fix [2211532] improves sholes graphics performance Mathias Agopian
2009-10-06fix [2167050] glTexImage2D code path buggy in SurfaceFlinger Mathias Agopian
2009-10-02Attempt to fix [2152536] ANR in browser Mathias Agopian
2009-09-30invalidate the surface when the physical changes Mathias Agopian
2009-09-29introduce the notion of the requested size in the Layer state Mathias Agopian
2009-09-29remove unused code Mathias Agopian
2009-09-29remove dead code Mathias Agopian
2009-09-24minor SurfaceFlinger code cleanup and remove unnecessary tests Mathias Agopian
2009-09-23turn dithering off if it's not needed Mathias Agopian
2009-09-23fix [2142193] disable GL_LINEAR when not needed Mathias Agopian
2009-09-14add support for RGBX_8888 surfaces in SurfaceFlinger Mathias Agopian
2009-09-10fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymore Mathias Agopian
2009-09-07fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly Mathias Agopian
2009-09-04fix [2098939] Smooth gradients show banding on Sholes Mathias Agopian
2009-09-02Add colorkey to gl clear operation Rebecca Schultz Zavin
2009-08-19fix a bug that caused the PixelFormat viewed by Surface to be wrong. Mathias Agopian
2009-08-11second take, hopefully this time it doesn't break one of the builds: "Surface... Mathias Agopian
2009-08-11Revert "SurfaceFlinger will now allocate buffers based on the usage specified... Fred Quintana
2009-08-11SurfaceFlinger will now allocate buffers based on the usage specified by the ... Mathias Agopian
2009-07-30NPOT EGLimage without GL_ARB_texture_non_power_of_two would be improperly sca... Mathias Agopian
2009-06-23fix a bug causing push-buffer surfaces' identity to be garbage, which resulte... Mathias Agopian
2009-06-23checkpoint. bring back video/camera Mathias Agopian
2009-06-19fix a memory corruption where a SF Client could be used after it's been destr... Mathias Agopian
2009-06-15new Permission class used to improve permission checks speed (by caching resu... Mathias Agopian
2009-05-22merge master to master_gl Mathias Agopian
2009-05-17Region now has its own implementation instead of relying on SkRegion, which a... Mathias Agopian