| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduce the size of libhwui by 50% | Romain Guy | 2011-10-12 | 1 | -48/+51 |
* | Optimize display lists | Romain Guy | 2011-08-25 | 1 | -0/+14 |
* | Reclaim more memory, more often. | Romain Guy | 2011-07-27 | 1 | -0/+4 |
* | Destroy layers and flush layers cache when a window is destroyed. | Romain Guy | 2011-07-27 | 1 | -1/+1 |
* | Decouple GLES20RecordingCanvas lifetime from GLES20DisplayList. | Jeff Brown | 2011-07-21 | 1 | -3/+1 |
* | Fix another memory leak in OpenGLRenderer | Romain Guy | 2011-06-22 | 1 | -8/+6 |
* | Fix memory leak in OpenGLRenderer. | Romain Guy | 2011-06-22 | 1 | -1/+3 |
* | Add ability for hierarchyviewer to output displaylist info | Chet Haase | 2011-05-05 | 1 | -0/+2 |
* | Revert "Add ability for hierarchyviewer to output displaylist info" | Chet Haase | 2011-05-04 | 1 | -2/+0 |
* | Add ability for hierarchyviewer to output displaylist info | Chet Haase | 2011-05-04 | 1 | -0/+2 |
* | Add logging of graphics acceleration info to bugreports | Chet Haase | 2011-04-01 | 1 | -0/+3 |
* | Add support for drawPoint() and drawPoints(). | Romain Guy | 2011-03-21 | 1 | -0/+2 |
* | Fix paths rendering issues. | Romain Guy | 2011-03-18 | 1 | -15/+2 |
* | Fix rendering artifact in edge fades. | Romain Guy | 2011-03-14 | 1 | -1/+11 |
* | Add support for partial invalidates in WebView | Romain Guy | 2011-03-07 | 1 | -3/+3 |
* | Skia Merge (revision 808) | Derek Sollenberger | 2011-02-22 | 1 | -1/+0 |
* | Fix crash when Paths are GCd in hw accelerated apps | Chet Haase | 2011-02-04 | 1 | -0/+9 |
* | Fix leak in reused display lists | Chet Haase | 2011-02-03 | 1 | -1/+3 |
* | Fixes cache misses and extra allocations. | Romain Guy | 2011-02-03 | 1 | -42/+26 |
* | Remove unused API | Romain Guy | 2011-01-26 | 1 | -5/+1 |
* | Enable partial invalidates when rendering with OpenGL. | Romain Guy | 2011-01-24 | 1 | -2/+2 |
* | Use optimized display lists for all hwaccelerated rendering | Chet Haase | 2011-01-24 | 1 | -2/+8 |
* | Add support for arcs. | Romain Guy | 2011-01-23 | 1 | -0/+3 |
* | Add support for ovals and stroked rectangles. | Romain Guy | 2011-01-23 | 1 | -0/+2 |
* | Collapse sucessive calls to restoreToCount() in display lists. | Romain Guy | 2011-01-23 | 1 | -0/+12 |
* | Add support for drawBitmapMesh(). | Romain Guy | 2011-01-20 | 1 | -0/+3 |
* | Add rounded rects and circles support to OpenGLRenderer. | Romain Guy | 2011-01-19 | 1 | -0/+5 |
* | Add support for skew() | Romain Guy | 2011-01-18 | 1 | -0/+2 |
* | Don't crash Launcher on config change. | Romain Guy | 2011-01-14 | 1 | -0/+1 |
* | Don't delete objects twice... | Romain Guy | 2011-01-14 | 1 | -2/+2 |
* | Copy shaders when recording them in display lists. | Romain Guy | 2011-01-14 | 1 | -10/+23 |
* | Add debug logs for display lists. | Romain Guy | 2011-01-13 | 1 | -4/+15 |
* | Cleanup implementation of hardware layers. | Romain Guy | 2011-01-13 | 1 | -2/+1 |
* | Better backend for hardware layers. | Romain Guy | 2011-01-11 | 1 | -0/+3 |
* | Reuse of native display list objects | Chet Haase | 2011-01-06 | 1 | -4/+6 |
* | Support nested display lists. | Romain Guy | 2010-11-08 | 1 | -6/+21 |
* | Optimize FBO drawing with regions. | Romain Guy | 2010-11-02 | 1 | -3/+6 |
* | Optimizing ColorFilter in display lists | Chet Haase | 2010-10-26 | 1 | -0/+17 |
* | DisplayList optimizations and fixes. | Chet Haase | 2010-10-26 | 1 | -18/+31 |
* | Optimizing display lists by referencing pointers to resources instead of copy... | Chet Haase | 2010-10-21 | 1 | -52/+53 |
* | Optimize 9patch rendering. | Romain Guy | 2010-10-12 | 1 | -2/+14 |
* | Don't clear the framebuffer when not needed. | Romain Guy | 2010-10-06 | 1 | -1/+1 |
* | Apply bilinear filtering to text. | Romain Guy | 2010-10-01 | 1 | -43/+5 |
* | Add display lists caching. | Romain Guy | 2010-09-29 | 1 | -8/+136 |
* | Adding display lists to the GL renderer (checkpoint.) | Romain Guy | 2010-09-26 | 1 | -0/+281 |