summaryrefslogtreecommitdiffstats
path: root/libs/rs/scriptc
Commit message (Collapse)AuthorAgeFilesLines
...
* 1st cut of ForEach and test.Jason Sams2010-07-151-13/+12
| | | | Change-Id: I6534569c8d26db8b9691666134a555c8bf94184e
* Remove points from fixed function.Jason Sams2010-07-091-0/+17
| | | | | | Add basic GL performance test. Change-Id: I421a41b6683b2c5f70045cdd0f610a6939105fee
* Fix image processing resource problem for non high-density devices.Jason Sams2010-07-071-1/+4
| | | | | | Protect include file. Change-Id: I5c6721033b37e35261b9fe424d74d3aef0620791
* Cleanup pass on the mesh api change.Alex Sakhartchouk2010-07-021-2/+0
| | | | | | Removed all the simple mesh related calls and temporary objects. Change-Id: Ic64a72a894e0314f216f10e1cfc0d45b17e2e182
* Start of mesh API cleanup.Alex Sakhartchouk2010-07-011-0/+4
| | | | | | | | | 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
* Merge "Adding freetype font rendering to renderscript."Alex Sakhartchouk2010-06-252-0/+5
|\
| * Adding freetype font rendering to renderscript.Alex Sakhartchouk2010-06-242-0/+5
| | | | | | | | Change-Id: I3a10ffe27092a41df156341c9cb3f7aa19c49f19
* | Fix return values for rsClamp.Jason Sams2010-06-241-6/+6
|/ | | | Change-Id: Ic9980a2304797a74392c729d6b8ec9f477a906d6
* Add matrix ops to RSH headers.Jason Sams2010-06-243-32/+460
| | | | Change-Id: I7e2843983a12e0155114b4a18813799e4341d26f
* Move ImageProcessing and ModelViewer to reflected files.Jason Sams2010-06-211-3/+3
| | | | | | Implement boolean support. Change-Id: Iac2dc28067ac430b3e413fc651dfaa0b96214e2e
* Remove legacy drawing functions.Jason Sams2010-06-171-2/+0
| | | | | | Skip element names starting with '#' Change-Id: I6b0967ed1dc47c072c3bed7c0219e2215a7068a6
* Add skip to field packer.Jason Sams2010-06-172-3/+2
| | | | | | | remove hsb functions from env headers. add RS_PACKED define for packed structures. Change-Id: Idc661edff85c0047baa201f43e0839ac82c74593
* Merge "Comment out rsqrt for now. Long-term: Need to figur out why rsqrt ↵Shih-wei Liao2010-06-141-2/+2
|\ | | | | | | caused slang to abort."
| * Comment out rsqrt for now. Long-term: Need to figur out why rsqrt caused ↵Shih-wei Liao2010-06-141-2/+2
| | | | | | | | | | | | slang to abort. Change-Id: I635eecead3ef71690124e51f29afa163373e2329
* | To enable the reflection of rs_mesh etc. Side benefit: Better type checking.Shih-wei Liao2010-06-091-10/+10
|/ | | | | | | Double-checked with Nick that the extra "struct" is enabling reflection and type checking without incurring overhead. Change-Id: I624efd9547a8f847d9525906ab3a49278055c9e9
* Remove float8/16 from RS type list.Jason Sams2010-06-094-491/+641
| | | | | | | We will not have time to work through ABI issues for these types on arm for our ship date. Can be re-added later. Change-Id: I957758be7e900a1c55eff9cb5aeb16fa636bd9a0
* Begin using reflected files.Jason Sams2010-06-081-8/+5
| | | | Change-Id: I5307a0eac9c206b85c0cf7451d3f8300134bf8e3
* Remove RS_KIND from vertex arrays types.Jason Sams2010-06-011-4/+4
| | | | | | | | Legacy vertex programs now bind by name just like the user programs. This removes the need for two different ways of declairing the same information. Change-Id: I0178c0962842a1bbffb6726984ae1b8f5bb7529c
* types update.Jason Sams2010-05-283-38/+63
| | | | Change-Id: I3bd43e163c919be4c3a38e0dd228cee220c62b76
* Rough implemetation of ForEach.Jason Sams2010-05-281-0/+8
| | | | | | Remove launchID from root graphics script. Change-Id: I9f80c0d4df1264f2ee1624a6d7216b9dfdf8502e
* Remove noise functions and update images processing to use new rs namespace ↵Jason Sams2010-05-201-3/+0
| | | | | | names. Change-Id: I2dc9b5ec7877acd630bea1a011ecc4a6d43a31eb
* Begin naming cleanup for renderscript runtime.Jason Sams2010-05-194-716/+743
| | | | | | Prefix functions with "rs" or "rsg". Change-Id: I4435b486831bfab1ea473ccfad435b404e68f1c9
* Remove more pieces of setRoot. Add pointer to allocation lookup for scripts.Jason Sams2010-05-171-0/+1
| | | | Change-Id: I2c3075d2056f02bb834bfad403dc72da991f3156
* Convert renderscript from using ACC to LLVM for its compiler.Jason Sams2010-05-113-249/+604
| | | | | | | This will also require application to be updated to support the new compiler and data passing models. Change-Id: If078e3a5148af395ba1b936169a407d8c3ad727f
* Checkin new types for RS.Jason Sams2010-03-264-197/+248
| | | | Change-Id: I3d7a1a91c45cc1c97c60f3615f32e54e98e12f91
* Change opaque RS typedefs from void * to int. These will likely become ↵Jason Sams2010-03-181-10/+10
| | | | | | int64_t once proper support for >32bits is worked out. Change-Id: Ic30240fe6c79170a0a88fd51185a1f01bd616c45
* More rsh headers for renderscript and a llvm compatible test script for ↵Jason Sams2010-03-181-0/+65
| | | | | | fountain. Change-Id: If5d682e549e6f849ba809619587feb58c1e4ed0a
* First cut of basic RS headers for ScriptC. Not nearly complete.Jason Sams2010-03-162-0/+358
Change-Id: I15df067936d3c0ff0e0917fd5ca44dc8e1352154