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
*
Fix the simulator build by removing librs_jni and libRS from it.
Marco Nelissen
2009-08-12
1
-0
/
+7
*
Fix the build
Romain Guy
2009-08-11
1
-1
/
+1
*
Add two addDefines methods to ScriptC.Builder. They add #defines from the fi...
Joe Onorato
2009-08-10
1
-0
/
+40
*
Merge change 20657
Android (Google) Code Review
2009-08-10
1
-1
/
+1
|
\
|
*
Fix possible NPE when mutating a DrawableContainer
Romain Guy
2009-08-10
1
-1
/
+1
*
|
Implement basic allocation readback. Add Get height, width to ScriptC_Lib.
Jason Sams
2009-08-10
3
-0
/
+38
*
|
build libRS
Joe Onorato
2009-08-10
1
-2
/
+1
|
/
*
Let java put #defines into renderscript
Joe Onorato
2009-08-09
3
-9
/
+71
*
Begin implementing SimpleMesh and fix some bugs with refcounting and java obj...
Jason Sams
2009-08-09
12
-20
/
+323
*
Remove useless slot from ProgramVertex. Optimize GL state setup.
Jason Sams
2009-08-05
3
-16
/
+6
*
Seperate ProgramVertex from RenderScript.java and merge ProgramVertexAlloc in...
Jason Sams
2009-08-04
5
-176
/
+204
*
Seperate Light and Sampler from RenderScript.java
Jason Sams
2009-08-04
4
-104
/
+201
*
Split ProgramFragment and ProgramStore from RenderScript.java. Update Elemen...
Jason Sams
2009-08-04
7
-259
/
+454
*
Split ScriptC from RenderScript.java. Implement state caching in the Builder...
Jason Sams
2009-08-04
3
-100
/
+197
*
Merge change 9551
Android (Google) Code Review
2009-08-03
3
-19
/
+144
|
\
|
*
Implement the jni bindings for Adapter2D. Fix a refcount bug in the native a...
Jason Sams
2009-08-03
3
-19
/
+144
*
|
Add new utility methods to rsScriptC_Lib, android.util.MathUtil and android.g...
Romain Guy
2009-07-31
1
-14
/
+182
|
/
*
Split RenderScript Type and Allocation into seperate classes.
Jason Sams
2009-07-31
5
-190
/
+288
*
Begin splitting up RenderScript.java into seperate classes. First piece spli...
Jason Sams
2009-07-31
4
-289
/
+441
*
First pass at implementing the Grass live wallpaper in RenderScript.
Romain Guy
2009-07-30
2
-1
/
+29
*
am 25dff70f: Merge change 9039 into donut
Android (Google) Code Review
2009-07-30
1
-6
/
+23
|
\
|
*
Fix #2018814: System cannot correctly render assets with "wrap_content" attri...
Dianne Hackborn
2009-07-29
1
-6
/
+23
*
|
Implement bitmap resource loaders for utility. cleanup rolloRS and checkin m...
Jason Sams
2009-07-30
1
-2
/
+20
*
|
Merge change 8835
Android (Google) Code Review
2009-07-28
2
-1
/
+31
|
\
\
|
*
|
Add "boxed" bitmap uploads which simply place a non-pow2 bitmap into the smal...
Jason Sams
2009-07-28
2
-1
/
+31
*
|
|
am ef9fd18d: Merge change 8616 into donut
Android (Google) Code Review
2009-07-27
2
-31
/
+86
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Fiddle with default densities to try to sanitize the API.
Dianne Hackborn
2009-07-26
2
-31
/
+86
*
|
|
am 11ea3347: Allow for screen density drawables in compatibility mode.
Dianne Hackborn
2009-07-24
7
-283
/
+465
|
\
\
\
|
|
/
/
|
*
|
Allow for screen density drawables in compatibility mode.
Dianne Hackborn
2009-07-24
7
-283
/
+465
*
|
|
Merge change 8421
Android (Google) Code Review
2009-07-23
1
-1
/
+4
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Unbreak build by making the build of renderscript again conditional on BUILD_...
Jason Sams
2009-07-23
1
-1
/
+4
*
|
|
Merge change 8279
Android (Google) Code Review
2009-07-23
6
-0
/
+2616
|
\
\
\
|
|
/
/
|
*
|
Move the java and jni renderscript files to the proper location.
Jason Sams
2009-07-23
6
-0
/
+2616
*
|
|
am 59c25cba: Merge change 8218 into donut
Android (Google) Code Review
2009-07-22
1
-3
/
+8
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
DrawableContainer was not respecting the value returned by Drawable.getPaddin...
Romain Guy
2009-07-22
1
-3
/
+8
*
|
|
am fe6f45c8: Merge change 8098 into donut
Android (Google) Code Review
2009-07-21
1
-4
/
+4
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
cast is floor. Use round instead.
Mitsuru Oshima
2009-07-21
1
-4
/
+4
*
|
am 5c536e91: Merge change 7840 into donut
Android (Google) Code Review
2009-07-19
1
-4
/
+43
|
\
\
|
|
/
|
*
Fix issue where scaled bitmap sizes could be wrong.
Dianne Hackborn
2009-07-18
1
-4
/
+43
*
|
am aad0fcc9: Merge change 7783 into donut
Android (Google) Code Review
2009-07-19
3
-34
/
+14
|
\
\
|
|
/
|
*
Add "nodpi" density, and expose a bunch of density-related APIs.
Dianne Hackborn
2009-07-17
3
-34
/
+14
*
|
am 09a903ab: Merge change 7696 into donut
Android (Google) Code Review
2009-07-17
1
-0
/
+13
|
\
\
|
|
/
|
*
add hidden Options field for native allocations
Mike Reed
2009-07-17
1
-0
/
+13
*
|
am 6b532800: Merge change 6478 into donut
Android (Google) Code Review
2009-07-08
1
-4
/
+9
|
\
\
|
|
/
|
*
Fix ShapeDrawable.inflateTag() to accept proper dimension specs for padding
Phil Dubach
2009-07-08
1
-4
/
+9
*
|
Lazily allocate the mBounds Rect in Drawable.
Brad Fitzpatrick
2009-07-07
1
-1
/
+1
*
|
am 9848f11f: Merge change 5826 into donut
Android (Google) Code Review
2009-07-01
1
-2
/
+3
|
\
\
|
|
/
|
*
Fix NullPointerException in NinePatch constructor
Phil Dubach
2009-06-30
1
-2
/
+3
*
|
am 91c91b74: Merge change 5817 into donut
Android (Google) Code Review
2009-07-01
3
-6
/
+62
|
\
\
|
|
/
|
*
Replace indeterminate progress animated asset with new ones
Romain Guy
2009-06-30
3
-6
/
+62
[next]