summaryrefslogtreecommitdiffstats
path: root/rsComponent.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update Component to use proper large object sizes (256 bits vs. 32 bits).Stephen Hines2014-06-251-0/+7
* Support typed YUV allocationsJason Sams2013-02-151-1/+7
* Add in missing FONT support.Stephen Hines2012-04-121-1/+3
* Adding better error behavior to RSAlex Sakhartchouk2011-12-291-0/+4
* Expand RS vector3 types to vector4.Alex Sakhartchouk2011-11-151-1/+2
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-2/+2
* Fixing asynchronous performance issues.Alex Sakhartchouk2011-08-161-30/+0
* Cleaup of rsComponent to remove GL types.Jason Sams2011-05-261-39/+1
* First draft of fbo in renderscript.Alex Sakhartchouk2011-04-011-0/+2
* Cleaning up the serialization change.Alex Sakhartchouk2011-01-311-5/+5
* Making sure we can build libRS on the host for serialization.Alex Sakhartchouk2011-01-311-3/+4
* Code cleanup to make formatting consistentAlex Sakhartchouk2010-11-101-26/+14
* Add matrix component types.Jason Sams2010-08-251-3/+43
* Refcounting in allocations.Jason Sams2010-08-091-0/+4
* Move ImageProcessing and ModelViewer to reflected files.Jason Sams2010-06-211-76/+5
* Removed unnecessary change based on comments.Alex Sakhartchouk2010-05-211-0/+25
* Add RS support for generic attribs as input to vertex programs.Jason Sams2010-01-041-0/+21
* Element restructuring. Add support for new basic Element types including the...Jason Sams2009-12-231-0/+316
* Continue development of es2.0 user shader support for renderscript. This cha...Jason Sams2009-12-151-110/+0
* Improve logging code to dump more detaild rs object info. Fix bug with prede...Jason Sams2009-09-271-0/+5
* Improved object lifecycle tracking and fix leaks.Jason Sams2009-09-251-0/+4
* Improve renderscript context teardown. Track object in the system and then f...Jason Sams2009-09-251-3/+3
* Point SpritesJason Sams2009-08-201-1/+1
* Implement named slots and convert script.addType to script.setType to remove ...Jason Sams2009-08-131-0/+20
* Implement reflecting Java objects into the ACC enviroment.Jason Sams2009-08-121-1/+4
* Begin implementing SimpleMesh and fix some bugs with refcounting and java obj...Jason Sams2009-08-091-1/+36
* Add the Renderscript library. (Not in the build by default yet.)Jason Sams2009-05-221-0/+43