| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing public native API | Romain Guy | 2011-10-12 | 1 | -1/+3 |
* | Add an API to set the transform on a TextureView's surface texture. | Romain Guy | 2011-08-16 | 1 | -0/+2 |
* | Don't apply AA to rects with no rotation/perspective. | Romain Guy | 2011-06-09 | 1 | -0/+1 |
* | Add support for skew() | Romain Guy | 2011-01-18 | 1 | -0/+7 |
* | Correctly render text when coordinates are not integers. | Romain Guy | 2010-12-06 | 1 | -0/+2 |
* | Optimize FBO drawing with regions. | Romain Guy | 2010-11-02 | 1 | -3/+3 |
* | Apply bilinear filtering on text only when necessary. | Romain Guy | 2010-10-04 | 1 | -0/+2 |
* | Add support for circular gradients to the GL renderer. | Romain Guy | 2010-09-21 | 1 | -0/+2 |
* | Fix GC issue, fix local shader transformations. | Romain Guy | 2010-08-12 | 1 | -3/+1 |
* | Better support for rotation and perspective matrices. | Romain Guy | 2010-08-12 | 1 | -0/+16 |
* | Improve clip support (add intersect, union and replace.) | Romain Guy | 2010-07-16 | 1 | -0/+2 |
* | Do not apply transforms when using drawColor(). | Romain Guy | 2010-07-14 | 1 | -0/+3 |
* | Add implementations for saveLayerAlpha() and textured rects. | Romain Guy | 2010-06-26 | 1 | -0/+3 |
* | Convert tabs to spaces. | Romain Guy | 2010-06-25 | 1 | -47/+47 |
* | Implement quickReject() and drawRect(). | Romain Guy | 2010-06-25 | 1 | -4/+4 |
* | Add colored rectangles implementation in OpenGLRenderer. | Romain Guy | 2010-06-24 | 1 | -3/+9 |
* | Add support for transformations. | Romain Guy | 2010-06-23 | 1 | -1/+9 |
* | Fix the simulator build. | Romain Guy | 2010-06-22 | 1 | -0/+100 |