Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More error checks | Jason Sams | 2010-11-22 | 10 | -70/+65 |
| | | | | Change-Id: Id2b9ab7a76bbdf2ed745f5e36e552dc9b101982f | ||||
* | Remove unnecessary export_func pragma. | Stephen Hines | 2010-11-18 | 10 | -21/+0 |
| | | | | Change-Id: Ibe5c5f186cfc12a31f3fb4f0f7472e3b60836394 | ||||
* | Fixing the state restore bug. | Alex Sakhartchouk | 2010-11-18 | 1 | -0/+1 |
| | | | | Change-Id: I30446a2d552b98fc69878bc7b4fc1a0fd358fc99 | ||||
* | Support for cubemaps. | Alex Sakhartchouk | 2010-11-18 | 15 | -49/+290 |
| | | | | Change-Id: Iaf6087f614451a8e233b3e5bc49c834ab0ad08ee | ||||
* | Merge "Mark a non-exported function as static." | Stephen Hines | 2010-11-18 | 1 | -1/+1 |
|\ | |||||
| * | Mark a non-exported function as static. | Stephen Hines | 2010-11-17 | 1 | -1/+1 |
| | | | | | | | | Change-Id: I2f497e8ec4dcfb878ce9491577e46d4c1ea09723 | ||||
* | | Add caching support of BCC binaries. | Shih-wei Liao | 2010-11-18 | 3 | -11/+20 |
| | | | | | | | | Change-Id: I1e75bb84d88319cb6f1bbe6d907cf6e8ed546142 | ||||
* | | Create holder inner class for pushing context state. | Jason Sams | 2010-11-17 | 7 | -83/+74 |
|/ | | | | | | | Fix bug with rsForEach corrupting parent context state. Remove workaround from rsBalls. Change-Id: I43a948536e70d44645d1c2ef7b97e1c5906f6943 | ||||
* | Fix ref counting for globals when set from java code. | Jason Sams | 2010-11-16 | 3 | -0/+29 |
| | | | | Change-Id: I415b6ddeaab277e60233e905a6bae357cd5193eb | ||||
* | Fix crash with extended debugging. | Jason Sams | 2010-11-16 | 1 | -6/+5 |
| | | | | Change-Id: I982a7c7ea7ccae074be5254032c43a862137747a | ||||
* | Remove WARs for zero-init + destructors. | Stephen Hines | 2010-11-15 | 3 | -6/+3 |
| | | | | Change-Id: I919db554f3f6fa1fb027402298602a16fba4a235 | ||||
* | Merge "Split UTF functions from String8/16" | Kenny Root | 2010-11-15 | 1 | -1/+1 |
|\ | |||||
| * | Split UTF functions from String8/16 | Kenny Root | 2010-11-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Split out all the UTF-8/16/32 handling code from String8/16 to its own file to allow better reuse of code. Change-Id: If9ce63920edc75472c38da4adce0d13cda9ad2f7 | ||||
* | | Add support for integer mod. | Bryan Mawhinney | 2010-11-15 | 1 | -1/+5 |
| | | | | | | | | Change-Id: I681b8220c8b39d865ade036a93ba93a965e259c9 | ||||
* | | Fix line drawing in RS example. | Jason Sams | 2010-11-12 | 2 | -7/+14 |
|/ | | | | Change-Id: I5a83ac8d943488d19d83af1bd20a15a3c02999da | ||||
* | Code cleanup to make formatting consistent | Alex Sakhartchouk | 2010-11-10 | 81 | -1803/+1039 |
| | | | | | | across all the renderscript files. Change-Id: Idf5fcc60877e44c8f074f7176e37f70b3b895a3c | ||||
* | Continue error check improvements and write some docs. | Jason Sams | 2010-11-09 | 1 | -0/+2 |
| | | | | Change-Id: I345b08490da21d9ee715ff1ddc80c1a816b579f4 | ||||
* | Fix fountain bug with more than 10 touches reported. | Jason Sams | 2010-11-09 | 1 | -1/+1 |
| | | | | Change-Id: Ie4ddefbcbe6407fb7ffae2c6e2440fec0b974cfb | ||||
* | Handle user message ID 0 | Jason Sams | 2010-11-08 | 4 | -28/+63 |
| | | | | | | | Pass RS runtime errors back to java. throw exceptions for runtime errors. Change-Id: Ifcf16cbbf9b98137971dced5076f8a5563eb016c | ||||
* | Merge "Moving attrib creation to Mesh. Adding arrays as shader inputs. ↵ | Alex Sakhartchouk | 2010-11-08 | 25 | -377/+700 |
|\ | | | | | | | Removing fixed size arrays." | ||||
| * | Moving attrib creation to Mesh. Adding arrays as shader inputs. | Alex Sakhartchouk | 2010-11-08 | 25 | -377/+700 |
| | | | | | | | | | | | | Removing fixed size arrays. Change-Id: I0213e403a2f1283dd43f21bea770aeb059561903 | ||||
* | | Add vector array test to RSTest. | Stephen Hines | 2010-11-05 | 3 | -0/+92 |
|/ | | | | Change-Id: I258d23a44df011aaf64aa545c86c97611d70143f | ||||
* | Update ScriptC constructor to remove depricated param. | Jason Sams | 2010-11-03 | 11 | -15/+15 |
| | | | | Change-Id: Id36e325834526c6b5416fd78d5cf4259d7df97e9 | ||||
* | Merge "RS Error cleanup. Thow java exception during init if the GL driver ↵ | Jason Sams | 2010-11-03 | 2 | -20/+62 |
|\ | | | | | | | fails rather than native crash." | ||||
| * | RS Error cleanup. | Jason Sams | 2010-11-03 | 2 | -20/+62 |
| | | | | | | | | | | | | | | Thow java exception during init if the GL driver fails rather than native crash. Change-Id: Ie96ef5a2ac12e64f9456545d86157c4c95179a8e | ||||
* | | Merge "New RS types test for checking compilation." | Stephen Hines | 2010-11-02 | 7 | -8/+138 |
|\ \ | |/ |/| | |||||
| * | New RS types test for checking compilation. | Stephen Hines | 2010-11-02 | 7 | -8/+138 |
| | | | | | | | | Change-Id: Ib4d0326462d4d0229430f61c74f16979f7b38dbb | ||||
* | | Add code to mark functions rather than whole files as threadable. | Jason Sams | 2010-11-01 | 5 | -225/+219 |
| | | | | | | | | Change-Id: Ie635fbbb96b8ade48501ec564fe135edc256537d | ||||
* | | Remove excessive logging. | Jason Sams | 2010-10-29 | 1 | -5/+0 |
|/ | | | | Change-Id: I22497b1b169ca0f3edbc20649594f6f58f6144d0 | ||||
* | Balls test app. | Jason Sams | 2010-10-29 | 12 | -3/+705 |
| | | | | Change-Id: I842f43e37145f8112120e2bd49925f81c588c40c | ||||
* | Merge "Fix 3140348: Signature was wrong for atan2() in RS." | Jim Miller | 2010-10-28 | 1 | -2/+2 |
|\ | |||||
| * | Fix 3140348: Signature was wrong for atan2() in RS. | Jim Miller | 2010-10-28 | 1 | -2/+2 |
| | | | | | | | | Change-Id: I6c5b79efc12e2dcef06f3f0bcbbdf8871947af26 | ||||
* | | Adding nvidia extension for limited npot support. | Alex Sakhartchouk | 2010-10-27 | 10 | -179/+107 |
|/ | | | | | | Updating a3d loading to be async. Change-Id: I4be71d2002b9ad6ab8896d63e625f031e6b7ea6c | ||||
* | Begin adding async allocation creation. | Jason Sams | 2010-10-26 | 11 | -194/+113 |
| | | | | | | | | Change-Id: I5d1381699e2b334c1d824f357bd6b310a5f79be8 Implement async bitmap upload and clean up types. Change-Id: Icbe9894e04c1319351c1cd75b0e0017855198f20 | ||||
* | Enable optimized bitcode that is also jitted faster. | Shih-wei Liao | 2010-10-23 | 3 | -4/+12 |
| | | | | Change-Id: I08832cfaf4e8465c16b445eeb1b82f72d874d0ef | ||||
* | Fix refcounting bugs where the sys refcount | Jason Sams | 2010-10-21 | 18 | -130/+130 |
| | | | | | | | | | | could be corrupted during async type creation. Change-Id: If42828e92990598b0cb5da81c82ea513f94725f2 Fix stack object deletion bug. Change-Id: I2c723aa5ad15e0c99dc9cd0cfbc7db80bace172a | ||||
* | Merge "Some cleanup" | Alex Sakhartchouk | 2010-10-19 | 4 | -45/+6 |
|\ | |||||
| * | Some cleanup | Alex Sakhartchouk | 2010-10-18 | 4 | -45/+6 |
| | | | | | | | | Change-Id: Ie10746d2f77318d63101d919214e76f778159fa0 | ||||
* | | Remove unneeded inclusion of rs_math.rsh. | Shih-wei Liao | 2010-10-18 | 1 | -3/+0 |
| | | | | | | | | Change-Id: I7e9beb88c3b0fb88e30bdbabdde2a2529825dbef | ||||
* | | Adding new unit test for rsDebug(). | Stephen Hines | 2010-10-18 | 3 | -0/+99 |
| | | | | | | | | Change-Id: I8a354e40640b83aca3148aa0cf13d3335ff37dd4 | ||||
* | | Merge "Add support for rsDebug with 64-bit types." | Stephen Hines | 2010-10-18 | 2 | -3/+30 |
|\ \ | |/ |/| | |||||
| * | Add support for rsDebug with 64-bit types. | Stephen Hines | 2010-10-15 | 2 | -3/+30 |
| | | | | | | | | | | Bug: 3099081 Change-Id: Ieb3af7757489876ef951be8527aa73f69e1481fd | ||||
* | | Fix header file to always inline stub functions. | Jason Sams | 2010-10-15 | 1 | -1/+1 |
|/ | | | | Change-Id: I9999007c4d467d92d2f8ba5ad2a6f68fbb910959 | ||||
* | Fix deadlock on RS teardown. | Jason Sams | 2010-10-15 | 1 | -9/+3 |
| | | | | Change-Id: I34d2702b535e28e9519c7368fd8a942bfe0724bc | ||||
* | Async type creation. | Jason Sams | 2010-10-14 | 11 | -134/+147 |
| | | | | Change-Id: I4d98446fabbf7e8a98c97f85b573a58c8a0c58c2 | ||||
* | Merge "Changing scenegraph sample to use arrays." | Alex Sakhartchouk | 2010-10-14 | 5 | -98/+19 |
|\ | |||||
| * | Changing scenegraph sample to use arrays. | Alex Sakhartchouk | 2010-10-13 | 5 | -98/+19 |
| | | | | | | | | Change-Id: Ifa454d503c1445efcad6e31243b65d75e62e3035 | ||||
* | | Begin hooking up SurfaceConfig. | Jason Sams | 2010-10-13 | 4 | -92/+188 |
|/ | | | | Change-Id: I328138f29affbed11fcfb5e9ed0872d4ba22d241 | ||||
* | Packing the struct to work around llvm bug. | Alex Sakhartchouk | 2010-10-13 | 1 | -1/+1 |
| | | | | Change-Id: If94d6659df7e00b70c39619b05732046233cb196 | ||||
* | Fixing font bug, initialization was done in the wrong order. | Alex Sakhartchouk | 2010-10-12 | 1 | -1/+3 |
| | | | | Change-Id: Icc7b932f25be1ca6e5423bba6a5cfc965f6c3341 |