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