This website requires JavaScript.
Explore
Help
Sign In
drgreen
/
android_frameworks_base
Watch
1
Star
0
Fork
0
You've already forked android_frameworks_base
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
android_frameworks_base
/
graphics
/
java
/
android
/
renderscript
History
Romain Guy
484d57f435
Move the sky
2009-08-19 12:10:03 -07:00
..
Allocation.java
Cleanup of object destruction. No need to have a per-class destruction function. This was a legacy of the distant past when the classes did not have a common base.
2009-08-18 14:20:07 -07:00
BaseObj.java
Implement OOB destroy method that can be called from the java finalizer removing the need to explicitly destroy objects.
2009-08-18 17:07:09 -07:00
Dimension.java
Split RenderScript Type and Allocation into seperate classes.
2009-07-31 20:40:47 -07:00
Element.java
Cleanup of object destruction. No need to have a per-class destruction function. This was a legacy of the distant past when the classes did not have a common base.
2009-08-18 14:20:07 -07:00
Light.java
Cleanup of object destruction. No need to have a per-class destruction function. This was a legacy of the distant past when the classes did not have a common base.
2009-08-18 14:20:07 -07:00
Matrix.java
Move the java and jni renderscript files to the proper location.
2009-07-23 15:19:03 -07:00
Primitive.java
Begin implementing SimpleMesh and fix some bugs with refcounting and java object destruction tracking.
2009-08-09 17:05:13 -07:00
ProgramFragment.java
Cleanup of object destruction. No need to have a per-class destruction function. This was a legacy of the distant past when the classes did not have a common base.
2009-08-18 14:20:07 -07:00
ProgramStore.java
Cleanup of object destruction. No need to have a per-class destruction function. This was a legacy of the distant past when the classes did not have a common base.
2009-08-18 14:20:07 -07:00
ProgramVertex.java
Cleanup of object destruction. No need to have a per-class destruction function. This was a legacy of the distant past when the classes did not have a common base.
2009-08-18 14:20:07 -07:00
RenderScript.java
Implement OOB destroy method that can be called from the java finalizer removing the need to explicitly destroy objects.
2009-08-18 17:07:09 -07:00
RSSurfaceView.java
Surface::GPU and Surface::HARDWARE are now deprecated; they will be set automatically if needed.
2009-08-13 18:19:32 -07:00
Sampler.java
Cleanup of object destruction. No need to have a per-class destruction function. This was a legacy of the distant past when the classes did not have a common base.
2009-08-18 14:20:07 -07:00
Script.java
Cleanup of object destruction. No need to have a per-class destruction function. This was a legacy of the distant past when the classes did not have a common base.
2009-08-18 14:20:07 -07:00
ScriptC.java
Add two addDefines methods to ScriptC.Builder. They add #defines from the fileds on a class or object that you pass in.
2009-08-10 15:15:52 -07:00
SimpleMesh.java
Cleanup of object destruction. No need to have a per-class destruction function. This was a legacy of the distant past when the classes did not have a common base.
2009-08-18 14:20:07 -07:00
Type.java
Move the sky
2009-08-19 12:10:03 -07:00