summaryrefslogtreecommitdiff
path: root/Android.mk
AgeCommit message (Expand)Author
2011-04-01First draft of fbo in renderscript.Alex Sakhartchouk
2011-03-17Start seperating out RS compute implementation. Create halJason Sams
2011-03-14frameworks/base: remove LOCAL_PRELINK_MODULEIliyan Malchev
2011-03-01Almost all warnings are now errors in RS build.Stephen Hines
2011-02-23These moved into developmnet samplesAlex Sakhartchouk
2011-01-31Cleaning up the serialization change.Alex Sakhartchouk
2011-01-31Making sure we can build libRS on the host for serialization.Alex Sakhartchouk
2011-01-14bcc interface fixed.Shih-wei Liao
2011-01-14Retire librslib_rt.Shih-wei Liao
2011-01-14Avoid converting rslib.bc to things like rslib.h. So we are less error-prone.Shih-wei Liao
2011-01-13Fix the build.Shih-wei Liao
2011-01-13Fix the build.Shih-wei Liao
2011-01-12On-device linking.Shih-wei Liao
2010-12-20Stale cache management to address a P1 bug # 3296131.Shih-wei Liao
2010-10-23Enable optimized bitcode that is also jitted faster.Shih-wei Liao
2010-10-05Adding average fps counter.Alex Sakhartchouk
2010-07-01Start of mesh API cleanup.Alex Sakhartchouk
2010-06-24Adding freetype font rendering to renderscript.Alex Sakhartchouk
2010-05-21Removed unnecessary change based on comments.Alex Sakhartchouk
2010-05-20Remove noise functions and update images processing to use new rs namespace n...Jason Sams
2010-05-18Split ScriptC Lib into CL, GL, and basic.Jason Sams
2010-05-13Rename ProgramFragmentStore to ProgramStore.Jason Sams
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