Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge "Fix to the memory leak problem." | Alex Sakhartchouk | 2011-08-12 | 1 | -0/+16 | |
|\ \ | |/ | ||||||
| * | Fix to the memory leak problem. | Alex Sakhartchouk | 2011-08-12 | 1 | -0/+16 | |
| | | | | | | | | Change-Id: I18dfa76ecae62ed5165415531adf3a13ad992b54 | |||||
* | | Fix the RS frame timeout. | Jason Sams | 2011-08-12 | 7 | -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 Roboto | Christian Robertson | 2011-08-11 | 1 | -1/+1 | |
| | | | | | | | | Change-Id: Ibe0aa11e2259898e65dc422c7794ab4065a0a90e | |||||
* | | Merge "add renderscript doc comments for exposed headers" | Alex Sakhartchouk | 2011-08-09 | 1 | -15/+98 | |
|\ \ | ||||||
| * | | add renderscript doc comments for exposed headers | Alex Sakhartchouk | 2011-08-09 | 1 | -15/+98 | |
| |/ | | | | | | | Change-Id: Ia7dd82f890775045e543963d64e6dcd3ea4db825 | |||||
* | | Start refactoring RS headerfiles for docs. | Jason Sams | 2011-08-09 | 11 | -1412/+1673 | |
|/ | | | | Change-Id: Ieb7797601f94beec2835e1d936dc2dd0c38cb48c | |||||
* | 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 | |
| | | | | | | | | | | | | BUG=3497315 Change-Id: Ieaa0d64933767d422aa62740d72b31042dcd4a2f | |||||
* | | Add RS docs for rs_core.rsh | Jason Sams | 2011-08-08 | 1 | -41/+351 | |
| | | | | | | | | Change-Id: Ic961138b2ce7730b38c7673e83c8891407580306 | |||||
* | | 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 | |
| | | | | | | | | | | | | Change-Id: Id2352f325c3ef9564cc226c6c5df908df16bb26a | |||||
* | | | 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 | |
| |/ | | | | | | | Change-Id: I2c15106f50de995c63691f27e2c4d89dbffc758e | |||||
* | | 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 | |
| | | | | | | | | | | | | BUG=4942491 Change-Id: I3a46783511c4954bac9eadbbbefe5abf85498c16 | |||||
* | | Finish the refactor work of bccPrepareExecutable | Logan Chien | 2011-07-30 | 1 | -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 Sams | 2011-07-27 | 2 | -11/+30 | |
| | | | | | | Cleanup ifdef for rsForEach. Change-Id: Id0d053f5dc73fef7dffed57ed02e90340b6cb798 | |||||
* | Add size param to rsForEach | Jason Sams | 2011-07-25 | 3 | -14/+60 | |
| | | | | | | | bug 5074640 Change-Id: I395bd8b295beacc979681ccdd3451d9d6cc3d672 | |||||
* | 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 | |
| | | | | | | | | Change-Id: I7ef1539e39ea67245bac5ee410deb5918fc5dfcf | |||||
* | | Extract BC metadata using a single call. | Stephen Hines | 2011-07-18 | 2 | -60/+46 | |
| | | | | | | | | | | | | BUG=4278636 Change-Id: Idc056c4fa50240aadbc81d300fbed759c5a187cf | |||||
* | | 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 | |
| | | | | | | | | | | | | On shutdown it was attempting to free uninitialized memory. Change-Id: I9141be5a51253f87f21594ae38f7e653f9e69c6c | |||||
* | | 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 | |
| | | | | | | | | | | | | Change-Id: I85714de9029285027dc75fb3b62076be41a4c985 | |||||
* | | | 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 | |
| | | | | | | | | Change-Id: I0f2992d5f4128422d07f897b335c219cc7f1d02c | |||||
* | | 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 | |
| | | | | | | | | | | | | | | | | | | 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 Brown | 2011-07-11 | 1 | -7/+0 | |
|/ / | | | | | | | | | | | Bug: 5010576 Change-Id: I04d722f258951a3078fe07899f5bbe8aac02a8e8 | |||||
* | | Use resource entry name instead of mangled name. | Logan Chien | 2011-07-11 | 1 | -63/+1 | |
| | | | | | | | | Change-Id: I833fa1b529fe505ce20ede12b7f4b5952a6ac1f0 | |||||
* | | Fix typo: mFieldCount -> mPragmaCount. | Logan Chien | 2011-07-11 | 1 | -3/+2 | |
| | | | | | | | | Change-Id: I081a521c13a78bc5ec1bf9faecb066bed5ca8ab4 | |||||
* | | Fix EGLUtils::selectConfigForPixelFormat() | Mathias Agopian | 2011-07-08 | 1 | -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 Hines | 2011-06-23 | 1 | -4/+0 | |
| | | | | | | BUG=3435530 Change-Id: I4e90a6cdf5af534f93d83093ea31b1defd1e896c | |||||
* | Remove verbose logging, update test app and docs. | Stephen Hines | 2011-06-23 | 1 | -2/+2 | |
| | | | | Change-Id: I6659c5e51a747011239128dc2682a5d78aecfa26 | |||||
* | First cut of atomics for renderscript. | Jason Sams | 2011-06-21 | 2 | -0/+325 | |
| | | | | | | | | Change-Id: Iefc0228d802e6f5348ae787553c9252fb90ba110 update atomic patch. Change-Id: Idd0596439c092f570b6b226e9a9c7102ddffe88e | |||||
* | First cut at RSTextureView. | Jason Sams | 2011-06-20 | 2 | -0/+6 | |
| | | | | Change-Id: I920950f33079b6bb7e48bb8970201ab9737bb021 | |||||
* | Adding ability to read back fbo data to renderscript | Alex Sakhartchouk | 2011-06-16 | 11 | -115/+353 | |
| | | | | Change-Id: Ie684c26cbcde22f2483b43415dfc39a3de22c5a1 | |||||
* | Allocation copy functions. | Alex Sakhartchouk | 2011-06-14 | 13 | -6/+250 | |
| | | | | Change-Id: Idce6d44a4f4bb2e399284a40c0f90dc1bff912fd | |||||
* | More work to make libRS buildable on the host. | Alex Sakhartchouk | 2011-06-03 | 20 | -134/+151 | |
| | | | | Change-Id: I239585ef7c1334f7fc19fa6423535dea7b9a753f | |||||
* | Cleaup of rsComponent to remove GL types. | Jason Sams | 2011-05-26 | 5 | -58/+51 | |
| | | | | Change-Id: I9f82bafe42f5fb30335b15f38eb251dc1ec62e80 | |||||
* | Start splitting allocation into hal and core. | Jason Sams | 2011-05-26 | 18 | -520/+679 | |
| | | | | Change-Id: Ic506abb0469238cb0471eb1401cfcb7b2fbbe4bb | |||||
* | Move context and device creation out of the spec file. | Jason Sams | 2011-05-18 | 4 | -62/+26 | |
| | | | | Change-Id: I79470d4fb9317bcad9d68921ce0c414aa133f3cb | |||||
* | Preparing libRS for for compilation on host. | Alex Sakhartchouk | 2011-05-17 | 8 | -21/+15 | |
| | | | | Change-Id: I851add79831331c8a8b20dcccdb0817f8ad0c359 | |||||
* | Merge "Moves fbo support in renderscript behind the hal" | Alex Sakhartchouk | 2011-05-17 | 8 | -131/+249 | |
|\ | ||||||
| * | Moves fbo support in renderscript behind the hal | Alex Sakhartchouk | 2011-05-13 | 8 | -131/+249 | |
| | | | | | | | | Change-Id: I26a857586f5f0b47df4c1f4589d2023e70481ec7 | |||||
* | | Core to client fifo on sockets. | Jason Sams | 2011-05-17 | 8 | -175/+315 | |
| | | | | | | | | Change-Id: I3b84a7d4c3c5fa0d764ad4db22dfd142d5cfa95b | |||||
* | | Cleanup mesh creation. | Alex Sakhartchouk | 2011-05-12 | 3 | -45/+16 | |
|/ | | | | Change-Id: Iaf5e060711dcb6341ac0f337dfb274528cb68d3e | |||||
* | Merge "rsLib cleanup" | Alex Sakhartchouk | 2011-05-12 | 18 | -122/+66 | |
|\ |