summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Remove live wallpapers.Stephen Hines2014-08-1619-3290/+0
| | | | | Bug: 16031597 Change-Id: Ic47fc84390c7f6bf9baae77a0d9164bcfe49db35
* Update for API 18Jason Sams2013-02-054-7/+21
| | | | | | | bug 7968563 New defaults for createFromBitmap Change-Id: Iaa4568d263644345ef8c5263c7b0d22a48560f15
* RS: Water Livewallpaper crashed after setting it to wallpaper several times.edingX2012-08-241-2/+6
| | | | | | | | | | | | Fix water livewallpaper null pointer bug Change-Id: I5dd2ee48c78d884a5a6b4f607e25300631299cc4 Author: b340 <b340@borqs.com> Signed-off-by: edingX <erjunx.ding@intel.com> Signed-off-by: Xiaokang Qin <xiaokang.qin@intel.com> Signed-off-by: Bruce Beare <bruce.j.beare@intel.com> Signed-off-by: Jack Ren <jack.ren@intel.com> Author-tracking-BZ: 29172
* Fix live wallpaper "Grass" display issueCatherine Liu2012-08-151-2/+2
| | | | | | | | | | After selected Settings->Display->Wallpaper->Live Wallpapers->Grass, observed "Grass" was distorted. Sometimes, it's just black. To fix it, instead of using hard coded 1024.0f-32.0f, use the pass in param height to fit different device display config. Change-Id: I0b3a2b4a83bc40a6255f58003a4a3fed653c12bc
* am c31dd3f3: Fix Surface leak Bug #6452240Romain Guy2012-05-091-0/+1
|\ | | | | | | | | * commit 'c31dd3f30d02758747a40da1057a326b8bc0e01e': Fix Surface leak Bug #6452240
| * Fix Surface leakRomain Guy2012-05-081-0/+1
| | | | | | | | | | | | Bug #6452240 Change-Id: I891bd13546aadb4bff9e119f60c3fa4717b0cb91
* | Nexus: Rescale the scene on wallpaper resizeMykola Ostrovskyy2012-03-022-2/+21
|/ | | | | | | | | | | | | | When device is rotated and screen orientation changes from portrait to landscape (or vice versa), the background image is rescaled to the new size without taking into account screen aspect ratio. This results in squeezed or stretched pyramids, and in some cases the image may no longer cover the entire workspace. This patch adds to the scene a world scale that is re-calculated on resize taking into account the new screen proportions. Change-Id: Id98a49fc4506dfe810d5bfa224b609d6940f7c05 Signed-off-by: Mykola Ostrovskyy <mykola@ti.com>
* Fix wallpaper tap location in Nexus wallpaperMichael Jurka2011-09-161-3/+1
| | | | Change-Id: I91b3ae361befae8dd3f1636d19e2794c1558ad23
* Fix galaxy wallpaper.Jason Sams2011-08-091-28/+29
| | | | Change-Id: I4e823d6bb8b772c8ca270073ab6a2009d70e1c3f
* Remove NLP dependency from live grass wallpaperConley Owens2011-08-041-2/+8
| | | | | | | updateLocation correctly handles the null locations that are returned when no provider is set. Change-Id: I28185214c71a3937c7cdd9a112a5c473c806c31f
* Fix Grass to use proper upload functions.Jason Sams2011-07-111-9/+10
| | | | | | bug 5008685 Change-Id: I28c641794ac89b08478a1af3eaba365f2977e704
* Fix RS graphics samples.Stephen Hines2011-04-272-2/+2
| | | | Change-Id: I4f5afd2f73bf9b9e132c96dd5be12f9be58dfa92
* Update Nexus wallpaper to use the Nexus S version.Dianne Hackborn2011-04-181-16/+34
| | | | | | | | | | | | | This pulls the Nexus S customizations over from Gingerbread, and makes them the default version of the wallpaper. I don't think there is any reason to keep the old version around. There are still some things that haven't been integrated over, such as support for 32bpp bitmaps. Also, all of the live wallpapers on Crespo aren't really working well -- they don't scroll, and are kind-of flaky. Change-Id: Idc80820e46c778d9b7ca8f527c460fc7c2868913
* Cleanup API ussage. MarkDirty->syncAllJason Sams2011-02-032-2/+2
| | | | | | bug 3421901 Change-Id: If543fda82a0d3eef3d6e106331e3baa4bf32c90c
* Update for use of new rs_time.rsh header.Stephen Hines2011-01-091-1/+6
| | | | Change-Id: I7d565b315efd1befa8ef4507b50a339ec9b120e8
* Update to use adapter.Jason Sams2010-12-291-7/+8
| | | | Change-Id: I82d0070e3ed8e3dd81d868ff7b3d3989ad8bd670
* renderscript api cleanupAlex Sakhartchouk2010-12-214-116/+95
| | | | Change-Id: Idd1043ca0d20b6f82b9cd83bc2a9529f40213258
* API Update.Jason Sams2010-12-171-1/+0
| | | | Change-Id: I59b63a9e5c062f05a84aef56a89a89ca7341162e
* Remove unnecessary upload.Jason Sams2010-12-161-2/+2
| | | | | | Mark AA texture vid only. Change-Id: Iba35d775e51b6207dbe34c7594a444633c513100
* Merge "Update for Allocation API changes."Jason Sams2010-12-154-21/+7
|\
| * Update for Allocation API changes.Jason Sams2010-12-144-21/+7
| | | | | | | | Change-Id: Icd950da560d952f270b243e316209f096e937395
* | Add Context to a RenderScript or RenderScriptGL instance.Shih-wei Liao2010-12-101-1/+1
|/ | | | | | | This is to allow RenderScript to better interact with the Android environment. E.g., per-app cache. Change-Id: Ibe78ac9f9e3e3ea4a8f711f76999b93e6bc8e8ff
* Unbreak basic active wallpapers.Jason Sams2010-12-071-2/+2
| | | | Change-Id: Ib9a6988a1b78469f28b0a69b24f67c4bdc5bdbb4
* API UpdateJason Sams2010-12-0612-30/+26
| | | | Change-Id: Ie4d09bcb6b0b380c3faa841ec57273f05d6fc02e
* Support multitouch taps in wallpapers.Jeff Brown2010-12-023-20/+12
| | | | Change-Id: I75cab3dd857f4e6729b4141165403e3e54e8262d
* Remove unnecessary export_func pragma.Stephen Hines2010-11-184-11/+0
| | | | Change-Id: I137d71d8370255e1aaf5532572ffdfdc39d2757f
* Mark non-exported functions as static.Stephen Hines2010-11-171-7/+7
| | | | Change-Id: Ia40de76d8ebd0394ebea4e8b643bb6b3026896b0
* Update ot use SurfaceConfig.Jason Sams2010-10-104-4/+8
| | | | Change-Id: I3c9bf55781c9b4f24ea2826c56ccf7600e2d9821
* Remove now unnecessary pragma rs export_var().Stephen Hines2010-10-084-7/+3
| | | | Change-Id: I9d03f5617cc4cbb2b7a26edd350aac9573d07397
* Changing texcoord from vec4 to vec2 for perf reasonsAlex Sakhartchouk2010-10-062-3/+3
| | | | Change-Id: I42c867bd063cdb18d3216fa96477eb86e2eb74ca
* Handle RS reflection name changes.Stephen Hines2010-09-164-8/+8
| | | | Change-Id: I1f4af76f117aa6ac43ef80693d1c16ae6451c3ee
* Updating wallpapers to use more generalized shader constant binding.Alex Sakhartchouk2010-09-134-15/+65
| | | | Change-Id: Ic9579cb8f91951916f97451f2545b78a2d731e64
* Update to match RS API change moving constant color to ProgramFragment.Jason Sams2010-08-045-13/+12
| | | | Change-Id: Ia365639f8daabce8d18d8e2fc4099400a3094c39
* Equivalent of "-include rs_types.rsh -include rs_math.rsh" are added to ↵Shih-wei Liao2010-07-214-9/+0
| | | | | | slang's Preprocessor. So remove them in *.rs. Change-Id: I6de3871f269bc401c8657c22bbec853dbaefaafa
* Using the new auto build system for RenderScript.Shih-wei Liao2010-07-1916-1204/+1395
| | | | Change-Id: Ie9d7442ae86748ea42bc7538aa1ec1f5cddb9a11
* Changed winding order on one of the quads in grassAlex Sakhartchouk2010-07-131-1/+1
| | | | | | | | to make backface culling work as expected. Removed deprecated parameters from galaxy. Change-Id: I49cf2e1f4f9f0dff7a88221139824e18076e6b58
* Removing SimpleMesh out of wallpapers.Alex Sakhartchouk2010-07-016-32/+28
| | | | Change-Id: Id1d941a6aa7db07a055b893a393fa2b26afedac1
* CPU usage reductions by not using VBO.Jason Sams2010-06-303-37/+40
| | | | Change-Id: I640882e9a451ac1288a9d0558ac0617751d13b4e
* Use slang's reflection and add java_package_name and export_func pragmas to ↵Shih-wei Liao2010-06-183-164/+255
| | | | | | fall.rs. Change-Id: Ib2bd1dfd0e2ca672f70993781d2db4b15fba2a37
* Update galaxy to use reflected java files.Jason Sams2010-06-174-129/+207
| | | | | | Fix uint32_t <> uchar4 color bug. Change-Id: I9acca0c299ae59b7611b1d10e1442d4d8e9452e6
* Update grass to use reflected java classes.Jason Sams2010-06-174-164/+316
| | | | | | Also move hsb->rgb function to the script. Change-Id: I6580577a143767a608b45607005992401729e3e6
* Update nexus to use reflected java classes.Jason Sams2010-06-153-91/+147
| | | | Change-Id: I6115939611b812c3043c4f95c6cc6cfad44abd6c
* API update INDEX -> U16Jason Sams2010-06-082-2/+2
| | | | | | Update invoke functions in nexus. Change-Id: I961e4a51886fddcfecfcf1514d4392cf6071414e
* Remove old RS_Kind information from setup.Jason Sams2010-06-014-12/+6
| | | | Change-Id: I20488a3e6a92b920fdd3009deee8011e1e68044c
* Update wallpapers to use parent state where it makes sense.Jason Sams2010-05-194-4/+0
| | | | | | | | | | | Change-Id: I70d4e4d13b9a6eac8ce577b1addeebc8be066226 Conflicts: res/raw/galaxy.rs res/raw/galaxy_bc.bc res/raw/nexus.rs res/raw/nexus_bc.bc
* Update wallpapers to use parent state where it makes sense.Jason Sams2010-05-174-38/+15
| | | | Change-Id: I70d4e4d13b9a6eac8ce577b1addeebc8be066226
* Simplify grass and galaxy to not pass redundant information to the script.Jason Sams2010-05-174-74/+20
| | | | | | Now use the new APIs for getting the allocation back from the data pointers. Change-Id: Ie0570b9d8318dd98ae0710d99299d8d59a68b8c3
* Remove old calls to setName that are no longer necessary.Jason Sams2010-05-142-15/+4
| | | | Change-Id: I1e0acc758eca3b788d5f9e0483e0e17544951aa6
* Update scripts to use programStore rather than programFragmentStore.Jason Sams2010-05-131-1/+1
| | | | | | This is just an API name change. Change-Id: I131d01cbc6609b350d6fcd3bed82a98d1b166f42
* Port galaxy to llvm.Jason Sams2010-05-123-171/+239
| | | | Change-Id: I9af411742954404845bd52d6259a70e80dfcae11