summaryrefslogtreecommitdiff
path: root/rsType.h
AgeCommit message (Expand)Author
2015-02-15Revert "Replaced android::Vector with std::vector."Yang Ni
2015-01-12Array type and allocation supportJason Sams
2014-08-18Replaced android::Vector with std::vector.Chris Wailes
2014-07-10Add missing delete operators to Type and Element.Tim Murray
2014-07-08Add 64bit large object supportJason Sams
2013-09-03Cleanup type offsets which cannot be calculated for flexible YUV.Jason Sams
2013-02-15Support typed YUV allocationsJason Sams
2013-01-09Add support for YUV allocations.Jason Sams
2012-10-19Revert "Remove offset functions from Type"Stephen Hines
2012-10-16Remove offset functions from TypeJason Sams
2012-07-24Plumb context through for serialization.Jason Sams
2012-04-02Move incRefs()/decRefs() logic from Allocation -> Type.Stephen Hines
2012-03-08Moving lod's into hal struct.Alex Sakhartchouk
2011-12-28Adding RS comments, cleaning up the gl implementation with new Element hal.Alex Sakhartchouk
2011-12-20Adding simple hal struct to type.Alex Sakhartchouk
2011-08-16Fixing asynchronous performance issues.Alex Sakhartchouk
2011-04-29Moving renderscript GL code into the HALAlex Sakhartchouk
2011-01-13Implement sub updates for mipmap levels and cubmaps.Jason Sams
2010-11-10Code cleanup to make formatting consistentAlex Sakhartchouk
2010-11-08Moving attrib creation to Mesh. Adding arrays as shader inputs.Alex Sakhartchouk
2010-10-26Begin adding async allocation creation.Jason Sams
2010-10-21Fix refcounting bugs where the sys refcountJason Sams
2010-10-14Async type creation.Jason Sams
2010-10-11Update allocation from bitmap.Alex Sakhartchouk
2010-10-08Removing fixed size arrays.Alex Sakhartchouk
2010-10-05Implement allocation resizing.Jason Sams
2010-09-23Adding support for all allowed textures.Alex Sakhartchouk
2010-06-04Creating the jni and java layer to integrate a3dAlex Sakhartchouk
2010-06-01Remove RS_KIND from vertex arrays types.Jason Sams
2010-05-21Removed unnecessary change based on comments.Alex Sakhartchouk
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-06More complete support for named attribs. Adds user typed attribs as availabl...Jason Sams
2009-11-25Begin gl2 support. Renderscript still uses GL1.1 by default. However, 2.0 c...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-25Improve renderscript context teardown. Track object in the system and then f...Jason Sams
2009-08-20Point SpritesJason 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