1. a7f6692 Make sure to use filtering while in fixed-size mode by Mathias Agopian · 15 years ago
  2. d606de6 Refactor some code in surfaceflinger in preparation of upcoming changes by Mathias Agopian · 15 years ago
  3. 1b5e102 more surfaceflinger cleanups by Mathias Agopian · 15 years ago
  4. fcfeb4b fixes for [2474091] Saw Poor behaviour playing a video. by Mathias Agopian · 15 years ago
  5. c9e4a12 minor cleanup. by Mathias Agopian · 15 years ago
  6. a7e3803 Add support for direct EGLImageKHR use with pushbuffer API by Mathias Agopian · 15 years ago
  7. 52e7200 Add an orientation parameter for overlay, so we can do camera preview in portrait mode. by Chih-Chung Chang · 16 years ago
  8. edfd97c fix [2324665] texture leak in surfaceflinger when using camera by Mathias Agopian · 16 years ago
  9. 8c3b597 fix a texture leak introduced recently. by Mathias Agopian · 16 years ago
  10. 5fdea8d fix [2363362] [Sapphire] Corrupted raw picture displayed during snapshot by Mathias Agopian · 16 years ago
  11. ecc99c0 part of fix for [2363362] [Sapphire] Corrupted raw picture displayed during snapshot by Mathias Agopian · 16 years ago
  12. 1faed66 fix [2363506] [Sapphire] Video playback broken by Mathias Agopian · 16 years ago
  13. c5e181f fix [2315900] Monochrome camera preview screen after launching camera by Mathias Agopian · 16 years ago
  14. 69ff5de improve video performance to minimize the tearing effect seen in 720p movies by Mathias Agopian · 16 years ago
  15. 3e8a81e fix [2291418] Camera preview cannot work in Emulator by Mathias Agopian · 16 years ago
  16. 713795a fix [2269022] The raw picture displayed post shutter seems to have low-resolution by Mathias Agopian · 16 years ago
  17. bbc21b0 fix [2143798] Need to figure out how to do video on Passion w/ GPU by Mathias Agopian · 16 years ago
  18. 6fee064 fix[2228133] pixelflinger ignores the "vertical stride" leading to artifacts when playing back video by Mathias Agopian · 16 years ago
  19. 863e5fd fix[2222341] Soft reset while going back from camcorder settings by Mathias Agopian · 16 years ago
  20. df2d929 return proper error code from eglCreateImageKHR by Mathias Agopian · 16 years ago
  21. 54ba51d fix [2143798] Need to figure out how to do video by Mathias Agopian · 16 years ago
  22. 3330b20 fix [2167050] glTexImage2D code path buggy in SurfaceFlinger by Mathias Agopian · 16 years ago
  23. 5643261 Overlay could not set position or rotation immediately after created, it should be triggered by signalEvent(). by Benny Wong · 16 years ago
  24. b8cfc0f revert to black video background, since we don't need the color-key anylonger by Mathias Agopian · 16 years ago
  25. 454ea68 fix [2037525] Fail to start camera after adb sync new Camera by Mathias Agopian · 16 years ago
  26. 4d2de2c rename Mutexes to make the code easier to follow by Mathias Agopian · 16 years ago
  27. cbb288b fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly by Mathias Agopian · 16 years ago
  28. 29aa74c Add colorkey to gl clear operation by Rebecca Schultz Zavin · 16 years ago
  29. cf70e33 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
  30. 5221271 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
  31. b2fd466 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
  32. df37b62 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
  33. 1000170 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
  34. 96df49b Fix hardware overlay so all changes are commited when done. by Rebecca Schultz Zavin · 16 years ago
  35. d512f23 add support for out-of-range copybit scaling. camera capture is in color again by Mathias Agopian · 16 years ago
  36. 240c9fe use copybit for eglSwapBuffers() copy-back operations by Mathias Agopian · 16 years ago
  37. 2ab55a4 make use of new eglGetRenderBufferANDROID extension to clean-up a bit a few hacks added recently by Mathias Agopian · 16 years ago
  38. 5911aa9 copybit now uses a native_handle_t* instead of a fd/offset by Mathias Agopian · 16 years ago
  39. 69029eb hack copybit back in for video playback on msm7k. we have h/w accelerated video again by Mathias Agopian · 16 years ago
  40. 2e12324 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
  41. 1fed11c checkpoint. bring back video/camera by Mathias Agopian · 16 years ago
  42. f9d9327 fix a memory corruption where a SF Client could be used after it's been destroyed by Mathias Agopian · 16 years ago
  43. 0926f50 update surfaceflinger, libui and libagl to the new gralloc api by Mathias Agopian · 16 years ago
  44. 550b79f get rid of an old hack to work around a bug around glDeleteTextures() in the adreno drivers by Mathias Agopian · 16 years ago
  45. 9a11206 more Surface lifetime management by Mathias Agopian · 16 years ago
  46. 076b1cc Integrate from //sandbox/mathias/donut/...@145728 by Mathias Agopian · 16 years ago
  47. edbf3b6 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  48. d5193d9 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  49. ac65e0b auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 16 years ago
  50. a6938ba auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  51. 8a7a675 auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 17 years ago
  52. 2762932 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 17 years ago
  53. e09fd9e Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 17 years ago
  54. 7c1b96a Initial Contribution by The Android Open Source Project · 17 years ago