| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rough implemetation of ForEach. | Jason Sams | 2010-05-28 | 7 | -37/+161 |
| | | | | | | | Remove launchID from root graphics script. Change-Id: I9f80c0d4df1264f2ee1624a6d7216b9dfdf8502e | ||||
| * | Removed unnecessary change based on comments. | Alex Sakhartchouk | 2010-05-21 | 43 | -382/+1427 |
| | | | | | | | | | | | | | | | | | | Now using android utils lib. collada_to_a3d seems to work with android util libs. Integrating old changelist Changing assert to rsAssrt in VertexArray making context compile. Change-Id: I33890defa777f09253bfab630d97782359ec49d7 Added serialization code to rsLib Integrated old changelist Change-Id: Ie4746113f6d1817fbb3264f97fdddde25b779311 Added serialization code to rsLib Change-Id: Ie4746113f6d1817fbb3264f97fdddde25b779311 | ||||
| * | Remove noise functions and update images processing to use new rs namespace ↵ | Jason Sams | 2010-05-20 | 8 | -338/+13 |
| | | | | | | | names. Change-Id: I2dc9b5ec7877acd630bea1a011ecc4a6d43a31eb | ||||
| * | Begin naming cleanup for renderscript runtime. | Jason Sams | 2010-05-19 | 18 | -1039/+997 |
| | | | | | | | Prefix functions with "rs" or "rsg". Change-Id: I4435b486831bfab1ea473ccfad435b404e68f1c9 | ||||
| * | Merge "Added benchmark mode. Added some image processing operations." | Alex Sakhartchouk | 2010-05-19 | 7 | -75/+840 |
| |\ | |||||
| | * | Added benchmark mode. | Alex Sakhartchouk | 2010-05-19 | 7 | -75/+840 |
| | | | | | | | | | | | | | Added some image processing operations. Change-Id: Ic7ba45fbf57eff6fc7d20377c148d0ba7ac862f7 | ||||
| * | | Split ScriptC Lib into CL, GL, and basic. | Jason Sams | 2010-05-18 | 6 | -697/+859 |
| | | | | | | | | | Change-Id: Iadab35f2a967a1afd7a2fd13216d0a7acf4b6a50 | ||||
| * | | Remove excess logging. | Jason Sams | 2010-05-17 | 2 | -4/+2 |
| | | | | | | | | | Change-Id: Ib4af6428c5fd87c3891f41eca6ca43d84f0edc97 | ||||
| * | | Remove more pieces of setRoot. Add pointer to allocation lookup for scripts. | Jason Sams | 2010-05-17 | 7 | -16/+29 |
| | | | | | | | | | Change-Id: I2c3075d2056f02bb834bfad403dc72da991f3156 | ||||
| * | | Merge "Delete legacy setDefine API." | Jason Sams | 2010-05-14 | 2 | -19/+0 |
| |\ \ | |||||
| | * | | Delete legacy setDefine API. | Jason Sams | 2010-05-14 | 2 | -19/+0 |
| | | | | | | | | | | | | | Change-Id: I1bae13533ab9efea3d3b0ebb6a3711343e922f8a | ||||
| * | | | Merge "Delete old createFromClass methods. It no longer makes sense to ↵ | Jason Sams | 2010-05-14 | 1 | -1/+1 |
| |\ \ \ | |/ / | | | | | | | create type info from Java since this cannot be exported to scripts. The new flow is in the opposite direction." | ||||
| | * | | Delete old createFromClass methods. | Jason Sams | 2010-05-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | It no longer makes sense to create type info from Java since this cannot be exported to scripts. The new flow is in the opposite direction. Change-Id: I9b46e3f57abf84c01326bd9b9b834f3ff0f7c504 | ||||
| * | | | Merge "resolved conflicts for merge of cbf26fd3 to master" | Nick Kralevich | 2010-05-14 | 1 | -1/+1 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | resolved conflicts for merge of cbf26fd3 to master | Nick Kralevich | 2010-05-14 | 1 | -1/+1 |
| | |\ \ | | | | | | | | | | | | | Change-Id: I1feb7266c1d5cdebbfb8b8fa0d87d986953a20b6 | ||||
| | | * | | Get rid of warnings when compiled with -Wformat-security | Nick Kralevich | 2010-05-13 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | Change-Id: I63c3bf786bbe7a0276624e71a4ba80c4a9aaa4bb | ||||
| * | | | | Change RS to use the passed surface size rather than EGL size. | Jason Sams | 2010-05-14 | 11 | -28/+26 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Its possible that during a resize the EGL information could be stale so caching this is bad. The surface size should always be correct. Change-Id: Ifd479e1ea70b1cada1a8690c7c82e91aa391b685 Conflicts: libs/rs/rsProgramStore.cpp libs/rs/rsProgramStore.h | ||||
| * | | | Rename ProgramFragmentStore to ProgramStore. | Jason Sams | 2010-05-13 | 11 | -74/+65 |
| | |/ |/| | | | | | Change-Id: Ia8ad9ac856944838ced38a2f1e8f07387050bdfd | ||||
| * | | Add missing bindProgramRaster to scriptC_lib. | Jason Sams | 2010-05-12 | 1 | -2/+6 |
| | | | | | | | | | Change-Id: I06a7075a94ef907478f986b59ded4ff3e2766585 | ||||
| * | | Convert renderscript from using ACC to LLVM for its compiler. | Jason Sams | 2010-05-11 | 28 | -1381/+1721 |
| | | | | | | | | | | | | | | | This will also require application to be updated to support the new compiler and data passing models. Change-Id: If078e3a5148af395ba1b936169a407d8c3ad727f | ||||
| * | | Update Script java classes and llvm samples. | Jason Sams | 2010-03-26 | 2 | -14/+63 |
| | | | | | | | | | Change-Id: I05c8d63fcca095d4fea6abb1ff5736ab9d78a3e6 | ||||
| * | | Checkin new types for RS. | Jason Sams | 2010-03-26 | 4 | -197/+248 |
| | | | | | | | | | Change-Id: I3d7a1a91c45cc1c97c60f3615f32e54e98e12f91 | ||||
| * | | Seperate out Mutex and Signal code into reusable classes. | Jason Sams | 2010-03-26 | 10 | -125/+294 |
| | | | | | | | | | Change-Id: I381d09d89b567d433a10a91e0d7e59c24d3444d8 | ||||
| * | | Merge "checkpoint animations" | Jason Sams | 2010-03-26 | 7 | -2/+238 |
| |\ \ | |/ |/| | |||||
| | * | checkpoint animations | Jason Sams | 2010-03-16 | 7 | -2/+238 |
| | | | | | | | | | Change-Id: I14ef05bf56470565e4b0cb706f9fb358cdcb42ff | ||||
| * | | Change opaque RS typedefs from void * to int. These will likely become ↵ | Jason Sams | 2010-03-18 | 1 | -10/+10 |
| | | | | | | | | | | | | | int64_t once proper support for >32bits is worked out. Change-Id: Ic30240fe6c79170a0a88fd51185a1f01bd616c45 | ||||
| * | | Change global variables from extern to non static. Make script local global ↵ | Jason Sams | 2010-03-18 | 1 | -4/+3 |
| | | | | | | | | | | | | | vars static. Change-Id: I73656978e0f0ceeb927afef292fc4ed9755b7214 | ||||
| * | | More rsh headers for renderscript and a llvm compatible test script for ↵ | Jason Sams | 2010-03-18 | 2 | -0/+139 |
| | | | | | | | | | | | | | fountain. Change-Id: If5d682e549e6f849ba809619587feb58c1e4ed0a | ||||
| * | | Merge "First cut of basic RS headers for ScriptC. Not nearly complete." | Jason Sams | 2010-03-16 | 2 | -0/+358 |
| |\ \ | |/ |/| | |||||
| | * | First cut of basic RS headers for ScriptC. Not nearly complete. | Jason Sams | 2010-03-16 | 2 | -0/+358 |
| | | | | | | | | | Change-Id: I15df067936d3c0ff0e0917fd5ca44dc8e1352154 | ||||
| * | | Improve RS error handling. On errors RS will now store the error and a ↵ | Jason Sams | 2010-03-03 | 12 | -10/+99 |
| | | | | | | | | | message that can be read from the app. RS will then not continue rendering frames while an unchecked error is present until new state is received. | ||||
| * | | Merge "Add support for linking to a skia bitmap rather than always copying ↵ | Jason Sams | 2010-03-01 | 4 | -6/+60 |
| |\ \ | | | | | | | | | | the data from the bitmap." | ||||
| | * | | Add support for linking to a skia bitmap rather than always copying the data ↵ | Jason Sams | 2010-03-01 | 4 | -6/+60 |
| | | | | | | | | | | | | | from the bitmap. | ||||
| * | | | Merge "Support defered generation of mipmaps. With this change we support ↵ | Jason Sams | 2010-03-01 | 4 | -5/+13 |
| |\ \ \ | |/ / | | | | | | | mipmap generation when the texture is uploaded to GL without requiring RS to retain the full chain." | ||||
| | * | | Support defered generation of mipmaps. With this change we support mipmap ↵ | Jason Sams | 2010-02-23 | 4 | -5/+13 |
| | | | | | | | | | | | | | generation when the texture is uploaded to GL without requiring RS to retain the full chain. | ||||
| * | | | Merge "Begin implementation of generated java files from RS files." | Jason Sams | 2010-03-01 | 3 | -2/+257 |
| |\ \ \ | |/ / | | / | |/ |/| | |||||
| | * | Begin implementation of generated java files from RS files. | Jason Sams | 2010-02-23 | 3 | -2/+257 |
| | | | |||||
| * | | beging np2 extension check work. | Jason Sams | 2010-02-22 | 7 | -5/+41 |
| |/ | |||||
| * | Add test pattern icon to Fountain. | Jason Sams | 2010-02-19 | 2 | -1/+3 |
| | | |||||
| * | Implement type collapsing for Elements and Types. Now if a user creates two ↵ | Jason Sams | 2010-02-17 | 7 | -12/+79 |
| | | | | | or more identical objects we simply reuse the existing object rather than create a new one. | ||||
| * | Merge "Add comment block matching the type defines added by RS." | Jason Sams | 2010-02-12 | 1 | -2/+26 |
| |\ | |||||
| | * | Add comment block matching the type defines added by RS. | Jason Sams | 2010-02-12 | 1 | -2/+26 |
| | | | |||||
| * | | real fix for [2440014] launcher2 crashing in loop during boot | Mathias Agopian | 2010-02-12 | 2 | -3/+3 |
| | | | | | | | | | Surface* cannot be casted to void* and then to android_native_window_t* | ||||
| * | | Revert "Revert "RenderScript should not depend on libsurfaceflinger_client.so"" | Mathias Agopian | 2010-02-12 | 2 | -7/+6 |
| |/ | | | | This reverts commit a0659aa36c987e28e29778bd97e75fe52152c60e. | ||||
| * | Revert "RenderScript should not depend on libsurfaceflinger_client.so" | Jack Palevich | 2010-02-12 | 2 | -6/+7 |
| | | | | | This reverts commit 88b55fb090ace1a835f890758866f42f03795c12. | ||||
| * | RenderScript should not depend on libsurfaceflinger_client.so | Mathias Agopian | 2010-02-11 | 2 | -7/+6 |
| | | |||||
| * | split libsurfaceflinger_client and libcamera_client out of libui | Mathias Agopian | 2010-02-11 | 2 | -2/+4 |
| | | |||||
| * | Change default mode. | Jason Sams | 2010-02-10 | 1 | -1/+1 |
| | | |||||
| * | Add java benchmark to imageProcessing. | Jason Sams | 2010-02-10 | 2 | -10/+46 |
| | | |||||
| * | Cleanup image processing example script. | Jason Sams | 2010-02-10 | 1 | -22/+10 |
| | | |||||
