Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Begin splitting up RenderScript.java into seperate classes. First piece ↵ | Jason Sams | 2009-07-31 | 6 | -157/+45 | |
| | | | | split off Element. | |||||
* | Add several math functions to rsScript_Lib. | Romain Guy | 2009-07-31 | 1 | -1/+184 | |
| | ||||||
* | Smoother transitions in GrassRS | Romain Guy | 2009-07-30 | 2 | -10/+46 | |
| | ||||||
* | First pass at implementing the Grass live wallpaper in RenderScript. | Romain Guy | 2009-07-30 | 14 | -0/+435 | |
| | | | | This change also adds second(), minute() and hour() to the RS library. | |||||
* | Implement bitmap resource loaders for utility. cleanup rolloRS and checkin ↵ | Jason Sams | 2009-07-30 | 3 | -215/+77 | |
| | | | | maps.png which was missing. | |||||
* | Simplify image loading. Use common internal format. | Jason Sams | 2009-07-29 | 1 | -44/+23 | |
| | ||||||
* | Filmstrip work and boxed bitmap load bugfixes. | Jason Sams | 2009-07-29 | 7 | -42/+64 | |
| | ||||||
* | Checkin art assets for film test app and change loading of icons to 8888. | Jason Sams | 2009-07-29 | 14 | -16/+15 | |
| | ||||||
* | Add new icons and implement text. Fix bug with uploading 8888 bitmaps of ↵ | Jason Sams | 2009-07-28 | 19 | -57/+204 | |
| | | | | non-square size. | |||||
* | Fix selection and change icon loading from 565 to 8888. | Jason Sams | 2009-07-28 | 2 | -8/+8 | |
| | ||||||
* | Add "boxed" bitmap uploads which simply place a non-pow2 bitmap into the ↵ | Jason Sams | 2009-07-28 | 15 | -199/+611 | |
| | | | | smallest larger pow texture. The added space is filled black. | |||||
* | Unbreak build by making the build of renderscript again conditional on ↵ | Jason Sams | 2009-07-23 | 1 | -3/+2 | |
| | | | | BUILD_RENDERSCRIPT until we can figure out why the build servers see an error that does not reproduce locally. | |||||
* | Move the java and jni renderscript files to the proper location. | Jason Sams | 2009-07-23 | 11 | -2633/+6 | |
| | ||||||
* | Enable light sources and update film test app. | Jason Sams | 2009-07-21 | 12 | -86/+148 | |
| | ||||||
* | Split rsScriptC into class implemtation and library functions. Update test ↵ | Jason Sams | 2009-07-20 | 8 | -544/+545 | |
| | | | | apps, all 3 should be working. | |||||
* | Fix fountain and more rollo ui work. | Jason Sams | 2009-07-17 | 8 | -120/+136 | |
| | ||||||
* | Remove shadows and invert dx sign in zoomed mode. | Jason Sams | 2009-07-17 | 3 | -60/+1 | |
| | ||||||
* | More usability tweaks including turning the icons right side up. | Jason Sams | 2009-07-16 | 4 | -36/+29 | |
| | ||||||
* | Fix conflict with automatic DPI support on high density devices by forcing ↵ | Jason Sams | 2009-07-16 | 7 | -75/+37 | |
| | | | | bitmap loading to not be scaled. | |||||
* | Update rollo and renderscript to the new ACC compiler interface. | Jason Sams | 2009-07-16 | 3 | -22/+74 | |
| | ||||||
* | Update rollo with new interactivity model. | Jason Sams | 2009-07-16 | 5 | -48/+331 | |
| | ||||||
* | Fix master build errors post merge with master_gl branch. | Jason Sams | 2009-07-14 | 2 | -0/+5 | |
| | ||||||
* | More test app work | Jason Sams | 2009-07-14 | 8 | -4/+118 | |
| | ||||||
* | 1st cut of a3d file loader. | Jason Sams | 2009-07-10 | 9 | -12/+593 | |
| | ||||||
* | rename libsgl/libcorecg to libskia | Mike Reed | 2009-07-10 | 1 | -1/+1 | |
| | ||||||
* | Merge commit 'goog/master' into merge_master | Mathias Agopian | 2009-07-06 | 9 | -33/+116 | |
|\ | ||||||
| * | Add support for multitexture and fix allocation ref counting bug in RS. Add ↵ | Jason Sams | 2009-07-02 | 5 | -18/+74 | |
| | | | | | | | | plaque to rollo and leave it disabled due to ugly appearance. | |||||
| * | Update rollo with icon images. | Jason Sams | 2009-07-01 | 7 | -16/+43 | |
| | | ||||||
* | | Merge commit 'goog/master' into merge_master | Mathias Agopian | 2009-07-01 | 9 | -20/+274 | |
|\ \ | |/ | ||||||
| * | Update rollo and support functions. Includes mockup of some new ui concepts. | Jason Sams | 2009-07-01 | 4 | -13/+124 | |
| | | ||||||
| * | Begin adding mesh | Jason Sams | 2009-06-30 | 5 | -7/+150 | |
| | | ||||||
* | | merge master in master_gl | Mathias Agopian | 2009-06-24 | 35 | -139/+419 | |
|\ \ | |/ | ||||||
| * | Cleanup logging and fix a startup race condition that manifested on Firestone. | Jason Sams | 2009-06-23 | 16 | -82/+31 | |
| | | ||||||
| * | Fix 3 bugs in fountain test. Correctly generate the last mip level of a ↵ | Jason Sams | 2009-06-22 | 3 | -9/+20 | |
| | | | | | | | | non-square mip chain. Default the background to not blended and disable dither/depth. | |||||
| * | Cleanup includes so Log.h can use the tag. rsUtils.h is the file that ↵ | Jason Sams | 2009-06-22 | 24 | -53/+219 | |
| | | | | | | | | should be included everywhere and contain rs global defines. | |||||
| * | All light source objects. | Jason Sams | 2009-06-22 | 8 | -1/+155 | |
| | | ||||||
* | | update renderscript to master_gl APIs | Mathias Agopian | 2009-06-22 | 3 | -4/+2 | |
|/ | ||||||
* | implement modeview matrix sliding from within scripts. | Jason Sams | 2009-06-19 | 5 | -71/+58 | |
| | ||||||
* | checkpoint filmstrip, implemented TLS. | Jason Sams | 2009-06-19 | 14 | -176/+1141 | |
| | ||||||
* | Fix two minor issues. Rename launchID to launchIndex and make util class ↵ | Jason Sams | 2009-06-18 | 2 | -2/+2 | |
| | | | | Matrix public for apps to use. | |||||
* | Replace spins with proper pthread conditions. | Jason Sams | 2009-06-18 | 5 | -24/+112 | |
| | ||||||
* | Implement default programs and implement defaults and parents for imports. | Jason Sams | 2009-06-17 | 13 | -33/+134 | |
| | ||||||
* | Switch fountain to use ProgramVertex rather than hard coded camers in ↵ | Jason Sams | 2009-06-16 | 13 | -133/+66 | |
| | | | | scripts. Remove camera code from scripts. | |||||
* | Bug fixes. TriangleMesh now ref-counts, implement missing element formats, ↵ | Jason Sams | 2009-06-15 | 16 | -16/+803 | |
| | | | | add missing modes for program vertex. Add matrix support classes. Add test app rollo | |||||
* | Split FountainView into View and RS parts. Beging adding ProgramVertex to ↵ | Jason Sams | 2009-06-11 | 5 | -108/+288 | |
| | | | | the java api. It was already implemented in native. | |||||
* | Fix bug with bad conversion of java strings to C strings for object names. ↵ | Jason Sams | 2009-06-10 | 9 | -15/+47 | |
| | | | | Update test app to test object defines. | |||||
* | Fix build error due to bad path generation in makefile for generated tools. | Jason Sams | 2009-06-10 | 1 | -3/+5 | |
| | | | | Implemented by JoeO | |||||
* | Split renderscript java code from test apps. Update makefiles. | Jason Sams | 2009-06-10 | 9 | -62/+102 | |
| | ||||||
* | Add named objects and implement support for ProgramFragmentStore and ↵ | Jason Sams | 2009-06-10 | 17 | -137/+202 | |
| | | | | ProgramFragment to be used by name in scripts. | |||||
* | checkpoint pragma support. Includes more cleanup of script enviroment ↵ | Jason Sams | 2009-06-09 | 7 | -13/+204 | |
| | | | | storage to keep the env settings in the base and only the per language state in ScriptC. |