summaryrefslogtreecommitdiffstats
path: root/libs/hwui
Commit message (Expand)AuthorAgeFilesLines
* Fix 9patch rendering in ExpandableListView.Romain Guy2011-01-164-9/+19
* Don't blend transparent pixels when rendering layers.Romain Guy2011-01-166-25/+179
* Preapre region tracking in layersRomain Guy2011-01-142-13/+15
* Don't crash Launcher on config change.Romain Guy2011-01-145-20/+50
* Don't delete objects twice...Romain Guy2011-01-141-2/+2
* Copy shaders when recording them in display lists.Romain Guy2011-01-144-24/+121
* Don't add clipped rects to layer regions.Romain Guy2011-01-141-12/+12
* Remove debug codeRomain Guy2011-01-131-3/+0
* Add debug logs for display lists.Romain Guy2011-01-137-13/+76
* Cleanup implementation of hardware layers.Romain Guy2011-01-1310-114/+113
* Reenable region composition pipeline for layersRomain Guy2011-01-122-2/+2
* Add logging to the new layers API.Romain Guy2011-01-123-2/+36
* Cleanup GL objects on the correct thread.Romain Guy2011-01-124-0/+47
* Disable the region compositing pipeline for layers.Romain Guy2011-01-111-1/+1
* Don't break the build!Romain Guy2011-01-111-2/+1
* Better backend for hardware layers.Romain Guy2011-01-117-2/+235
* Solve translucency issue when drawing paths.Romain Guy2011-01-111-4/+10
* Composite layers as regions.Romain Guy2011-01-103-51/+59
* Better logging of out of memory errors in OpenGLRenderer.Romain Guy2011-01-101-0/+5
* New layers API for Views.Romain Guy2011-01-063-1/+14
* Reuse of native display list objectsChet Haase2011-01-062-37/+53
* The font cache should respect the fake bold flag.Romain Guy2011-01-052-28/+37
* Ensure bitmaps aren't freed while referenced from a display listPatrick Dubroy2010-12-201-6/+2
* Fix text shadow rendering issue.Romain Guy2010-12-151-28/+32
* Cleanup OpenGLRenderer::drawLines()Romain Guy2010-12-142-48/+35
* Merge "Allocate bitmap backing buffers in the Java heap."Patrick Dubroy2010-12-141-2/+6
|\
| * Allocate bitmap backing buffers in the Java heap.Patrick Dubroy2010-12-141-2/+6
* | Continue cleanup refactoring in OpenGLRenderer.Romain Guy2010-12-142-223/+84
* | Colors are in the [0..1] range, not [0..255]Romain Guy2010-12-141-3/+3
* | OpenGLRenderer would not render colors < ALPHA_THRESHOLDRomain Guy2010-12-142-2/+9
|/
* Refactor OpenGLRenderer to simplify OpenGL drawing code.Romain Guy2010-12-133-143/+251
* Ignore empty layers.Romain Guy2010-12-101-5/+1
* Correctly compare strings in UTF-8 instead of UTF-16Romain Guy2010-12-104-23/+37
* Don't set the invisible flag when saving an empty layer.Romain Guy2010-12-092-12/+27
* New, better line drawing implementation.Romain Guy2010-12-084-173/+215
* Correctly release the OpenGL Canvas on EGL error.Romain Guy2010-12-073-24/+49
* Fix 9patch renderingRomain Guy2010-12-073-8/+6
* Draw text decorations correctly.Romain Guy2010-12-061-1/+3
* Correctly render text when coordinates are not integers.Romain Guy2010-12-064-27/+98
* Don't render degenerate triangles in 9patches.Romain Guy2010-12-036-34/+61
* Correctly index transparent quads when generating 9patch meshes.Romain Guy2010-12-021-1/+12
* Rescale ColorMatrix' vector to the [0..1] rangeRomain Guy2010-12-021-0/+5
* Update 9patch structure when rendering with different divs/colors.Romain Guy2010-11-306-87/+165
* Fix hang in native bitmap recycling due to nested mutex locksChet Haase2010-11-232-6/+0
* make ResourceCache for display lists thread-safeChet Haase2010-11-112-0/+20
* Free resources only from the GL context thread.Romain Guy2010-11-1112-65/+121
* Reduce number of GL calls when drawing with shaders.Romain Guy2010-11-113-7/+12
* Add new runtime debug flags.Romain Guy2010-11-108-1/+63
* Move all debug flags in a single place.Romain Guy2010-11-1013-32/+132
* Fix possible crash when texture is NULL in the drop shadow cache.Romain Guy2010-11-091-3/+3