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
/
Allocation.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Load bitmaps in the correct format.
Romain Guy
2010-08-20
1
-0
/
+11
*
Add support for linking to a skia bitmap rather than always copying the data ...
Jason Sams
2010-03-01
1
-1
/
+45
*
Support defered generation of mipmaps. With this change we support mipmap ge...
Jason Sams
2010-02-23
1
-1
/
+6
*
Fix some minor bugs with GL state setup that were exposed by Droids driver.
Jason Sams
2010-01-27
1
-2
/
+0
*
Implement type generation for user uniforms in vertex shader.
Jason Sams
2010-01-12
1
-0
/
+4
*
Support npot on es 2.0 HW.
Jason Sams
2010-01-06
1
-1
/
+1
*
Element restructuring. Add support for new basic Element types including the...
Jason Sams
2009-12-23
1
-4
/
+15
*
Add Java exceptions to catch RS calls with no context or no surface.
Jason Sams
2009-12-07
1
-0
/
+33
*
Implement more type checks on Allocations.
Jason Sams
2009-09-21
1
-37
/
+40
*
Implement Object readback.
Jason Sams
2009-09-15
1
-0
/
+4
*
Remove "predefined" elements from Java layer. Static elements continue to ex...
Jason Sams
2009-09-04
1
-18
/
+7
*
Improve structure support using symbol lookup of named structures in scripts ...
Jason Sams
2009-09-03
1
-1
/
+4
*
Load bitmap resources entirely from native code.
Romain Guy
2009-08-31
1
-10
/
+27
*
Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh wh...
Jason Sams
2009-08-27
1
-20
/
+40
*
Cleanup of object destruction. No need to have a per-class destruction funct...
Jason Sams
2009-08-18
1
-19
/
+1
*
Implement reflecting Java objects into the ACC enviroment.
Jason Sams
2009-08-12
1
-7
/
+28
*
Implement basic allocation readback. Add Get height, width to ScriptC_Lib.
Jason Sams
2009-08-10
1
-0
/
+9
*
Begin implementing SimpleMesh and fix some bugs with refcounting and java obj...
Jason Sams
2009-08-09
1
-3
/
+16
*
Implement the jni bindings for Adapter2D. Fix a refcount bug in the native a...
Jason Sams
2009-08-03
1
-4
/
+44
*
Split RenderScript Type and Allocation into seperate classes.
Jason Sams
2009-07-31
1
-0
/
+175