summaryrefslogtreecommitdiffstats
path: root/tests/HwAccelerationTest/res/layout
Commit message (Expand)AuthorAgeFilesLines
* Fix layer shader to store layer pointerChris Craik2015-02-181-3/+3
* Respect Z ordering in touch dispatch, software drawingChris Craik2014-05-281-0/+17
* Add elevation, Z properties to ViewChris Craik2014-04-281-1/+1
* Clip TouchFeedbackDrawable effect to receiver OutlineChris Craik2014-04-231-0/+26
* Remove isolated z volume testChris Craik2014-04-111-56/+0
* Fix build, removing hidden attrChris Craik2014-03-071-2/+0
* Improve isolatedZVolume testChris Craik2014-03-031-4/+10
* Rework and clean up DisplayList projectionChris Craik2014-02-061-2/+3
* Update reordering method names, and make 3d reordering API publicChris Craik2014-01-291-0/+52
* Support projection of DisplayLists onto ancestors.Chris Craik2014-01-151-0/+36
* Allow layers with a stencil buffer to be resized on the flyRomain Guy2013-01-181-3/+22
* Add support for QCOM_tiled_renderingRomain Guy2012-09-191-0/+1
* Removing setChildrenLayersEnabledMichael Jurka2012-06-282-62/+14
* Corrects invalidation logic for layered viewsChet Haase2012-05-021-0/+98
* Merge "New libhwui test activity"Romain Guy2012-04-031-0/+83
|\
| * New libhwui test activityRomain Guy2012-04-031-0/+83
* | Optimization of alpha with DisplayList propertiesChet Haase2012-04-031-0/+81
* | Re-enable DisplayList properties.Chet Haase2012-04-021-0/+145
|/
* Correctly apply linear filter to drawBitmap(Rect, Rect)Romain Guy2011-07-281-0/+38
* Add new ViewDebug APIs to profile the event queue.Romain Guy2011-07-151-2/+6
* Allocate layers from the layers pool.Romain Guy2011-02-021-0/+60
* New API to let apps draw without layers.Romain Guy2011-02-011-0/+48
* Correctly set the alpha of a hardware layer before drawing it.Romain Guy2011-02-011-0/+48
* Make embedded hardware layers work.Romain Guy2011-01-191-0/+48
* New layers API for Views.Romain Guy2011-01-068-28/+163
* LayoutLib: support for layers.Xavier Ducrohet2010-12-222-0/+12
* LayoutLib: Misc rendering fixes.Xavier Ducrohet2010-12-211-0/+6
* LayoutLib: support for Path and BitmapShader using delegates.Xavier Ducrohet2010-12-214-0/+12
* Create some layout files for HwAccelerationTestXavier Ducrohet2010-12-142-0/+12
* Fix clipping issue in StackView.Romain Guy2010-10-152-0/+85
* Apply bilinear filtering to text.Romain Guy2010-10-011-0/+45
* Correctly set the viewport on window resize.Romain Guy2010-09-071-0/+66
* Add test for gamma correction.Romain Guy2010-08-273-0/+69
* Fix save()/restore() issues in the OpenGL renderer.Romain Guy2010-08-171-0/+25
* Correctly set the viewport in layers.Romain Guy2010-08-172-0/+71
* Add support for text culling.Romain Guy2010-07-221-0/+53