1. ed30fd8 Add ability for hierarchyviewer to output displaylist info by Chet Haase · 13 years ago
  2. a17de9b Revert "Add ability for hierarchyviewer to output displaylist info" by Chet Haase · 13 years ago
  3. b2a4b52 Add ability for hierarchyviewer to output displaylist info by Chet Haase · 13 years ago
  4. 8f0095c Allows to render with an OpenGL context inside a TextureView. by Romain Guy · 13 years ago
  5. aa6c24c New widget: TextureView Bug #4343984 by Romain Guy · 13 years ago
  6. 5621527 Apply color filters to bitmaps. by Romain Guy · 13 years ago
  7. ed6fcb0 Add support for drawPoint() and drawPoints(). by Romain Guy · 13 years ago
  8. a168d73 Correctly apply filters to Alpha8 bitmaps. by Romain Guy · 13 years ago
  9. 7b5b6ab Fix rendering artifact in edge fades. Bug #4092053 by Romain Guy · 13 years ago
  10. cabfcc1 Add support for partial invalidates in WebView Bug #3461349 by Romain Guy · 13 years ago
  11. 2b1847e Remove unused API by Romain Guy · 14 years ago
  12. 7d7b549 Enable partial invalidates when rendering with OpenGL. by Romain Guy · 14 years ago
  13. daf98e9 Use optimized display lists for all hwaccelerated rendering by Chet Haase · 14 years ago
  14. 8b2f526 Add support for arcs. by Romain Guy · 14 years ago
  15. c1cd9ba3 Add support for ovals and stroked rectangles. by Romain Guy · 14 years ago
  16. 5a7b466 Add support for drawBitmapMesh(). by Romain Guy · 14 years ago
  17. 01d58e4 Add rounded rects and circles support to OpenGLRenderer. by Romain Guy · 14 years ago
  18. 807daf7 Add support for skew() by Romain Guy · 14 years ago
  19. ada830f Cleanup implementation of hardware layers. by Romain Guy · 14 years ago
  20. 57066eb Cleanup GL objects on the correct thread. by Romain Guy · 14 years ago
  21. 6c319ca Better backend for hardware layers. by Romain Guy · 14 years ago
  22. 171c592 New layers API for Views. by Romain Guy · 14 years ago
  23. 5977baa Reuse of native display list objects by Chet Haase · 14 years ago
  24. 9e90a99 Reuse display lists at the java level. by Chet Haase · 14 years ago
  25. f890fab Ensure bitmaps aren't freed while referenced from a display list by Patrick Dubroy · 14 years ago
  26. e4ac2d6 Allocate bitmap backing buffers in the Java heap. by Patrick Dubroy · 14 years ago
  27. 5c13d89 Optimizing display lists by referencing pointers to resources instead of copying them by Chet Haase · 14 years ago
  28. 41030da Add a getNativeMatrix() API. by Romain Guy · 14 years ago
  29. 6b7bd24 Don't clear the framebuffer when not needed. by Romain Guy · 14 years ago
  30. b051e89 Add display lists caching. by Romain Guy · 14 years ago
  31. 759ea80 Add support for drawLines(), with anti-aliasing by Romain Guy · 14 years ago
  32. b025b9c Better error handling in the OpenGL renderer. by Romain Guy · 14 years ago
  33. 8aef54f Add support for Canvas flags on save. by Romain Guy · 14 years ago
  34. da8532c Add hooks for hardware accelerated WebView. by Romain Guy · 14 years ago
  35. fb8b763 Use only one GL context per process, share chaches. by Romain Guy · 14 years ago
  36. 1e45aae Add drop shadows. by Romain Guy · 14 years ago
  37. a48a1a8 Fast text selection drawing. by Romain Guy · 14 years ago
  38. 61c8c9c Fix tons of bugs and add new text rendering support. by Romain Guy · 14 years ago
  39. 1639351 Make libhwui entirely optional. by Romain Guy · 14 years ago
  40. 7fbcc04 Add support for paths. by Romain Guy · 14 years ago
  41. db1938e Add support for ColorFilters. by Romain Guy · 14 years ago
  42. 06f96e2 Refactor Skia shaders handling. by Romain Guy · 14 years ago
  43. 694b519 Add text rendering. by Romain Guy · 14 years ago
  44. a1db574 Add preliminary support for text rendering. by Romain Guy · 14 years ago
  45. c0ac193 Add support for linear gradients. by Romain Guy · 14 years ago
  46. 7fac2e1 Add plumbing to support gradients in OpenGL renderer. by Romain Guy · 14 years ago
  47. 079ba2c Improve clip support (add intersect, union and replace.) by Romain Guy · 14 years ago
  48. d27977d Add support for BitmapShader. by Romain Guy · 14 years ago
  49. 6926c72 Correctly support pre-multiplied alpha, optimizations, more stuff. by Romain Guy · 14 years ago
  50. dbd77cd Remove support for density compatibility in the hardware renderer. by Romain Guy · 14 years ago
  51. deba785 Add support to draw 9patches in OpenGL. by Romain Guy · 14 years ago
  52. f86ef57 Don't use full screen FBOs, this dramatically increase performance. by Romain Guy · 14 years ago
  53. 8ba548f Add implementation for drawBitmap(Bitmap, Rect, Rect, Paint) by Romain Guy · 14 years ago
  54. ce0537b Add hooks for drawBitmap(). by Romain Guy · 14 years ago
  55. bd6b79b Add implementations for saveLayerAlpha() and textured rects. by Romain Guy · 14 years ago
  56. c7d5349 Implement quickReject() and drawRect(). by Romain Guy · 14 years ago
  57. 9d5316e Add colored rectangles implementation in OpenGLRenderer. by Romain Guy · 14 years ago
  58. f6a11b8 Add support for transformations. by Romain Guy · 14 years ago
  59. bb9524b Add implementations for clipRect(), save() and restore(). by Romain Guy · 14 years ago
  60. 85bf02f Fix the simulator build. by Romain Guy · 14 years ago
  61. e4d0112 Add libhwui, to hardware accelerate the Canvas API using OpenGL ES 2.0. by Romain Guy · 14 years ago