| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |