summaryrefslogtreecommitdiff
path: root/rsFileA3D.cpp
AgeCommit message (Expand)Author
2018-12-11add CLOEXECsNick Kralevich
2017-03-15Remove libutils.so dependency from libRSDriver, libRSCpuRef, and mostMiao Wang
2017-02-22FileA3D: Don't leak memory in error case.Greg Kaiser
2016-12-13Avoid dependency on androidfwYang Ni
2016-11-16Fix google-build-using-namespace warnings in rs.Chih-Hung Hsieh
2016-03-21Separate libRS.so into public and internal libsYang Ni
2015-06-30fix the bug that mWriteStream is deleted twice.Miao Wang
2015-02-15Revert "Replaced android::Vector with std::vector."Yang Ni
2015-02-04Runtime support for invocables in ScriptGroupsYang Ni
2015-01-07New Script Group API: runtime and cpu driver support.Yang Ni
2014-08-20Replace NULL macros with nullptr literals.Chris Wailes
2014-08-18Replaced android::Vector with std::vector.Chris Wailes
2014-01-29Work-around 64bit build issues.Ian Rogers
2013-07-17Remove more String8Jason Sams
2012-09-17Add backed for script groups.Jason Sams
2012-07-24Plumb context through for serialization.Jason Sams
2012-03-28Workaround PDK issues.Jason Sams
2012-03-09Starting to untangle header spaghetti.Alex Sakhartchouk
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
2011-10-26Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block
2011-08-16Fixing asynchronous performance issues.Alex Sakhartchouk
2011-01-31Cleaning up the serialization change.Alex Sakhartchouk
2011-01-31Making sure we can build libRS on the host for serialization.Alex Sakhartchouk
2011-01-07Additional loading methods for fonts and a3d files.Alex Sakhartchouk
2010-11-10Code cleanup to make formatting consistentAlex Sakhartchouk
2010-10-27Adding nvidia extension for limited npot support.Alex Sakhartchouk
2010-10-05Adding average fps counter.Alex Sakhartchouk
2010-09-23Adding support for all allowed textures.Alex Sakhartchouk
2010-07-01Start of mesh API cleanup.Alex Sakhartchouk
2010-06-24Adding freetype font rendering to renderscript.Alex Sakhartchouk
2010-06-04Creating the jni and java layer to integrate a3dAlex Sakhartchouk
2010-05-21Removed unnecessary change based on comments.Alex Sakhartchouk
2009-12-23Element restructuring. Add support for new basic Element types including the...Jason Sams
2009-09-25Improve renderscript context teardown. Track object in the system and then f...Jason Sams
2009-08-12Implement reflecting Java objects into the ACC enviroment.Jason Sams
2009-07-14More test app workJason Sams
2009-07-101st cut of a3d file loader.Jason Sams