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
/
libs
/
rs
/
java
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add ability to load arrays in RenderScript.
Romain Guy
2009-08-04
8
-22
/
+397
*
Seperate Light and Sampler from RenderScript.java
Jason Sams
2009-08-04
4
-58
/
+34
*
Split ProgramFragment and ProgramStore from RenderScript.java. Update Elemen...
Jason Sams
2009-08-04
5
-104
/
+103
*
Use the new ScriptC.Builder API.
Romain Guy
2009-08-04
1
-2
/
+1
*
Add swaying effect to the grass.
Romain Guy
2009-08-04
2
-57
/
+63
*
Split ScriptC from RenderScript.java. Implement state caching in the Builder...
Jason Sams
2009-08-04
4
-37
/
+43
*
Merge change 9606
Android (Google) Code Review
2009-08-03
3
-33
/
+76
|
\
|
*
Add anti-aliasing to Grass RS.
Romain Guy
2009-08-03
3
-33
/
+76
*
|
Merge change 9551
Android (Google) Code Review
2009-08-03
1
-0
/
+17
|
\
\
|
|
/
|
/
|
|
*
Implement the jni bindings for Adapter2D. Fix a refcount bug in the native a...
Jason Sams
2009-08-03
1
-0
/
+17
*
|
Clean up Grass RS
Romain Guy
2009-07-31
1
-20
/
+18
*
|
Add new utility methods to rsScriptC_Lib, android.util.MathUtil and android.g...
Romain Guy
2009-07-31
3
-30
/
+185
|
/
*
Split RenderScript Type and Allocation into seperate classes.
Jason Sams
2009-07-31
4
-89
/
+93
*
Begin splitting up RenderScript.java into seperate classes. First piece spli...
Jason Sams
2009-07-31
6
-157
/
+45
*
Smoother transitions in GrassRS
Romain Guy
2009-07-30
2
-10
/
+46
*
First pass at implementing the Grass live wallpaper in RenderScript.
Romain Guy
2009-07-30
10
-0
/
+354
*
Implement bitmap resource loaders for utility. cleanup rolloRS and checkin m...
Jason Sams
2009-07-30
3
-215
/
+77
*
Simplify image loading. Use common internal format.
Jason Sams
2009-07-29
1
-44
/
+23
*
Filmstrip work and boxed bitmap load bugfixes.
Jason Sams
2009-07-29
5
-38
/
+60
*
Checkin art assets for film test app and change loading of icons to 8888.
Jason Sams
2009-07-29
14
-16
/
+15
*
Add new icons and implement text. Fix bug with uploading 8888 bitmaps of non-...
Jason Sams
2009-07-28
17
-45
/
+173
*
Fix selection and change icon loading from 565 to 8888.
Jason Sams
2009-07-28
2
-8
/
+8
*
Add "boxed" bitmap uploads which simply place a non-pow2 bitmap into the smal...
Jason Sams
2009-07-28
6
-138
/
+464
*
Move the java and jni renderscript files to the proper location.
Jason Sams
2009-07-23
8
-1480
/
+3
*
Enable light sources and update film test app.
Jason Sams
2009-07-21
3
-64
/
+55
*
Split rsScriptC into class implemtation and library functions. Update test a...
Jason Sams
2009-07-20
3
-23
/
+12
*
Fix fountain and more rollo ui work.
Jason Sams
2009-07-17
7
-110
/
+112
*
Remove shadows and invert dx sign in zoomed mode.
Jason Sams
2009-07-17
3
-60
/
+1
*
More usability tweaks including turning the icons right side up.
Jason Sams
2009-07-16
3
-23
/
+27
*
Fix conflict with automatic DPI support on high density devices by forcing bi...
Jason Sams
2009-07-16
5
-10
/
+12
*
Update rollo and renderscript to the new ACC compiler interface.
Jason Sams
2009-07-16
1
-6
/
+7
*
Update rollo with new interactivity model.
Jason Sams
2009-07-16
3
-45
/
+258
*
More test app work
Jason Sams
2009-07-14
4
-3
/
+77
*
1st cut of a3d file loader.
Jason Sams
2009-07-10
1
-0
/
+31
*
Add support for multitexture and fix allocation ref counting bug in RS. Add ...
Jason Sams
2009-07-02
2
-8
/
+38
*
Update rollo with icon images.
Jason Sams
2009-07-01
6
-14
/
+41
*
Update rollo and support functions. Includes mockup of some new ui concepts.
Jason Sams
2009-07-01
3
-13
/
+70
*
Begin adding mesh
Jason Sams
2009-06-30
1
-7
/
+13
*
Cleanup logging and fix a startup race condition that manifested on Firestone.
Jason Sams
2009-06-23
2
-12
/
+12
*
Fix 3 bugs in fountain test. Correctly generate the last mip level of a non-...
Jason Sams
2009-06-22
2
-6
/
+17
*
All light source objects.
Jason Sams
2009-06-22
2
-0
/
+51
*
implement modeview matrix sliding from within scripts.
Jason Sams
2009-06-19
4
-71
/
+48
*
checkpoint filmstrip, implemented TLS.
Jason Sams
2009-06-19
9
-36
/
+984
*
Fix two minor issues. Rename launchID to launchIndex and make util class Mat...
Jason Sams
2009-06-18
1
-1
/
+1
*
Implement default programs and implement defaults and parents for imports.
Jason Sams
2009-06-17
2
-14
/
+2
*
Switch fountain to use ProgramVertex rather than hard coded camers in scripts...
Jason Sams
2009-06-16
6
-32
/
+53
*
Bug fixes. TriangleMesh now ref-counts, implement missing element formats, a...
Jason Sams
2009-06-15
11
-13
/
+763
*
Split FountainView into View and RS parts. Beging adding ProgramVertex to th...
Jason Sams
2009-06-11
4
-108
/
+211
*
Fix bug with bad conversion of java strings to C strings for object names. U...
Jason Sams
2009-06-10
2
-5
/
+3
*
Split renderscript java code from test apps. Update makefiles.
Jason Sams
2009-06-10
6
-12
/
+44
[prev]
[next]