| Commit message (Expand) | Author | Age | Files | Lines |
* | When font cache still has empty space, | Alex Sakhartchouk | 2010-07-26 | 3 | -14/+65 |
* | Add text alignment support to drawText(). | Romain Guy | 2010-07-23 | 2 | -3/+22 |
* | Updating parts of font cache as needed instead of the entire map. | Alex Sakhartchouk | 2010-07-23 | 2 | -11/+46 |
* | Cleanup, added properties for the FontRenderer. | Romain Guy | 2010-07-23 | 6 | -66/+147 |
* | Add a way to query GL extensions. | Romain Guy | 2010-07-22 | 4 | -6/+79 |
* | Add support for text culling. | Romain Guy | 2010-07-22 | 4 | -49/+41 |
* | Add text rendering. | Romain Guy | 2010-07-21 | 8 | -1/+731 |
* | Add preliminary support for text rendering. | Romain Guy | 2010-07-20 | 2 | -27/+38 |
* | Add support for linear gradients. | Romain Guy | 2010-07-19 | 9 | -15/+367 |
* | Add program for linear gradient. | Romain Guy | 2010-07-16 | 6 | -3/+102 |
* | Add plumbing to support gradients in OpenGL renderer. | Romain Guy | 2010-07-16 | 3 | -20/+42 |
* | Optimize textures binding. | Romain Guy | 2010-07-16 | 4 | -7/+10 |
* | Improve clip support (add intersect, union and replace.) | Romain Guy | 2010-07-16 | 6 | -68/+104 |
* | Add support for BitmapShader. | Romain Guy | 2010-07-15 | 5 | -43/+186 |
* | Do not apply transforms when using drawColor(). | Romain Guy | 2010-07-14 | 4 | -7/+26 |
* | Enable 32-bits only assets. | Romain Guy | 2010-07-13 | 1 | -1/+1 |
* | Cleanup: remove unnecessary parameters. | Romain Guy | 2010-07-13 | 2 | -26/+18 |
* | Fix premultiplied alpha. | Romain Guy | 2010-07-12 | 2 | -3/+3 |
* | Correctly support pre-multiplied alpha, optimizations, more stuff. | Romain Guy | 2010-07-12 | 4 | -29/+102 |
* | Optimize shader binding changes. | Romain Guy | 2010-07-12 | 5 | -15/+53 |
* | Remove math from the vertex shader. | Romain Guy | 2010-07-09 | 5 | -27/+24 |
* | Fix alpha blending and improve fragment shaders performance. | Romain Guy | 2010-07-09 | 6 | -18/+10 |
* | Refactoring to move vertex computing to the Patch class. | Romain Guy | 2010-07-09 | 5 | -153/+203 |
* | Optimize blending state changes. | Romain Guy | 2010-07-09 | 3 | -50/+97 |
* | 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 |