| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix drawing issues with layers. | Romain Guy | 2010-08-18 | 1 | -13/+34 |
* | Fix the build. | Romain Guy | 2010-08-18 | 1 | -4/+1 |
* | Layers were using an extra Snapshot causing extra clipping. | Romain Guy | 2010-08-18 | 1 | -35/+23 |
* | Fix save()/restore() issues in the OpenGL renderer. | Romain Guy | 2010-08-17 | 1 | -12/+19 |
* | Correctly set the viewport in layers. | Romain Guy | 2010-08-17 | 1 | -44/+44 |
* | Cleanup, better code reuse. | Romain Guy | 2010-08-16 | 1 | -157/+145 |
* | Add drop shadows. | Romain Guy | 2010-08-13 | 1 | -51/+113 |
* | Bunch of fixes. | Romain Guy | 2010-08-11 | 1 | -2/+10 |
* | Add support for text underline and strikethru. | Romain Guy | 2010-08-10 | 1 | -2/+49 |
* | Fix tons of bugs and add new text rendering support. | Romain Guy | 2010-08-10 | 1 | -0/+4 |
* | Enforce maximum texture size. | Romain Guy | 2010-08-07 | 1 | -0/+5 |
* | Automatically cleanup textures that don't fit in the cache. | Romain Guy | 2010-08-06 | 1 | -1/+8 |
* | Add support for paths. | Romain Guy | 2010-08-05 | 1 | -2/+78 |
* | Add support for ColorFilters. | Romain Guy | 2010-08-02 | 1 | -3/+36 |
* | Refactor Skia shaders handling. | Romain Guy | 2010-07-30 | 1 | -180/+47 |
* | Fix improper clipping after a save() | Romain Guy | 2010-07-30 | 1 | -2/+3 |
* | Fix gradients rendering and destructor crashes. | Romain Guy | 2010-07-29 | 1 | -22/+12 |
* | Moved all the rendering code to the new shader generator. | Romain Guy | 2010-07-29 | 1 | -77/+117 |
* | Generate shaders to cover all possible cases. | Romain Guy | 2010-07-27 | 1 | -26/+31 |
* | When font cache still has empty space, | Alex Sakhartchouk | 2010-07-26 | 1 | -1/+1 |
* | Add text alignment support to drawText(). | Romain Guy | 2010-07-23 | 1 | -2/+21 |
* | Cleanup, added properties for the FontRenderer. | Romain Guy | 2010-07-23 | 1 | -6/+2 |
* | Add support for text culling. | Romain Guy | 2010-07-22 | 1 | -6/+4 |
* | Add text rendering. | Romain Guy | 2010-07-21 | 1 | -1/+36 |
* | Add preliminary support for text rendering. | Romain Guy | 2010-07-20 | 1 | -25/+31 |
* | Add support for linear gradients. | Romain Guy | 2010-07-19 | 1 | -13/+80 |
* | Add program for linear gradient. | Romain Guy | 2010-07-16 | 1 | -1/+5 |
* | Add plumbing to support gradients in OpenGL renderer. | Romain Guy | 2010-07-16 | 1 | -2/+17 |
* | Optimize textures binding. | Romain Guy | 2010-07-16 | 1 | -4/+7 |
* | Improve clip support (add intersect, union and replace.) | Romain Guy | 2010-07-16 | 1 | -35/+15 |
* | Add support for BitmapShader. | Romain Guy | 2010-07-15 | 1 | -33/+121 |
* | Do not apply transforms when using drawColor(). | Romain Guy | 2010-07-14 | 1 | -5/+10 |
* | Cleanup: remove unnecessary parameters. | Romain Guy | 2010-07-13 | 1 | -18/+13 |
* | Fix premultiplied alpha. | Romain Guy | 2010-07-12 | 1 | -1/+1 |
* | Correctly support pre-multiplied alpha, optimizations, more stuff. | Romain Guy | 2010-07-12 | 1 | -23/+50 |
* | Optimize shader binding changes. | Romain Guy | 2010-07-12 | 1 | -10/+17 |
* | Remove math from the vertex shader. | Romain Guy | 2010-07-09 | 1 | -2/+2 |
* | Fix alpha blending and improve fragment shaders performance. | Romain Guy | 2010-07-09 | 1 | -6/+5 |
* | Refactoring to move vertex computing to the Patch class. | Romain Guy | 2010-07-09 | 1 | -91/+2 |
* | Optimize blending state changes. | Romain Guy | 2010-07-09 | 1 | -48/+48 |
* | Draw n-patches using OpenGL. | Romain Guy | 2010-07-08 | 1 | -10/+121 |
* | Create FBOs in LayerCache. | Romain Guy | 2010-07-08 | 1 | -61/+10 |
* | Add support to draw 9patches in OpenGL. | Romain Guy | 2010-07-07 | 1 | -1/+7 |
* | Simpler way to deal with the FBO multi-cache. | Romain Guy | 2010-07-07 | 1 | -1/+1 |
* | Optimize FBO cache. | Romain Guy | 2010-07-07 | 1 | -1/+1 |
* | Add a layer (FBO) cache. | Romain Guy | 2010-07-06 | 1 | -40/+100 |
* | Remove extra leftover logs and use uint32_t instead of unsigned int. | Romain Guy | 2010-07-02 | 1 | -2/+0 |
* | Track the size in memory of the texture cache. | Romain Guy | 2010-07-01 | 1 | -2/+18 |
* | Don't use full screen FBOs, this dramatically increase performance. | Romain Guy | 2010-07-01 | 1 | -25/+53 |
* | Add implementation for drawBitmap(Bitmap, Rect, Rect, Paint) | Romain Guy | 2010-06-30 | 1 | -24/+57 |