summaryrefslogtreecommitdiffstats
path: root/libs/hwui/TextureCache.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mark isInUse per-windowJohn Reck2015-07-211-4/+6
* Fix AssetAtlas usage in BitmapShadersChris Craik2015-07-171-5/+5
* Switch from fminf/fmaxf to std::min/maxChris Craik2015-06-301-1/+1
* Delete unusedJohn Reck2015-06-081-10/+0
* Cleanup propertiesChris Craik2015-05-051-1/+1
* Simplify Texture member initializationChris Craik2015-02-231-3/+3
* Glop ColorFilter & VertexBuffer support, initial enableChris Craik2015-02-061-20/+13
* Refactor blending and texture gl stateChris Craik2015-01-301-1/+1
* Merge "Simplify and correct texture upload unpack alignment parameter"Chris Craik2015-01-201-4/+1
|\
| * Simplify and correct texture upload unpack alignment parameterChris Craik2015-01-201-4/+1
* | Update HWUI to store its own SkBitmap objectsDerek Sollenberger2015-01-091-4/+2
* | Add overrides and switch to nullptr keyword for all filesChris Craik2015-01-051-7/+7
|/
* resolved conflicts for merge of d67bb501 to masterYohann Roussel2014-12-111-2/+14
|\
| * Don't preload textures for AssetAtlasJohn Reck2014-12-101-2/+14
* | am 5ab86ba0: am 89a63f02: am 0c31d97a: Merge "Switch TextureCache to SkPixelR...John Reck2014-11-251-14/+12
|\ \ | |/
| * Switch TextureCache to SkPixelRef::fStableIdJohn Reck2014-11-241-14/+12
* | resolve merge conflicts of f2235b6 to master.Chris Craik2014-11-201-1/+2
|\ \ | |/
| * Improve logging around performance critical eventsChris Craik2014-11-191-1/+2
* | Clean up physical couplingTom Hudson2014-10-151-0/+1
|/
* Add layer/texture creation tracingJohn Reck2014-07-291-0/+3
* SkBitmap::Config is deprecated, use SkColorTypeMike Reed2014-07-081-7/+7
* stop using (deprecated) SkBitmap::ConfigMike Reed2014-06-201-2/+1
* resolved conflicts for merge of ecae1ffd to masterztenghui2014-06-161-17/+39
|\
| * am df36dd20: am 386caf6c: Merge "update parameters in uploadToTexture() for G...Tenghui Zhu2014-06-161-17/+39
| |\
| | * update parameters in uploadToTexture() for GLES20Lu, Shenghua2014-06-131-17/+39
| | * Update framework to use M33 Skia. DO NOT MERGELeon Scroggins III2014-03-201-1/+1
| | * am 7b4cce68: am c3bac8a0: Merge "Fix graphics corruption caused by HWUI caches"Chris Craik2014-03-111-1/+3
| | |\
| | * | Update framework to use M33 Skia. DO NOT MERGELeon Scroggins III2014-03-061-2/+1
| * | | am f8d8777d: Update framework to use M33 Skia. DO NOT MERGELeon Scroggins III2014-03-171-2/+1
| |\ \ \ | | |_|/ | |/| |
| | * | Update framework to use M33 Skia. DO NOT MERGELeon Scroggins III2014-03-171-2/+1
| | |/
* | | Inspect SkShader to determine hw shader.Leon Scroggins III2014-05-221-8/+8
* | | Fix issue with bitmap uploadingJohn Reck2014-04-141-13/+59
* | | am 328b7ee6: am aecb8c43: am 7b4cce68: am c3bac8a0: Merge "Fix graphics corru...Chris Craik2014-02-261-1/+3
|\ \ \ | |/ /
| * | Fix graphics corruption caused by HWUI cachesSangkyu Lee2014-02-261-1/+3
| |/
* | Remove calls to deprecated SkBitmap::setIsOpaque()Leon Scroggins III2014-01-151-2/+1
* | Use const where possible for drawing parametersChris Craik2014-01-031-9/+9
* | Call SkBitmap::config() instead of ::getConfig()Leon Scroggins III2013-12-031-2/+2
* | Clean unused parameters, disable warningsChris Craik2013-10-171-1/+1
|/
* Take SkBitmap's stride into account when uploading texturesRomain Guy2013-09-251-9/+20
* Assume a texture is unbound after deleting itRomain Guy2013-06-061-1/+1
* Introduce Caches::bindTexture() to reduce glBindTexture callsRomain Guy2013-06-041-3/+3
* Precache paths from a worker threadRomain Guy2013-03-111-1/+1
* Add a RenderBuffer object to store stencil buffers.Romain Guy2013-02-071-1/+1
* Use LruCache instead of GenerationCache in libhwuiRomain Guy2012-11-291-2/+2
* Enable mipmapping, without a deadlock this timeRomain Guy2012-10-171-4/+6
* workaround to unbreak the build (deadlock during boot)Mathias Agopian2012-10-161-1/+1
* Add API to enable mipmaps on BitmapRomain Guy2012-10-161-1/+14
* Always use the correct pixel store sizeRomain Guy2012-10-161-6/+4
* Remove all Dalvik allocations from Cavnas.drawBitmap(int[], ...)Romain Guy2012-05-141-0/+10
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1