1. 5799801 Allow ~Layer() to happen after onGLContextDestroyed by John Reck · 9 years ago
  2. 70850ea Improve logging around performance critical events by Chris Craik · 10 years ago
  3. 0e89e2b Layer changes by John Reck · 10 years ago
  4. bfd1cd6 Additional layer logging by Chris Craik · 10 years ago
  5. 8a226d2 Don't track TextureLayer lifecycles in RenderState by Chris Craik · 10 years ago
  6. 443a714 Yet more layer tracking logging by John Reck · 10 years ago
  7. 1d47742 Crash instead of leaking layers/textures between GL contexts by Chris Craik · 10 years ago
  8. 69e5adf Define shadow casting behavior within layers by Chris Craik · 10 years ago
  9. ec4cefc Add layer/texture creation tracing by John Reck · 10 years ago
  10. 3b20251 No-fail invokeFunctor by John Reck · 10 years ago
  11. a7090e0 Update 'DisplayList' vs 'RenderNode' naming in several places by Chris Craik · 10 years ago
  12. 3281442 Merge "Wrap ViewGroup content in save/restore to protect composited children" by Chris Craik · 10 years ago
  13. 80d4902 Wrap ViewGroup content in save/restore to protect composited children by Chris Craik · 10 years ago
  14. 0732ba5 am 88b1c9ad: am e709d53f: am 0d28bb47: Merge "Fix the texture ID reuse issue in HWUI." by Chris Craik · 10 years ago
  15. 4a473c7 Fix the texture ID reuse issue in HWUI. by jiayuanr · 10 years ago
  16. 797b95b Define light position (using new lighting spec) in Java by Chris Craik · 10 years ago
  17. a64a2be Combine projection matrix, and viewport management by Chris Craik · 10 years ago
  18. 3f08542 Clip TouchFeedbackDrawable effect to receiver Outline by Chris Craik · 10 years ago
  19. 087bc0c Refcount RenderNode by John Reck · 10 years ago
  20. b265e2c Support shadows on the root RenderNode by Chris Craik · 10 years ago
  21. 668f0e3 Async drawing! by John Reck · 10 years ago
  22. bfb07a0 Move where updateProperties is called by John Reck · 10 years ago
  23. d0a0b2a Add stagingProperties by John Reck · 10 years ago
  24. 113e082 Move RenderNode to own file by John Reck · 10 years ago
  25. e18264b Rename DisplayList->RenderNode by John Reck · 10 years ago
  26. 9757ac0 Fix TextureView texture filtering. by Chris Craik · 10 years ago
  27. 674554f Reapply "Refactor setting an SkPaint onto a hwui Layer." by Derek Sollenberger · 10 years ago
  28. 90d0c75 Revert "Refactor setting an SkPaint onto a hwui Layer." by Derek Sollenberger · 10 years ago
  29. e889298 Refactor setting an SkPaint onto a hwui Layer. by Derek Sollenberger · 10 years ago
  30. 76d3a1b Removing SkiaColorFilter and inspecting the native object directly. by Derek Sollenberger · 11 years ago
  31. 3783e70 Remove logging of DisplayList staleness by Chris Craik · 10 years ago
  32. bb615a6 Clear root level reorder lists to prevent accessing stale DisplayLists by Chris Craik · 10 years ago
  33. f57776b 3d view system! by Chris Craik · 11 years ago
  34. 448455f Use global indices array to draw layers by Romain Guy · 11 years ago
  35. fb5c905 Merge "Cancel layer update when a layer is about to be destroyed Bug #9310706" by Romain Guy · 11 years ago
  36. e93482f Cancel layer update when a layer is about to be destroyed Bug #9310706 by Romain Guy · 11 years ago
  37. 8c6e17c Check for layer renderer in flush by Chris Craik · 11 years ago
  38. 28ce94a Overdraw avoidance and merging of clipped ops by Chris Craik · 11 years ago
  39. be1b127 Assume a texture is unbound after deleting it Bug #9316260 by Romain Guy · 11 years ago
  40. 8aa195d Introduce Caches::bindTexture() to reduce glBindTexture calls by Romain Guy · 11 years ago
  41. 34416ea Make layer double drawing visible in overdraw debug mode by Chris Craik · 11 years ago
  42. a151ef8 Merge "First OpenGL ES 3.0 based optimization" into jb-mr2-dev by Romain Guy · 11 years ago
  43. 1206b9b Traverse layers in update order by Chris Craik · 11 years ago
  44. 0908764 First OpenGL ES 3.0 based optimization by Romain Guy · 11 years ago
  45. 02b49b7 Prevent crash when a single layer is enqueued several times for updates by Romain Guy · 11 years ago
  46. 696dcf8 Update layers to clear them Bug #8489505 by Romain Guy · 11 years ago
  47. ce4a7df Don't crash when making a layer larger than supported dimensions Bug #8437401 by Romain Guy · 11 years ago
  48. 96885eb Avoid multiple font cache texture uploads Bug #8378964 by Romain Guy · 11 years ago
  49. 8d4aeb7 Add a render buffer cache to reuse stencil buffers Bug #7146141 by Romain Guy · 11 years ago
  50. 3bbacf2 Add a RenderBuffer object to store stencil buffers. Bug #7146141 by Romain Guy · 11 years ago
  51. 2055aba Allow layers with a stencil buffer to be resized on the fly Bug #7146141 by Romain Guy · 11 years ago
  52. 8ce0030 Implement clipRect with a transform, clipRegion & clipPath Bug #7146141 by Romain Guy · 11 years ago
  53. 5bb3c73 Apply dev. settings at runtime Bug #7434649 by Romain Guy · 12 years ago
  54. 7c25aab Defer layer rendering to avoid stalls Bug #7326824 by Romain Guy · 12 years ago
  55. 98d3a64 Assign default texture id of 0 by Chet Haase · 12 years ago
  56. 56257af Revert "Deleting objects on the wrong thread is a silly idea Bug #7195815" by Dave Burke · 12 years ago
  57. 8a13749 Deleting objects on the wrong thread is a silly idea Bug #7195815 by Romain Guy · 12 years ago
  58. 97dc917 Avoid deadlock when deleting layers Bug #7217459 by Romain Guy · 12 years ago
  59. 603f6de Fix occasional crash bug with layers by Chet Haase · 12 years ago
  60. d15ebf2 Enable changing properties of layer paint by Chet Haase · 12 years ago