summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui/GLRootView.java
Commit message (Expand)AuthorAgeFilesLines
* This removes all non-Camera stuff from Camera2.Sascha Haeberling2013-08-061-630/+0
* Fix graphical corruption due to tear down raceJohn Reck2013-06-051-0/+3
* Remove GL dependency on unused stencil buffers.George Mount2013-05-091-4/+5
* Instantiate GLCanvas rather than reinitialize current GLCanvas.George Mount2013-01-081-3/+4
* GL packaging refactorJohn Reck2012-12-111-0/+3
* am 695e1aa0: Force a layout pass if the display rotation changesJohn Reck2012-12-101-1/+5
|\
| * Force a layout pass if the display rotation changesJohn Reck2012-12-101-1/+5
* | Add GLES20 canvas implementation.George Mount2012-12-051-1/+3
|/
* Force renderring request for Camera Animation.Angus Kong2012-10-251-0/+5
* Drive GLRootView with ChoreographerJohn Reck2012-10-221-0/+15
* Fix ANR in creating the fallback animation.Owen Lin2012-10-051-3/+4
* Use 565 pixel format for pre-JB; use 888 otherwise.Pin Ting2012-09-191-1/+5
* Move motion event related methods to class MotionEventHelper.Ahbong Chang2012-08-071-94/+2
* Manually transform the event coordinates on older platforms.Chih-Chung Chang2012-08-011-1/+94
* Avoid using setSystemUiVisibility in old platforms.Yuli Huang2012-07-061-0/+2
* Don't reuse bitmap before HoneyComb.Owen Lin2012-07-031-1/+2
* Avoid using View.SYSTEM_UI_FLAG_LOW_PROFILE.The Android Open Source Project2012-07-021-4/+2
* Don't use Build.VERSION_CODES.Owen Lin2012-06-281-2/+1
* Guard the use of SYSTEM_UI_FLAG_XXXX with TargetApiOwen Lin2012-06-221-5/+11
* Put a black View in front of SurfaceView.Chih-Chung Chang2012-05-221-0/+17
* Add a new state uploading to UploadedTexture.Owen Lin2012-05-221-3/+9
* Hide status bar in lights out mode.Chih-Chung Chang2012-05-221-1/+5
* Limit the size of a ScreenNail.Owen Lin2012-05-221-1/+1
* Use View.setSystemUiVisibility to enter/leave lights-out mode.Chih-Chung Chang2012-05-171-0/+6
* Fix a dead lock while we freeze the screen.Owen Lin2012-05-161-1/+39
* Add freeze/unfreeze for GLRootView.Chih-Chung Chang2012-05-101-0/+24
* Better orientation change handling.Chih-Chung Chang2012-05-081-16/+34
* Support drawing in different orientation in Gallery.Chih-Chung Chang2012-04-301-7/+79
* Remove scissor tests.Chih-Chung Chang2012-04-251-15/+0
* Add new filmstrip mode for PhotoView.Chih-Chung Chang2012-04-101-1/+1
* Upload textures in background.Owen Lin2012-04-051-10/+7
* Reorganize import for all files.Owen Lin2012-03-141-7/+6
* Use AnimationTime for animation caluclation.Chih-Chung Chang2012-03-051-2/+3
* Remove unused code.Chih-Chung Chang2012-02-231-28/+1
* Cache animation time value to reduce work and synchronize animation.Chih-Chung Chang2012-02-171-4/+6
* Simplify the reference from textures to GLCanvas.Chih-Chung Chang2012-02-171-0/+1
* Add profiling tools.Chih-Chung Chang2012-02-141-11/+38
* 3252698: Make drawing target 60fps.Chih-Chung Chang2011-11-031-1/+1
* Initial code for Gallery2.Owen Lin2011-08-181-0/+414