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
...
|
*
Fix egl cleanup code on context teardown.
Jason Sams
2009-10-27
2
-3
/
+60
*
|
Fix dirty state tracking of allocation attached to ProgramVertex objects when...
Jason Sams
2009-10-26
6
-25
/
+42
|
/
*
Fix bug where dirty messages for allocations attached to programVertex object...
Jason Sams
2009-10-15
2
-0
/
+5
*
Remove hack in RS that called exit to WAR now fixed driver bugs. Make gloaba...
Jason Sams
2009-10-15
2
-5
/
+20
*
Minor bug fixes and add glError check.
Jason Sams
2009-10-15
2
-1
/
+7
*
Add egl init start message to help debug driver init hangs.
Jason Sams
2009-10-15
1
-0
/
+1
*
Add new RenderScript sample: ImageProcessing.
Romain Guy
2009-10-09
7
-0
/
+393
*
Add script to script call support. Add exception to catch out of bound index...
Jason Sams
2009-10-07
2
-1
/
+11
*
Fix tls crash on startup if more than one RS contexts are created in one proc...
Jason Sams
2009-10-06
2
-4
/
+10
*
Implement data push from scripts. Fixes the problem where apps would have to...
Jason Sams
2009-10-06
7
-1
/
+103
*
Update the SimpleMesh API to support new attribute types. Also spilt add/set...
Jason Sams
2009-10-02
1
-3
/
+8
*
Add a test pattern as rollo's icon
Joe Onorato
2009-10-01
2
-2
/
+5
*
Implement screen aligned bitmap drawing support.
Jason Sams
2009-09-30
5
-5
/
+70
*
absf() -> fabsf() instead of fabs()
Romain Guy
2009-09-29
1
-1
/
+1
*
Fix but processing raster state pragma.
Jason Sams
2009-09-28
9
-14
/
+49
*
Improve logging code to dump more detaild rs object info. Fix bug with prede...
Jason Sams
2009-09-27
11
-15
/
+54
*
Fix fountain crash.
Jason Sams
2009-09-25
1
-1
/
+2
*
Fix remaining object leaks. Change FountainView to tear down the rsContext a...
Jason Sams
2009-09-25
3
-19
/
+1
*
Improved object lifecycle tracking and fix leaks.
Jason Sams
2009-09-25
23
-17
/
+123
*
Reduce debugging spew and add props to selectivly re-enable it.
Jason Sams
2009-09-25
6
-28
/
+44
*
Improve renderscript context teardown. Track object in the system and then f...
Jason Sams
2009-09-25
41
-98
/
+248
*
Implement pause/resume for the RS thread.
Jason Sams
2009-09-24
3
-1
/
+33
*
Minor cleanup of profile and compile logging.
Jason Sams
2009-09-24
3
-3
/
+2
*
Fix invokables to make sure script pointers are setup before invoking functio...
Jason Sams
2009-09-24
7
-11
/
+17
*
Removed last bits of predefined element types from native code. Predefined t...
Jason Sams
2009-09-24
7
-377
/
+10
*
Remove depricated triangleMesh.
Jason Sams
2009-09-23
10
-440
/
+26
*
Make the renderscript timing logging available by setting debug.rs.profile=1
Joe Onorato
2009-09-23
4
-24
/
+35
*
Add raster object to control point and line params. Add flag to force SW rend...
Jason Sams
2009-09-23
10
-12
/
+289
*
Update viewport when height or width change.
Jason Sams
2009-09-22
1
-2
/
+2
*
Clean up some debugging and add 2 math lib routines.
Jason Sams
2009-09-18
1
-0
/
+14
*
Implement renderscript Invokables.
Jason Sams
2009-09-16
5
-87
/
+85
*
Minor perf tweak for fountain.
Jason Sams
2009-09-14
1
-8
/
+9
*
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
|
/
[prev]
[next]