summaryrefslogtreecommitdiff
path: root/libs/hwui/OpenGLRenderer.cpp
AgeCommit message (Expand)Author
2011-03-07Add support for partial invalidates in WebView Romain Guy
2011-03-02We need to go deeper. Romain Guy
2011-03-01Correctly mark layers dirty when drawing WebView. Romain Guy
2011-02-25Merge "Fix mTexCoordsSlot > 0 check to mTexCoordsSlot >= 0" David Li
2011-02-25Fix mTexCoordsSlot > 0 check to mTexCoordsSlot >= 0 David Li
2011-02-24Correctly blend translucent GIF bitmaps. Romain Guy
2011-02-22Skia Merge (revision 808) Derek Sollenberger
2011-02-17Fixing font renderer attribute slot locations. Alex Sakhartchouk
2011-02-10Dirty layers in the area covered by a drawBitmapMesh() call Romain Guy
2011-02-04Properly handle dirty rectangles generated from 9-patches Romain Guy
2011-02-01Update layers based on the dirty region. Romain Guy
2011-01-26Don't draw the same triangles several times. Romain Guy
2011-01-26Remove unused API Romain Guy
2011-01-25Make sure the opaque bitmap is opaque. GL doesn't like being lied to. Romain Guy
2011-01-25Remove debugging log left by mistake. Romain Guy
2011-01-24Fix rendering issues with animated layers. Romain Guy
2011-01-24Enable partial invalidates when rendering with OpenGL. Romain Guy
2011-01-24Use optimized display lists for all hwaccelerated rendering Chet Haase
2011-01-23Fix bitmap meshes to work in display lists. Romain Guy
2011-01-23Add support for arcs. Romain Guy
2011-01-23Add support for ovals and stroked rectangles. Romain Guy
2011-01-23Always render text underline extra. Romain Guy
2011-01-22Fix regression with hardware layers. Romain Guy
2011-01-20Add support for drawBitmapMesh(). Romain Guy
2011-01-19Merge "Add rounded rects and circles support to OpenGLRenderer." into honeycomb Romain Guy
2011-01-19Add rounded rects and circles support to OpenGLRenderer. Romain Guy
2011-01-19Don't attempt to create empty layers. Romain Guy
2011-01-19Make embedded hardware layers work. Romain Guy
2011-01-18Add support for skew() Romain Guy
2011-01-16Don't blend transparent pixels when rendering layers. Romain Guy
2011-01-14Preapre region tracking in layers Romain Guy
2011-01-14Don't add clipped rects to layer regions. Romain Guy
2011-01-13Remove debug code Romain Guy
2011-01-13Add debug logs for display lists. Romain Guy
2011-01-13Cleanup implementation of hardware layers. Romain Guy
2011-01-12Reenable region composition pipeline for layers Romain Guy
2011-01-11Better backend for hardware layers. Romain Guy
2011-01-10Composite layers as regions. Romain Guy
2011-01-10Better logging of out of memory errors in OpenGLRenderer. Romain Guy
2011-01-06New layers API for Views. Romain Guy
2010-12-15Fix text shadow rendering issue. Romain Guy
2010-12-14Cleanup OpenGLRenderer::drawLines() Romain Guy
2010-12-14Continue cleanup refactoring in OpenGLRenderer. Romain Guy
2010-12-14Colors are in the [0..1] range, not [0..255] Romain Guy
2010-12-14OpenGLRenderer would not render colors < ALPHA_THRESHOLD Romain Guy
2010-12-13Refactor OpenGLRenderer to simplify OpenGL drawing code. Romain Guy
2010-12-10Ignore empty layers. Romain Guy
2010-12-09Don't set the invisible flag when saving an empty layer. Romain Guy
2010-12-08New, better line drawing implementation. Romain Guy
2010-12-07Fix 9patch rendering Romain Guy