- 781953d Revert "Revert "fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger"" by Mathias Agopian · 15 years ago
- 330dd30 Revert "fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger" by Andreas Huber · 15 years ago
- 081bc5c fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger by Mathias Agopian · 15 years ago
- 593c05c clean-up client management. by Mathias Agopian · 15 years ago
- 0d3c006 minor clean-up GLclampx -> GLclampf by Mathias Agopian · 15 years ago
- 7d1508b clean-up dead-code by Mathias Agopian · 15 years ago
- 9237703 Make sure to use filtering while in fixed-size mode by Mathias Agopian · 15 years ago
- 9f2c4fd Refactor some code in surfaceflinger in preparation of upcoming changes by Mathias Agopian · 15 years ago
- 9bce873 more surfaceflinger cleanups by Mathias Agopian · 15 years ago
- 1d211f8 fixes for [2474091] Saw Poor behaviour playing a video. by Mathias Agopian · 15 years ago
- 08956f0 minor cleanup. by Mathias Agopian · 15 years ago
- fcdd394 Add support for direct EGLImageKHR use with pushbuffer API by Mathias Agopian · 15 years ago
- e1ceec2 Add an orientation parameter for overlay, so we can do camera preview in portrait mode. by Chih-Chung Chang · 15 years ago
- 2d41cb9 fix [2324665] texture leak in surfaceflinger when using camera by Mathias Agopian · 15 years ago
- a1a1798 fix a texture leak introduced recently. by Mathias Agopian · 15 years ago
- d23fa27 fix [2363362] [Sapphire] Corrupted raw picture displayed during snapshot by Mathias Agopian · 15 years ago
- d2832fb4 part of fix for [2363362] [Sapphire] Corrupted raw picture displayed during snapshot by Mathias Agopian · 15 years ago
- 7323e54 fix [2363506] [Sapphire] Video playback broken by Mathias Agopian · 15 years ago
- 76169da fix [2315900] Monochrome camera preview screen after launching camera by Mathias Agopian · 16 years ago
- b548dbb improve video performance to minimize the tearing effect seen in 720p movies by Mathias Agopian · 16 years ago
- d86beb9 fix [2291418] Camera preview cannot work in Emulator by Mathias Agopian · 16 years ago
- 4c29c94 fix [2269022] The raw picture displayed post shutter seems to have low-resolution by Mathias Agopian · 16 years ago
- 90daccf fix [2143798] Need to figure out how to do video on Passion w/ GPU by Mathias Agopian · 16 years ago
- 36d0184 fix[2228133] pixelflinger ignores the "vertical stride" leading to artifacts when playing back video by Mathias Agopian · 16 years ago
- 0b0722f fix[2222341] Soft reset while going back from camcorder settings by Mathias Agopian · 16 years ago
- f007a2f return proper error code from eglCreateImageKHR by Mathias Agopian · 16 years ago
- 9042b45 fix [2143798] Need to figure out how to do video by Mathias Agopian · 16 years ago
- 6950e42 fix [2167050] glTexImage2D code path buggy in SurfaceFlinger by Mathias Agopian · 16 years ago
- e38212a Overlay could not set position or rotation immediately after created, it should be triggered by signalEvent(). by Benny Wong · 16 years ago
- 8ae0384 revert to black video background, since we don't need the color-key anylonger by Mathias Agopian · 16 years ago
- a280496 fix [2037525] Fail to start camera after adb sync new Camera by Mathias Agopian · 16 years ago
- b34d143 rename Mutexes to make the code easier to follow by Mathias Agopian · 16 years ago
- 9779b221 fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly by Mathias Agopian · 16 years ago
- c854678 Add colorkey to gl clear operation by Rebecca Schultz Zavin · 16 years ago
- 2ec8458 second take, hopefully this time it doesn't break one of the builds: "SurfaceFlinger will now allocate buffers based on the usage specified by the clients. This allows to allocate the right kind of buffer automatically, without having the user to specify anything." by Mathias Agopian · 16 years ago
- 5cec474 second take, hopefully this time it doesn't break one of the builds: "SurfaceFlinger will now allocate buffers based on the usage specified by the clients. This allows to allocate the right kind of buffer automatically, without having the user to specify anything." by Mathias Agopian · 16 years ago
- 64e89a8 Revert "SurfaceFlinger will now allocate buffers based on the usage specified by the clients. This allows to allocate the right kind of buffer automatically, without having the user to specify anything." by Fred Quintana · 16 years ago
- 8b76a0a SurfaceFlinger will now allocate buffers based on the usage specified by the clients. This allows to allocate the right kind of buffer automatically, without having the user to specify anything. by Mathias Agopian · 16 years ago
- 43ab763 Add a flag to set whether the overlay has been initialized. Commit needs to be called at least once on each overlay, and it appears that sometimes this by Rebecca Schultz Zavin · 16 years ago
- 7ac5e69 Fix hardware overlay so all changes are commited when done. by Rebecca Schultz Zavin · 16 years ago
- 8f78faa add support for out-of-range copybit scaling. camera capture is in color again by Mathias Agopian · 16 years ago
- 68eeb80 use copybit for eglSwapBuffers() copy-back operations by Mathias Agopian · 16 years ago
- 26c28b1 make use of new eglGetRenderBufferANDROID extension to clean-up a bit a few hacks added recently by Mathias Agopian · 16 years ago
- 2eab9d8 copybit now uses a native_handle_t* instead of a fd/offset by Mathias Agopian · 16 years ago
- cbc4c9f hack copybit back in for video playback on msm7k. we have h/w accelerated video again by Mathias Agopian · 16 years ago
- c660395 fix a bug causing push-buffer surfaces' identity to be garbage, which resulted in some attributes (size/pos) to fail to be set by Mathias Agopian · 16 years ago
- 999543b checkpoint. bring back video/camera by Mathias Agopian · 16 years ago
- 6edf5af fix a memory corruption where a SF Client could be used after it's been destroyed by Mathias Agopian · 16 years ago
- dff8e58 update surfaceflinger, libui and libagl to the new gralloc api by Mathias Agopian · 16 years ago
- 81b0aa6 get rid of an old hack to work around a bug around glDeleteTextures() in the adreno drivers by Mathias Agopian · 16 years ago
- 6cf0db2 more Surface lifetime management by Mathias Agopian · 16 years ago
- 1473f46 Integrate from //sandbox/mathias/donut/...@145728 by Mathias Agopian · 16 years ago
- 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
- d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
- da996f3 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 16 years ago
- d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
- 9266c55 auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 16 years ago
- b798689 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
- f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 17 years ago
- 54b6cfa Initial Contribution by The Android Open Source Project · 17 years ago