1. f35c939 Fix clang-tidy warnings in libs/hwui. by Chih-Hung Hsieh · 9 years ago
  2. faecb78 Fix google-explicit-constructor warnings in frameworks/base by Chih-Hung Hsieh · 9 years ago
  3. c6baf56 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  4. 2528fcd Merge commit '26ada7e78993241d702a908eae93d174cbb3c8b3' into HEAD by Bill Yi · 9 years ago
  5. 8927600 libhwui: handle eglSwapBuffers with EGL_BAD_NATIVE_WINDOW error case by Zhang Dongsheng · 10 years ago
  6. c0a0e1a fix race condition between HWUI cache and renderThread by Thomas Buhot · 10 years ago
  7. 099bd9c Merge "In CanvasContext::doFrame, make a separate call to computeFrameTimeNanos and save the result. Then pass that value to UiFrameInfoBuilder::setVsync as both arguments." into cw-e-dev am: eebf168e43 am: e0845e8629 by Matthew Bouyack · 10 years ago
  8. 7f667e7 In CanvasContext::doFrame, make a separate call to computeFrameTimeNanos by Matthew Bouyack · 10 years ago
  9. 0bcd0cb libhwui: make setSurface asynchronous by Thomas Buhot · 10 years ago
  10. 6d4d0db Disable skipping frames on empty damage by John Reck · 10 years ago
  11. 00e79c9 Mark isInUse per-window by John Reck · 10 years ago
  12. f2dcc2a Don't crash on makeCurrent fail by John Reck · 10 years ago
  13. be3fba0 Adjust for pipeline stalls by John Reck · 10 years ago
  14. 1b54fb2 Delete MAKE_ENUM_FLAGS by Chris Craik · 10 years ago
  15. 2a8bb05 Fix warning by John Reck · 10 years ago
  16. 38f4396 Merge "Handle shader matrix correctly when ignoring canvas transform" into mnc-dev by Chris Craik · 10 years ago
  17. 53e51e4 Handle shader matrix correctly when ignoring canvas transform by Chris Craik · 10 years ago
  18. 6058251 Merge "More colors, now with material colors" into mnc-dev by John Reck · 10 years ago
  19. bf3c602 More colors, now with material colors by John Reck · 10 years ago
  20. 4db3d17 FrameInfo header fixes by John Reck · 10 years ago
  21. 4cd44f8 Enable swapBuffersWithDamage by default by John Reck · 10 years ago
  22. d7db4d7 Eliminate requireGlContext by John Reck · 10 years ago
  23. 50210d9 Adjust light source for window position by Alan Viverette · 10 years ago
  24. 4c9e59d Unify DrawProfiler/JankStats by John Reck · 10 years ago
  25. 9aa7b45 Merge "Fix kSkippedFrame setting" into mnc-dev by John Reck · 10 years ago
  26. aef9dc8 Fix kSkippedFrame setting by John Reck · 10 years ago
  27. d04794a Add eglSwapBuffersWithDamageKHR support by John Reck · 10 years ago
  28. 9eb9dd3 Fix clang warnings on unused variable, mismatched tag, print format. by Chih-Hung Hsieh · 10 years ago
  29. 356b177 Merge "Cleanup properties" into mnc-dev by Chris Craik · 10 years ago
  30. 7f2e5e3 Dump profile info after running test by John Reck · 10 years ago
  31. 2507c34 Cleanup properties by Chris Craik · 10 years ago
  32. a15eedd Fix setName use-after-free by John Reck · 10 years ago
  33. 78760b4 Merge "A bunch more cleanups" into mnc-dev by John Reck · 10 years ago
  34. 3731dc2 A bunch more cleanups by John Reck · 10 years ago
  35. 240ff62 Skip frames with no damage by John Reck · 10 years ago
  36. 9d4efdf Revert "A bunch more cleanups" by John Reck · 10 years ago
  37. c294d12 A bunch more cleanups by John Reck · 10 years ago
  38. c74e289 Merge "Add GraphicsStatsService" by John Reck · 10 years ago
  39. edc524c Add GraphicsStatsService by John Reck · 10 years ago
  40. 111928f resolved conflicts for merge of 4142f026 to master by John Reck · 10 years ago
  41. c80c9ad Don't create unnecessary RenderThread's instance when executing 'dumpsys gfxinfo' by youngmin0822.lee · 10 years ago
  42. b36016c Cleanups & simplifications by John Reck · 10 years ago
  43. c87be99 C++11 style fixups by John Reck · 10 years ago
  44. ba6adf6 Initial attempt at jank-tracking stat collection by John Reck · 10 years ago
  45. 8a6b566 Merge "Add a WAIT_FOR_GPU_COMPLETION option" by John Reck · 11 years ago
  46. 5515637 Add a WAIT_FOR_GPU_COMPLETION option by John Reck · 11 years ago
  47. 44eb2c0 Refactor blending and texture gl state by Chris Craik · 11 years ago
  48. 96a5c4c Move more GL state management to RenderState and its directory by Chris Craik · 11 years ago
  49. 65fe5ee Move scissor state to RenderState by Chris Craik · 11 years ago
  50. 026111b am f7049289: am 3812e68e: Merge "kill HAVE_PTHREADS." automerge: 3a10a67 by Yabin Cui · 11 years ago
  51. 3a10a67 am f7049289: am 3812e68e: Merge "kill HAVE_PTHREADS." by Yabin Cui · 11 years ago
  52. 1610486 kill HAVE_PTHREADS. by Yabin Cui · 11 years ago
  53. 2ae0733 Remove DisplayListLogBuffer by Chris Craik · 11 years ago
  54. f78ff7d am cefeb34e: am 2c9f86aa: am 53af1cd3: Merge "Vsyncs are hard" into lmp-mr1-dev by John Reck · 11 years ago
  55. cefeb34 am 2c9f86aa: am 53af1cd3: Merge "Vsyncs are hard" into lmp-mr1-dev by John Reck · 11 years ago
  56. a22c9b2 Vsyncs are hard by John Reck · 11 years ago
  57. d41c4d8 Add overrides and switch to nullptr keyword for all files by Chris Craik · 11 years ago
  58. 51d6a3d Cleanup various clang warnings, use unique_ptrs in several places by Chris Craik · 11 years ago
  59. 07adacf Cleanup by Chris Craik · 11 years ago
  60. a285e9e am 165fb8f5: am f89dac47: Merge "Tweak RT-animator scheduling" into lmp-mr1-dev by John Reck · 11 years ago
  61. ed3c296 am 165fb8f5: am f89dac47: Merge "Tweak RT-animator scheduling" into lmp-mr1-dev by John Reck · 11 years ago
  62. a733f89 Tweak RT-animator scheduling by John Reck · 11 years ago
  63. f088c34 Fix style by John Reck · 11 years ago
  64. 59cf734 resolved conflicts for merge of d67bb501 to master by Yohann Roussel · 11 years ago
  65. d67bb50 am eb2dcc79: Merge "Don\'t preload textures for AssetAtlas" into lmp-mr1-dev by John Reck · 11 years ago
  66. ebd5261 Don't preload textures for AssetAtlas by John Reck · 11 years ago
  67. 9fb42f0 resolved conflicts for merge of a75b0ad3 to master by John Reck · 11 years ago
  68. a75b0ad resolved conflicts for merge of a51a0901 to lmp-mr1-dev-plus-aosp by John Reck · 11 years ago
  69. 01a5ea3 Resume RT-animations after a pauseSurface by John Reck · 11 years ago
  70. c5cf471 am d7af6eaa: am d51205fd: am 6afc5cf3: Merge "Prevent calling GL functions with an invalid surface" by John Reck · 11 years ago
  71. d7af6ea am d51205fd: am 6afc5cf3: Merge "Prevent calling GL functions with an invalid surface" by John Reck · 11 years ago
  72. a12b240 Prevent calling GL functions with an invalid surface by Sangkyu Lee · 11 years ago
  73. 62bdf2c am e986817a: am 6eac26a4: am ca84c8b1: Merge "Revert "Force-use the pbuffer surface for destroy"" into lmp-mr1-dev by Chris Craik · 11 years ago
  74. e986817 am 6eac26a4: am ca84c8b1: Merge "Revert "Force-use the pbuffer surface for destroy"" into lmp-mr1-dev by Chris Craik · 11 years ago
  75. 9f81485 Revert "Force-use the pbuffer surface for destroy" by Chris Craik · 11 years ago
  76. e39f788 am 0d4ab958: am 4e3404d9: am dec3f138: Merge "Force-use the pbuffer surface for destroy" into lmp-mr1-dev by John Reck · 11 years ago
  77. 0d4ab95 am 4e3404d9: am dec3f138: Merge "Force-use the pbuffer surface for destroy" into lmp-mr1-dev by John Reck · 11 years ago
  78. f76d36f Prevent calling GL functions with an invalid surface by Sangkyu Lee · 11 years ago
  79. b945f23 Force-use the pbuffer surface for destroy by John Reck · 11 years ago
  80. 64bb413 Revert "resolved conflicts for merge of 220c3f4f to master" by Andreas Gampe · 11 years ago
  81. 8a902d9 resolved conflicts for merge of 220c3f4f to master by Andreas Gampe · 11 years ago
  82. 2ab8298 resolved conflicts for merge of 99377df1 to lmp-mr1-dev-plus-aosp by Andreas Gampe · 11 years ago
  83. 42ddc18 Frameworks/base: Unused parameters in hwui by Andreas Gampe · 11 years ago
  84. 27eaec2 am 842697a3: am decc26df: am f0f68117: Merge "Trace some interesting events" into lmp-mr1-dev by John Reck · 11 years ago
  85. 842697a am decc26df: am f0f68117: Merge "Trace some interesting events" into lmp-mr1-dev by John Reck · 11 years ago
  86. fbc8df0 Trace some interesting events by John Reck · 11 years ago
  87. edaecc1 resolved conflicts for merge of 1d03b816 to lmp-mr1-dev-plus-aosp by Andreas Gampe · 11 years ago
  88. 1272887 resolved conflicts for merge of 1d03b816 to lmp-mr1-dev-plus-aosp by Andreas Gampe · 11 years ago
  89. 1e19674 Frameworks/base: Wall Werror in libs/hwui by Andreas Gampe · 11 years ago
  90. e19093ca am f1923c36: am 8dda03a0: am ca93f69c: Merge "Have an actual fallback if the surface is lost" into lmp-mr1-dev by John Reck · 11 years ago
  91. aa95a88 Have an actual fallback if the surface is lost by John Reck · 11 years ago
  92. 107843d Remove status return from all uirenderer::Renderer functions by Tom Hudson · 11 years ago
  93. 9481684 am e05575e9: am a8d83d63: Merge "Layer changes" into lmp-mr1-dev automerge: a51fba0 by John Reck · 11 years ago
  94. 0e89e2b Layer changes by John Reck · 11 years ago
  95. eaab65f am 97054254: am 141823ec: Merge "Be more conservative about current buffer" into lmp-mr1-dev automerge: a27e1a3 by John Reck · 11 years ago
  96. 950ff1b Be more conservative about current buffer by John Reck · 11 years ago
  97. 675a518 am b64e4372: am 82572cc4: am badac04d: Merge "Add some free zoom to lockHardwareCanvas" into lmp-mr1-dev by John Reck · 11 years ago
  98. 1125d1f Add some free zoom to lockHardwareCanvas by John Reck · 11 years ago
  99. 7ab73f1 am e73a54f3: am bf463af2: Merge "Surface:lockHardwareCanvas" into lmp-mr1-dev by John Reck · 11 years ago
  100. bb2d0cc Surface:lockHardwareCanvas by John Reck · 11 years ago