summaryrefslogtreecommitdiffstats
path: root/rsHandcode.h
Commit message (Collapse)AuthorAgeFilesLines
* Convert renderscript from using ACC to LLVM for its compiler.Jason Sams2010-05-111-0/+43
| | | | | | | This will also require application to be updated to support the new compiler and data passing models. Change-Id: If078e3a5148af395ba1b936169a407d8c3ad727f
* Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh ↵Jason Sams2009-08-271-0/+47
which replaces TriangleMesh. Update Film to use new builder.