summaryrefslogtreecommitdiff
path: root/rsFileA3D.cpp
AgeCommit message (Collapse)Author
2015-02-15Revert "Replaced android::Vector with std::vector."Yang Ni
b/19148482 This reverts commit 93d6bc872b7d9fba63abfa7513d56b38d9c3d371. I also made some changes to Make it work with HEAD. Change-Id: I5e516976ec1d85ffe1cf388c01795348a9441982
2015-02-04Runtime support for invocables in ScriptGroupsYang Ni
This also includes support for InvokeID Change-Id: I5b59df166ea30b309b8dd9623825ac0e72d03856
2015-01-07New Script Group API: runtime and cpu driver support.Yang Ni
Change-Id: I9c612cf8874aabaf0ca7d1640567464c71ed3070
2014-08-20Replace NULL macros with nullptr literals.Chris Wailes
Change-Id: I918c40879aa547438f77e7d1a95fa2aa33bec398
2014-08-18Replaced android::Vector with std::vector.Chris Wailes
Change-Id: I4c6abd964dc4b1412ec2e592fc8e835fecfe53f6
2014-01-29Work-around 64bit build issues.Ian Rogers
Log errors and abort as a temporary work-around for 64bit support. Change-Id: I7f6b483d671189bd12ae0ef79515fcdd871eba17
2013-07-17Remove more String8Jason Sams
Change-Id: I2b43c3c104eab7cb3b6573bea4858f6c2d0a76ca
2012-09-17Add backed for script groups.Jason Sams
Change-Id: If2fdbde7381fcdaeb54d41a913b855fd83d4f186
2012-07-24Plumb context through for serialization.Jason Sams
Change-Id: I2a49f57aa7576604deeac898a7cceb36ae68d66f
2012-03-28Workaround PDK issues.Jason Sams
Change-Id: I7dcb76a23cb3fd59e2a2d5e25af1329b2ac38415
2012-03-09Starting to untangle header spaghetti.Alex Sakhartchouk
Change-Id: I31f38d05dc8b55c659e8c7e9c0a87b94b9ac1db5
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
See https://android-git.corp.google.com/g/#/c/157220 Bug: 5449033 Change-Id: Ic9c19d30693bd56755f55906127cd6bd7126096c
2011-10-26Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block
See https://android-git.corp.google.com/g/#/c/143865 Bug: 5449033 Change-Id: I0122812ed6ff6f5b59fe4a43ab8bff0577adde0a
2011-08-16Fixing asynchronous performance issues.Alex Sakhartchouk
Change-Id: I10f02cd37a33a6c655814d24e0a4291dc044fba3
2011-01-31Cleaning up the serialization change.Alex Sakhartchouk
Renaming the define to be more in line with what it does and removing the host stub header file. Change-Id: Ibd3a0a6a398c7f81cc661f71e4478707fe1679ed
2011-01-31Making sure we can build libRS on the host for serialization.Alex Sakhartchouk
Change-Id: If0a5d77b20c0e1e2d124fa0737643a5dd1d4409a
2011-01-07Additional loading methods for fonts and a3d files.Alex Sakhartchouk
Cleaned up error messages. Change-Id: Id33b7149671df23c37cc11375d844a7837dac750 Change-Id: I6663ce54f7b9bbaf285935ca658d93ba417f8179
2010-11-10Code cleanup to make formatting consistentAlex Sakhartchouk
across all the renderscript files. Change-Id: Idf5fcc60877e44c8f074f7176e37f70b3b895a3c
2010-10-27Adding nvidia extension for limited npot support.Alex Sakhartchouk
Updating a3d loading to be async. Change-Id: I4be71d2002b9ad6ab8896d63e625f031e6b7ea6c
2010-10-05Adding average fps counter.Alex Sakhartchouk
Removing rsLight from libRS Change-Id: I8622efd10619dc120d37f3a12122e9c7fc34ff2e
2010-09-23Adding support for all allowed textures.Alex Sakhartchouk
Cleaning up unused code Adding error messages Change-Id: I3a92476738ff7699d49feeafcd3eee6f70621acb
2010-07-01Start of mesh API cleanup.Alex Sakhartchouk
Switched all native code to go through Mesh class. Removed SimpleMesh Added java Mesh class Will need to port all existing code to use java Mesh, then remove java SimpleMesh. Change-Id: Idb9c03d0b06b4ef87db28dffcffa1881d39120e5
2010-06-24Adding freetype font rendering to renderscript.Alex Sakhartchouk
Change-Id: I3a10ffe27092a41df156341c9cb3f7aa19c49f19
2010-06-04Creating the jni and java layer to integrate a3dAlex Sakhartchouk
Change-Id: I438359633bae59bf9188cd2c4664a92ca16c5f37
2010-05-21Removed unnecessary change based on comments.Alex Sakhartchouk
Now using android utils lib. collada_to_a3d seems to work with android util libs. Integrating old changelist Changing assert to rsAssrt in VertexArray making context compile. Change-Id: I33890defa777f09253bfab630d97782359ec49d7 Added serialization code to rsLib Integrated old changelist Change-Id: Ie4746113f6d1817fbb3264f97fdddde25b779311 Added serialization code to rsLib Change-Id: Ie4746113f6d1817fbb3264f97fdddde25b779311
2009-12-23Element restructuring. Add support for new basic Element types including ↵Jason Sams
the RS objects and vectors(2-4). In theory this paves the way for maintaining type info for RS objects, passing elements for GLSL uiforms/attribs/varyings, and supporting nested structures. This will break some apps, checkings for other projects will follow to unbreak them.
2009-09-25Improve renderscript context teardown. Track object in the system and then ↵Jason Sams
force their cleanup by releasing all user references once destroy context is called. Java layer will no longer send destroy notifications for objects garbage collected once a context is destroyed.
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