summaryrefslogtreecommitdiffstats
path: root/graphics/java/android/renderscript/Script.java
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Deprecate"Stephen Hines2012-05-071-15/+13
| | | | | | | | | | | | This reverts commit a0c2eb27b408660b02fa248943166d6c7e447908. Conflicts: api/current.txt graphics/java/android/renderscript/Element.java graphics/java/android/renderscript/Script.java Change-Id: I3c8fa62b12da95b3dbc842b5284dbed65d3cf963
* Start passing element/dim information along with FieldPacker.Stephen Hines2012-05-011-1/+13
| | | | | | BUG=6009244 Change-Id: I3c82c8b40c899b875831f53cf0ad82ea36c1a043
* DeprecateAlex Sakhartchouk2012-04-191-12/+14
| | | | Change-Id: Idad2c5ad4f8a30f8cc60d88318f2e1809866d309
* Validate context when using RS objects.Jason Sams2012-04-031-16/+16
| | | | | | BUG=6035422 Change-Id: I8586be0085b36767289e1f634111c0ff076cec3c
* Unhide new RS apis.Jason Sams2011-07-261-1/+0
| | | | Change-Id: I83505156bd8a0ffabf0da3aef937693eaee9d9cd
* Add dalvik code for forEach.Jason Sams2011-04-271-0/+29
| | | | Change-Id: I26533fc553315b99b8f177ab62d9735a177b26b0
* unhide functions used by reflected files for SDK.Jason Sams2011-01-161-20/+0
| | | | Change-Id: I7cfbfa94cb21207cc5c91e08a60a7184da3f583a
* Hide and delete some code that should not be public.Jason Sams2011-01-091-22/+80
| | | | Change-Id: Ibe201c235fc81ef1fecb120d6049d6e56222462c
* unhide renderscriptJason Sams2011-01-041-1/+1
| | | | | | | | Change-Id: I44dd19aec0a994316da22ea8bea01b9962f54680 api update Change-Id: I77f5365b8b7a919cd572ceb65a9ab3871b9495d0
* Allocation API update.Jason Sams2010-12-081-1/+5
| | | | Change-Id: I9b4a71f9e94c7d3978f06b7971051ab4f8472503
* Fix ref counting for globals when set from java code.Jason Sams2010-11-161-0/+4
| | | | Change-Id: I415b6ddeaab277e60233e905a6bae357cd5193eb
* Continue error check improvements and write some docs.Jason Sams2010-11-091-13/+13
| | | | Change-Id: I345b08490da21d9ee715ff1ddc80c1a816b579f4
* Begin adding async allocation creation.Jason Sams2010-10-261-16/+1
| | | | | | | | Change-Id: I5d1381699e2b334c1d824f357bd6b310a5f79be8 Implement async bitmap upload and clean up types. Change-Id: Icbe9894e04c1319351c1cd75b0e0017855198f20
* Fix support for 64-bit integers.Stephen Hines2010-10-111-0/+4
| | | | Change-Id: I4e2146a5fda41f280ee3f6f685a34f3cff28f05e
* Add support for Float64 (double) to RenderScript.Stephen Hines2010-09-201-0/+4
| | | | Change-Id: Iad1c4adadf657a46aa38a3fad7813927e643e29d
* Preparing renderscript java code for use with phanton references.Alex Sakhartchouk2010-08-121-2/+1
| | | | | | Changing rs_quaternion to be float4 Change-Id: Ibf49f412be8979eaa04cb252b407467eacd9dbf0
* Add boolean support for setVar.Jason Sams2010-07-071-0/+4
| | | | Change-Id: Id64f3b2e43e19fc2a2d5fd81bb98d9ca67aae843
* Remove InvokeData and add ContextFinish to generate a sync point.Jason Sams2010-06-151-6/+6
| | | | Change-Id: I27da8bf5fba2c8a428964cb6a5e66dd7a94958d8
* Begin naming cleanup for renderscript runtime.Jason Sams2010-05-191-15/+0
| | | | | | Prefix functions with "rs" or "rsg". Change-Id: I4435b486831bfab1ea473ccfad435b404e68f1c9
* Convert renderscript from using ACC to LLVM for its compiler.Jason Sams2010-05-111-62/+26
| | | | | | | This will also require application to be updated to support the new compiler and data passing models. Change-Id: If078e3a5148af395ba1b936169a407d8c3ad727f
* Update Script java classes and llvm samples.Jason Sams2010-03-261-0/+47
| | | | Change-Id: I05c8d63fcca095d4fea6abb1ff5736ab9d78a3e6
* Add Java exceptions to catch RS calls with no context or no surface.Jason Sams2009-12-071-0/+5
|
* Implement renderscript Invokables.Jason Sams2009-09-161-0/+37
|
* Cleanup of object destruction. No need to have a per-class destruction ↵Jason Sams2009-08-181-8/+0
| | | | function. This was a legacy of the distant past when the classes did not have a common base.
* Update fountain and add writable flag to script slots.Jason Sams2009-08-171-1/+8
|
* Implement named slots and convert script.addType to script.setType to remove ↵Jason Sams2009-08-131-20/+19
| | | | ordering restrictions.
* Implement reflecting Java objects into the ACC enviroment.Jason Sams2009-08-121-1/+21
|
* Begin implementing SimpleMesh and fix some bugs with refcounting and java ↵Jason Sams2009-08-091-1/+4
| | | | object destruction tracking.
* Split ProgramFragment and ProgramStore from RenderScript.java. Update ↵Jason Sams2009-08-041-15/+10
| | | | Element and Type to new cached builder for easier app developement.
* Split ScriptC from RenderScript.java. Implement state caching in the ↵Jason Sams2009-08-041-0/+91
Builder objects.