summaryrefslogtreecommitdiffstats
path: root/graphics/java/android/renderscript/Allocation.java
Commit message (Expand)AuthorAgeFilesLines
* Begin adding async allocation creation.Jason Sams2010-10-261-1/+5
* Update allocation from bitmap.Alex Sakhartchouk2010-10-111-0/+12
* Cleanup error message for null binding address.Jason Sams2010-10-101-29/+0
* Implement allocation resizing.Jason Sams2010-10-051-0/+18
* Remove functions for reflecting dalvik classes to rs types.Jason Sams2010-09-011-15/+0
* SubElementData data upload functions.Jason Sams2010-08-311-3/+23
* am 5a14271a: am d6f7f225: Merge "Load bitmaps in the correct format." into gi...Romain Guy2010-08-241-0/+11
|\
| * Load bitmaps in the correct format.Romain Guy2010-08-201-0/+11
* | Preparing renderscript java code for use with phanton references.Alex Sakhartchouk2010-08-121-8/+4
* | Added ability to set font color.Alex Sakhartchouk2010-08-041-0/+1
* | Populate java objects with native data from a3d file.Alex Sakhartchouk2010-07-151-0/+10
* | Work on synchronizing a3d created files and java layer.Alex Sakhartchouk2010-07-121-0/+5
* | Adding freetype font rendering to renderscript.Alex Sakhartchouk2010-06-241-0/+15
* | Checkin new types for RS.Jason Sams2010-03-261-2/+22
|/
* Add support for linking to a skia bitmap rather than always copying the data ...Jason Sams2010-03-011-1/+45
* Support defered generation of mipmaps. With this change we support mipmap ge...Jason Sams2010-02-231-1/+6
* Fix some minor bugs with GL state setup that were exposed by Droids driver.Jason Sams2010-01-271-2/+0
* Implement type generation for user uniforms in vertex shader.Jason Sams2010-01-121-0/+4
* Support npot on es 2.0 HW.Jason Sams2010-01-061-1/+1
* Element restructuring. Add support for new basic Element types including the...Jason Sams2009-12-231-4/+15
* Add Java exceptions to catch RS calls with no context or no surface.Jason Sams2009-12-071-0/+33
* Implement more type checks on Allocations.Jason Sams2009-09-211-37/+40
* Implement Object readback.Jason Sams2009-09-151-0/+4
* Remove "predefined" elements from Java layer. Static elements continue to ex...Jason Sams2009-09-041-18/+7
* Improve structure support using symbol lookup of named structures in scripts ...Jason Sams2009-09-031-1/+4
* Load bitmap resources entirely from native code.Romain Guy2009-08-311-10/+27
* Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh wh...Jason Sams2009-08-271-20/+40
* Cleanup of object destruction. No need to have a per-class destruction funct...Jason Sams2009-08-181-19/+1
* Implement reflecting Java objects into the ACC enviroment.Jason Sams2009-08-121-7/+28
* Implement basic allocation readback. Add Get height, width to ScriptC_Lib.Jason Sams2009-08-101-0/+9
* Begin implementing SimpleMesh and fix some bugs with refcounting and java obj...Jason Sams2009-08-091-3/+16
* Implement the jni bindings for Adapter2D. Fix a refcount bug in the native a...Jason Sams2009-08-031-4/+44
* Split RenderScript Type and Allocation into seperate classes.Jason Sams2009-07-311-0/+175