summaryrefslogtreecommitdiffstats
path: root/libs/rs
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'gingerbread' of ↵Steve Kondik2011-02-283-1/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git://android.git.kernel.org/platform/frameworks/base into 233-merge Conflicts: api/current.xml core/java/android/content/pm/PackageParser.java core/java/android/net/ConnectivityManager.java core/java/android/widget/TextView.java core/java/com/android/internal/os/BatteryStatsImpl.java core/res/res/drawable-mdpi/btn_check_off.png core/res/res/drawable-mdpi/btn_check_off_disable.png core/res/res/drawable-mdpi/btn_check_off_disable_focused.png core/res/res/drawable-mdpi/btn_check_off_pressed.png core/res/res/drawable-mdpi/btn_check_off_selected.png core/res/res/drawable-mdpi/btn_check_on.png core/res/res/drawable-mdpi/btn_check_on_disable.png core/res/res/drawable-mdpi/btn_check_on_disable_focused.png core/res/res/drawable-mdpi/btn_check_on_pressed.png core/res/res/drawable-mdpi/btn_check_on_selected.png core/res/res/values-ca/strings.xml core/res/res/values-de/strings.xml core/res/res/values/config.xml include/media/AudioSystem.h include/media/mediarecorder.h media/java/android/media/MediaRecorder.java media/libmedia/AudioSystem.cpp media/libstagefright/StagefrightMediaScanner.cpp media/libstagefright/rtsp/ARTSPConnection.cpp media/libstagefright/rtsp/ASessionDescription.cpp media/libstagefright/rtsp/MyHandler.h policy/src/com/android/internal/policy/impl/KeyguardUpdateMonitor.java policy/src/com/android/internal/policy/impl/LockScreen.java policy/src/com/android/internal/policy/impl/PhoneWindowManager.java policy/src/com/android/internal/policy/impl/RecentApplicationsDialog.java services/audioflinger/AudioPolicyManagerBase.cpp services/java/com/android/server/PackageManagerService.java services/java/com/android/server/am/ActivityManagerService.java test-runner/src/android/test/mock/MockPackageManager.java voip/java/android/net/sip/SipProfile.java voip/java/com/android/server/sip/SipService.java wifi/java/android/net/wifi/WifiStateTracker.java Change-Id: Ia65d02a66c6206b5f4ed95c3a64e3f28a03e7329
| * fix [3127755] Launcher is missing anti-aliasingMathias Agopian2010-12-153-1/+8
| | | | | | | | | | | | Enable limited forms of mipmaping when possible. Change-Id: I39ad90becaa4048844fdbbbcb187333e7d59fc6a
* | Fix missing NLBruce Beare2011-01-211-1/+1
|/ | | | | Change-Id: I323f0c01d2e9ad4c9f07cad24bf6b63edc28ad62 Signed-off-by: Bruce Beare <brucex.j.beare@intel.com>
* propagate RS context priority to EGLContext when possible. DO NOT MERGE.Mathias Agopian2010-10-112-1/+16
| | | | Change-Id: Ic9fa5c71324c629ba4cbb41ee4a9e4549810d05e
* Introduce official public NativeWindow type.Dianne Hackborn2010-06-303-5/+5
| | | | | | | Not yet hooked up to anything in the NDK, but requires renaming the existing android_native_window_t type everywhere. Change-Id: Iffee6ea39c93b8b34e20fb69e4d2c7c837e5ea2e
* Get rid of warnings when compiled with -Wformat-securityNick Kralevich2010-05-132-4/+4
| | | | Change-Id: I63c3bf786bbe7a0276624e71a4ba80c4a9aaa4bb
* 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
|
* Fix ImageProcessing example.Jason Sams2010-02-101-4/+9
|
* Preview seperating RenderScript into RenderScript and RenderScriptGLJason Sams2010-02-098-37/+64
|
* Fix fountain and put the demos back in the optional build.Jason Sams2010-02-082-0/+7
|
* Fix some minor bugs with GL state setup that were exposed by Droids driver.Jason Sams2010-01-277-13/+24
|
* Turn the debugging back on.Jason Sams2010-01-261-0/+1
|
* Cleanup seperation of Legacy and user attribs. All user programs now use ↵Jason Sams2010-01-257-195/+172
| | | | the new names. Legacy vertex attribs are given default names.
* am b3699b14: am 836e1666: Merge "add drawSpriteScreenspaceCropped to ↵Joe Onorato2010-01-202-4/+13
|\ | | | | | | | | | | | | | | | | renderscript" into eclair Merge commit 'b3699b14be3a3db1d75ea4c38853b0a53d14b1be' * commit 'b3699b14be3a3db1d75ea4c38853b0a53d14b1be': add drawSpriteScreenspaceCropped to renderscript
| * add drawSpriteScreenspaceCropped to renderscriptJoe Onorato2010-01-142-4/+13
| |
* | Fix RS mipmap generation for 8 bit alpha textures.Jason Sams2010-01-191-0/+22
| |
* | Merge "Remove excessive logging, fix error in GLSL uniform generation."Jason Sams2010-01-132-3/+1
|\ \
| * | Remove excessive logging, fix error in GLSL uniform generation.Jason Sams2010-01-132-3/+1
| | |
* | | Merge "Implement type generation for user uniforms in vertex shader."Jason Sams2010-01-126-36/+130
|\ \ \ | |/ /
| * | Implement type generation for user uniforms in vertex shader.Jason Sams2010-01-126-36/+130
| | |
* | | Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-1/+1
| | | | | | | | | | | | Bug: #2361749.
* | | less log spewJoe Onorato2010-01-081-1/+0
|/ /
* | Fix npot but where mipmap level sizes were rounding in the wrong direction. ↵Jason Sams2010-01-071-3/+3
| | | | | | | | Should always be floor.
* | Change user attribs to look for empty slot rather than using them in order. ↵Jason Sams2010-01-073-13/+12
| | | | | | | | Prevents conflict with numbered legacy slots.
* | Support npot on es 2.0 HW.Jason Sams2010-01-062-4/+3
| |
* | More complete support for named attribs. Adds user typed attribs as ↵Jason Sams2010-01-0613-103/+203
| | | | | | | | available to programVertex. Non user attribs are not treated like user for GL2 for simplicity.