1. 4297734 turn DisplayDevice into a reference-counted object by Mathias Agopian · 12 years ago
  2. d8552d7 DisplayDevice only needs ANativeWindow not SurfaceTextureClient by Mathias Agopian · 12 years ago
  3. 888c822 remove a dependency of DisplayDevice on the refresh rate by Mathias Agopian · 12 years ago
  4. 92a979a We now have a real list of displays. by Mathias Agopian · 12 years ago
  5. d3ee231 cleanups in preparation of bigger changes by Mathias Agopian · 12 years ago
  6. 0f2f5ff rename DisplayHardware to DisplayDevice by Mathias Agopian · 12 years ago[Renamed (85%) from services/surfaceflinger/DisplayHardware.cpp]
  7. 52bbb1a getting closer to final main composition loop by Mathias Agopian · 12 years ago
  8. 87baae1 get rid of global regions that should be tracked per display by Mathias Agopian · 12 years ago
  9. c666cae get rid of the shared-memory control block by Mathias Agopian · 12 years ago
  10. 8630320 split HWComposer out of DisplayHardware by Mathias Agopian · 12 years ago
  11. 98a121a get rid of ro.sf.hwrotation, it's not used anymore by Mathias Agopian · 12 years ago
  12. 921e6ac SurfaceFlinger cleanup by Mathias Agopian · 12 years ago
  13. a491260 factor EGL/GL and surface creation out of DisplayHardware by Mathias Agopian · 12 years ago
  14. 3b1d2b6 mVisibleLayersSortedByZ is now maintained per display by Mathias Agopian · 12 years ago
  15. 10fbdb6 surfaceflinger: call into hardware composer to blank screen by Colin Cross · 12 years ago
  16. 1b03149 get rid of GraphicPlane by Mathias Agopian · 12 years ago[Renamed (83%) from services/surfaceflinger/DisplayHardware/DisplayHardware.cpp]
  17. 3094df3 First prototype atttempting to support an external display by Mathias Agopian · 12 years ago
  18. 3e87601 Implement SurfaceFlinger's ANW on top of BufferQueue by Mathias Agopian · 12 years ago
  19. 03e4072 set vsync power hint by Mathias Agopian · 12 years ago
  20. a2f4e56 get rid off preserve backbuffer optimization in SF by Mathias Agopian · 12 years ago
  21. 3eb38cb SurfaceFlinger now uses the new VSYNC HAL API. by Mathias Agopian · 12 years ago
  22. b5dd9c0 rewrite density calculation code so it's understandable by Mathias Agopian · 12 years ago
  23. 6fc0a9b displayhardware: fix not obeying ro.sf.lcd_density when specified by Dima Zavin · 12 years ago
  24. 1b15e1e surfaceflinger: use display dpi if not forced with ro.sf.lcd_nensity by Dima Zavin · 12 years ago
  25. 90ac799 fix libgui header location by Mathias Agopian · 12 years ago
  26. 870b8aa remove libui dependency on libEGL by Mathias Agopian · 12 years ago
  27. 82d7ab6 improve SurfaceFlinger dumpsys by Mathias Agopian · 13 years ago
  28. 55ef343 remove dead/usnused code by Mathias Agopian · 13 years ago
  29. e6f43dd Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  30. 32397c1 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  31. a19954a Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  32. d0566bc Add support for sending VSYNC events to the framework by Mathias Agopian · 13 years ago
  33. 439cf85 Fix build. by Mathias Agopian · 13 years ago
  34. 461afeb Add support for sending VSYNC events to the framework by Mathias Agopian · 13 years ago
  35. 4b9511c rework a bit how we manage EGL extensions by Mathias Agopian · 13 years ago
  36. 385977f workaround to set the WM refresh rate to 48 Hz for tuna devices only by Mathias Agopian · 13 years ago
  37. c7d14e2 Add a h/w composer API to allow the HAL to trigger a redraw by Mathias Agopian · 13 years ago
  38. 6163091 Fix EGLUtils::selectConfigForPixelFormat() by Mathias Agopian · 13 years ago
  39. 1f339ff don't kill surfaceflinger when system process dies by Mathias Agopian · 13 years ago
  40. 3d64e73 fix memory corruption when retriving GL_MAX_VIEWPORT_DIMS by Mathias Agopian · 13 years ago
  41. a5529c8 remove support for PUSH_BUFFER surfaces and overlays by Mathias Agopian · 14 years ago
  42. 1d21a9c surfaceflinger: add support for gralloc dump hooks by Erik Gilling · 14 years ago
  43. 47a7946 am fb31036f: am 583fefc8: Merge "Use the context_priority extension when present." into gingerbread by Mathias Agopian · 14 years ago
  44. 6722681 Use the context_priority extension when present. by Mathias Agopian · 14 years ago
  45. c479e18 resolved conflicts for merge of 48a86240 to master by Mathias Agopian · 14 years ago
  46. 35b48d1 Add logging of various important graphics events by Mathias Agopian · 14 years ago
  47. f5f2712 surfaceflinger: give hwcomposer a chance to release buffers by Antti Hatala · 14 years ago
  48. 000ca8f revert hwcomposer HAL changes. DO NOT MERGE. by Mathias Agopian · 14 years ago
  49. a350ff9 call into hwcomposer HAL when present by Mathias Agopian · 14 years ago
  50. 81bac09 move native services under services/ by Mathias Agopian · 14 years ago[Renamed from libs/surfaceflinger/DisplayHardware/DisplayHardware.cpp]
  51. 1f7bec6 Revert "Revert "fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger"" by Mathias Agopian · 14 years ago
  52. e049a95 Revert "fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger" by Andreas Huber · 14 years ago
  53. 01e4483 fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger by Mathias Agopian · 14 years ago
  54. 0d4e00d fix uninitialized variable in DisplayHardware by Mathias Agopian · 14 years ago
  55. 89141f9 remove the "memcpy" hack by Mathias Agopian · 14 years ago
  56. 78fd501 clean-up surfaceflinger a bit by Mathias Agopian · 14 years ago
  57. 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
  58. 4fe6ac3 surfaceflinger: remove un-cached buffers hack for Adreno by Dima Zavin · 14 years ago
  59. 1bd4877 surfaceflinger: remove un-cached buffer hack for SGX by Erik Gilling · 15 years ago
  60. dcaf29a addresses several bugs: 2206097, 2166583, 2261119, 2216759 by Mathias Agopian · 15 years ago
  61. 54ba51d fix [2143798] Need to figure out how to do video by Mathias Agopian · 15 years ago
  62. 67838bc Revert "temporarily disable the use of glTexImage2D for sw buffers on sholes." by Mathias Agopian · 15 years ago
  63. cfc7010 temporarily disable the use of glTexImage2D for sw buffers on sholes. by Mathias Agopian · 15 years ago
  64. a4b740e fix [2168528] enable glTexImage2D code path in SF for software-only buffers by Mathias Agopian · 15 years ago
  65. 95a666b minor SurfaceFlinger code cleanup and remove unnecessary tests by Mathias Agopian · 15 years ago
  66. 74faca2 Android side of the fix for [2121211] Sholes has stutter during animations by Mathias Agopian · 15 years ago
  67. 0928bee disable backbuffer preservation when possible, which may improve performance a bit by Mathias Agopian · 15 years ago
  68. a5b02e0 add a debug property to disable h/w composition. debug.sf.hw, when set to 0 will disable h/w composition by Mathias Agopian · 15 years ago
  69. cbb288b fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly by Mathias Agopian · 15 years ago
  70. 8458a31 make sure EGL_ANDROID_swap_rectangle is actually supported before using it by Mathias Agopian · 15 years ago
  71. 24e5f52 Better error handling in EGL extensions by Mathias Agopian · 15 years ago
  72. 0928e31 minor code clean-up by Mathias Agopian · 15 years ago
  73. 6cf50a7 added two EGL helpers for selecting a config matching a certain pixelformat or native window type by Mathias Agopian · 15 years ago
  74. e437ff8 am 1521cd6e: Merge change 8015 into donut by Android (Google) Code Review · 15 years ago
  75. 31469e1 Reset the mDpiX and mDpiY values when qemu.sf.lcd_density is defined. by David 'Digit' Turner · 15 years ago
  76. 80d7a76 fix [1969200] Uninitialized double passed to Math.sqrt() by Mathias Agopian · 15 years ago
  77. 2dd6727 when there is a choice between UPDATE_ON_DEMAND and SWAP_BUFFER optimizations, choose UPDATE_ON_DEMAND which is often more efficient. by Mathias Agopian · 15 years ago
  78. 29d06ac fix a bug that caused artifacts when SWAP_RECTANGLE was enabled by Mathias Agopian · 15 years ago
  79. b8a5560 fix an update bug with SHOW_UPDATE debug feature. Fix a problem with the debug binder codes too by Mathias Agopian · 15 years ago
  80. 2ab55a4 make use of new eglGetRenderBufferANDROID extension to clean-up a bit a few hacks added recently by Mathias Agopian · 15 years ago
  81. 69029eb hack copybit back in for video playback on msm7k. we have h/w accelerated video again by Mathias Agopian · 15 years ago
  82. cca6b42 Merge commit 'goog/master' into merge_master by Mathias Agopian · 15 years ago
  83. ae71acc Fix sim-eng build and simplify previous lcd-density related patch by David 'Digit' Turner · 15 years ago
  84. 694e10b Allow the qemu.sf.lcd_density property to override the value of ro.sf.lcd_density by David 'Digit' Turner · 15 years ago
  85. 5e78e09 protect ANDROID specific egl extension with #define by Mathias Agopian · 15 years ago
  86. e92c713 when looking for an EGLConfig always pick the first one that matches, not the last one by Mathias Agopian · 15 years ago
  87. 1e16b13 add support for update-on-demand in SurfaceFlinger by Mathias Agopian · 15 years ago
  88. e6bf8b3 fix EGL extension string names by Mathias Agopian · 15 years ago
  89. df3ca30 created an new EGL extension called ANDROID_swap_rectangle by Mathias Agopian · 15 years ago
  90. 7189c00 move opengl/include/EGL/android_natives.h to include/ui/egl/android_natives.h and don't include it from egl.h by Mathias Agopian · 15 years ago
  91. b2dd686 minor clean-up in FramebufferNativeWindow by Mathias Agopian · 15 years ago
  92. 0926f50 update surfaceflinger, libui and libagl to the new gralloc api by Mathias Agopian · 15 years ago
  93. 076b1cc Integrate from //sandbox/mathias/donut/...@145728 by Mathias Agopian · 15 years ago
  94. edbf3b6 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  95. d5193d9 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  96. a6938ba auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago
  97. 8a7a675 auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 16 years ago
  98. 2762932 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  99. e09fd9e Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  100. 7c1b96a Initial Contribution by The Android Open Source Project · 16 years ago