index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
graphics
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not merge
Mike Reed
2010-01-20
1
-0
/
+173
*
Add Java exceptions to catch RS calls with no context or no surface.
Jason Sams
2009-12-07
11
-0
/
+71
*
Add a new field to Intent that allows you to give a hint about what on screen...
Joe Onorato
2009-12-02
1
-0
/
+42
*
Add support for dumping RS objects to aid in debugging of white blocks bug.
Jason Sams
2009-11-17
2
-1
/
+14
*
Add setPriority to allow wallpapers to run at lower cpu priority than default.
Jason Sams
2009-11-15
2
-0
/
+27
*
Defer EGL init until the surface changed call comes in. Pass w,h along with ...
Jason Sams
2009-11-12
3
-39
/
+30
*
Support applications changing the surface attached to the RS.
Jason Sams
2009-11-03
3
-0
/
+31
*
add table maskfilter
Mike Reed
2009-10-30
1
-0
/
+46
*
Fix type in Java enums. Not currently used, easier to fix now than when apps...
Jason Sams
2009-10-28
1
-2
/
+2
*
Fix bug exposed by filmstrip. The updated and expanded SimpleMesh had an ord...
Jason Sams
2009-10-16
1
-5
/
+5
*
Add script to script call support. Add exception to catch out of bound index...
Jason Sams
2009-10-07
1
-0
/
+5
*
add (hidden) setHasAlpha() to allow clients like the view's cache to hint tha...
Mike Reed
2009-10-07
1
-1
/
+25
*
Implement data push from scripts. Fixes the problem where apps would have to...
Jason Sams
2009-10-06
2
-0
/
+89
*
Update the SimpleMesh API to support new attribute types. Also spilt add/set...
Jason Sams
2009-10-02
1
-51
/
+79
*
hide setGammaForText, which is only used for calibrating new devices
Mike Reed
2009-10-01
1
-0
/
+2
*
Update from API review.
Dianne Hackborn
2009-09-30
1
-0
/
+2
*
if we have a single value for roundrect radius, manually clamp it before draw...
Mike Reed
2009-09-29
1
-0
/
+9
*
Whoops, these shouldn't be public.
Dianne Hackborn
2009-09-29
1
-4
/
+4
*
Merge change I6cacaa0d into eclair
Android (Google) Code Review
2009-09-29
1
-12
/
+114
|
\
|
*
Hack to fix issue #2125365: Sports Trivia compatability with Eclair
Dianne Hackborn
2009-09-28
1
-12
/
+114
*
|
Fix but processing raster state pragma.
Jason Sams
2009-09-28
1
-2
/
+2
|
/
*
Improve logging code to dump more detaild rs object info. Fix bug with prede...
Jason Sams
2009-09-27
5
-156
/
+195
*
Reduce debugging spew and add props to selectivly re-enable it.
Jason Sams
2009-09-25
1
-7
/
+7
*
Improve renderscript context teardown. Track object in the system and then f...
Jason Sams
2009-09-25
2
-1
/
+6
*
Add a method to destroy the RS object.
Joe Onorato
2009-09-25
1
-1
/
+4
*
Implement pause/resume for the RS thread.
Jason Sams
2009-09-24
3
-2
/
+37
*
Remove depricated triangleMesh.
Jason Sams
2009-09-23
2
-150
/
+15
*
Fix issue #2125720 Weather Forecast Widget - graphics do not scale
Dianne Hackborn
2009-09-23
1
-2
/
+7
*
Merge change 26667 into eclair
Android (Google) Code Review
2009-09-23
4
-3
/
+180
|
\
|
*
Add raster object to control point and line params. Add flag to force SW rend...
Jason Sams
2009-09-23
4
-3
/
+180
*
|
Fix #2101821: Cut labels of menu items in "SnapTell" market app.
Dianne Hackborn
2009-09-23
1
-6
/
+20
|
/
*
Implement more type checks on Allocations.
Jason Sams
2009-09-21
6
-101
/
+185
*
Fix 2092386: Support yuyv for camera preview format.
Chih-Chung Chang
2009-09-21
1
-0
/
+7
*
Clean up some debugging and add 2 math lib routines.
Jason Sams
2009-09-18
1
-7
/
+0
*
Merge change 25394 into eclair
Android (Google) Code Review
2009-09-16
1
-5
/
+8
|
\
|
*
Add StateListDrawable's dither flag to the constant state.
Romain Guy
2009-09-16
1
-5
/
+8
*
|
Merge change 25185 into eclair
Android (Google) Code Review
2009-09-16
3
-0
/
+64
|
\
\
|
|
/
|
/
|
|
*
Implement renderscript Invokables.
Jason Sams
2009-09-16
3
-0
/
+64
*
|
Build the BitmapShader if it hasn't been built yet.
Romain Guy
2009-09-15
1
-1
/
+2
|
/
*
redraw once more on a touch-up if we've been dragging, so we can redraw in hi...
Mike Reed
2009-09-15
1
-4
/
+10
*
Merge change 25100 into eclair
Android (Google) Code Review
2009-09-15
3
-4
/
+72
|
\
|
*
Implement Object readback.
Jason Sams
2009-09-15
3
-4
/
+72
*
|
Fix issue #2116977: buttons are huge and bent
Dianne Hackborn
2009-09-14
17
-108
/
+263
|
/
*
Various cleanup around resources and nine-patches.
Dianne Hackborn
2009-09-11
1
-0
/
+6
*
change default for dither to true
Mike Reed
2009-09-11
4
-10
/
+39
*
resolved conflicts for merge of e0408aa1 to eclair
Scott Main
2009-09-10
1
-0
/
+6
|
\
|
*
docs only.
Scott Main
2009-09-10
1
-0
/
+6
*
|
default dithering to ON (cheap, looks good)
Mike Reed
2009-09-10
1
-0
/
+10
*
|
Remove "predefined" elements from Java layer. Static elements continue to ex...
Jason Sams
2009-09-04
4
-178
/
+236
*
|
Improve structure support using symbol lookup of named structures in scripts ...
Jason Sams
2009-09-03
5
-28
/
+38
[next]