1. 646f541 surfaceflinger: fix -Wmismatched-tags warnings by Jesse Hall · 10 years ago
  2. d4548dd am 514e30a9: am c3d1889e: Merge "surfaceflinger: skip composition for empty frames" into klp-modular-dev by Jesse Hall · 10 years ago
  3. b7a0549 surfaceflinger: skip composition for empty frames by Jesse Hall · 10 years ago
  4. 47e4540 Allow for resizing of Virtual Displays. by Michael Lentine · 10 years ago
  5. 6c9e34a Modified SurfaceFlinger to implment setActiveConfig and getActiveConfig. by Michael Lentine · 10 years ago
  6. 2c9b11f surfaceflinger: Replace blank/unblank with setPowerMode by Prashant Malani · 10 years ago
  7. f3c07d4 Fix virtual display nesting by Dan Stoza · 10 years ago
  8. 7143316 Fix virtual display nesting by Dan Stoza · 10 years ago
  9. 19e8729 Implement per-display EGLConfig and configless EGLContext by Jesse Hall · 11 years ago
  10. c1c05de fix camera API 2.0 orientation by Mathias Agopian · 11 years ago
  11. d2cf8c2 Merge "Provide HWC prepare with a valid output buffer" into klp-dev by Jesse Hall · 11 years ago
  12. 028dc8f Provide HWC prepare with a valid output buffer by Jesse Hall · 11 years ago
  13. 4f4f094 SurfaceFlinger now runs in the process's main thread by Mathias Agopian · 11 years ago
  14. 9e663de Use new HWC display type/count constants. by Jesse Hall · 11 years ago
  15. ff866e7 Merge "Set the swap interval of virtual display surfaces to 0" by Jesse Hall · 11 years ago
  16. f460f55 Set the swap interval of virtual display surfaces to 0 by Jesse Hall · 11 years ago
  17. db89edc All consumers now take an IGraphicBufferConsumer instead of a BufferQueue by Mathias Agopian · 11 years ago
  18. 38efe86 Rewrite VirtualDisplaySurface by Jesse Hall · 11 years ago
  19. 875d8e1 Refactor SF. Move all GL operations in their own class. by Mathias Agopian · 11 years ago
  20. 74d211a clean-up/simplify all dump() APIs by Mathias Agopian · 11 years ago
  21. 02d8656 Clean up HWC state when releasing a DisplayDevice by Jesse Hall · 11 years ago
  22. ffe1f19 Fix virtual displays for HWC<=1.1 by Jesse Hall · 11 years ago
  23. 99c7dbb Add DisplaySurface abstraction by Jesse Hall · 11 years ago
  24. 13127d8 Get rid of LayerBase. by Mathias Agopian · 11 years ago
  25. eabe314 Merge "Init displays to null layer stack" into jb-mr2-dev by Jesse Hall · 11 years ago
  26. 01e2905 Init displays to null layer stack by Jesse Hall · 11 years ago
  27. f5f714a apply the projection's viewport to the visibleregion passed to hwc by Mathias Agopian · 11 years ago
  28. 766dc49 rework a bit how we scissor the display by Mathias Agopian · 12 years ago
  29. dd3cb84 SurfaceFlinger: add support for secure displays by Jamie Gennis · 12 years ago
  30. bae92d0 reset GL viewport and project when caputring the screen by Mathias Agopian · 12 years ago
  31. 9e2463e add/remove displays properly on hotplug events by Mathias Agopian · 12 years ago
  32. eba8c68 calculate wether we filter on a per-display basis by Mathias Agopian · 12 years ago
  33. 1d12d8a improve logging of external displays by Mathias Agopian · 12 years ago
  34. 8dfa92f Plumb display name into SurfaceFlinger by Andy McFadden · 12 years ago
  35. da27af9 add support hwc 1.1 by Mathias Agopian · 12 years ago
  36. 00e8c7a display projection API now has a single function instead of 3 by Mathias Agopian · 12 years ago
  37. da8d0a5 implement display viewport and frame by Mathias Agopian · 12 years ago
  38. 3ee454a Eradicate DisplayID. by Mathias Agopian · 12 years ago
  39. f435863 teach HWC about multiple displays by Mathias Agopian · 12 years ago
  40. e60b068 HWComposer now has its own concept of display IDs by Mathias Agopian · 12 years ago
  41. cd60f99 refactor compositing code to avoid multiple eglMakeCurrent() calls by Mathias Agopian · 12 years ago
  42. 8b736f1 xdpi / ydpi were reported as 0 by Mathias Agopian · 12 years ago
  43. e57f292 make multi-display more real by Mathias Agopian · 12 years ago
  44. 1e26087 Add a display parameter to HWComposer where needed by Mathias Agopian · 12 years ago
  45. 28947d7 now able to set the layer stack on a DisplayDevice by Mathias Agopian · 12 years ago
  46. 1a4d883 surfaceflinger: refactor FrambufferSurface by Jamie Gennis · 12 years ago
  47. 028a757 DisplayDevice doesn't need weak pointers or polymorphism by Mathias Agopian · 12 years ago
  48. 4297734 turn DisplayDevice into a reference-counted object by Mathias Agopian · 12 years ago
  49. d8552d7 DisplayDevice only needs ANativeWindow not SurfaceTextureClient by Mathias Agopian · 12 years ago
  50. 888c822 remove a dependency of DisplayDevice on the refresh rate by Mathias Agopian · 12 years ago
  51. 92a979a We now have a real list of displays. by Mathias Agopian · 12 years ago
  52. d3ee231 cleanups in preparation of bigger changes by Mathias Agopian · 12 years ago
  53. 0f2f5ff rename DisplayHardware to DisplayDevice by Mathias Agopian · 12 years ago[Renamed (94%) from services/surfaceflinger/DisplayHardware.h]
  54. 52bbb1a getting closer to final main composition loop by Mathias Agopian · 12 years ago
  55. 87baae1 get rid of global regions that should be tracked per display by Mathias Agopian · 12 years ago
  56. c666cae get rid of the shared-memory control block by Mathias Agopian · 12 years ago
  57. 8630320 split HWComposer out of DisplayHardware by Mathias Agopian · 12 years ago
  58. 98a121a get rid of ro.sf.hwrotation, it's not used anymore by Mathias Agopian · 12 years ago
  59. a491260 factor EGL/GL and surface creation out of DisplayHardware by Mathias Agopian · 12 years ago
  60. 3b1d2b6 mVisibleLayersSortedByZ is now maintained per display by Mathias Agopian · 12 years ago
  61. 1b03149 get rid of GraphicPlane by Mathias Agopian · 12 years ago[Renamed (77%) from services/surfaceflinger/DisplayHardware/DisplayHardware.h]
  62. 3094df3 First prototype atttempting to support an external display by Mathias Agopian · 12 years ago
  63. 3e87601 Implement SurfaceFlinger's ANW on top of BufferQueue by Mathias Agopian · 12 years ago
  64. 03e4072 set vsync power hint by Mathias Agopian · 12 years ago
  65. a2f4e56 get rid off preserve backbuffer optimization in SF by Mathias Agopian · 12 years ago
  66. 3eb38cb SurfaceFlinger now uses the new VSYNC HAL API. by Mathias Agopian · 12 years ago
  67. 90ac799 fix libgui header location by Mathias Agopian · 12 years ago
  68. 82d7ab6 improve SurfaceFlinger dumpsys by Mathias Agopian · 13 years ago
  69. 55ef343 remove dead/usnused code by Mathias Agopian · 13 years ago
  70. d0566bc Add support for sending VSYNC events to the framework by Mathias Agopian · 13 years ago
  71. 439cf85 Fix build. by Mathias Agopian · 13 years ago
  72. 461afeb Add support for sending VSYNC events to the framework by Mathias Agopian · 13 years ago
  73. 9c6e297 fix transition from full overlays to fb by Mathias Agopian · 13 years ago
  74. c7d14e2 Add a h/w composer API to allow the HAL to trigger a redraw by Mathias Agopian · 13 years ago
  75. 3d64e73 fix memory corruption when retriving GL_MAX_VIEWPORT_DIMS by Mathias Agopian · 13 years ago
  76. a5529c8 remove support for PUSH_BUFFER surfaces and overlays by Mathias Agopian · 14 years ago
  77. 1d21a9c surfaceflinger: add support for gralloc dump hooks by Erik Gilling · 14 years ago
  78. c479e18 resolved conflicts for merge of 48a86240 to master by Mathias Agopian · 14 years ago
  79. 35b48d1 Add logging of various important graphics events by Mathias Agopian · 14 years ago
  80. 000ca8f revert hwcomposer HAL changes. DO NOT MERGE. by Mathias Agopian · 14 years ago
  81. a350ff9 call into hwcomposer HAL when present by Mathias Agopian · 14 years ago
  82. 81bac09 move native services under services/ by Mathias Agopian · 14 years ago[Renamed from libs/surfaceflinger/DisplayHardware/DisplayHardware.h]
  83. 1f7bec6 Revert "Revert "fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger"" by Mathias Agopian · 14 years ago
  84. e049a95 Revert "fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger" by Andreas Huber · 14 years ago
  85. 01e4483 fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger by Mathias Agopian · 14 years ago
  86. 89141f9 remove the "memcpy" hack by Mathias Agopian · 14 years ago
  87. 78fd501 clean-up surfaceflinger a bit by Mathias Agopian · 14 years ago
  88. ca99fb8 fix [2594950] Flash: Zooming in on some content crashes the Nexus One and causes it to reboot (runtime restart) by Mathias Agopian · 14 years ago
  89. a4b740e fix [2168528] enable glTexImage2D code path in SF for software-only buffers by Mathias Agopian · 15 years ago
  90. 95a666b minor SurfaceFlinger code cleanup and remove unnecessary tests by Mathias Agopian · 15 years ago
  91. 74faca2 Android side of the fix for [2121211] Sholes has stutter during animations by Mathias Agopian · 15 years ago
  92. 2ab55a4 make use of new eglGetRenderBufferANDROID extension to clean-up a bit a few hacks added recently by Mathias Agopian · 15 years ago
  93. 69029eb hack copybit back in for video playback on msm7k. we have h/w accelerated video again by Mathias Agopian · 15 years ago
  94. df3ca30 created an new EGL extension called ANDROID_swap_rectangle by Mathias Agopian · 15 years ago
  95. b2dd686 minor clean-up in FramebufferNativeWindow by Mathias Agopian · 15 years ago
  96. 076b1cc Integrate from //sandbox/mathias/donut/...@145728 by Mathias Agopian · 15 years ago
  97. edbf3b6 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  98. d5193d9 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  99. a6938ba auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago
  100. 2762932 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago