1. 7f6d6b0 Split assets atlas batches Bug #10185769 by Romain Guy · 11 years ago
  2. 83ad4e3 Remove an unused C zip API. by Elliott Hughes · 11 years ago
  3. 250b1cf Handle updates to RS C++ API. by Tim Murray · 11 years ago
  4. b213cec Merge "Fix quickReject's handling of AA ramp geometry" by Chris Craik · 11 years ago
  5. 5e49b30 Fix quickReject's handling of AA ramp geometry by Chris Craik · 11 years ago
  6. b7b93e0 Fix region clipping bugs See external bug #58344 by Romain Guy · 11 years ago
  7. f296e31 Merge "Support RGBA fonts and bitmap fonts (and RGBA bitmap fonts)" by Victoria Lease · 11 years ago
  8. d45c68d Resource memory optimization. by Dianne Hackborn · 11 years ago
  9. 1e54681 Support RGBA fonts and bitmap fonts (and RGBA bitmap fonts) by Victoria Lease · 11 years ago
  10. fb6c743 Merge "Fix 9patches' limitation of 32 empty quads" by Romain Guy · 11 years ago
  11. 6cad757 Fix 9patches' limitation of 32 empty quads by Romain Guy · 11 years ago
  12. 0d6e731 add static dependency on liblog by Colin Cross · 11 years ago
  13. 9842770 Merge "Ensure glActiveTexture is cleaned up correctly on functor resume" by Chris Craik · 11 years ago
  14. 9ab2d18 Ensure glActiveTexture is cleaned up correctly on functor resume by Chris Craik · 11 years ago
  15. 448455f Use global indices array to draw layers by Romain Guy · 11 years ago
  16. b3d8388 Merge "Support stencil-based clipping for functors" by Chris Craik · 11 years ago
  17. 4e7b772 Fix crashes in setMatrix() and concat() by Romain Guy · 11 years ago
  18. ecca6da Support stencil-based clipping for functors by Chris Craik · 11 years ago
  19. 0c20c38 Use global references for Bitmap AndroidPixelRefs by Chris Craik · 11 years ago
  20. 9d3b1a4 Move input library code to frameworks/native. by Jeff Brown · 11 years ago
  21. c36fe2f am 55e789db: am ed96349a: am 3d1b158e: Merge "Fix out of range glCopyTexImage2D Bug #9425270" into jb-mr2-dev by Romain Guy · 11 years ago
  22. b254c24 Fix out of range glCopyTexImage2D Bug #9425270 by Romain Guy · 11 years ago
  23. 55b6f95 Track the atlas' generation ID Bug #9589379 by Romain Guy · 11 years ago
  24. e3b0a01 Refcount 9-patches and properly handle GC events by Romain Guy · 11 years ago
  25. f296dca (Small) 9patch drawing improvements by Romain Guy · 11 years ago
  26. 4f20f8a Merge "Initialize MergingDrawBatch clip with viewport bounds" by Chris Craik · 11 years ago
  27. 0e87f00 Initialize MergingDrawBatch clip with viewport bounds by Chris Craik · 11 years ago
  28. 64d5921 Merge "Refcount the paint used by Canvas.drawPatch()" by Romain Guy · 11 years ago
  29. 16ea8d3 Refcount the paint used by Canvas.drawPatch() by Romain Guy · 11 years ago
  30. 2c29039 Merge "Batch 9-patches in a single mesh whenever possible" by Romain Guy · 11 years ago
  31. ede7eb7 Merge "Make op outputting const, for more general logging" by Chris Craik · 11 years ago
  32. 03c00b5 Batch 9-patches in a single mesh whenever possible by Romain Guy · 11 years ago
  33. d485ef2 Merge "An identity matrix should be considered a pure translate matrix" by Romain Guy · 11 years ago
  34. f6bed4f An identity matrix should be considered a pure translate matrix by Romain Guy · 11 years ago
  35. d4fed90 Merge "Add debugging logs for GPU pixel buffers" by Romain Guy · 11 years ago
  36. 9e6f3ac Add debugging logs for GPU pixel buffers by Romain Guy · 11 years ago
  37. 8e1af51 Merge "input: Handle a few extra error conditions." by Jeff Brown · 11 years ago
  38. c5493fb Make op outputting const, for more general logging by Chris Craik · 11 years ago
  39. fb5a41a Merge "Fix regression: TextureView.setAlpha() was ignored" by Romain Guy · 11 years ago
  40. 2458939 Fix regression: TextureView.setAlpha() was ignored by Romain Guy · 11 years ago
  41. cadc5bf Merge "Share Caches' index buffer with FontRenderer" by Romain Guy · 11 years ago
  42. 0618148 input: Handle a few extra error conditions. by Jeff Brown · 11 years ago
  43. 31e08e9 Share Caches' index buffer with FontRenderer by Romain Guy · 11 years ago
  44. 77d55c7e Merge "Take hinting into account when caching fonts Bug #9464403" by Romain Guy · 11 years ago
  45. 2d5945e Take hinting into account when caching fonts Bug #9464403 by Romain Guy · 11 years ago
  46. 49cc5d7 Merge "Handle all text bounds as post-translated" by Chris Craik · 11 years ago
  47. f09b746 Handle all text bounds as post-translated by Chris Craik · 11 years ago
  48. 36d38cb Merge "Better handle op size edge cases" by Chris Craik · 11 years ago
  49. d72b73c Better handle op size edge cases by Chris Craik · 11 years ago
  50. fb5c905 Merge "Cancel layer update when a layer is about to be destroyed Bug #9310706" by Romain Guy · 11 years ago
  51. e93482f Cancel layer update when a layer is about to be destroyed Bug #9310706 by Romain Guy · 11 years ago
  52. 61e1ca6 Merge "Check for layer renderer in flush" by Chris Craik · 11 years ago
  53. 8c6e17c Check for layer renderer in flush by Chris Craik · 11 years ago
  54. 2a0451e Merge "Fix clip merging behavior" by Chris Craik · 11 years ago
  55. 5216c3b Merge more 9patches by Romain Guy · 11 years ago
  56. a02c4ed Fix clip merging behavior by Chris Craik · 11 years ago
  57. d1f9aaa Merge "Fix various draw ops that may incorrectly not scissor" by Chris Craik · 11 years ago
  58. 39a908c Fix various draw ops that may incorrectly not scissor by Chris Craik · 11 years ago
  59. 735760e Merge "Add new Query class for debugging" by Romain Guy · 11 years ago
  60. 7f43076 Add new Query class for debugging by Romain Guy · 11 years ago
  61. f70119c Reset batching state when overlap batch deletion occurs by Chris Craik · 11 years ago
  62. 7112fdd Merge "Restore buildLayer()'s old behavior; it's synchronous again Bug #9193833" by Romain Guy · 11 years ago
  63. 149b015 Merge "Overdraw avoidance and merging of clipped ops" by Chris Craik · 11 years ago
  64. 9846de6 Remove crash workarounds, add logging by Chris Craik · 11 years ago
  65. 4054360 Restore buildLayer()'s old behavior; it's synchronous again Bug #9193833 by Romain Guy · 11 years ago
  66. 28ce94a Overdraw avoidance and merging of clipped ops by Chris Craik · 11 years ago
  67. 1e4795a Merge "Avoid 9patch cache lookups when possible" by Romain Guy · 11 years ago
  68. 4c2547f Avoid 9patch cache lookups when possible by Romain Guy · 11 years ago
  69. e13fb01 am 8cb26c09: am cb5d644f: Merge "Workaround possible use after delete" into jb-mr2-dev by Chris Craik · 11 years ago
  70. 9abddd5 Workaround possible use after delete by Chris Craik · 11 years ago
  71. be1b127 Assume a texture is unbound after deleting it Bug #9316260 by Romain Guy · 11 years ago
  72. 450dc75 Remove string allocations when creating display lists by Romain Guy · 11 years ago
  73. 8aa195d Introduce Caches::bindTexture() to reduce glBindTexture calls by Romain Guy · 11 years ago
  74. f9f0016 Enable GPU pixel buffers on OpenGL ES 3.0 devices by Romain Guy · 11 years ago
  75. 7d9b1b3 Re-initialize the 9patch cache if cleared with onTrimMemory by Romain Guy · 11 years ago
  76. a404e16 Make sure atlas antries can correctly filter/wrap textures by Romain Guy · 11 years ago
  77. 6080940 Merge "Add PerfHUD ES profiling capabilities" by Romain Guy · 11 years ago
  78. e9bc11f Add PerfHUD ES profiling capabilities by Romain Guy · 11 years ago
  79. 341ac60 am 1bf58a5a: am cfbbc864: Merge "Restore previous alpha value on noop\'d DisplayList operations" into jb-mr2-dev by Chet Haase · 11 years ago
  80. db90a33 Merge "Move VelocityTracker.cpp to target build only" by Nick Kralevich · 11 years ago
  81. c725903 Restore previous alpha value on noop'd DisplayList operations by Chet Haase · 11 years ago
  82. 7f77736 Merge "Merge scaled bitmaps with translated bitmaps" by Romain Guy · 11 years ago
  83. 2db5e99 Merge scaled bitmaps with translated bitmaps by Romain Guy · 11 years ago
  84. 4154182 Use individual glyph positions to determine text bounds. by Chris Craik · 11 years ago
  85. 631500e Move VelocityTracker.cpp to target build only by Nick Kralevich · 11 years ago
  86. 7f43674 Merge "Fix DISPLAY_LIST_DEBUG" by Chris Craik · 11 years ago
  87. 6045d2b Fix DISPLAY_LIST_DEBUG by Chris Craik · 11 years ago
  88. 6d29c8d Add tessellation path for points by Chris Craik · 11 years ago
  89. e8f9a37 am f420a36e: am 4329ee25: Merge "Fix off by one error in log tracking" into jb-mr2-dev by Chris Craik · 11 years ago
  90. d4b43b3 Fix off by one error in log tracking by Chris Craik · 11 years ago
  91. 1f5762e libutils clean-up by Mathias Agopian · 11 years ago
  92. d5207b2 Fix double-free in AssetAtlas Bug #8833153 by Romain Guy · 11 years ago
  93. 72bd95b am b90ff505: am fdf13c90: Merge "Convert alpha from [0..1] to [0.255] range Bug #8808886" into jb-mr2-dev by Romain Guy · 11 years ago
  94. 94268b0 am 33be275d: am d65eebf4: Merge "Fix scaled-view droppings artifact" into jb-mr2-dev by Chet Haase · 11 years ago
  95. 1f8a0db Remove stray log by Romain Guy · 11 years ago
  96. fdf13c9 Merge "Convert alpha from [0..1] to [0.255] range Bug #8808886" into jb-mr2-dev by Romain Guy · 11 years ago
  97. 87b515c Convert alpha from [0..1] to [0.255] range Bug #8808886 by Romain Guy · 11 years ago
  98. 78dd96d Add an on-screen overdraw counter by Romain Guy · 11 years ago
  99. 259b696 Fix scaled-view droppings artifact by Chet Haase · 11 years ago
  100. 1212c9d Remove warning by Romain Guy · 11 years ago