summaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Expand)AuthorAgeFilesLines
* merge from open-source masterThe Android Open Source Project2010-03-302-3/+4
|\
| * Fix typos in comment.David Hoover2010-03-281-1/+2
| * setCornerRadii should be called when either of corners radius is specifiedviral.vkm2010-03-251-2/+2
* | am 0b9bbb6d: DO NOT MERGE. Merge Froyo renderscript to Eclair to support live...Jason Sams2010-02-1211-614/+689
|\ \ | |/ |/|
| * DO NOT MERGE. Merge Froyo renderscript to Eclair to support live wallpapers o...Jason Sams2010-02-1111-614/+689
* | merge from open-source masterThe Android Open Source Project2010-02-111-5/+19
|\ \
| * | Default RotateDrawable's pivot set to (50%, 50%)Cyril Mottier2010-02-061-5/+19
| * | merge from eclairJean-Baptiste Queru2009-11-1546-174/+5700
| |\ \
| | * | eclair snapshotJean-Baptiste Queru2009-11-1346-175/+5701
* | | | am a66baccc: Merge "Do not merge" into eclairMike Reed2010-01-201-0/+173
|\ \ \ \ | | |_|/ | |/| |
| * | | Do not mergeMike Reed2010-01-201-0/+173
* | | | am fd2f6358: Merge change I771bebb9 into eclairJason Sams2009-12-0711-0/+71
|\ \ \ \ | |/ / /
| * | | Add Java exceptions to catch RS calls with no context or no surface.Jason Sams2009-12-0711-0/+71
* | | | am c7a63eea: Add a new field to Intent that allows you to give a hint about w...Joe Onorato2009-12-021-0/+42
|\ \ \ \ | |/ / /
| * | | Add a new field to Intent that allows you to give a hint about what on screen...Joe Onorato2009-12-021-0/+42
* | | | am fa0394c9: Merge change I715333b8 into eclairJason Sams2009-11-172-1/+14
|\ \ \ \ | |/ / /
| * | | Add support for dumping RS objects to aid in debugging of white blocks bug.Jason Sams2009-11-172-1/+14
* | | | am ec8178eb: Merge change I9c1bad53 into eclairJason Sams2009-11-162-0/+27
|\ \ \ \ | |/ / /
| * | | Add setPriority to allow wallpapers to run at lower cpu priority than default.Jason Sams2009-11-152-0/+27
* | | | am 59175ac2: Merge change I81b1421a into eclairJason Sams2009-11-123-39/+30
|\ \ \ \ | |/ / /
| * | | Defer EGL init until the surface changed call comes in. Pass w,h along with ...Jason Sams2009-11-123-39/+30
* | | | merge from open-source masterJean-Baptiste Queru2009-11-111-3/+12
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Correction of an error in the setRotate method of the ColorMatrix class.Olivier Goutet2009-11-051-3/+12
| * | merge from donutJean-Baptiste Queru2009-08-038-304/+563
| |\ \ | | |/
| | * donut snapshotJean-Baptiste Queru2009-07-318-304/+563
| * | merge from donutJean-Baptiste Queru2009-07-295-45/+82
| |\ \ | | |/
| | * donut snapshotJean-Baptiste Queru2009-07-295-45/+82
| * | Merge korg/donut into korg/masterJean-Baptiste Queru2009-07-2515-175/+739
| |\ \ | | |/
| | * donut snapshotJean-Baptiste Queru2009-07-2110-75/+471
| | * donut snapshotJean-Baptiste Queru2009-05-2010-105/+279
| * | Lazily allocate the mBounds Rect in Drawable.Brad Fitzpatrick2009-04-271-2/+8
| |/
* | Support applications changing the surface attached to the RS.Jason Sams2009-11-033-0/+31
* | add table maskfilterMike Reed2009-10-301-0/+46
* | Fix type in Java enums. Not currently used, easier to fix now than when apps...Jason Sams2009-10-281-2/+2
* | Fix bug exposed by filmstrip. The updated and expanded SimpleMesh had an ord...Jason Sams2009-10-161-5/+5
* | Add script to script call support. Add exception to catch out of bound index...Jason Sams2009-10-071-0/+5
* | add (hidden) setHasAlpha() to allow clients like the view's cache to hint tha...Mike Reed2009-10-071-1/+25
* | Implement data push from scripts. Fixes the problem where apps would have to...Jason Sams2009-10-062-0/+89
* | Update the SimpleMesh API to support new attribute types. Also spilt add/set...Jason Sams2009-10-021-51/+79
* | hide setGammaForText, which is only used for calibrating new devicesMike Reed2009-10-011-0/+2
* | Update from API review.Dianne Hackborn2009-09-301-0/+2
* | if we have a single value for roundrect radius, manually clamp it before draw...Mike Reed2009-09-291-0/+9
* | Whoops, these shouldn't be public.Dianne Hackborn2009-09-291-4/+4
* | Merge change I6cacaa0d into eclairAndroid (Google) Code Review2009-09-291-12/+114
|\ \
| * | Hack to fix issue #2125365: Sports Trivia compatability with EclairDianne Hackborn2009-09-281-12/+114
* | | Fix but processing raster state pragma.Jason Sams2009-09-281-2/+2
|/ /
* | Improve logging code to dump more detaild rs object info. Fix bug with prede...Jason Sams2009-09-275-156/+195
* | Reduce debugging spew and add props to selectivly re-enable it.Jason Sams2009-09-251-7/+7
* | Improve renderscript context teardown. Track object in the system and then f...Jason Sams2009-09-252-1/+6
* | Add a method to destroy the RS object.Joe Onorato2009-09-251-1/+4