summaryrefslogtreecommitdiffstats
path: root/libs/rs
Commit message (Collapse)AuthorAgeFilesLines
* Rough implemetation of ForEach.Jason Sams2010-05-287-37/+161
| | | | | | Remove launchID from root graphics script. Change-Id: I9f80c0d4df1264f2ee1624a6d7216b9dfdf8502e
* Removed unnecessary change based on comments.Alex Sakhartchouk2010-05-2143-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 Sams2010-05-208-338/+13
| | | | | | names. Change-Id: I2dc9b5ec7877acd630bea1a011ecc4a6d43a31eb
* Begin naming cleanup for renderscript runtime.Jason Sams2010-05-1918-1039/+997
| | | | | | Prefix functions with "rs" or "rsg". Change-Id: I4435b486831bfab1ea473ccfad435b404e68f1c9
* Merge "Added benchmark mode. Added some image processing operations."Alex Sakhartchouk2010-05-197-75/+840
|\
| * Added benchmark mode.Alex Sakhartchouk2010-05-197-75/+840
| | | | | | | | | | | | Added some image processing operations. Change-Id: Ic7ba45fbf57eff6fc7d20377c148d0ba7ac862f7
* | Split ScriptC Lib into CL, GL, and basic.Jason Sams2010-05-186-697/+859
| | | | | | | | Change-Id: Iadab35f2a967a1afd7a2fd13216d0a7acf4b6a50
* | Remove excess logging.Jason Sams2010-05-172-4/+2
| | | | | | | | Change-Id: Ib4af6428c5fd87c3891f41eca6ca43d84f0edc97
* | Remove more pieces of setRoot. Add pointer to allocation lookup for scripts.Jason Sams2010-05-177-16/+29
| | | | | | | | Change-Id: I2c3075d2056f02bb834bfad403dc72da991f3156
* | Merge "Delete legacy setDefine API."Jason Sams2010-05-142-19/+0
|\ \
| * | Delete legacy setDefine API.Jason Sams2010-05-142-19/+0
| | | | | | | | | | | | Change-Id: I1bae13533ab9efea3d3b0ebb6a3711343e922f8a
* | | Merge "Delete old createFromClass methods. It no longer makes sense to ↵Jason Sams2010-05-141-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 Sams2010-05-141-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 Kralevich2010-05-141-1/+1
|\ \ \ | |/ / |/| |
| * | resolved conflicts for merge of cbf26fd3 to masterNick Kralevich2010-05-141-1/+1
| |\ \ | | | | | | | | | | | | Change-Id: I1feb7266c1d5cdebbfb8b8fa0d87d986953a20b6
| | * | Get rid of warnings when compiled with -Wformat-securityNick Kralevich2010-05-132-4/+4
| | | | | | | | | | | | | | | | Change-Id: I63c3bf786bbe7a0276624e71a4ba80c4a9aaa4bb
* | | | Change RS to use the passed surface size rather than EGL size.Jason Sams2010-05-1411-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 Sams2010-05-1311-74/+65
| |/ |/| | | | | Change-Id: Ia8ad9ac856944838ced38a2f1e8f07387050bdfd
* | Add missing bindProgramRaster to scriptC_lib.Jason Sams2010-05-121-2/+6
| | | | | | | | Change-Id: I06a7075a94ef907478f986b59ded4ff3e2766585
* | Convert renderscript from using ACC to LLVM for its compiler.Jason Sams2010-05-1128-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 Sams2010-03-262-14/+63
| | | | | | | | Change-Id: I05c8d63fcca095d4fea6abb1ff5736ab9d78a3e6
* | Checkin new types for RS.Jason Sams2010-03-264-197/+248
| | | | | | | | Change-Id: I3d7a1a91c45cc1c97c60f3615f32e54e98e12f91
* | Seperate out Mutex and Signal code into reusable classes.Jason Sams2010-03-2610-125/+294
| | | | | | | | Change-Id: I381d09d89b567d433a10a91e0d7e59c24d3444d8
* | Merge "checkpoint animations"Jason Sams2010-03-267-2/+238
|\ \ | |/ |/|
| * checkpoint animationsJason Sams2010-03-167-2/+238
| | | | | | | | Change-Id: I14ef05bf56470565e4b0cb706f9fb358cdcb42ff
* | Change opaque RS typedefs from void * to int. These will likely become ↵Jason Sams2010-03-181-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 Sams2010-03-181-4/+3
| | | | | | | | | | | | vars static. Change-Id: I73656978e0f0ceeb927afef292fc4ed9755b7214
* | More rsh headers for renderscript and a llvm compatible test script for ↵Jason Sams2010-03-182-0/+139
| | | | | | | | | | | | fountain. Change-Id: If5d682e549e6f849ba809619587feb58c1e4ed0a
* | Merge "First cut of basic RS headers for ScriptC. Not nearly complete."Jason Sams2010-03-162-0/+358
|\ \ | |/ |/|
| * First cut of basic RS headers for ScriptC. Not nearly complete.Jason Sams2010-03-162-0/+358
| | | | | | | | Change-Id: I15df067936d3c0ff0e0917fd5ca44dc8e1352154
* | Improve RS error handling. On errors RS will now store the error and a ↵Jason Sams2010-03-0312-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 Sams2010-03-014-6/+60
|\ \ | | | | | | | | | the data from the bitmap."
| * | Add support for linking to a skia bitmap rather than always copying the data ↵Jason Sams2010-03-014-6/+60
| | | | | | | | | | | | from the bitmap.
* | | Merge "Support defered generation of mipmaps. With this change we support ↵Jason Sams2010-03-014-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 Sams2010-02-234-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 Sams2010-03-013-2/+257
|\ \ \ | |/ / | | / | |/ |/|
| * Begin implementation of generated java files from RS files.Jason Sams2010-02-233-2/+257
| |
* | beging np2 extension check work.Jason Sams2010-02-227-5/+41
|/
* Add test pattern icon to Fountain.Jason Sams2010-02-192-1/+3
|
* Implement type collapsing for Elements and Types. Now if a user creates two ↵Jason Sams2010-02-177-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 Sams2010-02-121-2/+26
|\
| * Add comment block matching the type defines added by RS.Jason Sams2010-02-121-2/+26
| |
* | real fix for [2440014] launcher2 crashing in loop during bootMathias Agopian2010-02-122-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 Agopian2010-02-122-7/+6
|/ | | | This reverts commit a0659aa36c987e28e29778bd97e75fe52152c60e.
* Revert "RenderScript should not depend on libsurfaceflinger_client.so"Jack Palevich2010-02-122-6/+7
| | | | This reverts commit 88b55fb090ace1a835f890758866f42f03795c12.
* RenderScript should not depend on libsurfaceflinger_client.soMathias Agopian2010-02-112-7/+6
|
* split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian2010-02-112-2/+4
|
* Change default mode.Jason Sams2010-02-101-1/+1
|
* Add java benchmark to imageProcessing.Jason Sams2010-02-102-10/+46
|
* Cleanup image processing example script.Jason Sams2010-02-101-22/+10
|