summaryrefslogtreecommitdiffstats
path: root/libs/rs
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| | | | | | | | Change-Id: I18dfa76ecae62ed5165415531adf3a13ad992b54
* | Fix the RS frame timeout.Jason Sams2011-08-127-29/+67
| | | | | | | | | | | | | | | | Previous a slow app would block from receiving new commands until the timer expired. This change will expire the timer immediatly. Change-Id: I42b949d21f98ee0f1d3156763cd723c3e9cabb67
* | Replacing sans serif system font with RobotoChristian Robertson2011-08-111-1/+1
| | | | | | | | Change-Id: Ibe0aa11e2259898e65dc422c7794ab4065a0a90e
* | 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
| |/ | | | | | | Change-Id: Ia7dd82f890775045e543963d64e6dcd3ea4db825
* | Start refactoring RS headerfiles for docs.Jason Sams2011-08-0911-1412/+1673
|/ | | | Change-Id: Ieb7797601f94beec2835e1d936dc2dd0c38cb48c
* 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
| | | | | | | | | | | | BUG=3497315 Change-Id: Ieaa0d64933767d422aa62740d72b31042dcd4a2f
* | Add RS docs for rs_core.rshJason Sams2011-08-081-41/+351
| | | | | | | | Change-Id: Ic961138b2ce7730b38c7673e83c8891407580306
* | Merge "Add docs to rs_types.rsh"Jason Sams2011-08-082-34/+484
|\ \
| * | Add docs to rs_types.rshJason Sams2011-08-082-34/+484
| | | | | | | | | | | | Change-Id: Id2352f325c3ef9564cc226c6c5df908df16bb26a
* | | 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
| |/ | | | | | | Change-Id: I2c15106f50de995c63691f27e2c4d89dbffc758e
* | 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
| | | | | | | | | | | | BUG=4942491 Change-Id: I3a46783511c4954bac9eadbbbefe5abf85498c16
* | Finish the refactor work of bccPrepareExecutableLogan Chien2011-07-301-1/+1
|/ | | | | | | | Rename bccPrepareExecutableEx to bccPrepareExecutable. (These functions are the same, and we will remove bccPrepareExecutableEx several commits later.) Change-Id: I519130bb3b731bf927cb92924f355d7d1ea0242c
* Add const to matrix by vector multiply routines.Jason Sams2011-07-272-11/+30
| | | | | | Cleanup ifdef for rsForEach. Change-Id: Id0d053f5dc73fef7dffed57ed02e90340b6cb798
* Add size param to rsForEachJason Sams2011-07-253-14/+60
| | | | | | | bug 5074640 Change-Id: I395bd8b295beacc979681ccdd3451d9d6cc3d672
* 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
| | | | | | | | Change-Id: I7ef1539e39ea67245bac5ee410deb5918fc5dfcf
* | Extract BC metadata using a single call.Stephen Hines2011-07-182-60/+46
| | | | | | | | | | | | BUG=4278636 Change-Id: Idc056c4fa50240aadbc81d300fbed759c5a187cf
* | 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
| | | | | | | | | | | | On shutdown it was attempting to free uninitialized memory. Change-Id: I9141be5a51253f87f21594ae38f7e653f9e69c6c
* | 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
| | | | | | | | | | | | Change-Id: I85714de9029285027dc75fb3b62076be41a4c985
* | | 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
| | | | | | | | Change-Id: I0f2992d5f4128422d07f897b335c219cc7f1d02c
* | 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
| | | | | | | | | | | | | | | | | | This only manifested itself in the situations where elements containing multiple ref counted objects were copied from Java. Change-Id: I2c1cc89fe7f792259b3f033674142eb33d17a507
* | | Remove the simulator target from all makefiles.Jeff Brown2011-07-111-7/+0
|/ / | | | | | | | | | | Bug: 5010576 Change-Id: I04d722f258951a3078fe07899f5bbe8aac02a8e8
* | Use resource entry name instead of mangled name.Logan Chien2011-07-111-63/+1
| | | | | | | | Change-Id: I833fa1b529fe505ce20ede12b7f4b5952a6ac1f0
* | Fix typo: mFieldCount -> mPragmaCount.Logan Chien2011-07-111-3/+2
| | | | | | | | Change-Id: I081a521c13a78bc5ec1bf9faecb066bed5ca8ab4
* | Fix EGLUtils::selectConfigForPixelFormat()Mathias Agopian2011-07-081-13/+67
|/ | | | | | | | | | | | | | | - renderscript now calls EGL directly instead of relying on this function - surfaceflinger also does its own EGLConfig selection - selectConfigForPixelFormat stays for legacy reason (many tests use it) but it now only tries to match the alpha channel of the format rather than the format itself. this will allow implementations who don't support the exact formats defined in the HAL to work properly. Bug: 4998223 Change-Id: Ic664dfc14d5072a514b6f77a115d1521bfc1578f
* Move divsi3, modsi3, udivsi3, umodsi3 to libbcc.Stephen Hines2011-06-231-4/+0
| | | | | | BUG=3435530 Change-Id: I4e90a6cdf5af534f93d83093ea31b1defd1e896c
* Remove verbose logging, update test app and docs.Stephen Hines2011-06-231-2/+2
| | | | Change-Id: I6659c5e51a747011239128dc2682a5d78aecfa26
* First cut of atomics for renderscript.Jason Sams2011-06-212-0/+325
| | | | | | | | Change-Id: Iefc0228d802e6f5348ae787553c9252fb90ba110 update atomic patch. Change-Id: Idd0596439c092f570b6b226e9a9c7102ddffe88e
* First cut at RSTextureView.Jason Sams2011-06-202-0/+6
| | | | Change-Id: I920950f33079b6bb7e48bb8970201ab9737bb021
* Adding ability to read back fbo data to renderscriptAlex Sakhartchouk2011-06-1611-115/+353
| | | | Change-Id: Ie684c26cbcde22f2483b43415dfc39a3de22c5a1
* Allocation copy functions.Alex Sakhartchouk2011-06-1413-6/+250
| | | | Change-Id: Idce6d44a4f4bb2e399284a40c0f90dc1bff912fd
* More work to make libRS buildable on the host.Alex Sakhartchouk2011-06-0320-134/+151
| | | | Change-Id: I239585ef7c1334f7fc19fa6423535dea7b9a753f
* Cleaup of rsComponent to remove GL types.Jason Sams2011-05-265-58/+51
| | | | Change-Id: I9f82bafe42f5fb30335b15f38eb251dc1ec62e80
* Start splitting allocation into hal and core.Jason Sams2011-05-2618-520/+679
| | | | Change-Id: Ic506abb0469238cb0471eb1401cfcb7b2fbbe4bb
* Move context and device creation out of the spec file.Jason Sams2011-05-184-62/+26
| | | | Change-Id: I79470d4fb9317bcad9d68921ce0c414aa133f3cb
* Preparing libRS for for compilation on host.Alex Sakhartchouk2011-05-178-21/+15
| | | | Change-Id: I851add79831331c8a8b20dcccdb0817f8ad0c359
* 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
| | | | | | | | Change-Id: I26a857586f5f0b47df4c1f4589d2023e70481ec7
* | Core to client fifo on sockets.Jason Sams2011-05-178-175/+315
| | | | | | | | Change-Id: I3b84a7d4c3c5fa0d764ad4db22dfd142d5cfa95b
* | Cleanup mesh creation.Alex Sakhartchouk2011-05-123-45/+16
|/ | | | Change-Id: Iaf5e060711dcb6341ac0f337dfb274528cb68d3e
* Merge "rsLib cleanup"Alex Sakhartchouk2011-05-1218-122/+66
|\