| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't clear the framebuffer when not needed. | Romain Guy | 2010-10-06 | 1 | -1/+1 |
| * | Optimize saveLayer() when the clip flag is set. | Romain Guy | 2010-10-05 | 1 | -1/+2 |
| * | Add display lists caching. | Romain Guy | 2010-09-29 | 1 | -1/+5 |
| * | Adding display lists to the GL renderer (checkpoint.) | Romain Guy | 2010-09-26 | 1 | -20/+20 |
| * | Add debug mode to measure performance. | Romain Guy | 2010-09-24 | 1 | -26/+32 |
| * | Fix OpenGL errors in various places. | Romain Guy | 2010-09-22 | 1 | -4/+0 |
| * | Add support for non AA lines. | Romain Guy | 2010-09-17 | 1 | -0/+6 |
| * | Add support for drawLines(), with anti-aliasing | Romain Guy | 2010-09-16 | 1 | -0/+15 |
| * | Better error handling in the OpenGL renderer. | Romain Guy | 2010-09-16 | 1 | -0/+10 |
| * | Fix 9patch rendering. | Romain Guy | 2010-09-15 | 1 | -1/+1 |
| * | Document the implementation of saveLayer(). | Romain Guy | 2010-09-13 | 1 | -2/+1 |
| * | Optimize calls to glCopyTexImage2D(). | Romain Guy | 2010-09-12 | 1 | -0/+11 |
| * | Correct implementation of saveLayer(). | Romain Guy | 2010-09-12 | 1 | -3/+13 |
| * | Add support for advanced blend modes with the framebuffer. | Romain Guy | 2010-09-09 | 1 | -1/+3 |
| * | Add support for Canvas flags on save. | Romain Guy | 2010-09-01 | 1 | -1/+3 |
| * | Add hooks for hardware accelerated WebView. | Romain Guy | 2010-08-31 | 1 | -0/+2 |
| * | Use only one GL context per process, share chaches. | Romain Guy | 2010-08-24 | 1 | -24/+2 |
| * | Layers were using an extra Snapshot causing extra clipping. | Romain Guy | 2010-08-18 | 1 | -3/+4 |
| * | Cleanup, better code reuse. | Romain Guy | 2010-08-16 | 1 | -5/+44 |
| * | Add drop shadows. | Romain Guy | 2010-08-13 | 1 | -0/+40 |
| * | Add support for paths. | Romain Guy | 2010-08-05 | 1 | -0/+3 |
| * | Add support for ColorFilters. | Romain Guy | 2010-08-02 | 1 | -0/+7 |
| * | Refactor Skia shaders handling. | Romain Guy | 2010-07-30 | 1 | -59/+3 |
| * | Fix gradients rendering and destructor crashes. | Romain Guy | 2010-07-29 | 1 | -5/+1 |
| * | Moved all the rendering code to the new shader generator. | Romain Guy | 2010-07-29 | 1 | -21/+7 |
| * | Generate shaders to cover all possible cases. | Romain Guy | 2010-07-27 | 1 | -2/+4 |
| * | Add text alignment support to drawText(). | Romain Guy | 2010-07-23 | 1 | -1/+1 |
| * | Cleanup, added properties for the FontRenderer. | Romain Guy | 2010-07-23 | 1 | -3/+4 |
| * | Add a way to query GL extensions. | Romain Guy | 2010-07-22 | 1 | -0/+3 |
| * | Add text rendering. | Romain Guy | 2010-07-21 | 1 | -0/+7 |
| * | Add preliminary support for text rendering. | Romain Guy | 2010-07-20 | 1 | -2/+7 |
| * | Add support for linear gradients. | Romain Guy | 2010-07-19 | 1 | -1/+18 |
| * | Add program for linear gradient. | Romain Guy | 2010-07-16 | 1 | -2/+4 |
| * | Add plumbing to support gradients in OpenGL renderer. | Romain Guy | 2010-07-16 | 1 | -2/+9 |
| * | Optimize textures binding. | Romain Guy | 2010-07-16 | 1 | -0/+3 |
| * | Improve clip support (add intersect, union and replace.) | Romain Guy | 2010-07-16 | 1 | -1/+2 |
| * | Add support for BitmapShader. | Romain Guy | 2010-07-15 | 1 | -9/+48 |
| * | Do not apply transforms when using drawColor(). | Romain Guy | 2010-07-14 | 1 | -1/+2 |
| * | Cleanup: remove unnecessary parameters. | Romain Guy | 2010-07-13 | 1 | -8/+5 |
| * | Fix premultiplied alpha. | Romain Guy | 2010-07-12 | 1 | -2/+2 |
| * | Correctly support pre-multiplied alpha, optimizations, more stuff. | Romain Guy | 2010-07-12 | 1 | -3/+5 |
| * | Optimize shader binding changes. | Romain Guy | 2010-07-12 | 1 | -1/+10 |
| * | Refactoring to move vertex computing to the Patch class. | Romain Guy | 2010-07-09 | 1 | -6/+0 |
| * | Optimize blending state changes. | Romain Guy | 2010-07-09 | 1 | -2/+44 |
| * | Draw n-patches using OpenGL. | Romain Guy | 2010-07-08 | 1 | -19/+16 |
| * | Add support to draw 9patches in OpenGL. | Romain Guy | 2010-07-07 | 1 | -0/+3 |
| * | Add a layer (FBO) cache. | Romain Guy | 2010-07-06 | 1 | -0/+3 |
| * | Don't use full screen FBOs, this dramatically increase performance. | Romain Guy | 2010-07-01 | 1 | -2/+2 |
| * | Add implementation for drawBitmap(Bitmap, Rect, Rect, Paint) | Romain Guy | 2010-06-30 | 1 | -1/+14 |
| * | Add implementation for drawBitmap(). | Romain Guy | 2010-06-30 | 1 | -2/+3 |