| Commit message (Expand) | Author | Age | Files | Lines |
* | Isolate tiling clip state from snapshot | Chris Craik | 2013-03-21 | 1 | -0/+2 |
* | Implement clipRect with a transform, clipRegion & clipPath | Romain Guy | 2013-01-17 | 1 | -5/+7 |
* | Fix a couple of rendering issues | Romain Guy | 2012-09-28 | 1 | -0/+5 |
* | Revert "Revert "Add more support for transformed clip rects and paths"" | Romain Guy | 2012-08-31 | 1 | -6/+3 |
* | Revert "Add more support for transformed clip rects and paths" | Mathias Agopian | 2012-08-31 | 1 | -3/+6 |
* | Add more support for transformed clip rects and paths | Romain Guy | 2012-08-31 | 1 | -6/+3 |
* | Optimization of alpha with DisplayList properties | Chet Haase | 2012-04-03 | 1 | -0/+11 |
* | Preliminary support for clipRect(Rect, Op) | Romain Guy | 2012-02-07 | 1 | -1/+24 |
* | Separate interface definition and implementation of Snapshot | Romain Guy | 2012-02-02 | 1 | -102/+36 |
* | Draw in the correct FBO after invoking a GL functor | Romain Guy | 2011-11-21 | 1 | -1/+2 |
* | Canvas.getClipBounds() was broken and unreliable with OpenGL ES 2.0 | Romain Guy | 2011-10-04 | 1 | -23/+9 |
* | Empty the clip rect when intersection is empty. | Romain Guy | 2011-02-04 | 1 | -0/+4 |
* | Don't blend transparent pixels when rendering layers. | Romain Guy | 2011-01-16 | 1 | -1/+1 |
* | Don't set the invisible flag when saving an empty layer. | Romain Guy | 2010-12-09 | 1 | -3/+14 |
* | Optimize FBO drawing with regions. | Romain Guy | 2010-11-02 | 1 | -4/+22 |
* | Fix text rendering issue. | Romain Guy | 2010-10-14 | 1 | -1/+0 |
* | Don't draw fully transparent views/primitives. | Romain Guy | 2010-10-11 | 1 | -3/+9 |
* | Optimize saveLayer() when the clip flag is set. | Romain Guy | 2010-10-05 | 1 | -3/+45 |
* | Snap the clip rectangle to pixel boundaries. | Romain Guy | 2010-10-04 | 1 | -0/+1 |
* | Docs updates. | Romain Guy | 2010-09-13 | 1 | -0/+5 |
* | Correct implementation of saveLayer(). | Romain Guy | 2010-09-12 | 1 | -51/+18 |
* | Add support for Canvas flags on save. | Romain Guy | 2010-09-01 | 1 | -31/+60 |
* | Fix drawing issues with layers. | Romain Guy | 2010-08-18 | 1 | -1/+7 |
* | Layers were using an extra Snapshot causing extra clipping. | Romain Guy | 2010-08-18 | 1 | -8/+1 |
* | Fix save()/restore() issues in the OpenGL renderer. | Romain Guy | 2010-08-17 | 1 | -1/+8 |
* | Correctly set the viewport in layers. | Romain Guy | 2010-08-17 | 1 | -1/+7 |
* | Better support for rotation and perspective matrices. | Romain Guy | 2010-08-12 | 1 | -15/+4 |
* | Bunch of fixes. | Romain Guy | 2010-08-11 | 1 | -4/+17 |
* | Fix improper clipping after a save() | Romain Guy | 2010-07-30 | 1 | -2/+7 |
* | Fix gradients rendering and destructor crashes. | Romain Guy | 2010-07-29 | 1 | -1/+1 |
* | Add support for text culling. | Romain Guy | 2010-07-22 | 1 | -9/+17 |
* | Add plumbing to support gradients in OpenGL renderer. | Romain Guy | 2010-07-16 | 1 | -16/+16 |
* | Improve clip support (add intersect, union and replace.) | Romain Guy | 2010-07-16 | 1 | -32/+47 |
* | Add support for BitmapShader. | Romain Guy | 2010-07-15 | 1 | -0/+12 |
* | Do not apply transforms when using drawColor(). | Romain Guy | 2010-07-14 | 1 | -1/+11 |
* | Optimize shader binding changes. | Romain Guy | 2010-07-12 | 1 | -1/+1 |
* | Add a layer (FBO) cache. | Romain Guy | 2010-07-06 | 1 | -29/+5 |
* | Don't use full screen FBOs, this dramatically increase performance. | Romain Guy | 2010-07-01 | 1 | -0/+15 |
* | Add support for saveLayer(). | Romain Guy | 2010-06-28 | 1 | -0/+7 |
* | Reduced the complexity of layers composition. | Romain Guy | 2010-06-27 | 1 | -0/+145 |