summaryrefslogtreecommitdiff
path: root/rsContext.cpp
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-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-12real fix for [2440014] launcher2 crashing in loop during bootMathias Agopian
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-06More complete support for named attribs. Adds user typed attribs as availabl...Jason 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-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-30Beging GL2 user shaders. Switch master to using GL2 by default.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-17resolved conflicts for merge of f6309041 to masterJason Sams
2009-11-17Add support for dumping RS objects to aid in debugging of white blocks bug.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 8dcb4233: am 4834887e: am 4dd6fee7: Merge change Ieb4b0318 into eclairJason Sams
2009-11-13am adf38939: am da8bb292: am 59175ac2: Merge change I81b1421a into eclairJason Sams
2009-11-12Make default vertex program correctly track surface size.Jason 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-03am 03fa848a: am ebca5eec: am 83665194: Merge change I9d5e03db into eclairJason Sams
2009-11-03Support applications changing the surface attached to the RS.Jason Sams
2009-11-03Fix RS bugs. We were holding a pointer to the script text from the java vm. ...Jason Sams
2009-11-02am 766df995: am d31b0e44: am 3bbb5e9a: Merge change Ib7a6c434 into eclairJason Sams
2009-11-02Fix some leaks. This fixes the major malloc memory leak in allApps. Still t...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-15Fix bug where dirty messages for allocations attached to programVertex object...Jason Sams
2009-10-15Remove hack in RS that called exit to WAR now fixed driver bugs. Make gloaba...Jason Sams
2009-10-15Minor bug fixes and add glError check.Jason Sams
2009-10-15Add egl init start message to help debug driver init hangs.Jason Sams
2009-10-06Fix tls crash on startup if more than one RS contexts are created in one proc...Jason Sams
2009-10-06Implement data push from scripts. Fixes the problem where apps would have to...Jason Sams
2009-09-28Fix but processing raster state pragma.Jason Sams
2009-09-25Improved object lifecycle tracking and fix leaks.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-24Minor cleanup of profile and compile logging.Jason Sams