| Commit message (Expand) | Author | Age | Files | Lines |
* | Draw n-patches using OpenGL. | Romain Guy | 2010-07-08 | 9 | -31/+457 |
* | Create FBOs in LayerCache. | Romain Guy | 2010-07-08 | 3 | -64/+89 |
* | Add support to draw 9patches in OpenGL. | Romain Guy | 2010-07-07 | 2 | -1/+10 |
* | Simpler way to deal with the FBO multi-cache. | Romain Guy | 2010-07-07 | 10 | -496/+33 |
* | Optimize FBO cache. | Romain Guy | 2010-07-07 | 9 | -55/+541 |
* | Add a layer (FBO) cache. | Romain Guy | 2010-07-06 | 10 | -101/+427 |
* | Remove extra leftover logs and use uint32_t instead of unsigned int. | Romain Guy | 2010-07-02 | 5 | -20/+18 |
* | Track the size in memory of the texture cache. | Romain Guy | 2010-07-01 | 4 | -17/+129 |
* | Don't use full screen FBOs, this dramatically increase performance. | Romain Guy | 2010-07-01 | 3 | -27/+70 |
* | Add implementation for drawBitmap(Bitmap, Rect, Rect, Paint) | Romain Guy | 2010-06-30 | 3 | -25/+72 |
* | Add implementation for drawBitmap(). | Romain Guy | 2010-06-30 | 3 | -27/+66 |
* | Remove unnecessary return and add bitmap generation ID tracking. | Romain Guy | 2010-06-30 | 3 | -6/+15 |
* | Fix the build. | Romain Guy | 2010-06-30 | 3 | -9/+10 |
* | Add hooks for drawBitmap(). | Romain Guy | 2010-06-30 | 7 | -2/+411 |
* | Add support for saveLayer(). | Romain Guy | 2010-06-28 | 3 | -45/+115 |
* | Implement support for PorterDuff's blending modes. | Romain Guy | 2010-06-28 | 2 | -31/+105 |
* | Reduced the complexity of layers composition. | Romain Guy | 2010-06-27 | 8 | -250/+549 |
* | Add implementations for saveLayerAlpha() and textured rects. | Romain Guy | 2010-06-26 | 7 | -16/+230 |
* | Convert tabs to spaces. | Romain Guy | 2010-06-25 | 6 | -409/+409 |
* | Implement quickReject() and drawRect(). | Romain Guy | 2010-06-25 | 5 | -123/+161 |
* | Add colored rectangles implementation in OpenGLRenderer. | Romain Guy | 2010-06-24 | 7 | -19/+317 |
* | Add support for transformations. | Romain Guy | 2010-06-23 | 4 | -40/+162 |
* | Add implementations for clipRect(), save() and restore(). | Romain Guy | 2010-06-23 | 4 | -5/+246 |
* | Fix simulator build again. | Romain Guy | 2010-06-22 | 2 | -5/+1 |
* | Fix the simulator build. | Romain Guy | 2010-06-22 | 5 | -23/+47 |
* | Add glOrtho equivalent to the OpenGL ES 2.0 renderer. | Romain Guy | 2010-06-21 | 5 | -2/+263 |
* | Add libhwui, to hardware accelerate the Canvas API using OpenGL ES 2.0. | Romain Guy | 2010-06-17 | 5 | -0/+284 |