| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Start refactoring RS headerfiles for docs. | Jason Sams | 2011-08-09 | 11 | -1412/+1673 |
| * | Merge "Migrate perf-critical functions away from librs." | Stephen Hines | 2011-08-08 | 2 | -54/+9 |
| |\ | |||||
| | * | Migrate perf-critical functions away from librs. | Stephen Hines | 2011-08-08 | 2 | -54/+9 |
| * | | Add RS docs for rs_core.rsh | Jason Sams | 2011-08-08 | 1 | -41/+351 |
| * | | Merge "Add docs to rs_types.rsh" | Jason Sams | 2011-08-08 | 2 | -34/+484 |
| |\ \ | |||||
| | * | | Add docs to rs_types.rsh | Jason Sams | 2011-08-08 | 2 | -34/+484 |
| * | | | Merge "Fixing rs crash when no texture is bound." | Alex Sakhartchouk | 2011-08-08 | 3 | -4/+18 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | Fixing rs crash when no texture is bound. | Alex Sakhartchouk | 2011-08-05 | 3 | -4/+18 |
| | |/ | |||||
| * | | Merge "Start using bcinfo components within librs." | Stephen Hines | 2011-08-05 | 6 | -32/+87 |
| |\ \ | |/ |/| | |||||
| | * | Start using bcinfo components within librs. | Stephen Hines | 2011-08-03 | 6 | -32/+87 |
| * | | Finish the refactor work of bccPrepareExecutable | Logan Chien | 2011-07-30 | 1 | -1/+1 |
| |/ | |||||
| * | Add const to matrix by vector multiply routines. | Jason Sams | 2011-07-27 | 2 | -11/+30 |
| * | Add size param to rsForEach | Jason Sams | 2011-07-25 | 3 | -14/+60 |
| * | Merge "Correctly call glviewport when surface changes." | Alex Sakhartchouk | 2011-07-20 | 2 | -0/+2 |
| |\ | |||||
| | * | Correctly call glviewport when surface changes. | Alex Sakhartchouk | 2011-07-19 | 2 | -0/+2 |
| * | | Extract BC metadata using a single call. | Stephen Hines | 2011-07-18 | 2 | -60/+46 |
| * | | Merge "For the serialization context, no fifo initialization is necessary." | Alex Sakhartchouk | 2011-07-15 | 3 | -8/+6 |
| |\ \ | |/ |/| | |||||
| | * | For the serialization context, no fifo initialization is necessary. | Alex Sakhartchouk | 2011-07-13 | 3 | -8/+6 |
| * | | Merge "Fix native crash when GL driver fails to initialize." | Jason Sams | 2011-07-13 | 1 | -1/+3 |
| |\ \ | |||||
| | * | | Fix native crash when GL driver fails to initialize. | Jason Sams | 2011-07-13 | 1 | -1/+3 |
| * | | | am 0814a9aa: am db4c5f35: resolved conflicts for merge of 7816eded to gingerb... | David 'Digit' Turner | 2011-07-13 | 0 | -0/+0 |
| |\ \ \ | |||||
| | * \ \ | am db4c5f35: resolved conflicts for merge of 7816eded to gingerbread-plus-aosp | David 'Digit' Turner | 2011-07-11 | 0 | -0/+0 |
| | |\ \ \ | |||||
| | | * \ \ | resolved conflicts for merge of 7816eded to gingerbread-plus-aosp | David 'Digit' Turner | 2011-07-12 | 0 | -0/+0 |
| | | |\ \ \ | |||||
| | | | * | | | Fix missing NL | Bruce Beare | 2011-07-07 | 1 | -1/+1 |
| * | | | | | | Merge "Add slot number to forEach hal." | Jason Sams | 2011-07-13 | 4 | -1/+4 |
| |\ \ \ \ \ \ | | |_|_|/ / | |/| | | / | |_|_|_|/ |/| | | | | |||||
| | * | | | | Add slot number to forEach hal. | Jason Sams | 2011-07-13 | 4 | -1/+4 |
| * | | | | | Merge "Fix for the renderscript ref counting bug." | Alex Sakhartchouk | 2011-07-12 | 1 | -6/+6 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fix for the renderscript ref counting bug. | Alex Sakhartchouk | 2011-07-12 | 1 | -6/+6 |
| * | | | | | | Remove the simulator target from all makefiles. | Jeff Brown | 2011-07-11 | 1 | -7/+0 |
| |/ / / / / | |||||
| * | | | | | Use resource entry name instead of mangled name. | Logan Chien | 2011-07-11 | 1 | -63/+1 |
| * | | | | | Fix typo: mFieldCount -> mPragmaCount. | Logan Chien | 2011-07-11 | 1 | -3/+2 |
| * | | | | | Fix EGLUtils::selectConfigForPixelFormat() | Mathias Agopian | 2011-07-08 | 1 | -13/+67 |
| |/ / / / | |||||
| * | | | | Move divsi3, modsi3, udivsi3, umodsi3 to libbcc. | Stephen Hines | 2011-06-23 | 1 | -4/+0 |
| * | | | | Remove verbose logging, update test app and docs. | Stephen Hines | 2011-06-23 | 1 | -2/+2 |
| * | | | | First cut of atomics for renderscript. | Jason Sams | 2011-06-21 | 2 | -0/+325 |
| * | | | | First cut at RSTextureView. | Jason Sams | 2011-06-20 | 2 | -0/+6 |
| * | | | | Adding ability to read back fbo data to renderscript | Alex Sakhartchouk | 2011-06-16 | 11 | -115/+353 |
| * | | | | Allocation copy functions. | Alex Sakhartchouk | 2011-06-14 | 13 | -6/+250 |
| * | | | | More work to make libRS buildable on the host. | Alex Sakhartchouk | 2011-06-03 | 20 | -134/+151 |
| * | | | | Merge "Cleaup of rsComponent to remove GL types." | Jason Sams | 2011-05-27 | 5 | -58/+51 |
| |\ \ \ \ | |||||
| | * | | | | Cleaup of rsComponent to remove GL types. | Jason Sams | 2011-05-26 | 5 | -58/+51 |
| * | | | | | Merge "Start splitting allocation into hal and core." | Jason Sams | 2011-05-26 | 18 | -520/+679 |
| |\| | | | | |||||
| | * | | | | Start splitting allocation into hal and core. | Jason Sams | 2011-05-26 | 18 | -520/+679 |
| * | | | | | Reconcile with honeycomb-release | The Android Open Source Project | 2011-05-20 | 0 | -0/+0 |
| |\ \ \ \ \ | |/ / / / |/| | | | | |||||
| | * | | | | merge in honeycomb-release history after reset to honeycomb | The Android Automerger | 2011-02-04 | 0 | -0/+0 |
| | |\ \ \ \ | |||||
| | | * \ \ \ | merge in honeycomb-release history after reset to honeycomb | The Android Automerger | 2011-01-30 | 0 | -0/+0 |
| | | |\ \ \ \ | |||||
| | | | * \ \ \ | merge in honeycomb-release history after reset to honeycomb | The Android Automerger | 2011-01-28 | 0 | -0/+0 |
| | | | |\ \ \ \ | |||||
| | | | | * \ \ \ | merge in honeycomb-release history after reset to honeycomb | The Android Automerger | 2011-01-27 | 0 | -0/+0 |
| | | | | |\ \ \ \ | |||||
| | | | | | * \ \ \ | merge in honeycomb-release history after reset to honeycomb | The Android Automerger | 2011-01-25 | 0 | -0/+0 |
| | | | | | |\ \ \ \ | |||||
| | | | | | | * \ \ \ | merge in honeycomb-release history after reset to honeycomb | The Android Automerger | 2011-01-21 | 0 | -0/+0 |
| | | | | | | |\ \ \ \ | |||||
