summaryrefslogtreecommitdiffstats
path: root/tests/HwAccelerationTest
Commit message (Expand)AuthorAgeFilesLines
* Update GL textures when changing a Bitmap's pixelsRomain Guy2011-03-212-0/+115
* Add support for drawPoint() and drawPoints().Romain Guy2011-03-211-2/+30
* Fix rendering artifact in edge fades.Romain Guy2011-03-143-1/+40
* Add support for partial invalidates in WebViewRomain Guy2011-03-071-5/+7
* Add a new Camera API to control the camera's locationRomain Guy2011-02-233-0/+61
* Dirty layers in the area covered by a drawBitmapMesh() callRomain Guy2011-02-103-2/+88
* Empty the clip rect when intersection is empty.Romain Guy2011-02-044-0/+118
* Allocate layers from the layers pool.Romain Guy2011-02-023-1/+201
* New API to let apps draw without layers.Romain Guy2011-02-013-0/+178
* Correctly set the alpha of a hardware layer before drawing it.Romain Guy2011-02-013-0/+172
* Enable partial invalidates when rendering with OpenGL.Romain Guy2011-01-242-2/+2
* Fix bitmap meshes to work in display lists.Romain Guy2011-01-231-11/+23
* Add support for arcs.Romain Guy2011-01-231-1/+25
* Add support for ovals and stroked rectangles.Romain Guy2011-01-231-0/+25
* Add support for drawBitmapMesh().Romain Guy2011-01-202-0/+76
* Add rounded rects and circles support to OpenGLRenderer.Romain Guy2011-01-192-0/+101
* Make embedded hardware layers work.Romain Guy2011-01-193-0/+165
* Add support for Paint::setTextSkewX in OpenGLRenderer.Romain Guy2011-01-181-2/+14
* Add support for skew()Romain Guy2011-01-182-0/+65
* Improve hardware layers rendering speed when setting a View's alpha.Romain Guy2011-01-171-0/+2
* Add BitmapFactory.Options.inMutable to load mutable bitmaps.Romain Guy2011-01-171-0/+9
* Fix 9patch rendering in ExpandableListView.Romain Guy2011-01-164-0/+66
* Better backend for hardware layers.Romain Guy2011-01-113-1/+119
* Composite layers as regions.Romain Guy2011-01-101-2/+3
* New layers API for Views.Romain Guy2011-01-0610-28/+330
* We are now Honeycomb.Dianne Hackborn2011-01-061-1/+1
* LayoutLib: support for layers.Xavier Ducrohet2010-12-224-15/+27
* LayoutLib: Misc rendering fixes.Xavier Ducrohet2010-12-213-20/+29
* LayoutLib: support for Path and BitmapShader using delegates.Xavier Ducrohet2010-12-216-14/+26
* Fix text shadow rendering issue.Romain Guy2010-12-151-0/+8
* Create some layout files for HwAccelerationTestXavier Ducrohet2010-12-1411-27/+90
* New, better line drawing implementation.Romain Guy2010-12-082-7/+20
* Fix rendering issue with layers.Romain Guy2010-11-031-0/+2
* Don't change textures wrap modes on every draw.Romain Guy2010-10-251-6/+8
* Fix clipping issue in StackView.Romain Guy2010-10-1521-0/+318
* Add 3D transforms support to all gradients.Romain Guy2010-10-071-1/+102
* Apply 3D transformations to gradient shaders.Romain Guy2010-10-061-1/+56
* Code cleanup and disable display lists for now.Romain Guy2010-10-051-0/+2
* Apply bilinear filtering to text.Romain Guy2010-10-013-0/+83
* Fix INVALID_OPERATION error with layers rendering.Romain Guy2010-10-014-1/+124
* Add support for circular gradients to the GL renderer.Romain Guy2010-09-211-11/+29
* Add support for SweepGradient in the GL renderer.Romain Guy2010-09-202-1/+106
* Add support for drawLines(), with anti-aliasingRomain Guy2010-09-162-1/+5
* Fix 9patch rendering.Romain Guy2010-09-152-4/+10
* Fix rendering issue with layers intersecting the clip rect.Romain Guy2010-09-135-17/+86
* Optimize calls to glCopyTexImage2D().Romain Guy2010-09-121-1/+1
* Correct implementation of saveLayer().Romain Guy2010-09-1227-24/+244
* Add support for advanced blend modes with the framebuffer.Romain Guy2010-09-092-0/+121
* Correctly set the viewport on window resize.Romain Guy2010-09-073-0/+106
* Add test for gamma correction.Romain Guy2010-08-275-0/+191