summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsDevice.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Moving libRSAlex Sakhartchouk2012-03-281-61/+0
| | | | Change-Id: I1e42204e862585b9c2f7818b615890c60f08faf6
* Move context and device creation out of the spec file.Jason Sams2011-05-181-8/+3
| | | | Change-Id: I79470d4fb9317bcad9d68921ce0c414aa133f3cb
* Pipe rsa function though the RS api table.Jason Sams2011-04-281-3/+8
| | | | Change-Id: Ic8a3bef5d337be1d8fc5ca961eec6be4761701c5
* Cleaning up the serialization change.Alex Sakhartchouk2011-01-311-4/+0
| | | | | | Renaming the define to be more in line with what it does and removing the host stub header file. Change-Id: Ibd3a0a6a398c7f81cc661f71e4478707fe1679ed
* Code cleanup to make formatting consistentAlex Sakhartchouk2010-11-101-19/+7
| | | | | | across all the renderscript files. Change-Id: Idf5fcc60877e44c8f074f7176e37f70b3b895a3c
* Removed unnecessary change based on comments.Alex Sakhartchouk2010-05-211-1/+5
| | | | | | | | | | | | | | | | | Now using android utils lib. collada_to_a3d seems to work with android util libs. Integrating old changelist Changing assert to rsAssrt in VertexArray making context compile. Change-Id: I33890defa777f09253bfab630d97782359ec49d7 Added serialization code to rsLib Integrated old changelist Change-Id: Ie4746113f6d1817fbb3264f97fdddde25b779311 Added serialization code to rsLib Change-Id: Ie4746113f6d1817fbb3264f97fdddde25b779311
* Add raster object to control point and line params. Add flag to force SW ↵Jason Sams2009-09-231-0/+11
| | | | rendering.
* Add the Renderscript library. (Not in the build by default yet.)Jason Sams2009-05-221-0/+62
This library can be used to create animated 3D User Interfaces. This library is currently under heavy development, so it's not part of the build by default. In order to build this library, you must define BUILD_RENDERSCRIPT=true in your build environment. You will also have to manually edit build/core/prelink-linux-arm.map And add libRS and libRS_jni at the end like this (exact address may change.) libRS.so 0x9A100000 libRS_jni.so 0x9A000000