summaryrefslogtreecommitdiffstats
path: root/libs/rs/java/Fountain
Commit message (Expand)AuthorAgeFilesLines
* These moved into developmnet samplesAlex Sakhartchouk2011-02-238-394/+0
* Doc change: fixing renderscript samplesRobert Ly2011-02-171-0/+5
* Fixing renderscript samples to properly declare targetSDKRobert Ly2011-02-041-0/+1
* API cleanup for renderscript. This will be a multiproject commit.Alex Sakhartchouk2010-12-211-2/+2
* Fix buildJason Sams2010-12-091-2/+2
* Allocation API update.Jason Sams2010-12-081-1/+2
* API review cleanup.Jason Sams2010-12-063-7/+7
* Remove unnecessary export_func pragma.Stephen Hines2010-11-181-2/+0
* Code cleanup to make formatting consistentAlex Sakhartchouk2010-11-102-2/+2
* Fix fountain bug with more than 10 touches reported.Jason Sams2010-11-091-1/+1
* Update ScriptC constructor to remove depricated param.Jason Sams2010-11-031-1/+1
* Cleanup error message for null binding address.Jason Sams2010-10-101-1/+2
* Remove pragma for RS export variables.Stephen Hines2010-10-081-1/+0
* Handle RS reflection name changes.Stephen Hines2010-09-171-2/+2
* Remove extra float<>int conversions in ImageProcessing.Jason Sams2010-08-161-0/+0
* Support constant and varying colors in ProgramFragment.Jason Sams2010-08-052-0/+6
* Cleanup of signed/unsignedJason Sams2010-07-291-1/+1
* Cleanup sendToClient and add rsGetDt().Jason Sams2010-07-281-2/+3
* rs_types.rsh and rs_math.rsh are default include files. Remove their #include.Shih-wei Liao2010-07-211-2/+0
* Merge "Port ModelViewer to use the new build system. Fix the simulator build ...Shih-wei Liao2010-07-201-0/+4
|\
| * Port ModelViewer to use the new build system.Shih-wei Liao2010-07-201-0/+4
* | Switch back to use the default search of include pathYing Wang2010-07-191-3/+3
|/
* Fix buildYing Wang2010-07-191-3/+3
* .rs files are now built by the build system.Ying Wang2010-07-196-152/+5
* Fix include path problem.Shih-wei Liao2010-07-151-3/+3
* Preparing for build system change. Fix the build error in http://b/issue?id=2...Shih-wei Liao2010-07-151-3/+3
* 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
* | Start of mesh API cleanup.Alex Sakhartchouk2010-07-014-9/+8
|/
* Update fountain with multitouch support.Jason Sams2010-07-015-20/+40
* Update fountain to use boolean rather than ints for true/false.Jason Sams2010-06-255-13/+15
* Add support for non-VBO drawing in Meshes.Jason Sams2010-06-253-23/+6
* Fountain example cleanup.Jason Sams2010-06-184-25/+14
* Remove InvokeData and add ContextFinish to generate a sync point.Jason Sams2010-06-155-14/+14
* Begin using reflected files.Jason Sams2010-06-086-107/+137
* Remove RS_KIND from vertex arrays types.Jason Sams2010-06-013-4/+19
* Fountain update. Update field names to match legacy expectations.Jason Sams2010-05-284-49/+35
* Begin naming cleanup for renderscript runtime.Jason Sams2010-05-194-22/+21
* Convert renderscript from using ACC to LLVM for its compiler.Jason Sams2010-05-117-182/+216
* Update Script java classes and llvm samples.Jason Sams2010-03-261-14/+14
* Change global variables from extern to non static. Make script local global ...Jason Sams2010-03-181-4/+3
* More rsh headers for renderscript and a llvm compatible test script for fount...Jason Sams2010-03-181-0/+74
* 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 the...Jason Sams2009-12-232-19/+16
* Begin gl2 support. Renderscript still uses GL1.1 by default. However, 2.0 c...Jason Sams2009-11-251-1/+1
* 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
* Fix fountain crash.Jason Sams2009-09-251-1/+2