| Commit message (Expand) | Author | Age | Files | Lines |
* | Add 3D transforms support to all gradients. | Romain Guy | 2010-10-07 | 1 | -1/+102 |
* | Apply 3D transformations to gradient shaders. | Romain Guy | 2010-10-06 | 1 | -1/+56 |
* | Code cleanup and disable display lists for now. | Romain Guy | 2010-10-05 | 1 | -0/+2 |
* | Apply bilinear filtering to text. | Romain Guy | 2010-10-01 | 3 | -0/+83 |
* | Fix INVALID_OPERATION error with layers rendering. | Romain Guy | 2010-10-01 | 4 | -1/+124 |
* | Add support for circular gradients to the GL renderer. | Romain Guy | 2010-09-21 | 1 | -11/+29 |
* | Add support for SweepGradient in the GL renderer. | Romain Guy | 2010-09-20 | 2 | -1/+106 |
* | Add support for drawLines(), with anti-aliasing | Romain Guy | 2010-09-16 | 2 | -1/+5 |
* | Fix 9patch rendering. | Romain Guy | 2010-09-15 | 2 | -4/+10 |
* | Fix rendering issue with layers intersecting the clip rect. | Romain Guy | 2010-09-13 | 5 | -17/+86 |
* | Optimize calls to glCopyTexImage2D(). | Romain Guy | 2010-09-12 | 1 | -1/+1 |
* | Correct implementation of saveLayer(). | Romain Guy | 2010-09-12 | 27 | -24/+244 |
* | Add support for advanced blend modes with the framebuffer. | Romain Guy | 2010-09-09 | 2 | -0/+121 |
* | Correctly set the viewport on window resize. | Romain Guy | 2010-09-07 | 3 | -0/+106 |
* | Add test for gamma correction. | Romain Guy | 2010-08-27 | 5 | -0/+191 |
* | Use only one GL context per process, share chaches. | Romain Guy | 2010-08-24 | 1 | -0/+12 |
* | Add support for textScaleX. | Romain Guy | 2010-08-20 | 1 | -2/+1 |
* | Test setTextScaleX() | Romain Guy | 2010-08-20 | 2 | -2/+16 |
* | Update OpenGLRenderer test to test opaque ARGB8888 bitmaps. | Romain Guy | 2010-08-19 | 4 | -0/+92 |
* | Layers were using an extra Snapshot causing extra clipping. | Romain Guy | 2010-08-18 | 1 | -0/+2 |
* | Fix save()/restore() issues in the OpenGL renderer. | Romain Guy | 2010-08-17 | 2 | -0/+52 |
* | Correctly set the viewport in layers. | Romain Guy | 2010-08-17 | 3 | -19/+84 |
* | Cleanup, better code reuse. | Romain Guy | 2010-08-16 | 2 | -0/+74 |
* | Add drop shadows. | Romain Guy | 2010-08-13 | 1 | -1/+9 |
* | Add extra blending modes. | Romain Guy | 2010-08-10 | 2 | -0/+147 |
* | Add support for text underline and strikethru. | Romain Guy | 2010-08-10 | 1 | -0/+15 |
* | Fix tons of bugs and add new text rendering support. | Romain Guy | 2010-08-10 | 2 | -0/+49 |
* | Add 3d transformation test. | Romain Guy | 2010-08-05 | 2 | -1/+107 |
* | Add support for paths. | Romain Guy | 2010-08-05 | 2 | -0/+153 |
* | Add android:hardwareAccelerated to Activity. | Romain Guy | 2010-08-04 | 2 | -0/+119 |
* | Add support for ColorFilters. | Romain Guy | 2010-08-02 | 3 | -0/+113 |
* | Refactor Skia shaders handling. | Romain Guy | 2010-07-30 | 1 | -2/+1 |
* | Fix improper clipping after a save() | Romain Guy | 2010-07-30 | 2 | -0/+144 |
* | Fix gradients rendering and destructor crashes. | Romain Guy | 2010-07-29 | 1 | -1/+1 |
* | Moved all the rendering code to the new shader generator. | Romain Guy | 2010-07-29 | 1 | -0/+1 |
* | Add text alignment support to drawText(). | Romain Guy | 2010-07-23 | 1 | -1/+7 |
* | Add support for text culling. | Romain Guy | 2010-07-22 | 6 | -0/+171 |
* | Add text rendering. | Romain Guy | 2010-07-21 | 2 | -0/+69 |
* | Add support for linear gradients. | Romain Guy | 2010-07-19 | 1 | -1/+1 |
* | Add support for BitmapShader. | Romain Guy | 2010-07-15 | 3 | -3/+149 |
* | Do not apply transforms when using drawColor(). | Romain Guy | 2010-07-14 | 3 | -141/+72 |
* | Prevent crash in ListView when changing cache hint. | Romain Guy | 2010-07-14 | 1 | -0/+141 |
* | Correctly support pre-multiplied alpha, optimizations, more stuff. | Romain Guy | 2010-07-12 | 2 | -0/+71 |
* | Fix alpha blending and improve fragment shaders performance. | Romain Guy | 2010-07-09 | 1 | -0/+1 |
* | Draw n-patches using OpenGL. | Romain Guy | 2010-07-08 | 2 | -0/+49 |
* | Don't use full screen FBOs, this dramatically increase performance. | Romain Guy | 2010-07-01 | 2 | -0/+0 |
* | Add implementation for drawBitmap(Bitmap, Rect, Rect, Paint) | Romain Guy | 2010-06-30 | 2 | -0/+87 |
* | Add implementation for drawBitmap(). | Romain Guy | 2010-06-30 | 2 | -4/+15 |
* | Add hooks for drawBitmap(). | Romain Guy | 2010-06-30 | 4 | -0/+89 |
* | Add support for saveLayer(). | Romain Guy | 2010-06-28 | 4 | -8/+123 |