summaryrefslogtreecommitdiffstats
path: root/libs/rs
Commit message (Expand)AuthorAgeFilesLines
* Fix potential segfault in RS watchdog.Stephen Hines2011-10-311-0/+1
* Fix bug where CPU could be stuck spinningJason Sams2011-10-261-0/+2
* Fix error printing if no command string is set.Jason Sams2011-10-131-2/+6
* Merge "Wrapping new API with #defines to prevent old apps from using them."Jason Sams2011-10-055-1/+16
|\
| * Wrapping new API with #defines to prevent old apps from using them.Alex Sakhartchouk2011-09-285-1/+16
* | Fix crash running old HC apps.Jason Sams2011-10-041-1/+4
|/
* Remove unused fields in ProgramRasterJason Sams2011-09-233-34/+5
* Cleanup RS logsJason Sams2011-09-203-17/+12
* Add RS watchdog.Jason Sams2011-09-1315-106/+186
* Merge "Fix remaining .rs.dtor() issue for RS."Stephen Hines2011-09-011-0/+1
|\
| * Fix remaining .rs.dtor() issue for RS.Stephen Hines2011-09-011-0/+1
* | fix rs docsRobert Ly2011-09-011-1/+1
|/
* Merge "Call .rs.dtor() when tearing down Scripts."Stephen Hines2011-09-016-0/+21
|\
| * Call .rs.dtor() when tearing down Scripts.Stephen Hines2011-08-316-0/+21
* | Merge "Finish the docs for rs_cl."Jason Sams2011-09-011-5/+73
|\ \
| * | Finish the docs for rs_cl.Jason Sams2011-08-311-5/+73
* | | Merge "Document the basic RS math functions."Jason Sams2011-08-311-47/+378
|\ \ \ | |/ / | | / | |/ |/|
| * Document the basic RS math functions.Jason Sams2011-08-311-47/+378
* | Updated time/type docs for Renderscript.Stephen Hines2011-08-262-59/+110
|/
* Merge "Fixing the lockless fifo destory bug. Removing unused code from elemen...Alex Sakhartchouk2011-08-244-40/+14
|\
| * Fixing the lockless fifo destory bug.Alex Sakhartchouk2011-08-194-40/+14
* | Merge "Issue proper parameters to root() calls for RS."Stephen Hines2011-08-193-4/+136
|\ \
| * | Issue proper parameters to root() calls for RS.Stephen Hines2011-08-193-4/+136
| |/
* | Fix issue with freeing allocation with circular references.Jason Sams2011-08-187-21/+59
|/
* Fix "return 0" behavior in rsJason Sams2011-08-171-5/+6
* Add structure to pack params for forEach.Jason Sams2011-08-172-14/+48
* Merge "Fixing asynchronous performance issues."Alex Sakhartchouk2011-08-1722-290/+480
|\
| * Fixing asynchronous performance issues.Alex Sakhartchouk2011-08-1622-290/+480
* | Merge "Fix to the memory leak problem."Alex Sakhartchouk2011-08-121-0/+16
|\ \ | |/
| * Fix to the memory leak problem.Alex Sakhartchouk2011-08-121-0/+16
* | Fix the RS frame timeout.Jason Sams2011-08-127-29/+67
* | Replacing sans serif system font with RobotoChristian Robertson2011-08-111-1/+1
* | Merge "add renderscript doc comments for exposed headers"Alex Sakhartchouk2011-08-091-15/+98
|\ \
| * | add renderscript doc comments for exposed headersAlex Sakhartchouk2011-08-091-15/+98
| |/
* | Start refactoring RS headerfiles for docs.Jason Sams2011-08-0911-1412/+1673
|/
* Merge "Migrate perf-critical functions away from librs."Stephen Hines2011-08-082-54/+9
|\
| * Migrate perf-critical functions away from librs.Stephen Hines2011-08-082-54/+9
* | Add RS docs for rs_core.rshJason Sams2011-08-081-41/+351
* | Merge "Add docs to rs_types.rsh"Jason Sams2011-08-082-34/+484
|\ \
| * | Add docs to rs_types.rshJason Sams2011-08-082-34/+484
* | | Merge "Fixing rs crash when no texture is bound."Alex Sakhartchouk2011-08-083-4/+18
|\ \ \ | |_|/ |/| |
| * | Fixing rs crash when no texture is bound.Alex Sakhartchouk2011-08-053-4/+18
| |/
* | Merge "Start using bcinfo components within librs."Stephen Hines2011-08-056-32/+87
|\ \ | |/ |/|
| * Start using bcinfo components within librs.Stephen Hines2011-08-036-32/+87
* | Finish the refactor work of bccPrepareExecutableLogan Chien2011-07-301-1/+1
|/
* Add const to matrix by vector multiply routines.Jason Sams2011-07-272-11/+30
* Add size param to rsForEachJason Sams2011-07-253-14/+60
* Merge "Correctly call glviewport when surface changes."Alex Sakhartchouk2011-07-202-0/+2
|\
| * Correctly call glviewport when surface changes.Alex Sakhartchouk2011-07-192-0/+2
* | Extract BC metadata using a single call.Stephen Hines2011-07-182-60/+46