summaryrefslogtreecommitdiff
path: root/rsContext.h
AgeCommit message (Expand)Author
2010-05-11Convert renderscript from using ACC to LLVM for its compiler.Jason Sams
2010-03-26Seperate out Mutex and Signal code into reusable classes.Jason Sams
2010-03-16checkpoint animationsJason Sams
2010-03-03Improve RS error handling. On errors RS will now store the error and a messa...Jason Sams
2010-02-22beging np2 extension check work.Jason Sams
2010-02-12Revert "Revert "RenderScript should not depend on libsurfaceflinger_client.so""Mathias Agopian
2010-02-12Revert "RenderScript should not depend on libsurfaceflinger_client.so"Jack Palevich
2010-02-11RenderScript should not depend on libsurfaceflinger_client.soMathias Agopian
2010-02-11split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian
2010-02-09Preview seperating RenderScript into RenderScript and RenderScriptGLJason Sams
2010-01-04Add RS support for generic attribs as input to vertex programs.Jason Sams
2009-12-23Element restructuring. Add support for new basic Element types including the...Jason Sams
2009-12-15Place shader logging behind prop to declutter logs.Jason Sams
2009-12-15Continue development of es2.0 user shader support for renderscript. This cha...Jason Sams
2009-12-14Implement RS tracked defered texture and buffer object uploads.Jason Sams
2009-12-10am b62954b6: am 8f31c230: am 57ce0888: Merge change Id22c0137 into eclairJason Sams
2009-12-09Throttle low priority RS threads by sleeping once per frame to avoid starving...Jason Sams
2009-11-25Begin gl2 support. Renderscript still uses GL1.1 by default. However, 2.0 c...Jason Sams
2009-11-24am e4df64bd: am 66358e24: am 9dab667e: Force a crash under conditions where w...Jason Sams
2009-11-24Force a crash under conditions where white square bug in all apps is likely t...Jason Sams
2009-11-17am 234e509a: am 22186a2c: am ec8178eb: Merge change I9c1bad53 into eclairJason Sams
2009-11-15Add setPriority to allow wallpapers to run at lower cpu priority than default.Jason Sams
2009-11-13am adf38939: am da8bb292: am 59175ac2: Merge change I81b1421a into eclairJason Sams
2009-11-12Defer EGL init until the surface changed call comes in. Pass w,h along with ...Jason Sams
2009-11-03am eb7e27e8: am a1c3681f: am decc139b: Merge change I7a824efc into eclairJason Sams
2009-11-03Support applications changing the surface attached to the RS.Jason Sams
2009-10-29am 3c249da7: am 21e799ed: am e9e50b57: Merge change I7136220b into eclairJason Sams
2009-10-27Fix egl cleanup code on context teardown.Jason Sams
2009-10-26Fix dirty state tracking of allocation attached to ProgramVertex objects when...Jason Sams
2009-10-15Remove hack in RS that called exit to WAR now fixed driver bugs. Make gloaba...Jason Sams
2009-10-07Add script to script call support. Add exception to catch out of bound index...Jason Sams
2009-10-06Implement data push from scripts. Fixes the problem where apps would have to...Jason Sams
2009-09-25Reduce debugging spew and add props to selectivly re-enable it.Jason Sams
2009-09-25Improve renderscript context teardown. Track object in the system and then f...Jason Sams
2009-09-24Implement pause/resume for the RS thread.Jason Sams
2009-09-23Remove depricated triangleMesh.Jason Sams
2009-09-23Make the renderscript timing logging available by setting debug.rs.profile=1Joe Onorato
2009-09-23Add raster object to control point and line params. Add flag to force SW rend...Jason Sams
2009-09-03Improve structure support using symbol lookup of named structures in scripts ...Jason Sams
2009-08-25Add support for selecting the color bit depth and if the application used a d...Jason Sams
2009-08-19Improved RS timing code to monitor where we spend CPU time.Jason Sams
2009-08-18Implement OOB destroy method that can be called from the java finalizer remov...Jason Sams
2009-08-17Remove global IO context and integrate it into the RS context.Jason Sams
2009-08-12Implement reflecting Java objects into the ACC enviroment.Jason Sams
2009-08-10Implement basic allocation readback. Add Get height, width to ScriptC_Lib.Jason Sams
2009-08-09Let java put #defines into renderscriptJoe Onorato
2009-08-09Begin implementing SimpleMesh and fix some bugs with refcounting and java obj...Jason Sams
2009-08-05Remove useless slot from ProgramVertex. Optimize GL state setup.Jason Sams
2009-07-28Add "boxed" bitmap uploads which simply place a non-pow2 bitmap into the smal...Jason Sams
2009-07-21Enable light sources and update film test app.Jason Sams