summaryrefslogtreecommitdiff
path: root/rsType.cpp
AgeCommit message (Expand)Author
2010-02-22beging np2 extension check work.Jason Sams
2010-02-17Implement type collapsing for Elements and Types. Now if a user creates two ...Jason Sams
2010-01-25Cleanup seperation of Legacy and user attribs. All user programs now use the...Jason Sams
2010-01-07Fix npot but where mipmap level sizes were rounding in the wrong direction. ...Jason Sams
2010-01-06More complete support for named attribs. Adds user typed attribs as availabl...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-11-25Begin gl2 support. Renderscript still uses GL1.1 by default. However, 2.0 c...Jason Sams
2009-11-02Fix a build break. Too many branches to keep track of.Jason Sams
2009-11-02Fix some leaks. This fixes the major malloc memory leak in allApps. Still t...Jason Sams
2009-09-27Improve logging code to dump more detaild rs object info. Fix bug with prede...Jason Sams
2009-09-25Fix remaining object leaks. Change FountainView to tear down the rsContext a...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-27Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh wh...Jason Sams
2009-08-20Point SpritesJason Sams
2009-08-18Cleanup of object destruction. No need to have a per-class destruction funct...Jason Sams
2009-08-09Begin implementing SimpleMesh and fix some bugs with refcounting and java obj...Jason Sams
2009-06-23Cleanup logging and fix a startup race condition that manifested on Firestone.Jason Sams
2009-06-22Fix 3 bugs in fountain test. Correctly generate the last mip level of a non-...Jason Sams
2009-05-22Add the Renderscript library. (Not in the build by default yet.)Jason Sams