summaryrefslogtreecommitdiffstats
path: root/libs/rs
Commit message (Collapse)AuthorAgeFilesLines
* More error checksJason Sams2010-11-2210-70/+65
| | | | Change-Id: Id2b9ab7a76bbdf2ed745f5e36e552dc9b101982f
* Remove unnecessary export_func pragma.Stephen Hines2010-11-1810-21/+0
| | | | Change-Id: Ibe5c5f186cfc12a31f3fb4f0f7472e3b60836394
* Fixing the state restore bug.Alex Sakhartchouk2010-11-181-0/+1
| | | | Change-Id: I30446a2d552b98fc69878bc7b4fc1a0fd358fc99
* Support for cubemaps.Alex Sakhartchouk2010-11-1815-49/+290
| | | | Change-Id: Iaf6087f614451a8e233b3e5bc49c834ab0ad08ee
* Merge "Mark a non-exported function as static."Stephen Hines2010-11-181-1/+1
|\
| * Mark a non-exported function as static.Stephen Hines2010-11-171-1/+1
| | | | | | | | Change-Id: I2f497e8ec4dcfb878ce9491577e46d4c1ea09723
* | Add caching support of BCC binaries.Shih-wei Liao2010-11-183-11/+20
| | | | | | | | Change-Id: I1e75bb84d88319cb6f1bbe6d907cf6e8ed546142
* | Create holder inner class for pushing context state.Jason Sams2010-11-177-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 Sams2010-11-163-0/+29
| | | | Change-Id: I415b6ddeaab277e60233e905a6bae357cd5193eb
* Fix crash with extended debugging.Jason Sams2010-11-161-6/+5
| | | | Change-Id: I982a7c7ea7ccae074be5254032c43a862137747a
* Remove WARs for zero-init + destructors.Stephen Hines2010-11-153-6/+3
| | | | Change-Id: I919db554f3f6fa1fb027402298602a16fba4a235
* Merge "Split UTF functions from String8/16"Kenny Root2010-11-151-1/+1
|\
| * Split UTF functions from String8/16Kenny Root2010-11-121-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 Mawhinney2010-11-151-1/+5
| | | | | | | | Change-Id: I681b8220c8b39d865ade036a93ba93a965e259c9
* | Fix line drawing in RS example.Jason Sams2010-11-122-7/+14
|/ | | | Change-Id: I5a83ac8d943488d19d83af1bd20a15a3c02999da
* Code cleanup to make formatting consistentAlex Sakhartchouk2010-11-1081-1803/+1039
| | | | | | across all the renderscript files. Change-Id: Idf5fcc60877e44c8f074f7176e37f70b3b895a3c
* Continue error check improvements and write some docs.Jason Sams2010-11-091-0/+2
| | | | Change-Id: I345b08490da21d9ee715ff1ddc80c1a816b579f4
* Fix fountain bug with more than 10 touches reported.Jason Sams2010-11-091-1/+1
| | | | Change-Id: Ie4ddefbcbe6407fb7ffae2c6e2440fec0b974cfb
* Handle user message ID 0Jason Sams2010-11-084-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 Sakhartchouk2010-11-0825-377/+700
|\ | | | | | | Removing fixed size arrays."
| * Moving attrib creation to Mesh. Adding arrays as shader inputs.Alex Sakhartchouk2010-11-0825-377/+700
| | | | | | | | | | | | Removing fixed size arrays. Change-Id: I0213e403a2f1283dd43f21bea770aeb059561903
* | Add vector array test to RSTest.Stephen Hines2010-11-053-0/+92
|/ | | | Change-Id: I258d23a44df011aaf64aa545c86c97611d70143f
* Update ScriptC constructor to remove depricated param.Jason Sams2010-11-0311-15/+15
| | | | Change-Id: Id36e325834526c6b5416fd78d5cf4259d7df97e9
* Merge "RS Error cleanup. Thow java exception during init if the GL driver ↵Jason Sams2010-11-032-20/+62
|\ | | | | | | fails rather than native crash."
| * RS Error cleanup.Jason Sams2010-11-032-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 Hines2010-11-027-8/+138
|\ \ | |/ |/|
| * New RS types test for checking compilation.Stephen Hines2010-11-027-8/+138
| | | | | | | | Change-Id: Ib4d0326462d4d0229430f61c74f16979f7b38dbb
* | Add code to mark functions rather than whole files as threadable.Jason Sams2010-11-015-225/+219
| | | | | | | | Change-Id: Ie635fbbb96b8ade48501ec564fe135edc256537d
* | Remove excessive logging.Jason Sams2010-10-291-5/+0
|/ | | | Change-Id: I22497b1b169ca0f3edbc20649594f6f58f6144d0
* Balls test app.Jason Sams2010-10-2912-3/+705
| | | | Change-Id: I842f43e37145f8112120e2bd49925f81c588c40c
* Merge "Fix 3140348: Signature was wrong for atan2() in RS."Jim Miller2010-10-281-2/+2
|\
| * Fix 3140348: Signature was wrong for atan2() in RS.Jim Miller2010-10-281-2/+2
| | | | | | | | Change-Id: I6c5b79efc12e2dcef06f3f0bcbbdf8871947af26
* | Adding nvidia extension for limited npot support.Alex Sakhartchouk2010-10-2710-179/+107
|/ | | | | | Updating a3d loading to be async. Change-Id: I4be71d2002b9ad6ab8896d63e625f031e6b7ea6c
* Begin adding async allocation creation.Jason Sams2010-10-2611-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 Liao2010-10-233-4/+12
| | | | Change-Id: I08832cfaf4e8465c16b445eeb1b82f72d874d0ef
* Fix refcounting bugs where the sys refcountJason Sams2010-10-2118-130/+130
| | | | | | | | | | could be corrupted during async type creation. Change-Id: If42828e92990598b0cb5da81c82ea513f94725f2 Fix stack object deletion bug. Change-Id: I2c723aa5ad15e0c99dc9cd0cfbc7db80bace172a
* Merge "Some cleanup"Alex Sakhartchouk2010-10-194-45/+6
|\
| * Some cleanupAlex Sakhartchouk2010-10-184-45/+6
| | | | | | | | Change-Id: Ie10746d2f77318d63101d919214e76f778159fa0
* | Remove unneeded inclusion of rs_math.rsh.Shih-wei Liao2010-10-181-3/+0
| | | | | | | | Change-Id: I7e9beb88c3b0fb88e30bdbabdde2a2529825dbef
* | Adding new unit test for rsDebug().Stephen Hines2010-10-183-0/+99
| | | | | | | | Change-Id: I8a354e40640b83aca3148aa0cf13d3335ff37dd4
* | Merge "Add support for rsDebug with 64-bit types."Stephen Hines2010-10-182-3/+30
|\ \ | |/ |/|
| * Add support for rsDebug with 64-bit types.Stephen Hines2010-10-152-3/+30
| | | | | | | | | | Bug: 3099081 Change-Id: Ieb3af7757489876ef951be8527aa73f69e1481fd
* | Fix header file to always inline stub functions.Jason Sams2010-10-151-1/+1
|/ | | | Change-Id: I9999007c4d467d92d2f8ba5ad2a6f68fbb910959
* Fix deadlock on RS teardown.Jason Sams2010-10-151-9/+3
| | | | Change-Id: I34d2702b535e28e9519c7368fd8a942bfe0724bc
* Async type creation.Jason Sams2010-10-1411-134/+147
| | | | Change-Id: I4d98446fabbf7e8a98c97f85b573a58c8a0c58c2
* Merge "Changing scenegraph sample to use arrays."Alex Sakhartchouk2010-10-145-98/+19
|\
| * Changing scenegraph sample to use arrays.Alex Sakhartchouk2010-10-135-98/+19
| | | | | | | | Change-Id: Ifa454d503c1445efcad6e31243b65d75e62e3035
* | Begin hooking up SurfaceConfig.Jason Sams2010-10-134-92/+188
|/ | | | Change-Id: I328138f29affbed11fcfb5e9ed0872d4ba22d241
* Packing the struct to work around llvm bug.Alex Sakhartchouk2010-10-131-1/+1
| | | | Change-Id: If94d6659df7e00b70c39619b05732046233cb196
* Fixing font bug, initialization was done in the wrong order.Alex Sakhartchouk2010-10-121-1/+3
| | | | Change-Id: Icc7b932f25be1ca6e5423bba6a5cfc965f6c3341