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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the FallRS demo, now promoted as a wallpaper.
Romain Guy
2009-09-09
9
-1065
/
+0
*
Merge change 24058 into eclair
Android (Google) Code Review
2009-09-04
1
-14
/
+11
|
\
|
*
Minor perf improvement to fall and expand use of struct.
Jason Sams
2009-09-04
1
-14
/
+11
*
|
Merge change 24057 into eclair
Android (Google) Code Review
2009-09-04
1
-10
/
+11
|
\
\
|
|
/
|
*
checkpoint
Jason Sams
2009-09-04
1
-10
/
+11
*
|
Fix point sprites.
Romain Guy
2009-09-04
2
-0
/
+13
|
/
*
Remove "predefined" elements from Java layer. Static elements continue to ex...
Jason Sams
2009-09-04
7
-132
/
+206
*
Improve structure support using symbol lookup of named structures in scripts ...
Jason Sams
2009-09-03
8
-60
/
+156
*
Update fountain to use structures.
Jason Sams
2009-08-31
1
-15
/
+14
*
Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh wh...
Jason Sams
2009-08-27
24
-146
/
+252
*
Remove bogus comments and logging.
Jason Sams
2009-08-25
3
-14
/
+11
*
Implement java interface for RS shutdown and fix shutdown deadlock with the c...
Jason Sams
2009-08-25
5
-6
/
+30
*
Add support for selecting the color bit depth and if the application used a d...
Jason Sams
2009-08-25
16
-97
/
+128
*
Remove Galaxy Render Script, replaced by its wallpaper equivalent.
Romain Guy
2009-08-24
9
-594
/
+0
*
Fix FallRS by keeping a reference to the mesh.
Romain Guy
2009-08-21
1
-2
/
+5
*
Merge change 22169 into eclair
Android (Google) Code Review
2009-08-20
2
-3
/
+40
|
\
|
*
Cleanup the Galaxy, add a few RS functions for Grass.
Romain Guy
2009-08-20
2
-3
/
+40
*
|
Point Sprites
Jason Sams
2009-08-20
10
-44
/
+50
|
/
*
Micro-optimizations for FallRS
Romain Guy
2009-08-19
1
-56
/
+69
*
Improved performance in Galaxy and Fall
Romain Guy
2009-08-19
5
-91
/
+97
*
Merge change 21927 into eclair
Android (Google) Code Review
2009-08-19
3
-22
/
+83
|
\
|
*
Improved RS timing code to monitor where we spend CPU time.
Jason Sams
2009-08-19
3
-22
/
+83
*
|
Move the sky
Romain Guy
2009-08-19
4
-198
/
+166
*
|
Tweak the water and its texture
Romain Guy
2009-08-18
3
-49
/
+21
*
|
Merge change 21831 into eclair
Android (Google) Code Review
2009-08-18
3
-29
/
+49
|
\
\
|
|
/
|
/
|
|
*
Add reflections to the water
Romain Guy
2009-08-18
3
-29
/
+49
*
|
Implement OOB destroy method that can be called from the java finalizer remov...
Jason Sams
2009-08-18
4
-10
/
+90
*
|
Cleanup of object destruction. No need to have a per-class destruction funct...
Jason Sams
2009-08-18
12
-121
/
+25
|
/
*
Tweak the galaxy
Romain Guy
2009-08-18
4
-24
/
+67
*
Merge change 21660 into eclair
Android (Google) Code Review
2009-08-17
5
-141
/
+122
|
\
|
*
Optimized Galaxy
Romain Guy
2009-08-17
5
-141
/
+122
*
|
Remove global IO context and integrate it into the RS context.
Jason Sams
2009-08-17
5
-18
/
+14
|
/
*
Update fountain and add writable flag to script slots.
Jason Sams
2009-08-17
9
-111
/
+108
*
Add Galaxy wallpaper
Romain Guy
2009-08-16
10
-0
/
+650
*
Implement named slots and convert script.addType to script.setType to remove ...
Jason Sams
2009-08-13
10
-64
/
+123
*
Implement reflecting Java objects into the ACC enviroment.
Jason Sams
2009-08-12
14
-106
/
+126
*
Grass has graduated from an RS experiment to a real live wallpaper.
Romain Guy
2009-08-12
10
-579
/
+0
*
Fix the simulator build by removing librs_jni and libRS from it.
Marco Nelissen
2009-08-12
1
-0
/
+7
*
fix the build
Joe Onorato
2009-08-10
1
-0
/
+3
*
Merge change 20654
Android (Google) Code Review
2009-08-10
4
-34
/
+49
|
\
|
*
The build system knows how to deal with lex files, but it treats them as c++,...
Joe Onorato
2009-08-10
4
-34
/
+49
*
|
Implement basic allocation readback. Add Get height, width to ScriptC_Lib.
Jason Sams
2009-08-10
7
-50
/
+51
|
/
*
build libRS
Joe Onorato
2009-08-10
1
-2
/
+0
*
Merge change 20586
Android (Google) Code Review
2009-08-09
5
-2
/
+105
|
\
|
*
Let java put #defines into renderscript
Joe Onorato
2009-08-09
5
-2
/
+105
*
|
Make the laves follow the ripples
Romain Guy
2009-08-09
3
-47
/
+203
|
/
*
add three rs functions: uptimeMillis, startTimeMillis, elapsedTimeMillis
Joe Onorato
2009-08-09
2
-6
/
+37
*
Begin implementing SimpleMesh and fix some bugs with refcounting and java obj...
Jason Sams
2009-08-09
20
-131
/
+620
*
Better ripples and leaves
Romain Guy
2009-08-09
6
-64
/
+188
*
Add refraction and bettr normals computation to FallRS
Romain Guy
2009-08-07
6
-55
/
+182
[next]