summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsContext.h
Commit message (Expand)AuthorAgeFilesLines
* am eb7e27e8: am a1c3681f: am decc139b: Merge change I7a824efc into eclairJason Sams2009-11-031-0/+1
|\
| * Support applications changing the surface attached to the RS.Jason Sams2009-11-031-0/+1
* | am 3c249da7: am 21e799ed: am e9e50b57: Merge change I7136220b into eclairJason Sams2009-10-291-0/+2
|\ \ | |/
| * Fix egl cleanup code on context teardown.Jason Sams2009-10-271-0/+2
* | Fix dirty state tracking of allocation attached to ProgramVertex objects when...Jason Sams2009-10-261-1/+0
|/
* Remove hack in RS that called exit to WAR now fixed driver bugs. Make gloaba...Jason Sams2009-10-151-0/+3
* Add script to script call support. Add exception to catch out of bound index...Jason Sams2009-10-071-1/+1
* Implement data push from scripts. Fixes the problem where apps would have to...Jason Sams2009-10-061-0/+6
* Reduce debugging spew and add props to selectivly re-enable it.Jason Sams2009-09-251-1/+5
* Improve renderscript context teardown. Track object in the system and then f...Jason Sams2009-09-251-0/+2
* Implement pause/resume for the RS thread.Jason Sams2009-09-241-0/+4
* Remove depricated triangleMesh.Jason Sams2009-09-231-3/+0
* Make the renderscript timing logging available by setting debug.rs.profile=1Joe Onorato2009-09-231-1/+2
* Add raster object to control point and line params. Add flag to force SW rend...Jason Sams2009-09-231-0/+8
* Improve structure support using symbol lookup of named structures in scripts ...Jason Sams2009-09-031-0/+3
* Add support for selecting the color bit depth and if the application used a d...Jason Sams2009-08-251-12/+29
* Improved RS timing code to monitor where we spend CPU time.Jason Sams2009-08-191-4/+18
* Implement OOB destroy method that can be called from the java finalizer remov...Jason Sams2009-08-181-0/+12
* Remove global IO context and integrate it into the RS context.Jason Sams2009-08-171-0/+4
* Implement reflecting Java objects into the ACC enviroment.Jason Sams2009-08-121-3/+0
* Implement basic allocation readback. Add Get height, width to ScriptC_Lib.Jason Sams2009-08-101-0/+3
* Let java put #defines into renderscriptJoe Onorato2009-08-091-1/+13
* Begin implementing SimpleMesh and fix some bugs with refcounting and java obj...Jason Sams2009-08-091-0/+1
* Remove useless slot from ProgramVertex. Optimize GL state setup.Jason Sams2009-08-051-1/+2
* Add "boxed" bitmap uploads which simply place a non-pow2 bitmap into the smal...Jason Sams2009-07-281-0/+1
* Enable light sources and update film test app.Jason Sams2009-07-211-1/+1
* Fix master build errors post merge with master_gl branch.Jason Sams2009-07-141-0/+2
* Merge commit 'goog/master' into merge_masterMathias Agopian2009-07-011-0/+1
|\
| * Begin adding meshJason Sams2009-06-301-0/+1
* | merge master in master_glMathias Agopian2009-06-241-3/+2
|\ \ | |/
| * Cleanup logging and fix a startup race condition that manifested on Firestone.Jason Sams2009-06-231-3/+0
| * Cleanup includes so Log.h can use the tag. rsUtils.h is the file that should...Jason Sams2009-06-221-4/+4
| * All light source objects.Jason Sams2009-06-221-0/+2
* | update renderscript to master_gl APIsMathias Agopian2009-06-221-1/+0
|/
* checkpoint filmstrip, implemented TLS.Jason Sams2009-06-191-0/+6
* Implement default programs and implement defaults and parents for imports.Jason Sams2009-06-171-4/+11
* Fix bug with bad conversion of java strings to C strings for object names. U...Jason Sams2009-06-101-1/+2
* Add named objects and implement support for ProgramFragmentStore and ProgramF...Jason Sams2009-06-101-2/+7
* checkpoint pragma support. Includes more cleanup of script enviroment storag...Jason Sams2009-06-091-0/+5
* Add support for scripts to return an animation flag. This allows them to ind...Jason Sams2009-06-041-1/+1
* Add the Renderscript library. (Not in the build by default yet.)Jason Sams2009-05-221-0/+123