| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for partial invalidates in WebView | Romain Guy | 2011-03-07 | 8 | -251/+46 |
* | Merge "We need to go deeper. Bug #3431907" | Romain Guy | 2011-03-02 | 1 | -0/+2 |
|\ |
|
| * | We need to go deeper. | Romain Guy | 2011-03-02 | 1 | -0/+2 |
* | | Merge "Properly initialize FBO textures for linear filtering." | Romain Guy | 2011-03-02 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | Properly initialize FBO textures for linear filtering. | Romain Guy | 2011-03-02 | 1 | -0/+5 |
* | | Merge "Fix problem with glyph cache and textScaleX property" | Romain Guy | 2011-03-02 | 2 | -8/+13 |
|\ \
| |/
|/| |
|
| * | Fix problem with glyph cache and textScaleX property | Chet Haase | 2011-03-02 | 2 | -8/+13 |
* | | Correctly mark layers dirty when drawing WebView. | Romain Guy | 2011-03-01 | 1 | -0/+11 |
* | | Avoid UTF-8 conversions and string copies whenever possible. | Romain Guy | 2011-03-01 | 2 | -12/+15 |
|/ |
|
* | Merge "Fix mTexCoordsSlot > 0 check to mTexCoordsSlot >= 0" | David Li | 2011-02-25 | 1 | -1/+1 |
|\ |
|
| * | Fix mTexCoordsSlot > 0 check to mTexCoordsSlot >= 0 | David Li | 2011-02-25 | 1 | -1/+1 |
* | | Remove the right entries from the cache when a GC happens. | Romain Guy | 2011-02-24 | 1 | -1/+3 |
* | | Correctly blend translucent GIF bitmaps. | Romain Guy | 2011-02-24 | 3 | -8/+6 |
* | | Skia Merge (revision 808) | Derek Sollenberger | 2011-02-22 | 4 | -10/+12 |
|/ |
|
* | Fixing font renderer attribute slot locations. | Alex Sakhartchouk | 2011-02-17 | 3 | -8/+22 |
* | Dirty layers in the area covered by a drawBitmapMesh() call | Romain Guy | 2011-02-10 | 1 | -1/+28 |
* | Merge "Properly handle dirty rectangles generated from 9-patches Bug #3409580... | Mike Cleron | 2011-02-04 | 1 | -6/+7 |
|\ |
|
| * | Properly handle dirty rectangles generated from 9-patches | Romain Guy | 2011-02-04 | 1 | -6/+7 |
* | | Fix crash when Paths are GCd in hw accelerated apps | Chet Haase | 2011-02-04 | 4 | -0/+65 |
|/ |
|
* | Empty the clip rect when intersection is empty. | Romain Guy | 2011-02-04 | 1 | -0/+4 |
* | Fix leak in reused display lists | Chet Haase | 2011-02-03 | 2 | -3/+14 |
* | Fixes cache misses and extra allocations. | Romain Guy | 2011-02-03 | 5 | -151/+59 |
* | Allocate layers from the layers pool. | Romain Guy | 2011-02-02 | 5 | -77/+101 |
* | Don't clobber the local dirty rect after rendering a layer. | Romain Guy | 2011-02-02 | 1 | -4/+2 |
* | Fix incorrect dirty rectangle transformation in hardware layers. | Romain Guy | 2011-02-01 | 1 | -0/+1 |
* | Update layers based on the dirty region. | Romain Guy | 2011-02-01 | 3 | -20/+49 |
* | Add more debug info for profiling. | Romain Guy | 2011-01-27 | 2 | -3/+37 |
* | Merge "Fix display List bugs" into honeycomb | Chet Haase | 2011-01-26 | 1 | -1/+1 |
|\ |
|
| * | Fix display List bugs | Chet Haase | 2011-01-26 | 1 | -1/+1 |
* | | Don't draw the same triangles several times. | Romain Guy | 2011-01-26 | 2 | -10/+16 |
|/ |
|
* | Remove unused API | Romain Guy | 2011-01-26 | 4 | -40/+2 |
* | Make sure the opaque bitmap is opaque. GL doesn't like being lied to. | Romain Guy | 2011-01-25 | 1 | -6/+3 |
* | Remove debugging log left by mistake. | Romain Guy | 2011-01-25 | 1 | -2/+0 |
* | Fix display list support for shapes. | Romain Guy | 2011-01-24 | 1 | -1/+1 |
* | Fix rendering issues with animated layers. | Romain Guy | 2011-01-24 | 1 | -3/+4 |
* | Enable partial invalidates when rendering with OpenGL. | Romain Guy | 2011-01-24 | 6 | -12/+17 |
* | Use optimized display lists for all hwaccelerated rendering | Chet Haase | 2011-01-24 | 6 | -51/+231 |
* | Fix bitmap meshes to work in display lists. | Romain Guy | 2011-01-23 | 2 | -2/+3 |
* | Add support for arcs. | Romain Guy | 2011-01-23 | 7 | -0/+127 |
* | Add support for ovals and stroked rectangles. | Romain Guy | 2011-01-23 | 7 | -15/+177 |
* | Always render text underline extra. | Romain Guy | 2011-01-23 | 2 | -3/+8 |
* | Collapse sucessive calls to restoreToCount() in display lists. | Romain Guy | 2011-01-23 | 2 | -2/+19 |
* | Fix potential crash in display lists. | Romain Guy | 2011-01-23 | 1 | -0/+1 |
* | Fix regression with hardware layers. | Romain Guy | 2011-01-22 | 2 | -26/+29 |
* | Log only 1 line per process when using OpenGLRenderer. | Romain Guy | 2011-01-21 | 10 | -25/+47 |
* | Add support for drawBitmapMesh(). | Romain Guy | 2011-01-20 | 4 | -0/+90 |
* | Remove unnecessary code. | Romain Guy | 2011-01-20 | 6 | -340/+91 |
* | Merge "Add rounded rects and circles support to OpenGLRenderer." into honeycomb | Romain Guy | 2011-01-19 | 11 | -27/+638 |
|\ |
|
| * | Add rounded rects and circles support to OpenGLRenderer. | Romain Guy | 2011-01-19 | 11 | -27/+638 |
* | | Don't attempt to create empty layers. | Romain Guy | 2011-01-19 | 2 | -18/+28 |
|/ |
|