1. 21 Nov, 2011 2 commits
    • Jesse Hall's avatar
      EmuGL: implement OES_EGL_image_external for GLESv1 · af4f66be
      Jesse Hall authored
      GLESv2 support will come in a followup change but will take advantage
      of the GLClientState changes.
      
      Change-Id: Ib6cbb4dafbd071e3b59b1e5d808b3e23656ada92
      af4f66be
    • Jesse Hall's avatar
      GLES translator: don't delete EGLImage textures · f37a7ed6
      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
      f37a7ed6
  2. 18 Nov, 2011 1 commit
    • Jesse Hall's avatar
      EmuGL: set texture info from EGLImage · faaf1553
      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
      faaf1553
  3. 16 Nov, 2011 1 commit
  4. 09 Nov, 2011 1 commit
  5. 07 Nov, 2011 1 commit
  6. 06 Nov, 2011 1 commit
  7. 03 Nov, 2011 1 commit
  8. 02 Nov, 2011 1 commit
  9. 31 Oct, 2011 1 commit
  10. 29 Oct, 2011 1 commit
    • Svetoslav Ganov's avatar
      Folding Accessibility Service sample into ApiDemos. · 101f061d
      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
      101f061d
  11. 28 Oct, 2011 3 commits
  12. 27 Oct, 2011 1 commit
    • Jack Palevich's avatar
      Fix activities that want to handle screen size and orientation changes themselves. · 1163f69a
      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
      1163f69a
  13. 24 Oct, 2011 2 commits
  14. 22 Oct, 2011 1 commit
  15. 21 Oct, 2011 3 commits
  16. 20 Oct, 2011 2 commits
  17. 19 Oct, 2011 1 commit
  18. 18 Oct, 2011 5 commits
  19. 17 Oct, 2011 1 commit
    • Scott Main's avatar
      update andriod beam demo. · e842e956
      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
      e842e956
  20. 14 Oct, 2011 8 commits
  21. 11 Oct, 2011 2 commits