summaryrefslogtreecommitdiff
path: root/rsComponent.cpp
AgeCommit message (Expand)Author
2016-11-16Fix google-build-using-namespace warnings in rs.Chih-Hung Hsieh
2014-06-25Update Component to use proper large object sizes (256 bits vs. 32 bits).Stephen Hines
2013-02-15Support typed YUV allocationsJason Sams
2012-04-12Add in missing FONT support.Stephen Hines
2011-12-29Adding better error behavior to RSAlex Sakhartchouk
2011-11-15Expand RS vector3 types to vector4.Alex Sakhartchouk
2011-10-26Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block
2011-08-16Fixing asynchronous performance issues.Alex Sakhartchouk
2011-05-26Cleaup of rsComponent to remove GL types.Jason Sams
2011-04-01First draft of fbo in renderscript.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
2010-11-10Code cleanup to make formatting consistentAlex Sakhartchouk
2010-08-25Add matrix component types.Jason Sams
2010-08-09Refcounting in allocations.Jason Sams
2010-06-21Move ImageProcessing and ModelViewer to reflected files.Jason Sams
2010-05-21Removed unnecessary change based on comments.Alex Sakhartchouk
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-09-27Improve logging code to dump more detaild rs object info. Fix bug with prede...Jason Sams
2009-09-25Improved object lifecycle tracking and fix leaks.Jason Sams
2009-09-25Improve renderscript context teardown. Track object in the system and then f...Jason Sams
2009-08-20Point SpritesJason Sams
2009-08-13Implement named slots and convert script.addType to script.setType to remove ...Jason Sams
2009-08-12Implement reflecting Java objects into the ACC enviroment.Jason Sams
2009-08-09Begin implementing SimpleMesh and fix some bugs with refcounting and java obj...Jason Sams
2009-05-22Add the Renderscript library. (Not in the build by default yet.)Jason Sams