summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsContext.h
Commit message (Expand)AuthorAgeFilesLines
...
* Improve RS error handling. On errors RS will now store the error and a messa...Jason Sams2010-03-031-1/+5
* beging np2 extension check work.Jason Sams2010-02-221-0/+4
* Revert "Revert "RenderScript should not depend on libsurfaceflinger_client.so""Mathias Agopian2010-02-121-4/+3
* Revert "RenderScript should not depend on libsurfaceflinger_client.so"Jack Palevich2010-02-121-3/+4
* RenderScript should not depend on libsurfaceflinger_client.soMathias Agopian2010-02-111-4/+3
* split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian2010-02-111-2/+3
* Preview seperating RenderScript into RenderScript and RenderScriptGLJason Sams2010-02-091-1/+2
* Add RS support for generic attribs as input to vertex programs.Jason Sams2010-01-041-11/+0
* Element restructuring. Add support for new basic Element types including the...Jason Sams2009-12-231-0/+1
* Place shader logging behind prop to declutter logs.Jason Sams2009-12-151-0/+1
* Continue development of es2.0 user shader support for renderscript. This cha...Jason Sams2009-12-151-0/+9
* Implement RS tracked defered texture and buffer object uploads.Jason Sams2009-12-141-0/+1
* am b62954b6: am 8f31c230: am 57ce0888: Merge change Id22c0137 into eclairJason Sams2009-12-101-2/+6
|\
| * Throttle low priority RS threads by sleeping once per frame to avoid starving...Jason Sams2009-12-091-2/+6
* | Begin gl2 support. Renderscript still uses GL1.1 by default. However, 2.0 c...Jason Sams2009-11-251-1/+5
* | am e4df64bd: am 66358e24: am 9dab667e: Force a crash under conditions where w...Jason Sams2009-11-241-0/+2
|\ \ | |/
| * Force a crash under conditions where white square bug in all apps is likely t...Jason Sams2009-11-241-0/+2
* | am 234e509a: am 22186a2c: am ec8178eb: Merge change I9c1bad53 into eclairJason Sams2009-11-171-0/+2
|\ \ | |/
| * Add setPriority to allow wallpapers to run at lower cpu priority than default.Jason Sams2009-11-151-0/+2
* | am adf38939: am da8bb292: am 59175ac2: Merge change I81b1421a into eclairJason Sams2009-11-131-2/+5
|\ \ | |/
| * Defer EGL init until the surface changed call comes in. Pass w,h along with ...Jason Sams2009-11-121-2/+5
* | 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