summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger/LayerBuffer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger"Andreas Huber2010-06-251-9/+10
* fix [2793164] Spam 2x/second with TOT master in SurfaceFlingerMathias Agopian2010-06-241-10/+9
* clean-up client management.Mathias Agopian2010-06-041-7/+6
* minor clean-up GLclampx -> GLclampfMathias Agopian2010-05-261-3/+3
* clean-up dead-codeMathias Agopian2010-05-261-16/+0
* Make sure to use filtering while in fixed-size modeMathias Agopian2010-05-261-2/+2
* Refactor some code in surfaceflinger in preparation of upcoming changesMathias Agopian2010-05-121-29/+4
* more surfaceflinger cleanupsMathias Agopian2010-04-211-2/+0
* fixes for [2474091] Saw Poor behaviour playing a video.Mathias Agopian2010-03-081-3/+11
* minor cleanup.Mathias Agopian2010-02-121-17/+10
* Add support for direct EGLImageKHR use with pushbuffer APIMathias Agopian2010-02-041-16/+30
* Add an orientation parameter for overlay, so we can do camera preview in port...Chih-Chung Chang2010-01-211-7/+12
* fix [2324665] texture leak in surfaceflinger when using cameraMathias Agopian2010-01-211-1/+16
* fix a texture leak introduced recently.Mathias Agopian2010-01-211-4/+11
* fix [2363362] [Sapphire] Corrupted raw picture displayed during snapshotMathias Agopian2010-01-201-0/+10
* part of fix for [2363362] [Sapphire] Corrupted raw picture displayed during s...Mathias Agopian2010-01-201-11/+17
* fix [2363506] [Sapphire] Video playback brokenMathias Agopian2010-01-201-6/+4
* fix [2315900] Monochrome camera preview screen after launching cameraMathias Agopian2009-12-091-49/+67
* improve video performance to minimize the tearing effect seen in 720p moviesMathias Agopian2009-12-081-9/+15
* fix [2291418] Camera preview cannot work in EmulatorMathias Agopian2009-12-021-13/+15
* fix [2269022] The raw picture displayed post shutter seems to have low-resolu...Mathias Agopian2009-11-191-1/+6
* fix [2143798] Need to figure out how to do video on Passion w/ GPUMathias Agopian2009-11-111-8/+66
* fix[2228133] pixelflinger ignores the "vertical stride" leading to artifacts ...Mathias Agopian2009-11-021-0/+2
* fix[2222341] Soft reset while going back from camcorder settingsMathias Agopian2009-10-301-21/+36
* return proper error code from eglCreateImageKHRMathias Agopian2009-10-291-3/+1
* fix [2143798] Need to figure out how to do videoMathias Agopian2009-10-271-121/+22
* fix [2167050] glTexImage2D code path buggy in SurfaceFlingerMathias Agopian2009-10-061-6/+5
* Overlay could not set position or rotation immediately after created, it shou...Benny Wong2009-09-161-0/+1
* revert to black video background, since we don't need the color-key anylongerMathias Agopian2009-09-151-1/+2
* fix [2037525] Fail to start camera after adb sync new CameraMathias Agopian2009-09-091-14/+14
* rename Mutexes to make the code easier to followMathias Agopian2009-09-081-8/+7
* fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properlyMathias Agopian2009-09-071-10/+11
* Add colorkey to gl clear operationRebecca Schultz Zavin2009-09-021-1/+5
* second take, hopefully this time it doesn't break one of the builds: "Surface...Mathias Agopian2009-08-111-1/+0
* second take, hopefully this time it doesn't break one of the builds: "Surface...Mathias Agopian2009-08-111-1/+5
* Revert "SurfaceFlinger will now allocate buffers based on the usage specified...Fred Quintana2009-08-111-5/+1
* SurfaceFlinger will now allocate buffers based on the usage specified by the ...Mathias Agopian2009-08-111-1/+5
* Add a flag to set whether the overlay has been initialized. Commit needs to ...Rebecca Schultz Zavin2009-07-221-2/+4
* Fix hardware overlay so all changes are commited when done.Rebecca Schultz Zavin2009-07-211-0/+6
* add support for out-of-range copybit scaling. camera capture is in color againMathias Agopian2009-06-251-52/+55
* use copybit for eglSwapBuffers() copy-back operationsMathias Agopian2009-06-251-1/+4
* make use of new eglGetRenderBufferANDROID extension to clean-up a bit a few h...Mathias Agopian2009-06-251-37/+42
* copybit now uses a native_handle_t* instead of a fd/offsetMathias Agopian2009-06-241-42/+44
* hack copybit back in for video playback on msm7k. we have h/w accelerated vid...Mathias Agopian2009-06-241-3/+121
* fix a bug causing push-buffer surfaces' identity to be garbage, which resulte...Mathias Agopian2009-06-231-0/+1
* checkpoint. bring back video/cameraMathias Agopian2009-06-231-26/+24
* fix a memory corruption where a SF Client could be used after it's been destr...Mathias Agopian2009-06-191-1/+1
* update surfaceflinger, libui and libagl to the new gralloc apiMathias Agopian2009-05-041-19/+19
* get rid of an old hack to work around a bug around glDeleteTextures() in the ...Mathias Agopian2009-04-241-1/+1
* more Surface lifetime managementMathias Agopian2009-04-241-5/+16