summaryrefslogtreecommitdiff
path: root/libs/rs/rsScriptC.cpp
AgeCommit message (Expand)Author
2010-11-10Code cleanup to make formatting consistent Alex Sakhartchouk
2010-11-01Add code to mark functions rather than whole files as threadable. Jason Sams
2010-10-29Remove excessive logging. Jason Sams
2010-10-29Balls test app. Jason Sams
2010-10-23Enable optimized bitcode that is also jitted faster. Shih-wei Liao
2010-10-21Fix refcounting bugs where the sys refcount Jason Sams
2010-10-14Async type creation. Jason Sams
2010-10-10Cleanup error message for null binding address. Jason Sams
2010-10-08Removing fixed size arrays. Alex Sakhartchouk
2010-09-29Fix clear() operation for rsScriptC. Stephen Hines
2010-09-28Fix safe for mp check in ScriptC. Jason Sams
2010-09-26Adding timer to display renderscript jit duration. Alex Sakhartchouk
2010-09-22Better debugging for scripts. Jason Sams
2010-09-16Cleanup GL setup code and remove legacy 1.1 paths. Jason Sams
2010-09-07Fix header path. Anatol Pomazau
2010-08-12Thread launch strategies. Jason Sams
2010-07-20Use bccGetExportVars to get mFieldCount, instead of hardwiring "100" in calloc. Shih-wei Liao
2010-07-20Update imageprocessing to remove generated files. Jason Sams
2010-07-19Threading RS ForEach. Jason Sams
2010-07-151st cut of ForEach and test. Jason Sams
2010-06-15Remove InvokeData and add ContextFinish to generate a sync point. Jason Sams
2010-06-08Begin using reflected files. Jason Sams
2010-05-28Rough implemetation of ForEach. Jason Sams
2010-05-19Begin naming cleanup for renderscript runtime. Jason Sams
2010-05-18Split ScriptC Lib into CL, GL, and basic. Jason Sams
2010-05-17Remove excess logging. Jason Sams
2010-05-17Remove more pieces of setRoot. Add pointer to allocation lookup for scripts. Jason Sams
2010-05-14Delete legacy setDefine API. Jason Sams
2010-05-13Rename ProgramFragmentStore to ProgramStore. Jason Sams
2010-05-11Convert renderscript from using ACC to LLVM for its compiler. Jason Sams
2010-03-03Improve RS error handling. On errors RS will now store the error and a messa... Jason Sams
2010-01-04Add RS support for generic attribs as input to vertex programs. Jason Sams
2009-12-23Element restructuring. Add support for new basic Element types including the... Jason Sams
2009-12-15Continue development of es2.0 user shader support for renderscript. This cha... Jason Sams
2009-12-09Throttle low priority RS threads by sleeping once per frame to avoid starving... Jason Sams
2009-11-03Fix RS bugs. We were holding a pointer to the script text from the java vm. ... Jason Sams
2009-10-06Fix tls crash on startup if more than one RS contexts are created in one proc... Jason Sams
2009-09-28Fix but processing raster state pragma. Jason Sams
2009-09-25Improved object lifecycle tracking and fix leaks. Jason Sams
2009-09-25Reduce debugging spew and add props to selectivly re-enable it. Jason Sams
2009-09-25Improve renderscript context teardown. Track object in the system and then f... Jason Sams
2009-09-24Minor cleanup of profile and compile logging. Jason Sams
2009-09-24Fix invokables to make sure script pointers are setup before invoking functio... Jason Sams
2009-09-16Implement renderscript Invokables. Jason Sams
2009-09-04Remove "predefined" elements from Java layer. Static elements continue to ex... Jason Sams
2009-09-03Improve structure support using symbol lookup of named structures in scripts ... Jason Sams
2009-08-27Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh wh... Jason Sams
2009-08-25Remove bogus comments and logging. Jason Sams
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