Simon Wilson
490db31b85
am 0c8ad64d: Merge "fix [3127755] Launcher is missing anti-aliasing" into gingerbread
...
* commit '0c8ad64d64b23e2bdd62bc217e327c7e0583784b':
fix [3127755] Launcher is missing anti-aliasing
2010-12-20 14:11:46 -08:00
Mathias Agopian
f9954c7eab
fix [3127755] Launcher is missing anti-aliasing
...
Enable limited forms of mipmaping when possible.
Change-Id: I39ad90becaa4048844fdbbbcb187333e7d59fc6a
2010-12-15 16:59:55 -08:00
Mathias Agopian
4ceee5a6b0
am 73655bd2: Merge "propagate RS context priority to EGLContext when possible. DO NOT MERGE." into gingerbread
...
Merge commit '73655bd2d303f8b3fe5c4bb0d8e4824361647381' into gingerbread-plus-aosp
* commit '73655bd2d303f8b3fe5c4bb0d8e4824361647381':
propagate RS context priority to EGLContext when possible. DO NOT MERGE.
2010-10-20 21:28:29 -07:00
Mathias Agopian
2db76167b1
propagate RS context priority to EGLContext when possible. DO NOT MERGE.
...
Change-Id: Ic9fa5c71324c629ba4cbb41ee4a9e4549810d05e
2010-10-11 22:34:31 -07:00
The Android Open Source Project
f601ce2c14
merge from open-source master
...
Change-Id: Ifec16490ea2170728cb6ccb18d2e74fcb3478db6
2010-07-02 07:38:30 -07:00
Dianne Hackborn
8b49bd1a2f
Introduce official public NativeWindow type.
...
Not yet hooked up to anything in the NDK, but requires renaming
the existing android_native_window_t type everywhere.
Change-Id: Iffee6ea39c93b8b34e20fb69e4d2c7c837e5ea2e
2010-06-30 15:32:04 -07:00
Bruce Beare
fd23461c2b
Fix missing NL
...
Change-Id: I323f0c01d2e9ad4c9f07cad24bf6b63edc28ad62
Signed-off-by: Bruce Beare <brucex.j.beare@intel.com>
2010-06-25 09:08:12 -07:00
Nick Kralevich
ce2cbe4c96
Get rid of warnings when compiled with -Wformat-security
...
Change-Id: I63c3bf786bbe7a0276624e71a4ba80c4a9aaa4bb
2010-05-13 14:46:27 -07:00
Jason Sams
5335600a29
Change opaque RS typedefs from void * to int. These will likely become int64_t once proper support for >32bits is worked out.
...
Change-Id: Ic30240fe6c79170a0a88fd51185a1f01bd616c45
2010-03-18 16:29:59 -07:00
Jason Sams
cb88ac9f53
Change global variables from extern to non static. Make script local global vars static.
...
Change-Id: I73656978e0f0ceeb927afef292fc4ed9755b7214
2010-03-18 15:51:59 -07:00
Jason Sams
4ab7b236ef
More rsh headers for renderscript and a llvm compatible test script for fountain.
...
Change-Id: If5d682e549e6f849ba809619587feb58c1e4ed0a
2010-03-18 14:36:05 -07:00
Jason Sams
41e6ce1e41
Merge "First cut of basic RS headers for ScriptC. Not nearly complete."
2010-03-16 15:41:08 -07:00
Jason Sams
33bcfa210a
First cut of basic RS headers for ScriptC. Not nearly complete.
...
Change-Id: I15df067936d3c0ff0e0917fd5ca44dc8e1352154
2010-03-16 15:40:18 -07:00
Jason Sams
156cce6980
Improve RS error handling. On errors RS will now store the error and a 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.
2010-03-03 14:14:37 -08:00
Jason Sams
108831a72c
Merge "Add support for linking to a skia bitmap rather than always copying the data from the bitmap."
2010-03-01 15:42:47 -08:00
Jason Sams
1549257d12
Merge "Support defered generation of mipmaps. With this change we support mipmap generation when the texture is uploaded to GL without requiring RS to retain the full chain."
2010-03-01 15:42:03 -08:00
Jason Sams
053100e6b6
Merge "Begin implementation of generated java files from RS files."
2010-03-01 15:40:37 -08:00
Jason Sams
8a64743f37
Add support for linking to a skia bitmap rather than always copying the data from the bitmap.
2010-03-01 15:31:04 -08:00
Jason Sams
c2908e60c9
Support defered generation of mipmaps. With this change we support mipmap generation when the texture is uploaded to GL without requiring RS to retain the full chain.
2010-02-23 17:44:28 -08:00
Jason Sams
7eecbf2085
Begin implementation of generated java files from RS files.
2010-02-23 15:28:52 -08:00
Jason Sams
2978bfc6ad
beging np2 extension check work.
2010-02-22 15:37:51 -08:00
Jason Sams
c2cb25d495
Add test pattern icon to Fountain.
2010-02-19 13:26:08 -08:00
Jason Sams
e4c487a752
Implement type collapsing for Elements and Types. Now if a user creates two or more identical objects we simply reuse the existing object rather than create a new one.
2010-02-17 15:38:10 -08:00
Jason Sams
6f8a3dfa6b
Merge "Add comment block matching the type defines added by RS."
2010-02-12 17:26:46 -08:00
Jason Sams
941533186c
Add comment block matching the type defines added by RS.
2010-02-12 17:25:47 -08:00
Mathias Agopian
128ce4b24a
real fix for [2440014] launcher2 crashing in loop during boot
...
Surface* cannot be casted to void* and then to android_native_window_t*
2010-02-12 14:04:35 -08:00
Mathias Agopian
5cbb940cf6
Revert "Revert "RenderScript should not depend on libsurfaceflinger_client.so""
...
This reverts commit a0659aa36c987e28e29778bd97e75fe52152c60e.
2010-02-12 12:00:38 -08:00
Jack Palevich
a0659aa36c
Revert "RenderScript should not depend on libsurfaceflinger_client.so"
...
This reverts commit 88b55fb090ace1a835f890758866f42f03795c12.
2010-02-12 18:21:26 +08:00
Mathias Agopian
88b55fb090
RenderScript should not depend on libsurfaceflinger_client.so
2010-02-11 14:57:11 -08:00
Mathias Agopian
000479f9e3
split libsurfaceflinger_client and libcamera_client out of libui
2010-02-11 13:16:22 -08:00
Jason Sams
8dd9ca3e97
Change default mode.
2010-02-10 18:09:36 -08:00
Jason Sams
586f3b5d32
Add java benchmark to imageProcessing.
2010-02-10 18:07:37 -08:00
Jason Sams
1d317d1453
Cleanup image processing example script.
2010-02-10 16:58:16 -08:00
Jason Sams
ec2746c33f
Fix ImageProcessing example.
2010-02-10 15:03:24 -08:00
Jason Sams
704ff64b09
Preview seperating RenderScript into RenderScript and RenderScriptGL
2010-02-09 16:05:07 -08:00
Jason Sams
5bec3aa2c6
Fix fountain and put the demos back in the optional build.
2010-02-08 16:32:29 -08:00
Jason Sams
5dbfe93b3f
Fix some minor bugs with GL state setup that were exposed by Droids driver.
2010-01-27 14:41:43 -08:00
Jason Sams
a1d302e867
Turn the debugging back on.
2010-01-26 11:34:09 -08:00
Jason Sams
df48b57114
Cleanup seperation of Legacy and user attribs. All user programs now use the new names. Legacy vertex attribs are given default names.
2010-01-25 12:41:19 -08:00
Joe Onorato
af07b591bb
am b3699b14: am 836e1666: Merge "add drawSpriteScreenspaceCropped to renderscript" into eclair
...
Merge commit 'b3699b14be3a3db1d75ea4c38853b0a53d14b1be'
* commit 'b3699b14be3a3db1d75ea4c38853b0a53d14b1be':
add drawSpriteScreenspaceCropped to renderscript
2010-01-20 14:35:52 -08:00
Jason Sams
e20e3b41db
Fix RS mipmap generation for 8 bit alpha textures.
2010-01-19 17:53:54 -08:00
Joe Onorato
6656c1be2b
add drawSpriteScreenspaceCropped to renderscript
2010-01-14 16:00:04 -05:00
Jason Sams
22550a1943
Merge "Remove excessive logging, fix error in GLSL uniform generation."
2010-01-13 14:54:20 -08:00
Jason Sams
e17e365b71
Remove excessive logging, fix error in GLSL uniform generation.
2010-01-13 14:52:46 -08:00
Jason Sams
b9c56e3968
Merge "Implement type generation for user uniforms in vertex shader."
2010-01-12 15:39:57 -08:00
Jason Sams
ea87e96959
Implement type generation for user uniforms in vertex shader.
2010-01-12 12:12:28 -08:00
Romain Guy
980a938c1c
Deprecate fill_parent and introduce match_parent.
...
Bug: #2361749 .
2010-01-08 15:11:38 -08:00
Joe Onorato
f5d95cbc1a
less log spew
2010-01-08 15:46:24 -05:00
Jason Sams
917cd4fcda
Fix npot but where mipmap level sizes were rounding in the wrong direction. Should always be floor.
2010-01-07 16:26:42 -08:00
Jason Sams
6286953ece
Change user attribs to look for empty slot rather than using them in order. Prevents conflict with numbered legacy slots.
2010-01-07 16:26:42 -08:00