1. 95429c3 Surface: add the PhysicalDisplayInfo#secure field by Jamie Gennis · 12 years ago
  2. 7bbf816 Set the secureness when creating displays by Jamie Gennis · 12 years ago
  3. b6ce6e4 Flag window animation transactions as animations. by Jamie Gennis · 12 years ago
  4. 9e316a1 Blank or unblank all displays as need. by Jeff Brown · 12 years ago
  5. cbad976 Add support for Wifi display. by Jeff Brown · 12 years ago
  6. 63f1c43 update to new SurfaceComposerClient API by Mathias Agopian · 12 years ago
  7. 4ed8fe7 More improvements to the display manager. by Jeff Brown · 12 years ago
  8. 64a55af Add plumbing for new surface flinger display API. by Jeff Brown · 12 years ago
  9. 0b722fe Use new surface flinger API. by Jeff Brown · 12 years ago
  10. b47bbc3 Clean up displayId and layerStack usage. by Craig Mautner · 12 years ago
  11. 98365d7 Refactor for multi-display support. by Jeff Brown · 12 years ago
  12. 9de4936 Add features to DisplayManager. by Craig Mautner · 12 years ago
  13. 6881a10 Small step towards supporting multiple displays by Craig Mautner · 12 years ago
  14. fa25bf5 Add display manager skeleton. by Jeff Brown · 12 years ago
  15. 3cc321e Remove dithering support. by Jeff Brown · 12 years ago
  16. ef4e817 Remove freeze(), unfreeze() and setFreezeTint(). by Jeff Brown · 12 years ago
  17. 55e395a Remove freezeDisplay(), which is no-op. by Jeff Brown · 12 years ago
  18. 78b8ef3 Surface: replace active rect with window crop by Jamie Gennis · 12 years ago
  19. b40696c Surface: add JNI plumbing for setActiveRect. by Jamie Gennis · 12 years ago
  20. c14bacf add a (hidden) api on Surface to query if the consumer is running behind the producer by Mathias Agopian · 12 years ago
  21. b85c933 Do not allow Surface creation on machines without SurfaceFlinger by Kevin Hester · 12 years ago
  22. 61566cc Fix issue #5614559: Registering surface error in... by Dianne Hackborn · 13 years ago
  23. 0ab84ef Add a LayerScreenshot by Mathias Agopian · 13 years ago
  24. 840b8a6 Revert "Add a LayerScreenshot" by Mathias Agopian · 13 years ago
  25. d6809f4 Add a LayerScreenshot by Mathias Agopian · 13 years ago
  26. 01a98dd Handle orientation changes more systematically. Bug: 4981385 by Jeff Brown · 13 years ago
  27. c21843a Merge "fix Surface positions are not floats" by Mathias Agopian · 13 years ago
  28. 34cb9f2a fix Surface positions are not floats by Mathias Agopian · 13 years ago
  29. 0db3aef Surface: unhide the SurfaceTexture ctor by Jamie Gennis · 13 years ago
  30. df0c84f Surface: move the SurfaceTexture ctor by Jamie Gennis · 13 years ago
  31. 67403e0 BLUR_BEHIND flag is not supported anymore by Mathias Agopian · 13 years ago
  32. b923066 Mark Window-Manager-specific APIs on android.view.Surface as @hide by Mathias Agopian · 13 years ago
  33. 0de171b Add support for creating a Surface from a a SurfaceTexture. by Ted Bonkenburg · 13 years ago
  34. 5be8de3 More compatibility mode improvements. by Dianne Hackborn · 13 years ago
  35. d6f5bde Protected surface API by Glenn Kasten · 14 years ago
  36. 2a83f00 Recreate the EGL surface when ViewRoot's surface changes. Bug #3306150 by Romain Guy · 14 years ago
  37. 334031c Fix documentation errors by Glenn Kasten · 14 years ago
  38. d283593 Fix issue #3258849: Grab thumbnail when exiting an app via back by Dianne Hackborn · 14 years ago
  39. d211230 remove support for PUSH_BUFFER surfaces and overlays by Mathias Agopian · 14 years ago
  40. a111187 Change rotation freeze to all be implemented in window manager. by Dianne Hackborn · 14 years ago
  41. d10cd57 Always create OpenGL accelerated windows in RGBA 8888. by Romain Guy · 14 years ago
  42. 55fb51a resolved conflicts for merge of 86303198 to kraken by Marco Nelissen · 14 years ago
  43. 8138cb4 Make Surface.toString() show more useful info to help debug bug 2594388. by Marco Nelissen · 14 years ago
  44. e30b9ce Attempt to fix the build. by Jeff Hamilton · 14 years ago
  45. 0c1be50 am dc14dc6d: am bf73bbff: Merge "Some debugging help for issue #2594388" into froyo by Dianne Hackborn · 14 years ago
  46. ba3e31d Some debugging help for issue #2594388 by Dianne Hackborn · 14 years ago
  47. 8b13832 don't hardcode "mSurface" throughout our source code by Mathias Agopian · 14 years ago
  48. f5e32f3 another small step towards fixing [2501808] sapphire: OOM in GPU Surface area by Mathias Agopian · 14 years ago
  49. 5d26c1e Added a name to Surface created by SurfaceFlinger by Mathias Agopian · 14 years ago
  50. 0586a1b Fix issue #2095422: Some fades from opaque to transparent don't work by Dianne Hackborn · 15 years ago
  51. b2f8450 fix [2063336] Surface.lockSurface throws IllegalArgumentException when out of memory by Mathias Agopian · 15 years ago
  52. 317a628 Surface::GPU and Surface::HARDWARE are now deprecated; they will be set automatically if needed. by Mathias Agopian · 15 years ago
  53. a5d7b1b am 159e1a9a: Merge change 8883 into donut by Android (Google) Code Review · 15 years ago
  54. c87c4a3 fix [1973755] Surface.SURACE_FROZEN spelled SURACE_FROZEN by Mathias Agopian · 15 years ago
  55. 08f89ed am e0ef973b: Merge change 8323 into donut by Android (Google) Code Review · 15 years ago
  56. 240f8a7 * a best effort fix for apps that uses get/set Matrix API on canvas. by Mitsuru Oshima · 15 years ago
  57. d5d967f am 38ed7d77: * Adjust canvas size under compatibility mode. by Mitsuru Oshima · 15 years ago
  58. 38ed7d77 * Adjust canvas size under compatibility mode. by Mitsuru Oshima · 15 years ago
  59. 17f638b more splitting of Surface/SurfaceControl. Surface.java is now implemented in terms of Surface and SurfaceControl. by Mathias Agopian · 15 years ago
  60. 402c346 fix some issues with Surface's lifetime management. by Mathias Agopian · 15 years ago
  61. eb0c86e AI 143320: am: CL 143171 am: CL 142873 fix [1732012] Only show screen rotation animation when triggered by sensor by Mathias Agopian · 15 years ago
  62. 66b8ec9 AI 143171: am: CL 142873 fix [1732012] Only show screen rotation animation when triggered by sensor by Mathias Agopian · 15 years ago
  63. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  64. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  65. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago