summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/ui/Texture.java
Commit message (Expand)AuthorAgeFilesLines
* Refactor the code. Improve the inheritance structure of Textures.Owen Lin2010-05-171-177/+3
* Using GL to draw NinePatchOwen Lin2010-05-171-5/+5
* resolved conflicts for merge of ec1dfcb7 to krakenOwen Lin2010-05-141-0/+16
|\
| * Add copyright headers to source codes.Owen Lin2010-05-131-0/+16
* | Handle events in the main thread and use GLThread only as a rendering thread.Owen Lin2010-05-101-1/+1
* | Move the texture coordinate 0.5 pixel inner so that GL won't get garbageOwen Lin2010-05-071-18/+28
* | Improve the Texture by using glTexSubImage to upload the image content.Owen Lin2010-04-291-12/+15
|/
* Fix the zoom indicator not updated issue.Owen Lin2010-03-191-2/+4
* Add pixel density concept to the code. So, it draw about the same size onOwen Lin2010-03-071-11/+20
* The first runnable version of the new UI.Owen Lin2010-02-261-0/+156