summaryrefslogtreecommitdiffstats
path: root/libs/rs/java/Fountain
Commit message (Collapse)AuthorAgeFilesLines
* These moved into developmnet samplesAlex Sakhartchouk2011-02-238-394/+0
| | | | Change-Id: Id7a502b9f2df2edcda0cf78e582ab6763eb55862
* Doc change: fixing renderscript samplesRobert Ly2011-02-171-0/+5
| | | | Change-Id: Ie5d17df121ec4bc5fd46448c1670d306322b92d8
* Fixing renderscript samples to properly declare targetSDKRobert Ly2011-02-041-0/+1
| | | | Change-Id: I0374fdcd06470e26dc7e849323a1764c08756af1
* API cleanup for renderscript. This will be a multiproject commit.Alex Sakhartchouk2010-12-211-2/+2
| | | | Change-Id: Ida62d3a155285a20725be9daa62217faef1c3734
* Fix buildJason Sams2010-12-091-2/+2
| | | | Change-Id: I189d3b8afd351ab5cf604105579212593a98d5a4
* Allocation API update.Jason Sams2010-12-081-1/+2
| | | | Change-Id: I9b4a71f9e94c7d3978f06b7971051ab4f8472503
* API review cleanup.Jason Sams2010-12-063-7/+7
| | | | Change-Id: Ieae7d450308b5637ed4253fe9baed3634c6ed141
* Remove unnecessary export_func pragma.Stephen Hines2010-11-181-2/+0
| | | | Change-Id: Ibe5c5f186cfc12a31f3fb4f0f7472e3b60836394
* Code cleanup to make formatting consistentAlex Sakhartchouk2010-11-102-2/+2
| | | | | | across all the renderscript files. Change-Id: Idf5fcc60877e44c8f074f7176e37f70b3b895a3c
* Fix fountain bug with more than 10 touches reported.Jason Sams2010-11-091-1/+1
| | | | Change-Id: Ie4ddefbcbe6407fb7ffae2c6e2440fec0b974cfb
* Update ScriptC constructor to remove depricated param.Jason Sams2010-11-031-1/+1
| | | | Change-Id: Id36e325834526c6b5416fd78d5cf4259d7df97e9
* Cleanup error message for null binding address.Jason Sams2010-10-101-1/+2
| | | | | | | | | | | 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-081-1/+0
| | | | Change-Id: Icfd958e8212843f4f1a6b64dd43ce63e09d00d7c
* Handle RS reflection name changes.Stephen Hines2010-09-171-2/+2
| | | | Change-Id: I0f3f9805a0f0bf44ce9e9944a3eaa5a80dd0cdde
* Remove extra float<>int conversions in ImageProcessing.Jason Sams2010-08-161-0/+0
| | | | | | Remove or shrink test bitmaps for Fountain and ModelViewer. Change-Id: Ieeb530375aebb6b953aa564788fc5b5ef21a362e
* Support constant and varying colors in ProgramFragment.Jason Sams2010-08-052-0/+6
| | | | Change-Id: I16ce84ff427016f3a1923594efc718eca32dd7f2
* Cleanup of signed/unsignedJason Sams2010-07-291-1/+1
| | | | | | | | | | | | | | Make all functions overloadable. Change-Id: I443c83afcf9a7acfae394585201f081681f309db Update examples. Change-Id: I100d6fa8dd1af376bcee0b2c42c5aabe9c03bb6e force rebuild of all .rs files to pick up core header changes. Change-Id: I6231a8a024388481ca231507e83b108ebdbc3500
* Cleanup sendToClient and add rsGetDt().Jason Sams2010-07-281-2/+3
| | | | | | Remove legacy implemtation of matrix calls which were moved to llvm bc. Change-Id: I527740590067db3bcb2147233ef41fb057f1d2a8
* rs_types.rsh and rs_math.rsh are default include files. Remove their #include.Shih-wei Liao2010-07-211-2/+0
| | | | Change-Id: Id69efbd98fd563a82cffdcaba96afa4cd8671bb2
* Merge "Port ModelViewer to use the new build system. Fix the simulator build ↵Shih-wei Liao2010-07-201-0/+4
|\ | | | | | | on Fountain."
| * Port ModelViewer to use the new build system.Shih-wei Liao2010-07-201-0/+4
| | | | | | | | | | | | Fix the simulator build on Fountain. Change-Id: I89b05c31595f0a8c3001171957eeeb2fec253c74
* | Switch back to use the default search of include pathYing Wang2010-07-191-3/+3
|/ | | | | | since slang has been fixed to add current dir as one of the default search path. Change-Id: Id3e80955ce445f155fc518927974be7986daff1f
* Fix buildYing Wang2010-07-191-3/+3
| | | | | | Slang uses env var that build server does not set, so we still need to use relative path. Change-Id: Ibf57710b113674fe546700d81154e5236920134c
* .rs files are now built by the build system.Ying Wang2010-07-196-152/+5
| | | | Change-Id: Iba28bed6cc05883a28a59b8dd0ff12e1bfbe0c04
* Fix include path problem.Shih-wei Liao2010-07-151-3/+3
| | | | Change-Id: Ic1abbce767b9895e95e0a24e6f76150b31a6c75a
* Preparing for build system change. Fix the build error in ↵Shih-wei Liao2010-07-151-3/+3
| | | | | | http://b/issue?id=2781522. Change-Id: I4513504bb05de9bb82cd12d40045a7e4090edb3c
* Merge "Improve multitouch support so pointers other than 0 can change colors."Jason Sams2010-07-021-3/+7
|\
| * Improve multitouch support so pointers other than 0 can change colors.Jason Sams2010-07-011-3/+7
| | | | | | | | Change-Id: I4f9f71f70306cc4a3b11906ae47a5fa2e305fc3f
* | Start of mesh API cleanup.Alex Sakhartchouk2010-07-014-9/+8
|/ | | | | | | | | 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
* Update fountain with multitouch support.Jason Sams2010-07-015-20/+40
| | | | Change-Id: I510f3f2d604f4ecacd7e18d8c6eddd827f458c70
* Update fountain to use boolean rather than ints for true/false.Jason Sams2010-06-255-13/+15
| | | | Change-Id: I5e8334f53239c869caeaff45e611309cea5ba284
* Add support for non-VBO drawing in Meshes.Jason Sams2010-06-253-23/+6
| | | | Change-Id: Ic4dd88cbe591091ebe740babe30213c15ad60cb3
* Fountain example cleanup.Jason Sams2010-06-184-25/+14
| | | | | | Remove compatability versions of rsg functions that took old 'i' types. Change-Id: Icea268a37df5e212237299e094ba26c6f76468d7
* Remove InvokeData and add ContextFinish to generate a sync point.Jason Sams2010-06-155-14/+14
| | | | Change-Id: I27da8bf5fba2c8a428964cb6a5e66dd7a94958d8
* Begin using reflected files.Jason Sams2010-06-086-107/+137
| | | | Change-Id: I5307a0eac9c206b85c0cf7451d3f8300134bf8e3
* Remove RS_KIND from vertex arrays types.Jason Sams2010-06-013-4/+19
| | | | | | | | 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
* Fountain update. Update field names to match legacy expectations.Jason Sams2010-05-284-49/+35
| | | | | | Cleanup java code. Change-Id: I1ad9ae462e46166a7b6ff2b399417dbfe50a5542
* Begin naming cleanup for renderscript runtime.Jason Sams2010-05-194-22/+21
| | | | | | Prefix functions with "rs" or "rsg". Change-Id: I4435b486831bfab1ea473ccfad435b404e68f1c9
* Convert renderscript from using ACC to LLVM for its compiler.Jason Sams2010-05-117-182/+216
| | | | | | | This will also require application to be updated to support the new compiler and data passing models. Change-Id: If078e3a5148af395ba1b936169a407d8c3ad727f
* Update Script java classes and llvm samples.Jason Sams2010-03-261-14/+14
| | | | Change-Id: I05c8d63fcca095d4fea6abb1ff5736ab9d78a3e6
* Change global variables from extern to non static. Make script local global ↵Jason Sams2010-03-181-4/+3
| | | | | | vars static. Change-Id: I73656978e0f0ceeb927afef292fc4ed9755b7214
* More rsh headers for renderscript and a llvm compatible test script for ↵Jason Sams2010-03-181-0/+74
| | | | | | fountain. Change-Id: If5d682e549e6f849ba809619587feb58c1e4ed0a
* Add test pattern icon to Fountain.Jason Sams2010-02-192-1/+3
|
* Preview seperating RenderScript into RenderScript and RenderScriptGLJason Sams2010-02-092-3/+4
|
* explicit set an "optional" tagJean-Baptiste Queru2010-01-051-0/+2
|
* Element restructuring. Add support for new basic Element types including ↵Jason Sams2009-12-232-19/+16
| | | | | | 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.
* Begin gl2 support. Renderscript still uses GL1.1 by default. However, 2.0 ↵Jason Sams2009-11-251-1/+1
| | | | can be enabled and will render most tests correctly.
* Make default vertex program correctly track surface size.Jason Sams2009-11-121-16/+12
|
* Fix but processing raster state pragma.Jason Sams2009-09-281-3/+0
| | | | rename stateFragmentStore to stateStore
* Fix fountain crash.Jason Sams2009-09-251-1/+2
|