- 21 Nov, 2011 2 commits
-
-
Jesse Hall authored
GLESv2 support will come in a followup change but will take advantage of the GLClientState changes. Change-Id: Ib6cbb4dafbd071e3b59b1e5d808b3e23656ada92
-
Jesse Hall authored
When remapping a GLES texture to a different GL texture in glEGLImageTargetTexture2DOES(), the GLES texture's previous GL texture was deleted unconditionally. This is bad when it came from an EGLImage and is therefore owned by (and will continue to be used by) some other object. The code now skips deleting the old GL texture if it came from an EGLImage. This mirrors the logic in glDeleteTextures(). Change-Id: I5b650334a7019d824517c2915b1f23961fbbd809
-
- 18 Nov, 2011 1 commit
-
-
Jesse Hall authored
The EGL->GL translator implementation of glEGLImageTargetTexture2DOES was properly replacing uses of the target texture object with the texture object associated with the EGLImage in the host GL library, but wasn't updating its own info about the texture (dimensions, etc.). This broke places where the translator relied on knowing this, e.g. when implementing the GLES glDrawTexi call on top of GL glDrawArrays. Change-Id: Ia4aefd89852a2609221c56da76bfac927464c0b2
-
- 16 Nov, 2011 1 commit
-
-
Fred Chung authored
Cherry pick from ics-mr1 Change ID I0f68ba42309c960f0df1e537b0932c6d68d9657b Change-Id: I1d5e37fc24d82f8f9f846c82b93f68dcc58d95cc
-
- 09 Nov, 2011 1 commit
-
-
Yu Shan Emily Lau authored
Merge "do not merge: cherry-picked Change-Id: I094dbc4ffa42771a13dfb796761546093649481c from master branch" into ics-mr0
-
- 07 Nov, 2011 1 commit
-
-
Ken Wakasa authored
Change-Id: I778be2217165185fbb8eef08b8a232ea7ba986f0
-
- 06 Nov, 2011 1 commit
-
-
Yu Shan Emily Lau authored
Change-Id: I21f83b96afc5c3a00a6570e8284adc23191b6dd2
-
- 03 Nov, 2011 1 commit
-
-
Robert Ly authored
-
- 02 Nov, 2011 1 commit
-
-
Robert Ly authored
Change-Id: I0156281baf450b4aafcd1d43bf5fd9ef8d4cb6cc
-
- 31 Oct, 2011 1 commit
-
-
Svetoslav Ganov authored
-
- 29 Oct, 2011 1 commit
-
-
Svetoslav Ganov authored
1. Moving Accerssibility Service sample into ApiDemos since we are putting all accessibility samples there. 2. Fixed regressions (mainly due to adding new event types) in the Accessibility Service sample. 3. Updated the Query Window Content sample to have some instructions and to work with touch exploration. Change-Id: I226ac4130f7f8cae47bb52cbdeab9f104cfaba40
-
- 28 Oct, 2011 3 commits
-
-
Jack Palevich authored
This activity was accidentally added to the Api Demos manifest in an earlier checkin. Because the corresponding Java classes were never checked in, the activity never actually worked. Change-Id: I7a7c8c90e8e6b9689f87720fc7f4d53556c2f227
-
Xavier Ducrohet authored
Change-Id: I935e8eb29ae52c56e4f897c69c808010b701e195
-
Alexander Lucas authored
Change-Id: I37485821a77fed483308434e7b1d407642379d8c
-
- 27 Oct, 2011 1 commit
-
-
Jack Palevich authored
In API level 13 the android:configChanges property was changed incompatably. In API level 12 and below, an activity that wanted to handle screen size and orientation changes could achieve that by specifying android:configChanges="orientation" Starting with API level 13 the activity must specify android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize" This change updates all the activities in ApiDemos that want to handle screen size and orientation changes themselves. Fixes b/5522551 ApiDemos OpenGL ES rotation-without-restarting-Activity broken for API levels 13+ Change-Id: Ibc8b2b77eab9be279b56c026d76787d7185c62c9
-
- 24 Oct, 2011 2 commits
-
-
Xavier Ducrohet authored
Move the renderscript include files into platform-tools The new unique compiler working for all target platforms requires to use only the latest includes instead of using a different set per target platforms. By putting the include in the platform-tools, we ensure that they are available no matter which platform has been donwloaded and are in sync with the compiler. Change-Id: Ib3e8e4e0b02956f60e7f1b4a2e8584a83a33d013
-
Svetoslav Ganov authored
-
- 22 Oct, 2011 1 commit
-
-
Svetoslav Ganov authored
NOTE: This change does *not* affect the system image rather only the SDK. bug:5499856 Change-Id: I589ed412b72e94b21dbe1f069006c7c527a06c71
-
- 21 Oct, 2011 3 commits
-
-
Svetoslav Ganov authored
Merge "Adding a sample showing how to use the accessibility API in the compat library." into ics-mr0
-
Ken Wakasa authored
Change-Id: Id0b89c382339722b4c7c61e2bf35a05a947fc8aa
-
Svetoslav Ganov authored
NOTE: This affects only the SDK and not the system image. bug:5485208 Change-Id: I2b086e880cfe147883a0db8222522710132d67a3
-
- 20 Oct, 2011 2 commits
-
-
satok authored
Bug: 4973788 Change-Id: I938ba499c35d91f2e9dbcd00ae0df64c999b2b95
-
Tadashi G. Takaoka authored
-
- 19 Oct, 2011 1 commit
-
-
Tadashi G. Takaoka authored
Bug: 5475117 Change-Id: I94c70800e272e28c080edd5102adceabf06d7aff
-
- 18 Oct, 2011 5 commits
-
-
Vladimir Chtchetkine authored
-
Dianne Hackborn authored
-
Vladimir Chtchetkine authored
Implement CAMERA_MSG_PREVIEW_FRAME callback Also does better work detecting pixel format for video frames, depending on the mode that camera is intended to be operated with. Change-Id: Idb2dfc7c0a79e81eff58f83a14af769afc713096
-
Eric Fischer authored
Change-Id: I149ef88768a6ca412f23496ff53e989a4245140d
-
Dianne Hackborn authored
Change-Id: I3d124512069637c18651ef91801338b7300fee8c
-
- 17 Oct, 2011 1 commit
-
-
Scott Main authored
add action item to go to Android Beam settings, add help info, and add callback for on-push-complete Change-Id: I2e0e8b9d6e66c507d62012e809ee0c01e1298f20
-
- 14 Oct, 2011 8 commits
-
-
Scott Main authored
Change-Id: I569f92eafc0a53622443457a73fabbdce83ef73c
-
Scott Main authored
Change-Id: I2f9a2b24802ee0461257b4e1ee65a5f2b6298ade
-
Scott Main authored
-
Scott Main authored
Change-Id: Ib7a77ec6a5c15c06c009bb3a47c1f983f98c553a
-
Scott Main authored
Change-Id: I485e68e011a12ec91f0e5f3eae742217acad8ca3
-
Scott Main authored
Change-Id: Ifafa507bd9e74f2605fe190b12f831051af5f422
-
Scott Main authored
Change-Id: If6edb7ac9ba2743ce0dbc39be6f1eede8ef66aaa
-
Scott Main authored
Change-Id: Ibb8d269a68cca273867049655c95260651e23586
-
- 11 Oct, 2011 2 commits
-
-
Yu Shan Emily Lau authored
-
Yu Shan Emily Lau authored
by default. Swith the mGetPeriodicBugreport default value to false so that the bugreport will not be captured by default. Change-Id: Ieae662478d865d9a49dec4f77f52046b560c8972
-