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