summaryrefslogtreecommitdiff
path: root/libs/surfaceflinger/LayerBuffer.cpp
AgeCommit message (Expand)Author
2010-03-08fixes for [2474091] Saw Poor behaviour playing a video. Mathias Agopian
2010-02-12minor cleanup. Mathias Agopian
2010-02-04Add support for direct EGLImageKHR use with pushbuffer API Mathias Agopian
2010-01-21Add an orientation parameter for overlay, so we can do camera preview in port... Chih-Chung Chang
2010-01-21fix [2324665] texture leak in surfaceflinger when using camera Mathias Agopian
2010-01-21fix a texture leak introduced recently. Mathias Agopian
2010-01-20fix [2363362] [Sapphire] Corrupted raw picture displayed during snapshot Mathias Agopian
2010-01-20part of fix for [2363362] [Sapphire] Corrupted raw picture displayed during s... Mathias Agopian
2010-01-20fix [2363506] [Sapphire] Video playback broken Mathias Agopian
2009-12-09fix [2315900] Monochrome camera preview screen after launching camera Mathias Agopian
2009-12-08improve video performance to minimize the tearing effect seen in 720p movies Mathias Agopian
2009-12-02fix [2291418] Camera preview cannot work in Emulator Mathias Agopian
2009-11-19fix [2269022] The raw picture displayed post shutter seems to have low-resolu... Mathias Agopian
2009-11-11fix [2143798] Need to figure out how to do video on Passion w/ GPU Mathias Agopian
2009-11-02fix[2228133] pixelflinger ignores the "vertical stride" leading to artifacts ... Mathias Agopian
2009-10-30fix[2222341] Soft reset while going back from camcorder settings Mathias Agopian
2009-10-29return proper error code from eglCreateImageKHR Mathias Agopian
2009-10-27 fix [2143798] Need to figure out how to do video Mathias Agopian
2009-10-06fix [2167050] glTexImage2D code path buggy in SurfaceFlinger Mathias Agopian
2009-09-16Overlay could not set position or rotation immediately after created, it shou... Benny Wong
2009-09-15revert to black video background, since we don't need the color-key anylonger Mathias Agopian
2009-09-09fix [2037525] Fail to start camera after adb sync new Camera Mathias Agopian
2009-09-08rename Mutexes to make the code easier to follow Mathias Agopian
2009-09-07fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly Mathias Agopian
2009-09-02Add colorkey to gl clear operation Rebecca Schultz Zavin
2009-08-11second take, hopefully this time it doesn't break one of the builds: "Surface... 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-22Add a flag to set whether the overlay has been initialized. Commit needs to ... Rebecca Schultz Zavin
2009-07-21Fix hardware overlay so all changes are commited when done. Rebecca Schultz Zavin
2009-06-25add support for out-of-range copybit scaling. camera capture is in color again Mathias Agopian
2009-06-25use copybit for eglSwapBuffers() copy-back operations Mathias Agopian
2009-06-25make use of new eglGetRenderBufferANDROID extension to clean-up a bit a few h... Mathias Agopian
2009-06-24copybit now uses a native_handle_t* instead of a fd/offset Mathias Agopian
2009-06-24hack copybit back in for video playback on msm7k. we have h/w accelerated vid... 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-05-04update surfaceflinger, libui and libagl to the new gralloc api Mathias Agopian
2009-04-24get rid of an old hack to work around a bug around glDeleteTextures() in the ... Mathias Agopian
2009-04-24more Surface lifetime management Mathias Agopian
2009-04-10Integrate from //sandbox/mathias/donut/...@145728 Mathias Agopian
2009-03-03auto import from //depot/cupcake/@135843 The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843 The Android Open Source Project
2009-02-13auto import from //branches/cupcake/...@131421 The Android Open Source Project
2009-02-10auto import from //branches/cupcake/...@130745 The Android Open Source Project
2009-01-15auto import from //branches/cupcake/...@126645 The Android Open Source Project
2009-01-09auto import from //branches/cupcake/...@125939 The Android Open Source Project
2008-12-17Code drop from //branches/cupcake/...@124589 The Android Open Source Project