summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsScriptC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add caching support of BCC binaries.Shih-wei Liao2010-11-181-7/+18
* Create holder inner class for pushing context state.Jason Sams2010-11-171-4/+5
* Fix crash with extended debugging.Jason Sams2010-11-161-6/+5
* Code cleanup to make formatting consistentAlex Sakhartchouk2010-11-101-50/+22
* Add code to mark functions rather than whole files as threadable.Jason Sams2010-11-011-7/+5
* Remove excessive logging.Jason Sams2010-10-291-5/+0
* Balls test app.Jason Sams2010-10-291-2/+32
* Enable optimized bitcode that is also jitted faster.Shih-wei Liao2010-10-231-2/+4
* Fix refcounting bugs where the sys refcountJason Sams2010-10-211-4/+2
* Async type creation.Jason Sams2010-10-141-2/+0
* Cleanup error message for null binding address.Jason Sams2010-10-101-1/+3
* Removing fixed size arrays.Alex Sakhartchouk2010-10-081-9/+1
* Fix clear() operation for rsScriptC.Stephen Hines2010-09-291-13/+17
* Fix safe for mp check in ScriptC.Jason Sams2010-09-281-6/+4
* Adding timer to display renderscript jit duration.Alex Sakhartchouk2010-09-261-8/+11
* Better debugging for scripts.Jason Sams2010-09-221-19/+26
* Cleanup GL setup code and remove legacy 1.1 paths.Jason Sams2010-09-161-2/+9
* Fix header path.Anatol Pomazau2010-09-071-1/+1
* Thread launch strategies.Jason Sams2010-08-121-2/+5
* Use bccGetExportVars to get mFieldCount, instead of hardwiring "100" in calloc.Shih-wei Liao2010-07-201-3/+7
* Update imageprocessing to remove generated files.Jason Sams2010-07-201-22/+24
* Threading RS ForEach.Jason Sams2010-07-191-39/+122
* 1st cut of ForEach and test.Jason Sams2010-07-151-46/+71
* Remove InvokeData and add ContextFinish to generate a sync point.Jason Sams2010-06-151-8/+16
* Begin using reflected files.Jason Sams2010-06-081-26/+3
* Rough implemetation of ForEach.Jason Sams2010-05-281-25/+72
* Begin naming cleanup for renderscript runtime.Jason Sams2010-05-191-6/+57
* Split ScriptC Lib into CL, GL, and basic.Jason Sams2010-05-181-1/+11
* Remove excess logging.Jason Sams2010-05-171-2/+0
* Remove more pieces of setRoot. Add pointer to allocation lookup for scripts.Jason Sams2010-05-171-0/+16
* Delete legacy setDefine API.Jason Sams2010-05-141-10/+0
* Rename ProgramFragmentStore to ProgramStore.Jason Sams2010-05-131-1/+1
* Convert renderscript from using ACC to LLVM for its compiler.Jason Sams2010-05-111-189/+57
* Improve RS error handling. On errors RS will now store the error and a messa...Jason Sams2010-03-031-1/+8
* Add RS support for generic attribs as input to vertex programs.Jason Sams2010-01-041-1/+0
* Element restructuring. Add support for new basic Element types including the...Jason Sams2009-12-231-39/+26
* Continue development of es2.0 user shader support for renderscript. This cha...Jason Sams2009-12-151-9/+9
* Throttle low priority RS threads by sleeping once per frame to avoid starving...Jason Sams2009-12-091-3/+3
* Fix RS bugs. We were holding a pointer to the script text from the java vm. ...Jason Sams2009-11-031-1/+7
* Fix tls crash on startup if more than one RS contexts are created in one proc...Jason Sams2009-10-061-0/+1
* Fix but processing raster state pragma.Jason Sams2009-09-281-2/+18
* Improved object lifecycle tracking and fix leaks.Jason Sams2009-09-251-0/+2
* Reduce debugging spew and add props to selectivly re-enable it.Jason Sams2009-09-251-9/+17
* Improve renderscript context teardown. Track object in the system and then f...Jason Sams2009-09-251-2/+3
* Minor cleanup of profile and compile logging.Jason Sams2009-09-241-1/+1
* Fix invokables to make sure script pointers are setup before invoking functio...Jason Sams2009-09-241-6/+10
* Implement renderscript Invokables.Jason Sams2009-09-161-80/+49
* Remove "predefined" elements from Java layer. Static elements continue to ex...Jason Sams2009-09-041-0/+4
* Improve structure support using symbol lookup of named structures in scripts ...Jason Sams2009-09-031-3/+78
* Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh wh...Jason Sams2009-08-271-1/+1