| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I9f82bafe42f5fb30335b15f38eb251dc1ec62e80
|
|
|
|
|
|
| |
across all the renderscript files.
Change-Id: Idf5fcc60877e44c8f074f7176e37f70b3b895a3c
|
|
|
|
| |
Change-Id: Ida2dfb404b2cd832e622d981d73a938d5bc5b821
|
|
|
|
|
|
| |
Implement boolean support.
Change-Id: Iac2dc28067ac430b3e413fc651dfaa0b96214e2e
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
the RS objects and vectors(2-4). In theory this paves the way for maintaining type info for RS objects, passing elements for GLSL uiforms/attribs/varyings, and supporting nested structures.
This will break some apps, checkings for other projects will follow to unbreak them.
|
|
|
|
| |
change cleans up ProgramVertex creation and adds support for passing input, output, and constant type info.
|
|
|
|
| |
predefined elements not being recreated for contexts after one was destroyed. Add stricter type enforcement.
|
|
|
|
| |
force their cleanup by releasing all user references once destroy context is called. Java layer will no longer send destroy notifications for objects garbage collected once a context is destroyed.
|
| |
|
|
|
|
| |
ordering restrictions.
|
| |
|
|
|
|
| |
object destruction tracking.
|
|
|
|
| |
should be included everywhere and contain rs global defines.
|
|
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
|