1. 53af1cd Merge "Vsyncs are hard" into lmp-mr1-dev by John Reck · 10 years ago
  2. 43a4a8c Fix redundant file backups by Christopher Tate · 10 years ago
  3. a22c9b2 Vsyncs are hard by John Reck · 10 years ago
  4. a733f89 Tweak RT-animator scheduling by John Reck · 10 years ago
  5. c748832 Merge "Revert overdraw avoidance visualization change" into lmp-mr1-dev by Chris Craik · 10 years ago
  6. ef8d6f2 Revert overdraw avoidance visualization change by Chris Craik · 10 years ago
  7. b9a4d15 Merge "Force-flush state sync on texid change" into lmp-mr1-dev by John Reck · 10 years ago
  8. 63c7b24 Merge "Correct layer size formatting in trace" into lmp-mr1-dev by Chris Craik · 10 years ago
  9. c237907 Correct layer size formatting in trace by Chris Craik · 10 years ago
  10. 9a7fe1a Force-flush state sync on texid change by John Reck · 10 years ago
  11. eb2dcc7 Merge "Don't preload textures for AssetAtlas" into lmp-mr1-dev by John Reck · 10 years ago
  12. ebd5261 Don't preload textures for AssetAtlas by John Reck · 10 years ago
  13. c780187 Merge "Fix issue where non-resource attributes would cause obtainStyleAttributes to fail" into lmp-mr1-dev by Adam Lesinski · 10 years ago
  14. 4ac36f8 Fix frame-allocated path lifecycles by Chris Craik · 10 years ago
  15. 5dce5e6 Fix issue where non-resource attributes would cause obtainStyleAttributes to fail by Adam Lesinski · 10 years ago
  16. 4f1942d Merge "Teach AssetAtlas about more drawables" into lmp-mr1-dev by John Reck · 10 years ago
  17. dad7d84c Teach AssetAtlas about more drawables by John Reck · 10 years ago
  18. ee648e5 Remove unnecessary/erroneous reference counting by Derek Sollenberger · 10 years ago
  19. 720beef Merge "AAPT: Move private attrs to new type for framework" into lmp-mr1-dev by Adam Lesinski · 10 years ago
  20. 9b624c1 AAPT: Move private attrs to new type for framework by Adam Lesinski · 10 years ago
  21. 01a5ea3 Resume RT-animations after a pauseSurface by John Reck · 10 years ago
  22. ef12488 Merge "Clip outline to View clip bounds for shadow computation" into lmp-mr1-dev by Chris Craik · 10 years ago
  23. faa79ff Clip outline to View clip bounds for shadow computation by Chris Craik · 10 years ago
  24. 76de898 Merge "Prevent calling GL functions with an invalid surface" into lmp-mr1-dev by John Reck · 10 years ago
  25. a12b240 Prevent calling GL functions with an invalid surface by Sangkyu Lee · 10 years ago
  26. 659de83 Merge "Enable stencil clipping within clearLayerRegions" into lmp-mr1-dev by Chris Craik · 10 years ago
  27. ca84c8b Merge "Revert "Force-use the pbuffer surface for destroy"" into lmp-mr1-dev by Chris Craik · 10 years ago
  28. 9f81485 Revert "Force-use the pbuffer surface for destroy" by Chris Craik · 10 years ago
  29. 52b2cf9 Enable stencil clipping within clearLayerRegions by Dohyun Lee · 10 years ago
  30. dec3f13 Merge "Force-use the pbuffer surface for destroy" into lmp-mr1-dev by John Reck · 10 years ago
  31. ee66065 Merge "Improve DisplayList state output" into lmp-mr1-dev by Chris Craik · 10 years ago
  32. b945f23 Force-use the pbuffer surface for destroy by John Reck · 10 years ago
  33. 71d08a0 Switch TextureCache to SkPixelRef::fStableId by John Reck · 10 years ago
  34. b5a5435 Improve DisplayList state output by Chris Craik · 10 years ago
  35. 29dc496 Merge "Revert "Add a way to override Xfermode DO NOT MERGE"" into lmp-mr1-dev by Chris Craik · 10 years ago
  36. 69e6501 Revert "Add a way to override Xfermode DO NOT MERGE" by Chris Craik · 10 years ago
  37. 3b2ba44 Merge "Improve logging around performance critical events" into lmp-mr1-dev by Chris Craik · 10 years ago
  38. 70850ea Improve logging around performance critical events by Chris Craik · 10 years ago
  39. f0f68117 Merge "Trace some interesting events" into lmp-mr1-dev by John Reck · 10 years ago
  40. cd6f00c Merge "Implement back-tracking when searching for attributes in XML or resource bag" into lmp-mr1-dev by Adam Lesinski · 10 years ago
  41. fbc8df0 Trace some interesting events by John Reck · 10 years ago
  42. 41a8043 Merge "Add a way to override Xfermode DO NOT MERGE" into lmp-mr1-dev by Rob Tsuk · 10 years ago
  43. 4e50ee4 Merge "Shadow: Fix the crash in spot shadow" into lmp-mr1-dev by ztenghui · 10 years ago
  44. 3932063 Shadow: Fix the crash in spot shadow by ztenghui · 10 years ago
  45. 4678dcc Add a way to override Xfermode DO NOT MERGE by Rob Tsuk · 10 years ago
  46. ca93f69 Merge "Have an actual fallback if the surface is lost" into lmp-mr1-dev by John Reck · 10 years ago
  47. aa95a88 Have an actual fallback if the surface is lost by John Reck · 10 years ago
  48. 4b19b7a Merge "Fix wrong-thread issue" into lmp-mr1-dev by John Reck · 10 years ago
  49. 12f5e34 Fix wrong-thread issue by John Reck · 10 years ago
  50. 7ae6fc8 Merge "A better looking and faster spot shadow." into lmp-mr1-dev by ztenghui · 10 years ago
  51. d2dcd6f A better looking and faster spot shadow. by ztenghui · 10 years ago
  52. a35778c7 Yank ResourceCache out of Caches by John Reck · 10 years ago
  53. 6c96cbf Merge "Log shader source when it fails to compile" into lmp-mr1-dev by Rob Tsuk · 10 years ago
  54. fd15f47 Log shader source when it fails to compile by Rob Tsuk · 10 years ago
  55. 69ecfa9 Merge "Add error checking to aapt for split generation" into lmp-mr1-dev by Adam Lesinski · 10 years ago
  56. a7d1d73 Implement back-tracking when searching for attributes in XML or resource bag by Adam Lesinski · 10 years ago
  57. e6c0bda Merge "Make points drawn with default paint visible" into lmp-mr1-dev by Rob Tsuk · 10 years ago
  58. b7c2656 Make points drawn with default paint visible by Rob Tsuk · 10 years ago
  59. de7de47 Add error checking to aapt for split generation by Adam Lesinski · 10 years ago
  60. 668f0a3 Merge "Fix issues that will be present in C++11" into lmp-mr1-dev by Adam Lesinski · 10 years ago
  61. 4bf5810 Fix issues that will be present in C++11 by Adam Lesinski · 10 years ago
  62. 88f5fc7 Fix counting by John Reck · 10 years ago
  63. a8d83d6 Merge "Layer changes" into lmp-mr1-dev by John Reck · 10 years ago
  64. 0e89e2b Layer changes by John Reck · 10 years ago
  65. f296940 Distinguish unspecified and explicit null values in resources by Alan Viverette · 10 years ago
  66. 141823e Merge "Be more conservative about current buffer" into lmp-mr1-dev by John Reck · 10 years ago
  67. 31b76b6 Merge "libandroidfw: Do not build device library when building SDK" into lmp-mr1-dev by Adam Lesinski · 10 years ago
  68. 950ff1b Be more conservative about current buffer by John Reck · 10 years ago
  69. 23d307c Cleanup debug options by John Reck · 10 years ago
  70. f001e37 libandroidfw: Do not build device library when building SDK by Adam Lesinski · 10 years ago
  71. 879f237 Merge "Added some more Split density tests" into lmp-mr1-dev by Adam Lesinski · 10 years ago
  72. 6029319 Added some more Split density tests by Adam Lesinski · 10 years ago
  73. badac04 Merge "Add some free zoom to lockHardwareCanvas" into lmp-mr1-dev by John Reck · 10 years ago
  74. 1125d1f Add some free zoom to lockHardwareCanvas by John Reck · 10 years ago
  75. 5c9d717 Fix damage bug by John Reck · 10 years ago
  76. 733bb3b Merge "Fix memory corruption in test" into lmp-mr1-dev by John Reck · 10 years ago
  77. bb2d0cc Surface:lockHardwareCanvas by John Reck · 10 years ago
  78. af60831 Fix memory corruption in test by John Reck · 10 years ago
  79. 94c40fe CARD LAND! by John Reck · 10 years ago
  80. be003a3 am f23e3ea6: am aeef612f: Merge "Search all packages for a given type string when looking up resources by name" into lmp-dev by Adam Lesinski · 10 years ago
  81. e60a87f Search all packages for a given type string when looking up resources by name by Adam Lesinski · 10 years ago
  82. 786afcb Trim graphics memory when closing the shade by Jorim Jaggi · 10 years ago
  83. 8cdb0bc Merge "Use float instead of double to increase spot shadow perf" into lmp-mr1-dev by ztenghui · 10 years ago
  84. 6a2296d am 9da6e743: am d988a45d: Merge "Cleanup DeferredLayerUpdater" into lmp-dev by John Reck · 10 years ago
  85. 9122b1b Use float instead of double to increase spot shadow perf by ztenghui · 10 years ago
  86. 749906b Cleanup DeferredLayerUpdater by John Reck · 10 years ago
  87. 497cb6c Merge "Avoid creating Caches instance with gfxinfo dump" into lmp-mr1-dev by Chris Craik · 10 years ago
  88. 59e129f Merge "Account for colorfilter transparency in determining paint opacity" into lmp-mr1-dev by Chris Craik · 10 years ago
  89. 5f24386 am 9ad17521: am f9033048: Merge "+ correcting shadow visual appearance (b/17610926)" into lmp-dev by ztenghui · 10 years ago
  90. c5b5f05 Account for colorfilter transparency in determining paint opacity by Chris Craik · 10 years ago
  91. 8def74d + correcting shadow visual appearance (b/17610926) by ztenghui · 10 years ago
  92. 8628387 am b226d295: am c6a06d43: Merge "Revert "Fix issue with using locally defined attrs in a shared lib"" into lmp-dev by Adam Powell · 10 years ago
  93. 059476a Avoid creating Caches instance with gfxinfo dump by Chris Craik · 10 years ago
  94. 908c748 Revert "Fix issue with using locally defined attrs in a shared lib" by Adam Powell · 10 years ago
  95. 95731ab am bb7b5197: am cd8e7381: Merge "Fix issue with using locally defined attrs in a shared lib" into lmp-dev by Adam Lesinski · 10 years ago
  96. 5069dd6 Fix issue with using locally defined attrs in a shared lib by Adam Lesinski · 10 years ago
  97. a8bea8e Add tracing for saveLayer by Chris Craik · 10 years ago
  98. bc34191 Reject transparent draws more conservatively by Chris Craik · 10 years ago
  99. 9e7c919 Merge "Account for alpha in hasShadow()" into lmp-dev by Chris Craik · 10 years ago
  100. 9fa364d Account for alpha in hasShadow() by Chris Craik · 10 years ago