summaryrefslogtreecommitdiffstats
path: root/libs/rs
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Merge "For the serialization context, no fifo initialization is necessary."Alex Sakhartchouk2011-07-153-8/+6
|\ \ | |/ |/|
| * For the serialization context, no fifo initialization is necessary.Alex Sakhartchouk2011-07-133-8/+6
* | Merge "Fix native crash when GL driver fails to initialize."Jason Sams2011-07-131-1/+3
|\ \
| * | Fix native crash when GL driver fails to initialize.Jason Sams2011-07-131-1/+3
* | | Merge "Add slot number to forEach hal."Jason Sams2011-07-134-1/+4
|\ \ \ | |/ / | | / | |/ |/|
| * Add slot number to forEach hal.Jason Sams2011-07-134-1/+4
* | Merge "Fix for the renderscript ref counting bug."Alex Sakhartchouk2011-07-121-6/+6
|\ \
| * | Fix for the renderscript ref counting bug.Alex Sakhartchouk2011-07-121-6/+6
* | | Remove the simulator target from all makefiles.Jeff Brown2011-07-111-7/+0
|/ /
* | Use resource entry name instead of mangled name.Logan Chien2011-07-111-63/+1
* | Fix typo: mFieldCount -> mPragmaCount.Logan Chien2011-07-111-3/+2
* | Fix EGLUtils::selectConfigForPixelFormat()Mathias Agopian2011-07-081-13/+67
|/
* Move divsi3, modsi3, udivsi3, umodsi3 to libbcc.Stephen Hines2011-06-231-4/+0
* Remove verbose logging, update test app and docs.Stephen Hines2011-06-231-2/+2
* First cut of atomics for renderscript.Jason Sams2011-06-212-0/+325
* First cut at RSTextureView.Jason Sams2011-06-202-0/+6
* Adding ability to read back fbo data to renderscriptAlex Sakhartchouk2011-06-1611-115/+353
* Allocation copy functions.Alex Sakhartchouk2011-06-1413-6/+250
* More work to make libRS buildable on the host.Alex Sakhartchouk2011-06-0320-134/+151
* Cleaup of rsComponent to remove GL types.Jason Sams2011-05-265-58/+51
* Start splitting allocation into hal and core.Jason Sams2011-05-2618-520/+679
* Move context and device creation out of the spec file.Jason Sams2011-05-184-62/+26
* Preparing libRS for for compilation on host.Alex Sakhartchouk2011-05-178-21/+15
* Merge "Moves fbo support in renderscript behind the hal"Alex Sakhartchouk2011-05-178-131/+249
|\
| * Moves fbo support in renderscript behind the halAlex Sakhartchouk2011-05-138-131/+249
* | Core to client fifo on sockets.Jason Sams2011-05-178-175/+315
* | Cleanup mesh creation.Alex Sakhartchouk2011-05-123-45/+16
|/
* Merge "rsLib cleanup"Alex Sakhartchouk2011-05-1218-122/+66
|\
| * rsLib cleanupAlex Sakhartchouk2011-05-0618-122/+66
* | Add code for generating fifo command packing.Jason Sams2011-05-069-14/+401
|/
* Moving samplers behind the hal.Alex Sakhartchouk2011-05-0516-95/+210
* Code Cleanup and better Sampler creation methodAlex Sakhartchouk2011-05-047-126/+51
* Fix error checks on compute context creation.Jason Sams2011-05-031-5/+6
* Merge "Try fixing auto data inlining again."Jason Sams2011-05-031-5/+9
|\
| * Try fixing auto data inlining again.Jason Sams2011-05-021-5/+9
* | Merge "Moving renderscript GL code into the HAL This change affects - shader...Alex Sakhartchouk2011-05-0235-986/+1549
|\ \ | |/ |/|
| * Moving renderscript GL code into the HALAlex Sakhartchouk2011-04-2935-986/+1549