summaryrefslogtreecommitdiff
path: root/Android.mk
AgeCommit message (Expand)Author
2010-05-11Convert renderscript from using ACC to LLVM for its compiler.Jason Sams
2010-03-26Seperate out Mutex and Signal code into reusable classes.Jason Sams
2010-03-16checkpoint animationsJason Sams
2010-02-08Fix fountain and put the demos back in the optional build.Jason Sams
2010-01-20am b3699b14: am 836e1666: Merge "add drawSpriteScreenspaceCropped to rendersc...Joe Onorato
2010-01-14add drawSpriteScreenspaceCropped to renderscriptJoe Onorato
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-09-23Remove depricated triangleMesh.Jason Sams
2009-09-23Add raster object to control point and line params. Add flag to force SW rend...Jason Sams
2009-08-12Fix the simulator build by removing librs_jni and libRS from it.Marco Nelissen
2009-08-10The build system knows how to deal with lex files, but it treats them as c++,...Joe Onorato
2009-08-10build libRSJoe Onorato
2009-08-09Begin implementing SimpleMesh and fix some bugs with refcounting and java obj...Jason Sams
2009-08-04Add swaying effect to the grass.Romain Guy
2009-07-23Unbreak build by making the build of renderscript again conditional on BUILD_...Jason Sams
2009-07-23Move the java and jni renderscript files to the proper location.Jason Sams
2009-07-20Split rsScriptC into class implemtation and library functions. Update test a...Jason Sams
2009-07-14More test app workJason Sams
2009-06-22All light source objects.Jason Sams
2009-06-10Fix build error due to bad path generation in makefile for generated tools.Jason Sams
2009-06-10Split renderscript java code from test apps. Update makefiles.Jason Sams
2009-06-01Improve bitmap support and do conversion in native rather than java code to r...Jason Sams
2009-05-29Don't prelink the libRS libraries.Jack Palevich
2009-05-28Delete the acc script when deleting the Renderscript rsScriptC object.Jack Palevich
2009-05-26Fix Fountain test app so that it actually builds.Jack Palevich
2009-05-26Fix RenderScript JNI code build issue.Jack Palevich
2009-05-26Add sprite fountain test.Jack Palevich
2009-05-22Add the Renderscript library. (Not in the build by default yet.)Jason Sams