| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Implement reflecting Java objects into the ACC enviroment. | Jason Sams | 2009-08-12 | 1 | -3/+0 | |
| | | ||||||
| * | Implement basic allocation readback. Add Get height, width to ScriptC_Lib. | Jason Sams | 2009-08-10 | 1 | -0/+3 | |
| | | ||||||
| * | Let java put #defines into renderscript | Joe Onorato | 2009-08-09 | 1 | -1/+13 | |
| | | ||||||
| * | Begin implementing SimpleMesh and fix some bugs with refcounting and java ↵ | Jason Sams | 2009-08-09 | 1 | -0/+1 | |
| | | | | | object destruction tracking. | |||||
| * | Remove useless slot from ProgramVertex. Optimize GL state setup. | Jason Sams | 2009-08-05 | 1 | -1/+2 | |
| | | ||||||
| * | Add "boxed" bitmap uploads which simply place a non-pow2 bitmap into the ↵ | Jason Sams | 2009-07-28 | 1 | -0/+1 | |
| | | | | | smallest larger pow texture. The added space is filled black. | |||||
| * | Enable light sources and update film test app. | Jason Sams | 2009-07-21 | 1 | -1/+1 | |
| | | ||||||
| * | Fix master build errors post merge with master_gl branch. | Jason Sams | 2009-07-14 | 1 | -0/+2 | |
| | | ||||||
| * | Merge commit 'goog/master' into merge_master | Mathias Agopian | 2009-07-01 | 1 | -0/+1 | |
| |\ | ||||||
| | * | Begin adding mesh | Jason Sams | 2009-06-30 | 1 | -0/+1 | |
| | | | ||||||
| * | | merge master in master_gl | Mathias Agopian | 2009-06-24 | 1 | -3/+2 | |
| |\ \ | |/ | ||||||
| | * | Cleanup logging and fix a startup race condition that manifested on Firestone. | Jason Sams | 2009-06-23 | 1 | -3/+0 | |
| | | | ||||||
| | * | Cleanup includes so Log.h can use the tag. rsUtils.h is the file that ↵ | Jason Sams | 2009-06-22 | 1 | -4/+4 | |
| | | | | | | | | | should be included everywhere and contain rs global defines. | |||||
| | * | All light source objects. | Jason Sams | 2009-06-22 | 1 | -0/+2 | |
| | | | ||||||
| * | | update renderscript to master_gl APIs | Mathias Agopian | 2009-06-22 | 1 | -1/+0 | |
| |/ | ||||||
| * | checkpoint filmstrip, implemented TLS. | Jason Sams | 2009-06-19 | 1 | -0/+6 | |
| | | ||||||
| * | Implement default programs and implement defaults and parents for imports. | Jason Sams | 2009-06-17 | 1 | -4/+11 | |
| | | ||||||
| * | Fix bug with bad conversion of java strings to C strings for object names. ↵ | Jason Sams | 2009-06-10 | 1 | -1/+2 | |
| | | | | | Update test app to test object defines. | |||||
| * | Add named objects and implement support for ProgramFragmentStore and ↵ | Jason Sams | 2009-06-10 | 1 | -2/+7 | |
| | | | | | ProgramFragment to be used by name in scripts. | |||||
| * | checkpoint pragma support. Includes more cleanup of script enviroment ↵ | Jason Sams | 2009-06-09 | 1 | -0/+5 | |
| | | | | | storage to keep the env settings in the base and only the per language state in ScriptC. | |||||
| * | Add support for scripts to return an animation flag. This allows them to ↵ | Jason Sams | 2009-06-04 | 1 | -1/+1 | |
| | | | | | indicate they are generating changing content and the rs thread to sleep if the content is static. | |||||
| * | Add the Renderscript library. (Not in the build by default yet.) | Jason Sams | 2009-05-22 | 1 | -0/+123 | |
| This library can be used to create animated 3D User Interfaces. This library is currently under heavy development, so it's not part of the build by default. In order to build this library, you must define BUILD_RENDERSCRIPT=true in your build environment. You will also have to manually edit build/core/prelink-linux-arm.map And add libRS and libRS_jni at the end like this (exact address may change.) libRS.so 0x9A100000 libRS_jni.so 0x9A000000 | ||||||
