summaryrefslogtreecommitdiffstats
path: root/core/jni/android_view_GLES20Canvas.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for linear gradients.Romain Guy2010-07-191-4/+4
* Add program for linear gradient.Romain Guy2010-07-161-2/+2
* Add plumbing to support gradients in OpenGL renderer.Romain Guy2010-07-161-1/+8
* Improve clip support (add intersect, union and replace.)Romain Guy2010-07-161-6/+9
* Add support for BitmapShader.Romain Guy2010-07-151-0/+19
* Remove support for density compatibility in the hardware renderer.Romain Guy2010-07-091-73/+40
* Add support to draw 9patches in OpenGL.Romain Guy2010-07-071-0/+29
* Don't use full screen FBOs, this dramatically increase performance.Romain Guy2010-07-011-4/+14
* Add implementation for drawBitmap(Bitmap, Rect, Rect, Paint)Romain Guy2010-06-301-3/+7
* Add hooks for drawBitmap().Romain Guy2010-06-301-47/+74
* Add implementations for saveLayerAlpha() and textured rects.Romain Guy2010-06-261-24/+43
* Convert tabs to spaces.Romain Guy2010-06-251-14/+14
* Implement quickReject() and drawRect().Romain Guy2010-06-251-19/+35
* Add colored rectangles implementation in OpenGLRenderer.Romain Guy2010-06-241-0/+39
* Add support for transformations.Romain Guy2010-06-231-31/+69
* Add implementations for clipRect(), save() and restore().Romain Guy2010-06-231-6/+54
* Fix the simulator build.Romain Guy2010-06-221-4/+18
* Add libhwui, to hardware accelerate the Canvas API using OpenGL ES 2.0.Romain Guy2010-06-171-0/+71