Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: fixing bug 5942573 | Robert Ly | 2012-02-22 | 1 | -3/+3 |
| | | | | Change-Id: I2479dc8916f98a8bf7dbec95dc29cbd871c51be5 | ||||
* | docs: Add developer guide cross-references, Project ACRE, round 4 | Joe Fernandez | 2011-12-22 | 7 | -15/+47 |
| | | | | Change-Id: I1b43414aaec8ea217b39a0d780c80a25409d0991 | ||||
* | Followup to a bug fix. | Alex Sakhartchouk | 2011-11-15 | 1 | -10/+16 |
| | | | | | | | Addtion of synchronized to the methods triggers an API change. Per council advice, pushing synch block into the function body. Change-Id: Iaa395d9720bce499259ab750fe97149715e9f271 | ||||
* | Fixing a race condition in RSSurfaceView. Bug 5601083 | Alex Sakhartchouk | 2011-11-11 | 1 | -4/+4 |
| | | | | | | When destroy is called shortly after creation, RS tries to set a surface on a partially destroyed context. Change-Id: I7a382a701efde3264e5cd9b9a9b428ade5eb4a9a | ||||
* | adding getters to Sampler ProgramRaster, ProgramStore, Element. | Alex Sakhartchouk | 2011-10-18 | 5 | -17/+257 |
| | | | | | | Element adds ability to get subelement info. Tests for new stuff. Change-Id: I4a77b91e4e0e73c95ab28b42c50732a64e71e7b9 | ||||
* | Simplify the way we get the version info. | Jason Sams | 2011-10-06 | 1 | -7/+1 |
| | | | | | | Reduces startup overhead. Change-Id: Id9556dfe553c23bf3f870a524ca5e687bb9fe777 | ||||
* | Remove unused fields in ProgramRaster | Jason Sams | 2011-09-23 | 2 | -12/+4 |
| | | | | Change-Id: I70c9d47674c956ec850c178c7aaa9a5e3dd9dffb | ||||
* | Replacing sans serif system font with Roboto | Christian Robertson | 2011-08-11 | 1 | -4/+4 |
| | | | | Change-Id: Ibe0aa11e2259898e65dc422c7794ab4065a0a90e | ||||
* | Add a return value for SurfaceTextureListener#onSurfaceTextureDestroyed. | Grace Kloba | 2011-08-09 | 1 | -1/+3 |
| | | | | | | | If returns true, the SurfaceTexture will be released by TextureView. If returns false, the client needs to release the SurfaceTexture. Change-Id: I946f71e337ad4170c168854ac27e028b82489c8c | ||||
* | Start using bcinfo components within librs. | Stephen Hines | 2011-08-03 | 2 | -8/+25 |
| | | | | | | BUG=4942491 Change-Id: I3a46783511c4954bac9eadbbbefe5abf85498c16 | ||||
* | Merge "Add getName to renderscript base object" | Alex Sakhartchouk | 2011-07-27 | 1 | -0/+7 |
|\ | |||||
| * | Add getName to renderscript base object | Alex Sakhartchouk | 2011-07-26 | 1 | -0/+7 |
| | | | | | | | | Change-Id: Ia28f88d2c9d679692778641548fdac08c1041d02 | ||||
* | | Unhide new RS apis. | Jason Sams | 2011-07-26 | 3 | -5/+2 |
|/ | | | | Change-Id: I83505156bd8a0ffabf0da3aef937693eaee9d9cd | ||||
* | Merge "Add error checks for AllocationAdapters being used in unsupported ways." | Jason Sams | 2011-07-11 | 2 | -14/+57 |
|\ | |||||
| * | Add error checks for AllocationAdapters being used in unsupported ways. | Jason Sams | 2011-07-08 | 2 | -14/+57 |
| | | | | | | | | Change-Id: If6506e04d65a7b3d79203ac7a20a7961368ef04f | ||||
* | | Use resource entry name instead of mangled name. | Logan Chien | 2011-07-11 | 1 | -1/+1 |
|/ | | | | Change-Id: I833fa1b529fe505ce20ede12b7f4b5952a6ac1f0 | ||||
* | Fix more type info caching bugs. | Jason Sams | 2011-07-07 | 1 | -0/+1 |
| | | | | Change-Id: I917a1190ec12fe954c9bf51ffd446ef564837e68 | ||||
* | Fix defered type creation when loading from A3D. | Jason Sams | 2011-07-07 | 1 | -9/+15 |
| | | | | Change-Id: I09387c0859dcc9fe77014bc7486109d81742f298 | ||||
* | AllocationAdapter cleanup. | Jason Sams | 2011-07-07 | 2 | -233/+207 |
| | | | | Change-Id: Ia7eb0925e410779bbd6a925af721e3834dcf83f8 | ||||
* | Merge "Remove verbose logging, update test app and docs." | Stephen Hines | 2011-06-23 | 1 | -2/+4 |
|\ | |||||
| * | Remove verbose logging, update test app and docs. | Stephen Hines | 2011-06-23 | 1 | -2/+4 |
| | | | | | | | | Change-Id: I6659c5e51a747011239128dc2682a5d78aecfa26 | ||||
* | | Add onSurfaceTextureUpdated to the TextureView listener. | Grace Kloba | 2011-06-22 | 1 | -0/+6 |
|/ | | | | | | The app needs a way to throttle the producer side. Expose this to enable it. Change-Id: I04b6a3fc444117a9fc2449fb87c3c834247c8ef1 | ||||
* | Merge "Fix bugs in AllocationAdapter." | Jason Sams | 2011-06-21 | 1 | -12/+68 |
|\ | |||||
| * | Fix bugs in AllocationAdapter. | Jason Sams | 2011-06-21 | 1 | -12/+68 |
| | | | | | | | | Change-Id: Ib530fc719de3587f44eed88bd1d16e22dd5af64a | ||||
* | | Merge "Support missing RS vector types." | Stephen Hines | 2011-06-21 | 1 | -0/+48 |
|\ \ | |/ |/| | |||||
| * | Support missing RS vector types. | Stephen Hines | 2011-06-21 | 1 | -0/+48 |
| | | | | | | | | Change-Id: I87eae3cc79c3963d5a8edf16cc26eee6d93d81d7 | ||||
* | | First cut at RSTextureView. | Jason Sams | 2011-06-20 | 3 | -6/+199 |
|/ | | | | Change-Id: I920950f33079b6bb7e48bb8970201ab9737bb021 | ||||
* | Merge "Add support for more vector types to RS." | Stephen Hines | 2011-06-20 | 3 | -1/+218 |
|\ | |||||
| * | Add support for more vector types to RS. | Stephen Hines | 2011-06-01 | 3 | -1/+218 |
| | | | | | | | | Change-Id: If1bc34ef6670b6b5de3c1b6b3b3325637b8c7b43 | ||||
* | | Merge "POSITVE -> POSITIVE typo fix" | Stephen Hines | 2011-06-17 | 3 | -12/+18 |
|\ \ | |||||
| * | | POSITVE -> POSITIVE typo fix | Stephen Hines | 2011-06-16 | 3 | -12/+18 |
| | | | | | | | | | | | | Change-Id: Ib26eb35fad0c93543f69f6c200820f04c435c2af | ||||
* | | | Add isCompatible() to RS Element. | Stephen Hines | 2011-06-17 | 1 | -2/+29 |
|/ / | | | | | | | | | | | BUG=4203264 Change-Id: Id68aead685f6cbc71c2fbe461cb38382e0563f43 | ||||
* | | Allocation copy functions. | Alex Sakhartchouk | 2011-06-14 | 3 | -7/+106 |
| | | | | | | | | Change-Id: Idce6d44a4f4bb2e399284a40c0f90dc1bff912fd | ||||
* | | Merge "Override equals()/hashCode() for RS BaseObj." | Stephen Hines | 2011-06-09 | 1 | -0/+30 |
|\ \ | |||||
| * | | Override equals()/hashCode() for RS BaseObj. | Stephen Hines | 2011-06-09 | 1 | -0/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This will be used by slang reflection to type-check parameters to functions that are of Allocation types (such as what happens with forEach). BUG=4203264 Change-Id: I2ba94531bbf53becf7695b253e1faa3dff099894 | ||||
* | | | Merge "Unhiding render target code for renderscript" | Alex Sakhartchouk | 2011-06-06 | 1 | -1/+0 |
|\ \ \ | |/ / |/| | | |||||
| * | | Unhiding render target code for renderscript | Alex Sakhartchouk | 2011-06-06 | 1 | -1/+0 |
| | | | | | | | | | | | | Change-Id: I32d80e6c49dbda955402f7ddffdb213c70ddbec9 | ||||
* | | | Fix the false-alarm bug when we skip to the end, which should be OK. | Shih-wei Liao | 2011-06-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Fix the bug b/4540617. Change-Id: I64a77b8c5d89bcd35f81d196928a671c954e9a28 | ||||
* | | | Improve validation in RS FieldPacker. | Stephen Hines | 2011-06-02 | 1 | -1/+14 |
|/ / | | | | | | | Change-Id: I9f6a58048129db4978c893c2dc591b0ed825d05f | ||||
* | | Use android.os.Process.THREAD_PRIORITY_* symbols | Glenn Kasten | 2011-06-01 | 1 | -3/+3 |
|/ | | | | | | | As part of latency project, searching for and replacing hard-coded thread priorities by symbols. Change-Id: I113c07af95f8808b889b665e884b6b41d3440f8d | ||||
* | Core to client fifo on sockets. | Jason Sams | 2011-05-17 | 1 | -4/+7 |
| | | | | Change-Id: I3b84a7d4c3c5fa0d764ad4db22dfd142d5cfa95b | ||||
* | Cleanup mesh creation. | Alex Sakhartchouk | 2011-05-12 | 2 | -78/+69 |
| | | | | Change-Id: Iaf5e060711dcb6341ac0f337dfb274528cb68d3e | ||||
* | Code Cleanup and better Sampler creation method | Alex Sakhartchouk | 2011-05-04 | 2 | -31/+7 |
| | | | | Change-Id: I9e35081ee6034cb619f43a47f8f22f38977f5d12 | ||||
* | Fix error checks on compute context creation. | Jason Sams | 2011-05-03 | 1 | -0/+3 |
| | | | | | | Remove GL init for compute scripts. Change-Id: I1bce8e4112babf4345fa56a30a9bed753734d8d6 | ||||
* | Add dalvik code for forEach. | Jason Sams | 2011-04-27 | 2 | -0/+39 |
| | | | | Change-Id: I26533fc553315b99b8f177ab62d9735a177b26b0 | ||||
* | Start ICS header cleanup and finish type matrix. | Jason Sams | 2011-04-25 | 15 | -0/+206 |
| | | | | Change-Id: If65f96f08c958d330862c543d85dd9d4a0f90e06 | ||||
* | Remove the deprecated things from Config.java. These haven't been working ↵ | Joe Onorato | 2011-04-07 | 11 | -12/+1 |
| | | | | | | since before 1.0. Change-Id: Ic2e8fa68797ea9d486f4117f3d82c98233cdab1e | ||||
* | Cleanup character limits. | Jason Sams | 2011-04-06 | 1 | -2/+4 |
| | | | | Change-Id: Icb127248d6e3a0b662ed3b13c9a6646f4f81129a | ||||
* | Seperate ProgramRaster. | Jason Sams | 2011-04-06 | 3 | -82/+19 |
| | | | | | | Cleanup ProgramRaster and ProgramStore creation. Change-Id: If25ea74355238d405340f0ccfb8117ad6e1307b7 | ||||
* | Merge "First draft of fbo in renderscript. Updating samples and benchmark" | Alex Sakhartchouk | 2011-04-04 | 2 | -8/+29 |
|\ |