1. 50210d9 Adjust light source for window position by Alan Viverette · 9 years ago
  2. 4c9e59d Unify DrawProfiler/JankStats by John Reck · 9 years ago
  3. 9aa7b45 Merge "Fix kSkippedFrame setting" into mnc-dev by John Reck · 9 years ago
  4. aef9dc8 Fix kSkippedFrame setting by John Reck · 9 years ago
  5. d04794a Add eglSwapBuffersWithDamageKHR support by John Reck · 9 years ago
  6. 240ff62 Skip frames with no damage by John Reck · 9 years ago
  7. edc524c Add GraphicsStatsService by John Reck · 10 years ago
  8. b36016c Cleanups & simplifications by John Reck · 10 years ago
  9. c87be99 C++11 style fixups by John Reck · 10 years ago
  10. ba6adf6 Initial attempt at jank-tracking stat collection by John Reck · 10 years ago
  11. 96a5c4c Move more GL state management to RenderState and its directory by Chris Craik · 10 years ago
  12. 65fe5ee Move scissor state to RenderState by Chris Craik · 10 years ago
  13. d41c4d8 Add overrides and switch to nullptr keyword for all files by Chris Craik · 10 years ago
  14. 51d6a3d Cleanup various clang warnings, use unique_ptrs in several places by Chris Craik · 10 years ago
  15. 9fb42f0 resolved conflicts for merge of a75b0ad3 to master by John Reck · 10 years ago
  16. a75b0ad resolved conflicts for merge of a51a0901 to lmp-mr1-dev-plus-aosp by John Reck · 10 years ago
  17. 01a5ea3 Resume RT-animations after a pauseSurface by John Reck · 10 years ago
  18. c5cf471 am d7af6eaa: am d51205fd: am 6afc5cf3: Merge "Prevent calling GL functions with an invalid surface" by John Reck · 10 years ago
  19. d7af6ea am d51205fd: am 6afc5cf3: Merge "Prevent calling GL functions with an invalid surface" by John Reck · 10 years ago
  20. a12b240 Prevent calling GL functions with an invalid surface by Sangkyu Lee · 10 years ago
  21. 62bdf2c am e986817a: am 6eac26a4: am ca84c8b1: Merge "Revert "Force-use the pbuffer surface for destroy"" into lmp-mr1-dev by Chris Craik · 10 years ago
  22. e986817 am 6eac26a4: am ca84c8b1: Merge "Revert "Force-use the pbuffer surface for destroy"" into lmp-mr1-dev by Chris Craik · 10 years ago
  23. 9f81485 Revert "Force-use the pbuffer surface for destroy" by Chris Craik · 10 years ago
  24. e39f788 am 0d4ab958: am 4e3404d9: am dec3f138: Merge "Force-use the pbuffer surface for destroy" into lmp-mr1-dev by John Reck · 10 years ago
  25. 0d4ab95 am 4e3404d9: am dec3f138: Merge "Force-use the pbuffer surface for destroy" into lmp-mr1-dev by John Reck · 10 years ago
  26. f76d36f Prevent calling GL functions with an invalid surface by Sangkyu Lee · 10 years ago
  27. b945f23 Force-use the pbuffer surface for destroy by John Reck · 10 years ago
  28. 64bb413 Revert "resolved conflicts for merge of 220c3f4f to master" by Andreas Gampe · 10 years ago
  29. 8a902d9 resolved conflicts for merge of 220c3f4f to master by Andreas Gampe · 10 years ago
  30. 2ab8298 resolved conflicts for merge of 99377df1 to lmp-mr1-dev-plus-aosp by Andreas Gampe · 10 years ago
  31. 42ddc18 Frameworks/base: Unused parameters in hwui by Andreas Gampe · 10 years ago
  32. 27eaec2 am 842697a3: am decc26df: am f0f68117: Merge "Trace some interesting events" into lmp-mr1-dev by John Reck · 10 years ago
  33. fbc8df0 Trace some interesting events by John Reck · 10 years ago
  34. e19093ca am f1923c36: am 8dda03a0: am ca93f69c: Merge "Have an actual fallback if the surface is lost" into lmp-mr1-dev by John Reck · 10 years ago
  35. aa95a88 Have an actual fallback if the surface is lost by John Reck · 10 years ago
  36. 107843d Remove status return from all uirenderer::Renderer functions by Tom Hudson · 10 years ago
  37. 0e89e2b Layer changes by John Reck · 10 years ago
  38. 1125d1f Add some free zoom to lockHardwareCanvas by John Reck · 10 years ago
  39. 786afcb Trim graphics memory when closing the shade by Jorim Jaggi · 10 years ago
  40. 749906b Cleanup DeferredLayerUpdater by John Reck · 10 years ago
  41. 651486d Merge "Fix garbage showing up beneath dialogs" into lmp-dev by Chris Craik · 10 years ago
  42. 284b243 Fix garbage showing up beneath dialogs by Chris Craik · 10 years ago
  43. 2cdbc7d Special case EGL_BAD_SURFACE by John Reck · 10 years ago
  44. ec845a2 Fix race condition by John Reck · 10 years ago
  45. 443a714 Yet more layer tracking logging by John Reck · 10 years ago
  46. e2478d4 Fix some wrong-thread issues around animator management by John Reck · 10 years ago
  47. 17035b0 Have destroy call freePrefetchedLayers by John Reck · 10 years ago
  48. 1661715 Implement TODO by John Reck · 10 years ago
  49. dff9957 Free prefetched layers on TRIM_MEMORY by John Reck · 10 years ago
  50. 998a6d8 Track buildLayer calls, destroy if unused by John Reck · 10 years ago
  51. 119907c Animator stuff by John Reck · 10 years ago
  52. 9eb9f6f Don't run animators in buildLayer by John Reck · 10 years ago
  53. 3e82495 Implement full View.buildLayer by John Reck · 10 years ago
  54. 69e5adf Define shadow casting behavior within layers by Chris Craik · 10 years ago
  55. 058fc64 Connect shadow style attributes to renderer by Chris Craik · 10 years ago
  56. 5cdb8f9 Fix logging by John Reck · 10 years ago
  57. 0a97330 Fix root RenderNode damage calculation by John Reck · 10 years ago
  58. dcba672 Fix layers lifecycle issues by John Reck · 10 years ago
  59. 3c2b7fa Add missing requireGlContext by John Reck · 10 years ago
  60. f47a594 Fix onTrimMemory for HardwareRenderer by John Reck · 10 years ago
  61. 68bfe0a Animator refactoring & fixes by John Reck · 10 years ago
  62. cd028f3 Fix contants; RT-enable WebView pt2 by John Reck · 10 years ago
  63. 3b20251 No-fail invokeFunctor by John Reck · 10 years ago
  64. a7090e0 Update 'DisplayList' vs 'RenderNode' naming in several places by Chris Craik · 10 years ago
  65. 734df4b Interrupt canvas before invoke by Chris Craik · 10 years ago
  66. 25fbb3f Move LayerType to RenderNode by John Reck · 10 years ago
  67. e4267ea Even FASTER damage calculations! by John Reck · 10 years ago
  68. d72e0a3 Re-jigger layers by John Reck · 10 years ago
  69. aee470c Merge "Enable debug stuffs" into lmp-preview-dev by John Reck · 10 years ago
  70. fe5e7b7 Enable debug stuffs by John Reck · 10 years ago
  71. c8affe0 Re-enable atlas by John Reck · 10 years ago
  72. e1628b7 Implement FlushCaches TODO by John Reck · 10 years ago
  73. a5dda64 Bag of scheduling tweaks by John Reck · 10 years ago
  74. 797b95b Define light position (using new lighting spec) in Java by Chris Craik · 10 years ago
  75. cdfeef6 Disable texture atlas by John Reck · 10 years ago
  76. 66f0be6 Wire up texture atlas by John Reck · 10 years ago
  77. ef27453 Merge "Cleanup attachFunctor" by John Reck · 10 years ago
  78. 832b1514 Cleanup attachFunctor by John Reck · 10 years ago
  79. b6d9211 Merge "Implement TODO(romainguy)" by John Reck · 10 years ago
  80. 63a0667 Implement TODO(romainguy) by John Reck · 10 years ago
  81. 368cdd8 Don't try to draw if there's no canvas or surface by John Reck · 10 years ago
  82. f9be779 Make RenderNodeAnimator and WebView play nice by John Reck · 10 years ago
  83. 18f16e6 TIME LORD! by John Reck · 10 years ago
  84. e45b1fd RenderThread animator support by John Reck · 10 years ago
  85. dbc9a86 Force a full redraw on surface change by John Reck · 10 years ago
  86. 6f07a0d Add missing resume() call by John Reck · 10 years ago
  87. e8a866d Merge "Fix issue with bitmap uploading" by John Reck · 10 years ago
  88. 860d155 Fix issue with bitmap uploading by John Reck · 10 years ago
  89. fae904d Fence on destruction by John Reck · 10 years ago
  90. 822bbb3 Merge "Make attachFunctor blocking" by John Reck · 10 years ago
  91. d3d8daf Make attachFunctor blocking by John Reck · 10 years ago
  92. 8ca3eec Remove sync flush by John Reck · 10 years ago
  93. f4198b7 Merge hasFunctors & pushStaging into prepareTree by John Reck · 11 years ago
  94. 8e1f918 Merge "Switch DisplayListData to a staging model" by John Reck · 11 years ago
  95. 8de65a8 Switch DisplayListData to a staging model by John Reck · 11 years ago
  96. f7d9c1d Fix ThreadedRenderer.setEnabled() by John Reck · 11 years ago
  97. 1949e79 Ensure there's a GL context before creating a Layer by John Reck · 11 years ago
  98. 0d1f634 Add invokeFunctor by John Reck · 11 years ago
  99. 750ca6d Remove kStatusInvoke & kStatusDraw by John Reck · 11 years ago
  100. 668f0e3 Async drawing! by John Reck · 11 years ago