1. 1b3aeb4 fix SurfaceFlinger DDMS debugging by Mathias Agopian · 12 years ago
  2. 6d24eef Merge "Revert "ugly, temporary, workaroung for a problem where a binder thread spins forever"" into jb-mr1-dev by Dave Burke · 12 years ago
  3. 0bed1f5 Revert "ugly, temporary, workaroung for a problem where a binder thread spins forever" by Dave Burke · 12 years ago
  4. dba919c Merge "ugly, temporary, workaroung for a problem where a binder thread spins forever" into jb-mr1-dev by Dave Burke · 12 years ago
  5. 0845d02 ugly, temporary, workaroung for a problem where a binder thread spins forever by Mathias Agopian · 12 years ago
  6. 9504eb9 Fix race condition in ConsumerBase::addReleaseFence() by Jesse Hall · 12 years ago
  7. 0e8fcc2 Merge "Fix missing parens in CleanSpec.mk." into jb-mr1-dev by Stephen Hines · 12 years ago
  8. e835976 Merge "Tone down a fatal assert" into jb-mr1-dev by Mathias Agopian · 12 years ago
  9. d920670 Fix missing parens in CleanSpec.mk. by Stephen Hines · 12 years ago
  10. 27b28fd Merge "Add GL Error logs (temporary)" into jb-mr1-dev by Chet Haase · 12 years ago
  11. 5a8f901 Tone down a fatal assert by Andy McFadden · 12 years ago
  12. 3fbbd07 Fix broken CleanSpec.mk in libs/gui by Raph Levien · 12 years ago
  13. 2da2c15 Add GL Error logs (temporary) by Chet Haase · 12 years ago
  14. 9a14392 Ignore display state changes for disconnected displays by Jesse Hall · 12 years ago
  15. 81cd5d3 make sure we don't call into the HWC HAL when not needed by Mathias Agopian · 12 years ago
  16. 27ec573 Fix crashes after HDMI disconnect by Andy McFadden · 12 years ago
  17. a573945 libgui: enable fence support for exynos5 by Jamie Gennis · 12 years ago
  18. 3fd12e4 libgui: fix up compile options by Jamie Gennis · 12 years ago
  19. 3538792 Merge "Fix issue #7271589: Cannot set Ocean HD live wallpaper" into jb-mr1-dev by Dianne Hackborn · 12 years ago
  20. 7f3096c Fix issue #7271589: Cannot set Ocean HD live wallpaper by Dianne Hackborn · 12 years ago
  21. ba607d5 Add Fence::waitForever which logs a warning timeout, and use it by Jesse Hall · 12 years ago
  22. 2ae7bec Revert "improve sensor fusion" -- DO NOT MERGE by Mathias Agopian · 12 years ago
  23. 0c2a25c Merge "Include Global table in bugreports." into jb-mr1-dev by Jeff Sharkey · 12 years ago
  24. 719b8aa Include Global table in bugreports. by Jeff Sharkey · 12 years ago
  25. d30b36d SurfaceFlinger: reset the FB_TGT acquire fence by Jamie Gennis · 12 years ago
  26. ec0f5e5 Merge "Fix issue #7257947: Need to fix heap limits on Mako" into jb-mr1-dev by Dianne Hackborn · 12 years ago
  27. 135e589 save/restore viewport properly when taking screenshot by Mathias Agopian · 12 years ago
  28. c84e984 Fix issue #7257947: Need to fix heap limits on Mako by Dianne Hackborn · 12 years ago
  29. bae92d0 reset GL viewport and project when caputring the screen by Mathias Agopian · 12 years ago
  30. c01a79d Pass display arg to blank/unblank by Andy McFadden · 12 years ago
  31. 4c27327 Merge "Re-enable FAST_TLS in gl2 code" into jb-mr1-dev by Chet Haase · 12 years ago
  32. 589e2e7 Merge "Add a way to configure an OMX encoder to emit SPS/PPS before IDR frames." into jb-mr1-dev by Andreas Huber · 12 years ago
  33. e8b0fac Re-enable FAST_TLS in gl2 code by Chet Haase · 12 years ago
  34. 7682a9c Add a way to configure an OMX encoder to emit SPS/PPS before IDR frames. by Andreas Huber · 12 years ago
  35. a4310c8 SurfaceFlinger: don't always set HWC_GEOM_CHGD by Jamie Gennis · 12 years ago
  36. cb094a7 Merge "New compile-time flags to make debugging easier for us poor souls Bug #7195815" into jb-mr1-dev by Romain Guy · 12 years ago
  37. 38b6572 Revert "Compatibility work around for bad graphics driver dependency." by Iliyan Malchev · 12 years ago
  38. f12fe43 New compile-time flags to make debugging easier for us poor souls Bug #7195815 by Romain Guy · 12 years ago
  39. 1e83690 Merge "assert -eng builds when calling a GL function without a context" into jb-mr1-dev by Mathias Agopian · 12 years ago
  40. 455e360 assert -eng builds when calling a GL function without a context by Mathias Agopian · 12 years ago
  41. e206549 Merge "Recompute visible regions more vigorously" into jb-mr1-dev by Andy McFadden · 12 years ago
  42. ab10c58 Recompute visible regions more vigorously by Andy McFadden · 12 years ago
  43. a8026d2 Stop using transparent region for computing visible regions by Jesse Hall · 12 years ago
  44. c4a8daa Merge "add support for EGL_FRAMEBUFFER_TARGET_ANDROID" into jb-mr1-dev by Mathias Agopian · 12 years ago
  45. 3234138 only abort when errors happen on the main display by Mathias Agopian · 12 years ago
  46. 722b98f add support for EGL_FRAMEBUFFER_TARGET_ANDROID by Mathias Agopian · 12 years ago
  47. 7b19051 fix a crasher when running out of memory by Mathias Agopian · 12 years ago
  48. bb53b0e When "show visible regions" is enabled we were missing a call to HWC by Mathias Agopian · 12 years ago
  49. f68c825 Merge "Show build config in dumpsys SurfaceFlinger" into jb-mr1-dev by Andy McFadden · 12 years ago
  50. ad90144 Merge "Configure GC free to be 8MB for devices with >512MB RAM." into jb-mr1-dev by Ian Rogers · 12 years ago
  51. 4803b74 Show build config in dumpsys SurfaceFlinger by Andy McFadden · 12 years ago
  52. a046dd9 fix Layer croping in SurfaceFlinger by Mathias Agopian · 12 years ago
  53. e96e9e1 fix a crasher in SurfaceTexture's setFilteringEnabled by Mathias Agopian · 12 years ago
  54. 13de369 Merge changes I47cd25c9,I7638ffe8 into jb-mr1-dev by Mathias Agopian · 12 years ago
  55. 2f45d74 Merge "EGL: add the EGL_ANDROID_framebuffer_target enum" into jb-mr1-dev by Jamie Gennis · 12 years ago
  56. 363847d Merge "EGL: expose the EXT_create_context_robustness ext" into jb-mr1-dev by Jamie Gennis · 12 years ago
  57. 2a23184 don't call eglMakeCurrent() before calling HWC commit() on HWC 1.1 by Mathias Agopian · 12 years ago
  58. 52e2148 handle EGL errors by Mathias Agopian · 12 years ago
  59. 500407a log an error when eglCreateContext() fails in an inconsistant way by Mathias Agopian · 12 years ago
  60. 3ff48e5 EGL: add the EGL_ANDROID_framebuffer_target enum by Jamie Gennis · 12 years ago
  61. 09b1143 EGL: expose the EXT_create_context_robustness ext by Jamie Gennis · 12 years ago
  62. ff5c4aa Merge "ConsumerBase: make fence names meaningful" into jb-mr1-dev by Jamie Gennis · 12 years ago
  63. 7aff4a5 ConsumerBase: make fence names meaningful by Jamie Gennis · 12 years ago
  64. 720501c Configure GC free to be 8MB for devices with >512MB RAM. by Ian Rogers · 12 years ago
  65. 33baee5 Merge "Add android.hardware.camera.any feature to camera permissions." into jb-mr1-dev by Eino-Ville Talvala · 12 years ago
  66. e958227 Add android.hardware.camera.any feature to camera permissions. by Eino-Ville Talvala · 12 years ago
  67. 9e2463e add/remove displays properly on hotplug events by Mathias Agopian · 12 years ago
  68. ff28e20 Display events now always carry the display id they happened on by Mathias Agopian · 12 years ago
  69. b4d18ed fix an issue where hotplug events were not dispatched by Mathias Agopian · 12 years ago
  70. 16cfa2e Merge "SurfaceTexture: fix an out of bounds array write" into jb-mr1-dev by Jamie Gennis · 12 years ago
  71. e0606e2 Merge "Add a spec for EGL_ANDROID_framebuffer_target." into jb-mr1-dev by Jamie Gennis · 12 years ago
  72. d1b330d SurfaceTexture: fix an out of bounds array write by Jamie Gennis · 12 years ago
  73. aaf421c Add a spec for EGL_ANDROID_framebuffer_target. by Jamie Gennis · 12 years ago
  74. 4c0751a return an error, as expected, when querying a disconnected display by Mathias Agopian · 12 years ago
  75. 38e623b fix a typo preventing pre hwc-1.1 devices from booting by Mathias Agopian · 12 years ago
  76. f5a3392 we now correctly set-up connected screens during boot by Mathias Agopian · 12 years ago
  77. 148994e We now report hotplug events to the framework by Mathias Agopian · 12 years ago
  78. 1604f77 one more step toward HDMI support by Mathias Agopian · 12 years ago
  79. eba8c68 calculate wether we filter on a per-display basis by Mathias Agopian · 12 years ago
  80. f33e4b6 GraphicBufferAlloc class was declared twice by Mathias Agopian · 12 years ago
  81. 70f93fb Merge "Disable the use of clock_gettime for now." into jb-mr1-dev by Ben Cheng · 12 years ago
  82. 67b9de1 Merge "frameworks/native: Amend HDCP API" into jb-mr1-dev by Andreas Huber · 12 years ago
  83. 1887af4 Merge "Allow 16-bit color EGLConfigs" into jb-mr1-dev by Jesse Hall · 12 years ago
  84. 2a60824 am 516efc1b: am 8a2b5423: Merge "libagl: Transform the vertex if using eye space lighting with point lights" by Mathias Agopian · 12 years ago
  85. f21cffa Allow 16-bit color EGLConfigs by Jesse Hall · 12 years ago
  86. 516efc1 am 8a2b5423: Merge "libagl: Transform the vertex if using eye space lighting with point lights" by Mathias Agopian · 12 years ago
  87. 8a2b542 Merge "libagl: Transform the vertex if using eye space lighting with point lights" by Mathias Agopian · 12 years ago
  88. 3a24e8f Merge changes I561c198c,Id4865f3c into jb-mr1-dev by Mathias Agopian · 12 years ago
  89. d56eff2 fix typo in DisplayDevice logs by Mathias Agopian · 12 years ago
  90. 971f7e9 Disable the use of clock_gettime for now. by Ben Cheng · 12 years ago
  91. dbaaa38 frameworks/native: Amend HDCP API by Deva Ramasubramanian · 12 years ago
  92. 787ac1b improve sensor battery usage tracking by Mathias Agopian · 12 years ago
  93. 5307d17 track UID with connections by Mathias Agopian · 12 years ago
  94. 3cdccc6 Merge "fix a typo in SensorService" into jb-mr1-dev by Mathias Agopian · 12 years ago
  95. 2398bc6 Merge "gui: conditionally set USE_NATIVE_FENCE_SYNC for msm8960" into jb-mr1-dev by Iliyan Malchev · 12 years ago
  96. 42223f6 gui: conditionally set USE_NATIVE_FENCE_SYNC for msm8960 by Jeff Boody · 12 years ago
  97. a5b8e8b fix a typo in SensorService by Mathias Agopian · 12 years ago
  98. 1d12d8a improve logging of external displays by Mathias Agopian · 12 years ago
  99. 6ab9329 suppress superfluous log by Mathias Agopian · 12 years ago
  100. aeb76d1 Merge "Check that HWC exists before trying to use it" into jb-mr1-dev by Jesse Hall · 12 years ago