summaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Expand)AuthorAgeFilesLines
* Do not mergeMike Reed2010-01-201-0/+173
* Add Java exceptions to catch RS calls with no context or no surface.Jason Sams2009-12-0711-0/+71
* Add a new field to Intent that allows you to give a hint about what on screen...Joe Onorato2009-12-021-0/+42
* Add support for dumping RS objects to aid in debugging of white blocks bug.Jason Sams2009-11-172-1/+14
* Add setPriority to allow wallpapers to run at lower cpu priority than default.Jason Sams2009-11-152-0/+27
* Defer EGL init until the surface changed call comes in. Pass w,h along with ...Jason Sams2009-11-123-39/+30
* 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
* Implement pause/resume for the RS thread.Jason Sams2009-09-243-2/+37
* Remove depricated triangleMesh.Jason Sams2009-09-232-150/+15
* Fix issue #2125720 Weather Forecast Widget - graphics do not scaleDianne Hackborn2009-09-231-2/+7
* Merge change 26667 into eclairAndroid (Google) Code Review2009-09-234-3/+180
|\
| * Add raster object to control point and line params. Add flag to force SW rend...Jason Sams2009-09-234-3/+180
* | Fix #2101821: Cut labels of menu items in "SnapTell" market app.Dianne Hackborn2009-09-231-6/+20
|/
* Implement more type checks on Allocations.Jason Sams2009-09-216-101/+185
* Fix 2092386: Support yuyv for camera preview format.Chih-Chung Chang2009-09-211-0/+7
* Clean up some debugging and add 2 math lib routines.Jason Sams2009-09-181-7/+0
* Merge change 25394 into eclairAndroid (Google) Code Review2009-09-161-5/+8
|\
| * Add StateListDrawable's dither flag to the constant state.Romain Guy2009-09-161-5/+8
* | Merge change 25185 into eclairAndroid (Google) Code Review2009-09-163-0/+64
|\ \ | |/ |/|
| * Implement renderscript Invokables.Jason Sams2009-09-163-0/+64
* | Build the BitmapShader if it hasn't been built yet.Romain Guy2009-09-151-1/+2
|/
* redraw once more on a touch-up if we've been dragging, so we can redraw in hi...Mike Reed2009-09-151-4/+10
* Merge change 25100 into eclairAndroid (Google) Code Review2009-09-153-4/+72
|\
| * Implement Object readback.Jason Sams2009-09-153-4/+72
* | Fix issue #2116977: buttons are huge and bentDianne Hackborn2009-09-1417-108/+263
|/
* Various cleanup around resources and nine-patches.Dianne Hackborn2009-09-111-0/+6
* change default for dither to trueMike Reed2009-09-114-10/+39
* resolved conflicts for merge of e0408aa1 to eclairScott Main2009-09-101-0/+6
|\
| * docs only.Scott Main2009-09-101-0/+6
* | default dithering to ON (cheap, looks good)Mike Reed2009-09-101-0/+10
* | Remove "predefined" elements from Java layer. Static elements continue to ex...Jason Sams2009-09-044-178/+236
* | Improve structure support using symbol lookup of named structures in scripts ...Jason Sams2009-09-035-28/+38