summaryrefslogtreecommitdiff
path: root/rsUtils.h
AgeCommit message (Expand)Author
2017-02-28Remove RS_SERVER macros and references to unused headers.Miao Wang
2016-12-05Stop the default verbose logging.Stephen Hines
2013-03-20Fix logging defined in external header.Jason Sams
2013-03-19Add x86 server support.Tim Murray
2013-02-05Fix stride 16-byte alignment issues in RS.Stephen Hines
2012-05-14Support float vector versions of rsDebug() directly.Stephen Hines
2012-03-09Starting to untangle header spaghetti.Alex Sakhartchouk
2012-02-16Rename three header files to free namespace for api.Jason Sams
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
2011-05-17Preparing libRS for for compilation on host.Alex Sakhartchouk
2011-01-31Cleaning up the serialization change.Alex Sakhartchouk
2010-11-10Code cleanup to make formatting consistentAlex Sakhartchouk
2010-07-19Threading RS ForEach.Jason Sams
2010-06-09Remove float8/16 from RS type list.Jason Sams
2010-06-04Creating the jni and java layer to integrate a3dAlex Sakhartchouk
2010-05-21Removed unnecessary change based on comments.Alex Sakhartchouk
2010-05-11Convert renderscript from using ACC to LLVM for its compiler.Jason Sams
2010-01-26Turn the debugging back on.Jason Sams
2010-01-08less log spewJoe Onorato
2009-11-12Defer EGL init until the surface changed call comes in. Pass w,h along with ...Jason Sams
2009-09-23Make the renderscript timing logging available by setting debug.rs.profile=1Joe Onorato
2009-08-12Implement reflecting Java objects into the ACC enviroment.Jason Sams
2009-08-05Remove useless slot from ProgramVertex. Optimize GL state setup.Jason Sams
2009-07-14Fix master build errors post merge with master_gl branch.Jason Sams
2009-06-23Cleanup logging and fix a startup race condition that manifested on Firestone.Jason Sams
2009-06-22Cleanup includes so Log.h can use the tag. rsUtils.h is the file that should...Jason Sams
2009-06-03Generalize bitmap support and add remaining GL formats.Jason Sams
2009-06-01Improve bitmap support and do conversion in native rather than java code to r...Jason Sams
2009-05-22Add the Renderscript library. (Not in the build by default yet.)Jason Sams