summaryrefslogtreecommitdiffstats
path: root/libs/hwui
Commit message (Expand)AuthorAgeFilesLines
* Add logging of graphics acceleration info to bugreportsChet Haase2011-04-017-18/+233
* Merge "When deleting a path, remove it from the path cache. Bug #4170585"Romain Guy2011-03-242-3/+8
|\
| * When deleting a path, remove it from the path cache.Romain Guy2011-03-242-3/+8
* | Merge "Fix bug with accelerated translucent rendering"Chet Haase2011-03-241-0/+3
|\ \ | |/ |/|
| * Fix bug with accelerated translucent renderingChet Haase2011-03-241-0/+3
* | Use the correct API to query system properties.Romain Guy2011-03-231-2/+2
* | Don't crash when omitting paint to drawBitmap() with A8 configs.Romain Guy2011-03-231-1/+3
* | Fix shaders generation on IMG GPUs.Romain Guy2011-03-231-2/+2
* | Take fake bold font property into account.Romain Guy2011-03-231-1/+1
|/
* Add support for drawPoint() and drawPoints().Romain Guy2011-03-216-6/+120
* Fix hairline rendering.Romain Guy2011-03-181-14/+12
* Correctly apply filters to Alpha8 bitmaps.Romain Guy2011-03-182-1/+43
* Fix paths rendering issues.Romain Guy2011-03-184-37/+10
* Optimize rect-shaped layers.Romain Guy2011-03-184-19/+23
* Send WebView the current transform and whether we're drawing a layer.Romain Guy2011-03-171-21/+11
* am 72064c66: am b0204d0a: am c2b91a61: Merge "Modify the GL renderer\'s funct...Romain Guy2011-03-161-5/+25
|\
| * Modify the GL renderer's functor to pass the clip to WebViewRomain Guy2011-03-161-5/+25
* | am f8c4c128: am 0f7d2ec3: am 46fc2517: Merge "Fix performance issue in Launch...Romain Guy2011-03-153-0/+12
|\ \ | |/
| * Fix performance issue in LauncherRomain Guy2011-03-153-0/+12
* | am 5c84a134: am a1bd5a5f: Merge "Fix disappearing edges in lists/scrollviews/...Romain Guy2011-03-151-9/+13
|\ \ | |/
| * Fix disappearing edges in lists/scrollviews/etc.Romain Guy2011-03-151-9/+13
* | am b245e31f: am ee7ace06: Merge "Fix rendering artifact in edge fades. Bug #4...Romain Guy2011-03-145-48/+40
|\ \ | |/
| * Fix rendering artifact in edge fades.Romain Guy2011-03-145-48/+40
* | frameworks/base: remove LOCAL_PRELINK_MODULEIliyan Malchev2011-03-141-1/+0
* | am d00353fe: am bc8a8e8c: Merge "Add support for partial invalidates in WebVi...Romain Guy2011-03-078-251/+46
|\ \ | |/
| * Add support for partial invalidates in WebViewRomain Guy2011-03-078-251/+46
* | Merge "Add TextLayout Cache"Fabrice Di Meglio2011-03-031-245/+0
|\ \ | |/ |/|
| * Add TextLayout CacheFabrice Di Meglio2011-03-021-245/+0
* | Merge "We need to go deeper. Bug #3431907"Romain Guy2011-03-021-0/+2
|\ \
| * | We need to go deeper.Romain Guy2011-03-021-0/+2
* | | Merge "Properly initialize FBO textures for linear filtering."Romain Guy2011-03-021-0/+5
|\ \ \ | |/ /
| * | Properly initialize FBO textures for linear filtering.Romain Guy2011-03-021-0/+5
* | | Merge "Fix problem with glyph cache and textScaleX property"Romain Guy2011-03-022-8/+13
|\ \ \ | |/ / |/| |
| * | Fix problem with glyph cache and textScaleX propertyChet Haase2011-03-022-8/+13
* | | Correctly mark layers dirty when drawing WebView.Romain Guy2011-03-011-0/+11
* | | Avoid UTF-8 conversions and string copies whenever possible.Romain Guy2011-03-012-12/+15
|/ /
* | Merge "Fix mTexCoordsSlot > 0 check to mTexCoordsSlot >= 0"David Li2011-02-251-1/+1
|\ \
| * | Fix mTexCoordsSlot > 0 check to mTexCoordsSlot >= 0David Li2011-02-251-1/+1
| |/
* | Remove the right entries from the cache when a GC happens.Romain Guy2011-02-241-1/+3
* | Correctly blend translucent GIF bitmaps.Romain Guy2011-02-243-8/+6
* | Skia Merge (revision 808)Derek Sollenberger2011-02-224-10/+12
|/
* Fixing font renderer attribute slot locations.Alex Sakhartchouk2011-02-173-8/+22
* Dirty layers in the area covered by a drawBitmapMesh() callRomain Guy2011-02-101-1/+28
* Merge "Properly handle dirty rectangles generated from 9-patches Bug #3409580...Mike Cleron2011-02-041-6/+7
|\
| * Properly handle dirty rectangles generated from 9-patchesRomain Guy2011-02-041-6/+7
* | Fix crash when Paths are GCd in hw accelerated appsChet Haase2011-02-044-0/+65
|/
* Empty the clip rect when intersection is empty.Romain Guy2011-02-041-0/+4
* Fix leak in reused display listsChet Haase2011-02-032-3/+14
* Fixes cache misses and extra allocations.Romain Guy2011-02-035-151/+59
* Allocate layers from the layers pool.Romain Guy2011-02-025-77/+101