summaryrefslogtreecommitdiffstats
path: root/libs/rs
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix egl cleanup code on context teardown.Jason Sams2009-10-272-3/+60
* | Fix dirty state tracking of allocation attached to ProgramVertex objects when...Jason Sams2009-10-266-25/+42
|/
* Fix bug where dirty messages for allocations attached to programVertex object...Jason Sams2009-10-152-0/+5
* Remove hack in RS that called exit to WAR now fixed driver bugs. Make gloaba...Jason Sams2009-10-152-5/+20
* Minor bug fixes and add glError check.Jason Sams2009-10-152-1/+7
* Add egl init start message to help debug driver init hangs.Jason Sams2009-10-151-0/+1
* Add new RenderScript sample: ImageProcessing.Romain Guy2009-10-097-0/+393
* Add script to script call support. Add exception to catch out of bound index...Jason Sams2009-10-072-1/+11
* Fix tls crash on startup if more than one RS contexts are created in one proc...Jason Sams2009-10-062-4/+10
* Implement data push from scripts. Fixes the problem where apps would have to...Jason Sams2009-10-067-1/+103
* Update the SimpleMesh API to support new attribute types. Also spilt add/set...Jason Sams2009-10-021-3/+8
* Add a test pattern as rollo's iconJoe Onorato2009-10-012-2/+5
* Implement screen aligned bitmap drawing support.Jason Sams2009-09-305-5/+70
* absf() -> fabsf() instead of fabs()Romain Guy2009-09-291-1/+1
* Fix but processing raster state pragma.Jason Sams2009-09-289-14/+49
* Improve logging code to dump more detaild rs object info. Fix bug with prede...Jason Sams2009-09-2711-15/+54
* Fix fountain crash.Jason Sams2009-09-251-1/+2
* Fix remaining object leaks. Change FountainView to tear down the rsContext a...Jason Sams2009-09-253-19/+1
* Improved object lifecycle tracking and fix leaks.Jason Sams2009-09-2523-17/+123
* Reduce debugging spew and add props to selectivly re-enable it.Jason Sams2009-09-256-28/+44
* Improve renderscript context teardown. Track object in the system and then f...Jason Sams2009-09-2541-98/+248
* Implement pause/resume for the RS thread.Jason Sams2009-09-243-1/+33
* Minor cleanup of profile and compile logging.Jason Sams2009-09-243-3/+2
* Fix invokables to make sure script pointers are setup before invoking functio...Jason Sams2009-09-247-11/+17
* Removed last bits of predefined element types from native code. Predefined t...Jason Sams2009-09-247-377/+10
* Remove depricated triangleMesh.Jason Sams2009-09-2310-440/+26
* Make the renderscript timing logging available by setting debug.rs.profile=1Joe Onorato2009-09-234-24/+35
* Add raster object to control point and line params. Add flag to force SW rend...Jason Sams2009-09-2310-12/+289
* Update viewport when height or width change.Jason Sams2009-09-221-2/+2
* Clean up some debugging and add 2 math lib routines.Jason Sams2009-09-181-0/+14
* Implement renderscript Invokables.Jason Sams2009-09-165-87/+85
* Minor perf tweak for fountain.Jason Sams2009-09-141-8/+9
* Remove the FallRS demo, now promoted as a wallpaper.Romain Guy2009-09-099-1065/+0
* Merge change 24058 into eclairAndroid (Google) Code Review2009-09-041-14/+11
|\
| * Minor perf improvement to fall and expand use of struct.Jason Sams2009-09-041-14/+11
* | Merge change 24057 into eclairAndroid (Google) Code Review2009-09-041-10/+11
|\ \ | |/
| * checkpointJason Sams2009-09-041-10/+11
* | Fix point sprites.Romain Guy2009-09-042-0/+13
|/
* Remove "predefined" elements from Java layer. Static elements continue to ex...Jason Sams2009-09-047-132/+206
* Improve structure support using symbol lookup of named structures in scripts ...Jason Sams2009-09-038-60/+156
* Update fountain to use structures.Jason Sams2009-08-311-15/+14
* Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh wh...Jason Sams2009-08-2724-146/+252
* Remove bogus comments and logging.Jason Sams2009-08-253-14/+11
* Implement java interface for RS shutdown and fix shutdown deadlock with the c...Jason Sams2009-08-255-6/+30
* Add support for selecting the color bit depth and if the application used a d...Jason Sams2009-08-2516-97/+128
* Remove Galaxy Render Script, replaced by its wallpaper equivalent.Romain Guy2009-08-249-594/+0
* Fix FallRS by keeping a reference to the mesh.Romain Guy2009-08-211-2/+5
* Merge change 22169 into eclairAndroid (Google) Code Review2009-08-202-3/+40
|\
| * Cleanup the Galaxy, add a few RS functions for Grass.Romain Guy2009-08-202-3/+40
* | Point SpritesJason Sams2009-08-2010-44/+50
|/