| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't apply AA to rects with no rotation/perspective. | Romain Guy | 2011-06-09 | 1 | -0/+4 |
* | Add support for skew() | Romain Guy | 2011-01-18 | 1 | -0/+18 |
* | Correctly render text when coordinates are not integers. | Romain Guy | 2010-12-06 | 1 | -0/+5 |
* | Optimize FBO drawing with regions. | Romain Guy | 2010-11-02 | 1 | -0/+13 |
* | Use VBOs to render most geometries. | Romain Guy | 2010-10-18 | 1 | -3/+5 |
* | Fix clipping issue in StackView. | Romain Guy | 2010-10-15 | 1 | -1/+1 |
* | Optimize 9patch rendering. | Romain Guy | 2010-10-12 | 1 | -3/+1 |
* | Apply bilinear filtering on text only when necessary. | Romain Guy | 2010-10-04 | 1 | -0/+9 |
* | Add support for circular gradients to the GL renderer. | Romain Guy | 2010-09-21 | 1 | -0/+6 |
* | Correctly set the viewport in layers. | Romain Guy | 2010-08-17 | 1 | -6/+6 |
* | Fix GC issue, fix local shader transformations. | Romain Guy | 2010-08-12 | 1 | -2/+19 |
* | Better support for rotation and perspective matrices. | Romain Guy | 2010-08-12 | 1 | -98/+153 |
* | Moved all the rendering code to the new shader generator. | Romain Guy | 2010-07-29 | 1 | -0/+5 |
* | Improve clip support (add intersect, union and replace.) | Romain Guy | 2010-07-16 | 1 | -0/+19 |
* | Reduced the complexity of layers composition. | Romain Guy | 2010-06-27 | 1 | -1/+1 |
* | Add implementations for saveLayerAlpha() and textured rects. | Romain Guy | 2010-06-26 | 1 | -0/+8 |
* | Convert tabs to spaces. | Romain Guy | 2010-06-25 | 1 | -95/+95 |
* | Implement quickReject() and drawRect(). | Romain Guy | 2010-06-25 | 1 | -79/+79 |
* | Add colored rectangles implementation in OpenGLRenderer. | Romain Guy | 2010-06-24 | 1 | -2/+19 |
* | Add support for transformations. | Romain Guy | 2010-06-23 | 1 | -29/+65 |
* | Add implementations for clipRect(), save() and restore(). | Romain Guy | 2010-06-23 | 1 | -4/+6 |
* | Fix simulator build again. | Romain Guy | 2010-06-22 | 1 | -0/+1 |
* | Fix the simulator build. | Romain Guy | 2010-06-22 | 1 | -0/+148 |