summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsMesh.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix two minor RS bugs.Jason Sams2010-09-221-2/+0
| | | | | | | 1: index set size was populated with bad value in java, 2: bad error check in uploadToBufferObject. Change-Id: I5946053cdfba0b2fbbaa34d562a9ec53e26ce9f2
* Adding bounding box computation.Alex Sakhartchouk2010-08-131-0/+43
| | | | Change-Id: I682609312519d9474176556ade7a208c7d0a1323
* Work on synchronizing a3d created files and java layer.Alex Sakhartchouk2010-07-121-0/+41
| | | | | | Adding culling to ProgramRaster Change-Id: I58ccc82d37edc9539289d5eba44ea0e720874af5
* Cleanup pass on the mesh api change.Alex Sakhartchouk2010-07-021-89/+0
| | | | | | Removed all the simple mesh related calls and temporary objects. Change-Id: Ic64a72a894e0314f216f10e1cfc0d45b17e2e182
* Start of mesh API cleanup.Alex Sakhartchouk2010-07-011-101/+251
| | | | | | | | | Switched all native code to go through Mesh class. Removed SimpleMesh Added java Mesh class Will need to port all existing code to use java Mesh, then remove java SimpleMesh. Change-Id: Idb9c03d0b06b4ef87db28dffcffa1881d39120e5
* Creating the jni and java layer to integrate a3dAlex Sakhartchouk2010-06-041-2/+2
| | | | Change-Id: I438359633bae59bf9188cd2c4664a92ca16c5f37
* Removed unnecessary change based on comments.Alex Sakhartchouk2010-05-211-3/+168
| | | | | | | | | | | | | | | | | 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
* Improved object lifecycle tracking and fix leaks.Jason Sams2009-09-251-0/+2
|
* Improve renderscript context teardown. Track object in the system and then ↵Jason Sams2009-09-251-1/+1
| | | | 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.
* 1st cut of a3d file loader.Jason Sams2009-07-101-2/+3
|
* Begin adding meshJason Sams2009-06-301-0/+45