summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* More complete support for named attribs. Adds user typed attribs as availabl...Jason Sams2010-01-061-2/+2
* Add RS support for generic attribs as input to vertex programs.Jason Sams2010-01-041-30/+0
* Element restructuring. Add support for new basic Element types including the...Jason Sams2009-12-231-9/+8
* Place shader logging behind prop to declutter logs.Jason Sams2009-12-151-1/+2
* Continue development of es2.0 user shader support for renderscript. This cha...Jason Sams2009-12-151-0/+16
* am b62954b6: am 8f31c230: am 57ce0888: Merge change Id22c0137 into eclairJason Sams2009-12-101-26/+34
|\
| * Throttle low priority RS threads by sleeping once per frame to avoid starving...Jason Sams2009-12-091-26/+34
* | Beging GL2 user shaders. Switch master to using GL2 by default.Jason Sams2009-11-301-1/+1
* | Begin gl2 support. Renderscript still uses GL1.1 by default. However, 2.0 c...Jason Sams2009-11-251-14/+42
* | am e4df64bd: am 66358e24: am 9dab667e: Force a crash under conditions where w...Jason Sams2009-11-241-0/+18
|\ \ | |/
| * Force a crash under conditions where white square bug in all apps is likely t...Jason Sams2009-11-241-0/+18
* | resolved conflicts for merge of f6309041 to masterJason Sams2009-11-171-0/+5
|\ \ | |/
| * Add support for dumping RS objects to aid in debugging of white blocks bug.Jason Sams2009-11-171-0/+5
* | am 234e509a: am 22186a2c: am ec8178eb: Merge change I9c1bad53 into eclairJason Sams2009-11-171-5/+29
|\ \ | |/
| * Add setPriority to allow wallpapers to run at lower cpu priority than default.Jason Sams2009-11-151-5/+29
* | am 8dcb4233: am 4834887e: am 4dd6fee7: Merge change Ieb4b0318 into eclairJason Sams2009-11-131-0/+1
|\ \ | |/
| * Make default vertex program correctly track surface size.Jason Sams2009-11-121-0/+1
* | am adf38939: am da8bb292: am 59175ac2: Merge change I81b1421a into eclairJason Sams2009-11-131-38/+60
|\ \ | |/
| * Defer EGL init until the surface changed call comes in. Pass w,h along with ...Jason Sams2009-11-121-38/+60
* | am eb7e27e8: am a1c3681f: am decc139b: Merge change I7a824efc into eclairJason Sams2009-11-031-21/+37
|\ \ | |/
| * Support applications changing the surface attached to the RS.Jason Sams2009-11-031-21/+37
* | am 03fa848a: am ebca5eec: am 83665194: Merge change I9d5e03db into eclairJason Sams2009-11-031-2/+3
|\ \ | |/
| * Fix RS bugs. We were holding a pointer to the script text from the java vm. ...Jason Sams2009-11-031-2/+3
* | am 766df995: am d31b0e44: am 3bbb5e9a: Merge change Ib7a6c434 into eclairJason Sams2009-11-021-0/+3
|\ \ | |/
| * Fix some leaks. This fixes the major malloc memory leak in allApps. Still t...Jason Sams2009-11-021-0/+3
* | am 3c249da7: am 21e799ed: am e9e50b57: Merge change I7136220b into eclairJason Sams2009-10-291-3/+58
|\ \ | |/
| * Fix egl cleanup code on context teardown.Jason Sams2009-10-271-3/+58
* | Fix dirty state tracking of allocation attached to ProgramVertex objects when...Jason Sams2009-10-261-8/+0
|/
* Fix bug where dirty messages for allocations attached to programVertex object...Jason Sams2009-10-151-0/+1
* Remove hack in RS that called exit to WAR now fixed driver bugs. Make gloaba...Jason Sams2009-10-151-5/+17
* Minor bug fixes and add glError check.Jason Sams2009-10-151-0/+6
* Add egl init start message to help debug driver init hangs.Jason Sams2009-10-151-0/+1
* Fix tls crash on startup if more than one RS contexts are created in one proc...Jason Sams2009-10-061-4/+9
* Implement data push from scripts. Fixes the problem where apps would have to...Jason Sams2009-10-061-0/+77
* Fix but processing raster state pragma.Jason Sams2009-09-281-1/+2
* Improved object lifecycle tracking and fix leaks.Jason Sams2009-09-251-4/+9
* Reduce debugging spew and add props to selectivly re-enable it.Jason Sams2009-09-251-9/+9
* Improve renderscript context teardown. Track object in the system and then f...Jason Sams2009-09-251-0/+7
* Implement pause/resume for the RS thread.Jason Sams2009-09-241-1/+23
* Minor cleanup of profile and compile logging.Jason Sams2009-09-241-0/+1
* Fix invokables to make sure script pointers are setup before invoking functio...Jason Sams2009-09-241-1/+1
* Make the renderscript timing logging available by setting debug.rs.profile=1Joe Onorato2009-09-231-15/+27
* Add raster object to control point and line params. Add flag to force SW rend...Jason Sams2009-09-231-11/+28
* Update viewport when height or width change.Jason Sams2009-09-221-2/+2
* Remove "predefined" elements from Java layer. Static elements continue to ex...Jason Sams2009-09-041-3/+3
* Improve structure support using symbol lookup of named structures in scripts ...Jason Sams2009-09-031-1/+13
* Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh wh...Jason Sams2009-08-271-8/+9
* Remove bogus comments and logging.Jason Sams2009-08-251-11/+9
* Implement java interface for RS shutdown and fix shutdown deadlock with the c...Jason Sams2009-08-251-0/+4
* Add support for selecting the color bit depth and if the application used a d...Jason Sams2009-08-251-63/+80