summaryrefslogtreecommitdiffstats
path: root/libs/hwui/Image.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactor blending and texture gl stateChris Craik2015-01-301-2/+2
| | | | Change-Id: Ia6b3c8b2afd3dfcee7f3ce401d846b789612054a
* Assume a texture is unbound after deleting itRomain Guy2013-06-061-1/+1
| | | | | | | | | | | Bug #9316260 The GL specification indicates that deleting a bound texture has the side effect of binding the default texture (name=0). This change replaces all calls to glDeleteTextures() by Caches::deleteTexture() to properly keep track of texture bindings. Change-Id: Ifbc60ef433e0f9776a668dd5bd5f0adbc65a77a0
* Introduce Caches::bindTexture() to reduce glBindTexture callsRomain Guy2013-06-041-1/+2
| | | | Change-Id: Ic345422567c020c0a9035ff51dcf2ae2a1fc59f4
* Remove warningRomain Guy2013-05-021-0/+62
Change-Id: Ia1523d02dc2b7f58ca26a142a5aef710792a5f3d