summaryrefslogtreecommitdiffstats
path: root/libs/rs/java/ModelViewer/src/com
Commit message (Collapse)AuthorAgeFilesLines
* Moving renderscript tests away from the library to a dedicated test folder.Alex Sakhartchouk2011-02-2212-1430/+0
| | | | Change-Id: I7d8e20a17513f167eae3681d77463c01f4fa24a7
* Adding better navigation to model viewer (pinch to zoom, rotations)Alex Sakhartchouk2011-02-165-99/+405
| | | | | | Adding ability to load a3d files from disk. Change-Id: I8697483cf0e3136113e74f9239dc5bc3de770cee
* Clean up RS samples for SDK, bug 2943369Jason Sams2011-01-281-1/+1
| | | | | | | | | | | | | Fix bug 3403965 rsgSyncAll would not mark constants as changed found by inspection. Only rsAllocation.cpp affects on device bits. Change-Id: I6b7ec0df87e42687b24384aaf54dc04976cb84f7 doc update Change-Id: Id5841f08868557e086f185024470924ef202d19f
* API cleanup for renderscript. This will be a multiproject commit.Alex Sakhartchouk2010-12-212-22/+22
| | | | Change-Id: Ida62d3a155285a20725be9daa62217faef1c3734
* API reaview cleanupAlex Sakhartchouk2010-12-172-6/+5
| | | | Change-Id: Ib1aaf81130ffa6b5e6c60096c27c969e8891db3f
* Fix mipmap bug introduced with Allocation cleanup.Jason Sams2010-12-152-6/+6
| | | | | | Add syncAll to rsg headers. Change-Id: I02c953f3fddab3c6f4e98570cdad45a59711bbde
* Allocation API update.Jason Sams2010-12-082-2/+2
| | | | Change-Id: I9b4a71f9e94c7d3978f06b7971051ab4f8472503
* API review cleanup.Jason Sams2010-12-066-12/+12
| | | | Change-Id: Ieae7d450308b5637ed4253fe9baed3634c6ed141
* Stop using anonymous structs in RS.Stephen Hines2010-12-061-1/+1
| | | | Change-Id: I90344683939f2934f841031fd5339dbe91cc9e05
* Mark a non-exported function as static.Stephen Hines2010-11-171-1/+1
| | | | Change-Id: I2f497e8ec4dcfb878ce9491577e46d4c1ea09723
* Code cleanup to make formatting consistentAlex Sakhartchouk2010-11-106-26/+23
| | | | | | across all the renderscript files. Change-Id: Idf5fcc60877e44c8f074f7176e37f70b3b895a3c
* Update ScriptC constructor to remove depricated param.Jason Sams2010-11-032-3/+3
| | | | Change-Id: Id36e325834526c6b5416fd78d5cf4259d7df97e9
* Changing scenegraph sample to use arrays.Alex Sakhartchouk2010-10-134-94/+14
| | | | Change-Id: Ifa454d503c1445efcad6e31243b65d75e62e3035
* Packing the struct to work around llvm bug.Alex Sakhartchouk2010-10-131-1/+1
| | | | Change-Id: If94d6659df7e00b70c39619b05732046233cb196
* Cleanup error message for null binding address.Jason Sams2010-10-104-4/+8
| | | | | | | | | | | Only print the debug if script debugging is enabled. Change-Id: I72b9c2a73d49987a73b354442e9defec02b93bc6 Implement inner utiliy class to specify surface formats. Remove boxed bitmap upload functions. Change-Id: I3ff5ca59e53d02b9d75277afa947ea3d218459eb
* Remove pragma for RS export variables.Stephen Hines2010-10-083-12/+0
| | | | Change-Id: Icfd958e8212843f4f1a6b64dd43ce63e09d00d7c
* Handle RS reflection name changes.Stephen Hines2010-09-172-6/+6
| | | | Change-Id: I0f3f9805a0f0bf44ce9e9944a3eaa5a80dd0cdde
* Fixing a3d files to reflect the new element structure.Alex Sakhartchouk2010-09-074-10/+16
| | | | Change-Id: I44d95c9411706813dde815c5f052f3615e8b483e
* Add matrix component types.Jason Sams2010-08-254-22/+8
| | | | | | Fix potental overflow in script -> java messages. Change-Id: Ie6fd9dc376be4043fc938a1517106936937689c8
* Renderscript samples.Alex Sakhartchouk2010-08-235-15/+15
| | | | | | | | Resolving name conflict in model viewer. Adding fov projection matrix function. Adding helper methods for blending. Change-Id: Ibd3f1510436811398787c285845d050158bd6de8
* Renderscript samples. Merged two model related projects. Cleanup.Alex Sakhartchouk2010-08-187-0/+817
| | | | Change-Id: I6fdc70420eee7dfecf0b051fd687e5797c6580ce
* Fixing fonts to use constant color instead of variable.Alex Sakhartchouk2010-08-051-1/+1
| | | | Change-Id: Ia590dfed482f82b7bc748c25b7b1592efea5b68c
* rs_types.rsh and rs_math.rsh are default include files. Remove their #include.Shih-wei Liao2010-07-211-2/+0
| | | | Change-Id: Id69efbd98fd563a82cffdcaba96afa4cd8671bb2
* Change the include path.Shih-wei Liao2010-07-201-3/+3
| | | | Change-Id: I884f95e40ab2d7080fd1eec0ecc9b86794b7c042
* Port ModelViewer to use the new build system.Shih-wei Liao2010-07-203-119/+75
| | | | | | Fix the simulator build on Fountain. Change-Id: I89b05c31595f0a8c3001171957eeeb2fec253c74
* Start of mesh API cleanup.Alex Sakhartchouk2010-07-012-7/+7
| | | | | | | | | 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
* Adding freetype font rendering to renderscript.Alex Sakhartchouk2010-06-243-2/+37
| | | | Change-Id: I3a10ffe27092a41df156341c9cb3f7aa19c49f19
* Move ImageProcessing and ModelViewer to reflected files.Jason Sams2010-06-213-44/+98
| | | | | | Implement boolean support. Change-Id: Iac2dc28067ac430b3e413fc651dfaa0b96214e2e
* Creating the jni and java layer to integrate a3dAlex Sakhartchouk2010-06-044-0/+364
Change-Id: I438359633bae59bf9188cd2c4664a92ca16c5f37