summaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Expand)AuthorAgeFilesLines
* Continue es2 shader devJason Sams2009-12-155-13/+63
* Continue development of es2.0 user shader support for renderscript. This cha...Jason Sams2009-12-154-98/+184
* Remove check for surface valid that is no longer valid.Jason Sams2009-12-141-3/+3
* am 54f5ca41: am ffacbc34: am fd2f6358: Merge change I771bebb9 into eclairJason Sams2009-12-0711-0/+71
|\
| * am ffacbc34: am fd2f6358: Merge change I771bebb9 into eclairJason Sams2009-12-0711-0/+71
| |\
| | * 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 dbed5350: am b28632a5: am c7a63eea: Add a new field to Intent that allows ...Joe Onorato2009-12-031-0/+42
|\ \ \ \ | |/ / /
| * | | am b28632a5: am c7a63eea: Add a new field to Intent that allows you to give a...Joe Onorato2009-12-021-0/+42
| |\ \ \ | | |/ /
| | * | 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
* | | | Beging GL2 user shaders. Switch master to using GL2 by default.Jason Sams2009-11-304-3/+47
|/ / /
* | | am f56f317f: am fa0394c9: Merge change I715333b8 into eclairJason Sams2009-11-172-1/+14
|\ \ \ | |/ /
| * | 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 22186a2c: am ec8178eb: Merge change I9c1bad53 into eclairJason Sams2009-11-162-0/+27
|\ \ \ | |/ /
| * | 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
* | | merge from open-source masterJean-Baptiste Queru2009-11-151-3/+12
|\ \ \ | |/ / |/| |
| * | am 59175ac2: Merge change I81b1421a into eclairJason 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
| | |/ /
* | | | Merge change I736c525a into eclair-mr2Android (Google) Code Review2009-11-131-10/+13
|\ \ \ \
| * | | | update dox to account for different behavior between AVOID and TARGET modesMike Reed2009-11-121-10/+13
* | | | | 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
| |/ /
* | | am decc139b: Merge change I7a824efc into eclairJason Sams2009-11-033-0/+31
|\ \ \ | |/ /
| * | Support applications changing the surface attached to the RS.Jason Sams2009-11-033-0/+31
* | | am 1864d01f: Merge change Iae849da2 into eclairMike Reed2009-10-301-0/+46
|\ \ \ | |/ /
| * | add table maskfilterMike Reed2009-10-301-0/+46
* | | am ec1f1e3d: Merge change Ieab4c75b into eclairJason Sams2009-10-291-2/+2
|\ \ \ | |/ /
| * | Fix type in Java enums. Not currently used, easier to fix now than when apps...Jason Sams2009-10-281-2/+2
* | | add boundary patchMike Reed2009-10-281-0/+173
|/ /
* | 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