| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement data push from scripts. Fixes the problem where apps would have ↵ | Jason Sams | 2009-10-06 | 1 | -0/+34 |
| | | | | | | | | | to poll to monitor a scripts state. Fix bug in StoreState where state could be overridden by the default unless the script used more than one state. Change only impacts renderscript and renderscript apps. | ||||
| * | Implement pause/resume for the RS thread. | Jason Sams | 2009-09-24 | 1 | -0/+18 |
| | | |||||
| * | Remove depricated triangleMesh. | Jason Sams | 2009-09-23 | 1 | -79/+0 |
| | | |||||
| * | Add raster object to control point and line params. Add flag to force SW ↵ | Jason Sams | 2009-09-23 | 1 | -0/+49 |
| | | | | | rendering. | ||||
| * | Implement more type checks on Allocations. | Jason Sams | 2009-09-21 | 1 | -26/+17 |
| | | | | | | Add tracking for allocations created using the "sized" helper. Add more param validation for data upload calls. | ||||
| * | Clean up some debugging and add 2 math lib routines. | Jason Sams | 2009-09-18 | 1 | -7/+0 |
| | | |||||
| * | Implement renderscript Invokables. | Jason Sams | 2009-09-16 | 1 | -0/+25 |
| | | |||||
| * | Implement Object readback. | Jason Sams | 2009-09-15 | 1 | -4/+67 |
| | | |||||
| * | Remove "predefined" elements from Java layer. Static elements continue to ↵ | Jason Sams | 2009-09-04 | 1 | -42/+29 |
| | | | | | exist but are no longer treated as a special version of element. | ||||
| * | Improve structure support using symbol lookup of named structures in scripts ↵ | Jason Sams | 2009-09-03 | 1 | -3/+3 |
| | | | | | to allow them to appear as just pointers to structs. | ||||
| * | Don't leak jni refs. | Joe Onorato | 2009-08-31 | 1 | -2/+2 |
| | | |||||
| * | Load bitmap resources entirely from native code. | Romain Guy | 2009-08-31 | 1 | -0/+33 |
| | | | | | Change-Id: I6660baec241794c40611bce79b7f9ce9479e52ba | ||||
| * | Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh ↵ | Jason Sams | 2009-08-27 | 1 | -26/+35 |
| | | | | | which replaces TriangleMesh. Update Film to use new builder. | ||||
| * | Add support for selecting the color bit depth and if the application used a ↵ | Jason Sams | 2009-08-25 | 1 | -3/+3 |
| | | | | | depth buffer. | ||||
| * | Point Sprites | Jason Sams | 2009-08-20 | 1 | -26/+8 |
| | | |||||
| * | Implement OOB destroy method that can be called from the java finalizer ↵ | Jason Sams | 2009-08-18 | 1 | -0/+10 |
| | | | | | removing the need to explicitly destroy objects. | ||||
| * | Cleanup of object destruction. No need to have a per-class destruction ↵ | Jason Sams | 2009-08-18 | 1 | -118/+9 |
| | | | | | function. This was a legacy of the distant past when the classes did not have a common base. | ||||
| * | Remove global IO context and integrate it into the RS context. | Jason Sams | 2009-08-17 | 1 | -109/+109 |
| | | |||||
| * | Update fountain and add writable flag to script slots. | Jason Sams | 2009-08-17 | 1 | -4/+4 |
| | | |||||
| * | Implement named slots and convert script.addType to script.setType to remove ↵ | Jason Sams | 2009-08-13 | 1 | -13/+20 |
| | | | | | ordering restrictions. | ||||
| * | Implement reflecting Java objects into the ACC enviroment. | Jason Sams | 2009-08-12 | 1 | -3/+122 |
| | | |||||
| * | readData should read the data, not write the data. | Joe Onorato | 2009-08-12 | 1 | -3/+3 |
| | | |||||
| * | Implement basic allocation readback. Add Get height, width to ScriptC_Lib. | Jason Sams | 2009-08-10 | 1 | -0/+23 |
| | | |||||
| * | Let java put #defines into renderscript | Joe Onorato | 2009-08-09 | 1 | -0/+43 |
| | | |||||
| * | Begin implementing SimpleMesh and fix some bugs with refcounting and java ↵ | Jason Sams | 2009-08-09 | 1 | -0/+44 |
| | | | | | object destruction tracking. | ||||
| * | Remove useless slot from ProgramVertex. Optimize GL state setup. | Jason Sams | 2009-08-05 | 1 | -12/+3 |
| | | |||||
| * | Split ProgramFragment and ProgramStore from RenderScript.java. Update ↵ | Jason Sams | 2009-08-04 | 1 | -24/+27 |
| | | | | | Element and Type to new cached builder for easier app developement. | ||||
| * | Implement the jni bindings for Adapter2D. Fix a refcount bug in the native ↵ | Jason Sams | 2009-08-03 | 1 | -1/+90 |
| | | | | | adapter implementation. Use adapters in Film to border the mipmaps. | ||||
| * | First pass at implementing the Grass live wallpaper in RenderScript. | Romain Guy | 2009-07-30 | 1 | -1/+19 |
| | | | | | This change also adds second(), minute() and hour() to the RS library. | ||||
| * | Add "boxed" bitmap uploads which simply place a non-pow2 bitmap into the ↵ | Jason Sams | 2009-07-28 | 1 | -0/+24 |
| | | | | | smallest larger pow texture. The added space is filled black. | ||||
| * | Move the java and jni renderscript files to the proper location. | Jason Sams | 2009-07-23 | 1 | -0/+1111 |
