summaryrefslogtreecommitdiff
path: root/graphics/java/android/renderscript/Script.java
AgeCommit message (Collapse)Author
2013-12-17Move RenderScript from graphics/ to new fw/base subdirectory rs.Tim Murray
Change-Id: I30b6633578f063840e1bdbcc9ba513b727912a6d
2013-11-20Convert Java/JNI to 64-bit, part 2.Tim Murray
This changes BaseObj to support 64-bit IDs. There are a few caveats: 1. Since it is deprecated, RSG will not support 64-bit. 2. Currently, methods that pass arrays of IDs to the driver are not supported in 64-bit. This will be fixed in a later CL. bug 11332320 Change-Id: If0dbecc8b285e260f767e441e05088b6a1b749a2
2013-06-05Improve RS documentation.Tim Murray
bug 8570568 Change-Id: I465fcc8ec3e2cc892dc3cb0067aacf5224338102
2013-04-19Updating API based on feedbackJason Sams
bug 8656887 This hides the methods used to support Camera Fixes the oversight in LaunchControl Documents some missing functions Change-Id: I5b19b65dd5ddf9917100192c180bb63d89c80679
2013-04-11Add support for synchronous get().Tim Murray
bug 8599910 Change-Id: I0e7c52350cc1abb14a5ed59bb92e8e0346209d53
2013-02-12Pass through null LaunchOption structs to standard forEach.Tim Murray
Change-Id: I4dcde6996400207c7e361ff4b7723ec7db832e80
2013-02-07Add API entry points for clipped kernels.Tim Murray
Change-Id: Idf474a5ac391c41e9215cd2f03e7f8c4bfb875fa
2012-12-17Add struct for controlling clipping in Java.Tim Murray
Change-Id: Iac747e492c680530553909b0389b230fbc654e30
2012-09-18Add Kernel, Method, and field IDsJason Sams
bug 7182873 Change-Id: I066a359bb04027e9376dac088560f042c496b10e
2012-05-07Revert "Deprecate"Stephen Hines
This reverts commit a0c2eb27b408660b02fa248943166d6c7e447908. Conflicts: api/current.txt graphics/java/android/renderscript/Element.java graphics/java/android/renderscript/Script.java Change-Id: I3c8fa62b12da95b3dbc842b5284dbed65d3cf963
2012-05-01Start passing element/dim information along with FieldPacker.Stephen Hines
BUG=6009244 Change-Id: I3c82c8b40c899b875831f53cf0ad82ea36c1a043
2012-04-19DeprecateAlex Sakhartchouk
Change-Id: Idad2c5ad4f8a30f8cc60d88318f2e1809866d309
2012-04-03Validate context when using RS objects.Jason Sams
BUG=6035422 Change-Id: I8586be0085b36767289e1f634111c0ff076cec3c
2011-07-26Unhide new RS apis.Jason Sams
Change-Id: I83505156bd8a0ffabf0da3aef937693eaee9d9cd
2011-04-27Add dalvik code for forEach.Jason Sams
Change-Id: I26533fc553315b99b8f177ab62d9735a177b26b0
2011-01-16unhide functions used by reflected files for SDK.Jason Sams
Change-Id: I7cfbfa94cb21207cc5c91e08a60a7184da3f583a
2011-01-09Hide and delete some code that should not be public.Jason Sams
Change-Id: Ibe201c235fc81ef1fecb120d6049d6e56222462c
2011-01-04unhide renderscriptJason Sams
Change-Id: I44dd19aec0a994316da22ea8bea01b9962f54680 api update Change-Id: I77f5365b8b7a919cd572ceb65a9ab3871b9495d0
2010-12-08Allocation API update.Jason Sams
Change-Id: I9b4a71f9e94c7d3978f06b7971051ab4f8472503
2010-11-16Fix ref counting for globals when set from java code.Jason Sams
Change-Id: I415b6ddeaab277e60233e905a6bae357cd5193eb
2010-11-09Continue error check improvements and write some docs.Jason Sams
Change-Id: I345b08490da21d9ee715ff1ddc80c1a816b579f4
2010-10-26Begin adding async allocation creation.Jason Sams
Change-Id: I5d1381699e2b334c1d824f357bd6b310a5f79be8 Implement async bitmap upload and clean up types. Change-Id: Icbe9894e04c1319351c1cd75b0e0017855198f20
2010-10-11Fix support for 64-bit integers.Stephen Hines
Change-Id: I4e2146a5fda41f280ee3f6f685a34f3cff28f05e
2010-09-20Add support for Float64 (double) to RenderScript.Stephen Hines
Change-Id: Iad1c4adadf657a46aa38a3fad7813927e643e29d
2010-08-12Preparing renderscript java code for use with phanton references.Alex Sakhartchouk
Changing rs_quaternion to be float4 Change-Id: Ibf49f412be8979eaa04cb252b407467eacd9dbf0
2010-07-07Add boolean support for setVar.Jason Sams
Change-Id: Id64f3b2e43e19fc2a2d5fd81bb98d9ca67aae843
2010-06-15Remove InvokeData and add ContextFinish to generate a sync point.Jason Sams
Change-Id: I27da8bf5fba2c8a428964cb6a5e66dd7a94958d8
2010-05-19Begin naming cleanup for renderscript runtime.Jason Sams
Prefix functions with "rs" or "rsg". Change-Id: I4435b486831bfab1ea473ccfad435b404e68f1c9
2010-05-11Convert renderscript from using ACC to LLVM for its compiler.Jason Sams
This will also require application to be updated to support the new compiler and data passing models. Change-Id: If078e3a5148af395ba1b936169a407d8c3ad727f
2010-03-26Update Script java classes and llvm samples.Jason Sams
Change-Id: I05c8d63fcca095d4fea6abb1ff5736ab9d78a3e6
2009-12-07Add Java exceptions to catch RS calls with no context or no surface.Jason Sams
2009-09-16Implement renderscript Invokables.Jason Sams
2009-08-18Cleanup of object destruction. No need to have a per-class destruction ↵Jason Sams
function. This was a legacy of the distant past when the classes did not have a common base.
2009-08-17Update fountain and add writable flag to script slots.Jason Sams
2009-08-13Implement named slots and convert script.addType to script.setType to remove ↵Jason Sams
ordering restrictions.
2009-08-12Implement reflecting Java objects into the ACC enviroment.Jason Sams
2009-08-09Begin implementing SimpleMesh and fix some bugs with refcounting and java ↵Jason Sams
object destruction tracking.
2009-08-04Split ProgramFragment and ProgramStore from RenderScript.java. Update ↵Jason Sams
Element and Type to new cached builder for easier app developement.
2009-08-04Split ScriptC from RenderScript.java. Implement state caching in the ↵Jason Sams
Builder objects.