summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsMesh.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-4/+4
| | | | | | | See https://android-git.corp.google.com/g/#/c/157220 Bug: 5449033 Change-Id: Ic9c19d30693bd56755f55906127cd6bd7126096c
* Remove ObjBaseRef from the hal structAlex Sakhartchouk2011-10-181-31/+38
| | | | Change-Id: Idcac14ecfdd4d06a0f54bf50e3b9657be62e6638
* More work to make libRS buildable on the host.Alex Sakhartchouk2011-06-031-7/+3
| | | | Change-Id: I239585ef7c1334f7fc19fa6423535dea7b9a753f
* Start splitting allocation into hal and core.Jason Sams2011-05-261-11/+2
| | | | Change-Id: Ic506abb0469238cb0471eb1401cfcb7b2fbbe4bb
* Cleanup mesh creation.Alex Sakhartchouk2011-05-121-18/+13
| | | | Change-Id: Iaf5e060711dcb6341ac0f337dfb274528cb68d3e
* rsLib cleanupAlex Sakhartchouk2011-05-061-2/+0
| | | | Change-Id: Ifb66059338e3435ac79435296a650c44699921aa
* Moving renderscript GL code into the HALAlex Sakhartchouk2011-04-291-207/+109
| | | | | | | | | | This change affects - shaders - meshes - fonts - quad rendering Change-Id: I2a53acb4cd1fa8f4c6e67668f6ee969f3d7f7aa1
* First draft of fbo in renderscript.Alex Sakhartchouk2011-04-011-2/+2
| | | | | | Updating samples and benchmark Change-Id: I469bf8b842fca72b59475c8fa024c12cf0e14954
* Cleaning up the serialization change.Alex Sakhartchouk2011-01-311-8/+5
| | | | | | Renaming the define to be more in line with what it does and removing the host stub header file. Change-Id: Ibd3a0a6a398c7f81cc661f71e4478707fe1679ed
* Making sure we can build libRS on the host for serialization.Alex Sakhartchouk2011-01-311-90/+90
| | | | Change-Id: If0a5d77b20c0e1e2d124fa0737643a5dd1d4409a
* Code cleanup to make formatting consistentAlex Sakhartchouk2010-11-101-70/+49
| | | | | | across all the renderscript files. Change-Id: Idf5fcc60877e44c8f074f7176e37f70b3b895a3c
* Moving attrib creation to Mesh. Adding arrays as shader inputs.Alex Sakhartchouk2010-11-081-6/+106
| | | | | | Removing fixed size arrays. Change-Id: I0213e403a2f1283dd43f21bea770aeb059561903
* Adding nvidia extension for limited npot support.Alex Sakhartchouk2010-10-271-9/+6
| | | | | | Updating a3d loading to be async. Change-Id: I4be71d2002b9ad6ab8896d63e625f031e6b7ea6c
* Fix refcounting bugs where the sys refcountJason Sams2010-10-211-2/+0
| | | | | | | | | | could be corrupted during async type creation. Change-Id: If42828e92990598b0cb5da81c82ea513f94725f2 Fix stack object deletion bug. Change-Id: I2c723aa5ad15e0c99dc9cd0cfbc7db80bace172a
* 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