| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert "Deprecate" | Stephen Hines | 2012-05-07 | 1 | -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 Hines | 2012-05-01 | 1 | -1/+13 |
| | | | | | | | BUG=6009244 Change-Id: I3c82c8b40c899b875831f53cf0ad82ea36c1a043 | ||||
| * | Deprecate | Alex Sakhartchouk | 2012-04-19 | 1 | -12/+14 |
| | | | | | Change-Id: Idad2c5ad4f8a30f8cc60d88318f2e1809866d309 | ||||
| * | Validate context when using RS objects. | Jason Sams | 2012-04-03 | 1 | -16/+16 |
| | | | | | | | BUG=6035422 Change-Id: I8586be0085b36767289e1f634111c0ff076cec3c | ||||
| * | Unhide new RS apis. | Jason Sams | 2011-07-26 | 1 | -1/+0 |
| | | | | | Change-Id: I83505156bd8a0ffabf0da3aef937693eaee9d9cd | ||||
| * | Add dalvik code for forEach. | Jason Sams | 2011-04-27 | 1 | -0/+29 |
| | | | | | Change-Id: I26533fc553315b99b8f177ab62d9735a177b26b0 | ||||
| * | unhide functions used by reflected files for SDK. | Jason Sams | 2011-01-16 | 1 | -20/+0 |
| | | | | | Change-Id: I7cfbfa94cb21207cc5c91e08a60a7184da3f583a | ||||
| * | Hide and delete some code that should not be public. | Jason Sams | 2011-01-09 | 1 | -22/+80 |
| | | | | | Change-Id: Ibe201c235fc81ef1fecb120d6049d6e56222462c | ||||
| * | unhide renderscript | Jason Sams | 2011-01-04 | 1 | -1/+1 |
| | | | | | | | | | Change-Id: I44dd19aec0a994316da22ea8bea01b9962f54680 api update Change-Id: I77f5365b8b7a919cd572ceb65a9ab3871b9495d0 | ||||
| * | Allocation API update. | Jason Sams | 2010-12-08 | 1 | -1/+5 |
| | | | | | Change-Id: I9b4a71f9e94c7d3978f06b7971051ab4f8472503 | ||||
| * | Fix ref counting for globals when set from java code. | Jason Sams | 2010-11-16 | 1 | -0/+4 |
| | | | | | Change-Id: I415b6ddeaab277e60233e905a6bae357cd5193eb | ||||
| * | Continue error check improvements and write some docs. | Jason Sams | 2010-11-09 | 1 | -13/+13 |
| | | | | | Change-Id: I345b08490da21d9ee715ff1ddc80c1a816b579f4 | ||||
| * | Begin adding async allocation creation. | Jason Sams | 2010-10-26 | 1 | -16/+1 |
| | | | | | | | | | Change-Id: I5d1381699e2b334c1d824f357bd6b310a5f79be8 Implement async bitmap upload and clean up types. Change-Id: Icbe9894e04c1319351c1cd75b0e0017855198f20 | ||||
| * | Fix support for 64-bit integers. | Stephen Hines | 2010-10-11 | 1 | -0/+4 |
| | | | | | Change-Id: I4e2146a5fda41f280ee3f6f685a34f3cff28f05e | ||||
| * | Add support for Float64 (double) to RenderScript. | Stephen Hines | 2010-09-20 | 1 | -0/+4 |
| | | | | | Change-Id: Iad1c4adadf657a46aa38a3fad7813927e643e29d | ||||
| * | Preparing renderscript java code for use with phanton references. | Alex Sakhartchouk | 2010-08-12 | 1 | -2/+1 |
| | | | | | | | Changing rs_quaternion to be float4 Change-Id: Ibf49f412be8979eaa04cb252b407467eacd9dbf0 | ||||
| * | Add boolean support for setVar. | Jason Sams | 2010-07-07 | 1 | -0/+4 |
| | | | | | Change-Id: Id64f3b2e43e19fc2a2d5fd81bb98d9ca67aae843 | ||||
| * | Remove InvokeData and add ContextFinish to generate a sync point. | Jason Sams | 2010-06-15 | 1 | -6/+6 |
| | | | | | Change-Id: I27da8bf5fba2c8a428964cb6a5e66dd7a94958d8 | ||||
| * | Begin naming cleanup for renderscript runtime. | Jason Sams | 2010-05-19 | 1 | -15/+0 |
| | | | | | | | Prefix functions with "rs" or "rsg". Change-Id: I4435b486831bfab1ea473ccfad435b404e68f1c9 | ||||
| * | Convert renderscript from using ACC to LLVM for its compiler. | Jason Sams | 2010-05-11 | 1 | -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 Sams | 2010-03-26 | 1 | -0/+47 |
| | | | | | Change-Id: I05c8d63fcca095d4fea6abb1ff5736ab9d78a3e6 | ||||
| * | Add Java exceptions to catch RS calls with no context or no surface. | Jason Sams | 2009-12-07 | 1 | -0/+5 |
| | | |||||
| * | Implement renderscript Invokables. | Jason Sams | 2009-09-16 | 1 | -0/+37 |
| | | |||||
| * | Cleanup of object destruction. No need to have a per-class destruction ↵ | Jason Sams | 2009-08-18 | 1 | -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 Sams | 2009-08-17 | 1 | -1/+8 |
| | | |||||
| * | Implement named slots and convert script.addType to script.setType to remove ↵ | Jason Sams | 2009-08-13 | 1 | -20/+19 |
| | | | | | ordering restrictions. | ||||
| * | Implement reflecting Java objects into the ACC enviroment. | Jason Sams | 2009-08-12 | 1 | -1/+21 |
| | | |||||
| * | Begin implementing SimpleMesh and fix some bugs with refcounting and java ↵ | Jason Sams | 2009-08-09 | 1 | -1/+4 |
| | | | | | object destruction tracking. | ||||
| * | Split ProgramFragment and ProgramStore from RenderScript.java. Update ↵ | Jason Sams | 2009-08-04 | 1 | -15/+10 |
| | | | | | Element and Type to new cached builder for easier app developement. | ||||
| * | Split ScriptC from RenderScript.java. Implement state caching in the ↵ | Jason Sams | 2009-08-04 | 1 | -0/+91 |
| Builder objects. | |||||
