summaryrefslogtreecommitdiff
path: root/libs/hwui/Texture.cpp
AgeCommit message (Expand)Author
2016-02-12Fix bytesPerPixel for SurfaceTexture John Reck
2016-02-11Fix bpp mismatch John Reck
2016-01-25Add fine-grained debug layer John Reck
2016-01-22Fix mismatch in assumed defaults vs. actual defaults John Reck
2016-01-22Fix accidental activateTexture(0) John Reck
2016-01-22Merge "Add support for bitmaps with Grey_8 color type." Derek Sollenberger
2016-01-21Ensure Texture always binds to self John Reck
2016-01-20Normalize GL_UNPACK_ALIGNMENT John Reck
2016-01-20Add support for bitmaps with Grey_8 color type. Derek Sollenberger
2016-01-19Fix ordering of texture->upload arguments John Reck
2016-01-14Track texture memory globally John Reck
2015-07-14Clean up unncessary defines Chris Craik
2015-02-23Simplify Texture member initialization Chris Craik
2015-01-30Refactor blending and texture gl state Chris Craik
2015-01-05Add overrides and switch to nullptr keyword for all files Chris Craik
2014-04-14Fix issue with bitmap uploading John Reck
2013-06-06Assume a texture is unbound after deleting it Romain Guy
2013-06-04Introduce Caches::bindTexture() to reduce glBindTexture calls Romain Guy