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
/
java
/
android
/
renderscript
/
RenderScript.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove "predefined" elements from Java layer. Static elements continue to ex...
Jason Sams
2009-09-04
1
-5
/
+3
*
Improve structure support using symbol lookup of named structures in scripts ...
Jason Sams
2009-09-03
1
-1
/
+1
*
Load bitmap resources entirely from native code.
Romain Guy
2009-08-31
1
-4
/
+5
*
Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh wh...
Jason Sams
2009-08-27
1
-6
/
+7
*
Implement java interface for RS shutdown and fix shutdown deadlock with the c...
Jason Sams
2009-08-25
1
-0
/
+7
*
Add support for selecting the color bit depth and if the application used a d...
Jason Sams
2009-08-25
1
-3
/
+3
*
Allow null to be re-bound as a root script. This was always legal from nativ...
Jason Sams
2009-08-20
1
-1
/
+5
*
Point Sprites
Jason Sams
2009-08-20
1
-4
/
+2
*
Implement OOB destroy method that can be called from the java finalizer remov...
Jason Sams
2009-08-18
1
-0
/
+1
*
Cleanup of object destruction. No need to have a per-class destruction funct...
Jason Sams
2009-08-18
1
-24
/
+1
*
Update fountain and add writable flag to script slots.
Jason Sams
2009-08-17
1
-1
/
+1
*
Implement named slots and convert script.addType to script.setType to remove ...
Jason Sams
2009-08-13
1
-2
/
+2
*
Implement reflecting Java objects into the ACC enviroment.
Jason Sams
2009-08-12
1
-1
/
+6
*
Fix the build
Romain Guy
2009-08-11
1
-1
/
+1
*
Implement basic allocation readback. Add Get height, width to ScriptC_Lib.
Jason Sams
2009-08-10
1
-0
/
+6
*
Let java put #defines into renderscript
Joe Onorato
2009-08-09
1
-0
/
+4
*
Begin implementing SimpleMesh and fix some bugs with refcounting and java obj...
Jason Sams
2009-08-09
1
-0
/
+5
*
Remove useless slot from ProgramVertex. Optimize GL state setup.
Jason Sams
2009-08-05
1
-2
/
+1
*
Seperate ProgramVertex from RenderScript.java and merge ProgramVertexAlloc in...
Jason Sams
2009-08-04
1
-49
/
+0
*
Seperate Light and Sampler from RenderScript.java
Jason Sams
2009-08-04
1
-103
/
+0
*
Split ProgramFragment and ProgramStore from RenderScript.java. Update Elemen...
Jason Sams
2009-08-04
1
-179
/
+7
*
Split ScriptC from RenderScript.java. Implement state caching in the Builder...
Jason Sams
2009-08-04
1
-100
/
+0
*
Implement the jni bindings for Adapter2D. Fix a refcount bug in the native a...
Jason Sams
2009-08-03
1
-14
/
+10
*
Split RenderScript Type and Allocation into seperate classes.
Jason Sams
2009-07-31
1
-188
/
+6
*
Begin splitting up RenderScript.java into seperate classes. First piece spli...
Jason Sams
2009-07-31
1
-285
/
+168
*
First pass at implementing the Grass live wallpaper in RenderScript.
Romain Guy
2009-07-30
1
-0
/
+10
*
Implement bitmap resource loaders for utility. cleanup rolloRS and checkin m...
Jason Sams
2009-07-30
1
-2
/
+20
*
Add "boxed" bitmap uploads which simply place a non-pow2 bitmap into the smal...
Jason Sams
2009-07-28
1
-1
/
+7
*
Move the java and jni renderscript files to the proper location.
Jason Sams
2009-07-23
1
-0
/
+1003