summaryrefslogtreecommitdiff
path: root/Android.mk
AgeCommit message (Expand)Author
2011-07-18Extract BC metadata using a single call.Stephen Hines
2011-07-11Remove the simulator target from all makefiles.Jeff Brown
2011-06-16Adding ability to read back fbo data to renderscriptAlex Sakhartchouk
2011-06-03More work to make libRS buildable on the host.Alex Sakhartchouk
2011-05-26Start splitting allocation into hal and core.Jason Sams
2011-05-13Moves fbo support in renderscript behind the halAlex Sakhartchouk
2011-05-06Add code for generating fifo command packing.Jason Sams
2011-05-05Moving samplers behind the hal.Alex Sakhartchouk
2011-04-29Moving renderscript GL code into the HALAlex Sakhartchouk
2011-04-20Create runtime stubs for compute driver.Jason Sams
2011-04-06Migrate most GL from context to driver.Jason Sams
2011-04-06Seperate ProgramRaster.Jason Sams
2011-04-04Seperate GL from RS program store.Jason Sams
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