summaryrefslogtreecommitdiff
path: root/libs/hwui/OpenGLRenderer.cpp
AgeCommit message (Expand)Author
2012-11-01Avoid tesselation path when useCenter is set Chris Craik
2012-10-22Properly draw the window background on window resize Romain Guy
2012-10-18Defer layer rendering to avoid stalls Romain Guy
2012-10-17Take into account the texture layer's transform for clipping Romain Guy
2012-10-16Merge "Add API to enable mipmaps on Bitmap Bug #7353771" into jb-mr1-dev Romain Guy
2012-10-16Add API to enable mipmaps on Bitmap Romain Guy
2012-10-16Support clipping in Canvas.drawBitmapMesh() Romain Guy
2012-10-15HW Acceleration support for stroked arcs with BUTT caps Chris Craik
2012-10-05Use offset in line drawing Chris Craik
2012-10-02Draw stroked rectangle as meshes instead of textures Romain Guy
2012-10-01Quick reject empty paths Chris Craik
2012-09-28Fix a couple of rendering issues Romain Guy
2012-09-27Merge changes I9873540e,I4f6c38e3 into jb-mr1-dev Romain Guy
2012-09-27Don't use the QCOM_tiled_rendering extension with functors Romain Guy
2012-09-26Add stroke support to polygonal shape rendering Chris Craik
2012-09-26Applies a layer's color filter even when the layer is a quad Romain Guy
2012-09-25Fix alpha channel computation with ColorMatrixColorFilter Romain Guy
2012-09-24Add a property to disable libhwui's scissor optimization Romain Guy
2012-09-21Merge "Add support for a new developer setting: overdraw debugging" into jb-m... Romain Guy
2012-09-21Add support for a new developer setting: overdraw debugging Romain Guy
2012-09-21Merge "Polygonal rendering of simple fill shapes" into jb-mr1-dev Chris Craik
2012-09-21Update layers in a single batch at the beginning of a frame Romain Guy
2012-09-20Optimize tiling management Romain Guy
2012-09-20Polygonal rendering of simple fill shapes Chris Craik
2012-09-19Add support for QCOM_tiled_rendering Romain Guy
2012-09-18Minimize state changes when updating layers Romain Guy
2012-09-17Fix occasional crash bug with layers Chet Haase
2012-09-11Discard framebuffer commands when we redraw the entire buffer Romain Guy
2012-09-10Reset GL buffer state after functor invocation Chet Haase
2012-09-07Merge "Handle different x, y scales in drawLines AA path" into jb-mr1-dev Chris Craik
2012-09-07Handle different x, y scales in drawLines AA path Chris Craik
2012-09-07Enable changing properties of layer paint Chet Haase
2012-09-06Fix m11 to be Y scale instead of X Chris Craik
2012-09-06Merge "Varying-based AA rect drawing" into jb-mr1-dev Chris Craik
2012-09-05Varying-based AA rect drawing Chris Craik
2012-09-04Merge "Fix line drawing path to use proportional distance from center" into j... Chris Craik
2012-09-04Fix line drawing path to use proportional distance from center Chris Craik
2012-08-31Revert "Revert "Add more support for transformed clip rects and paths"" Romain Guy
2012-08-31Revert "Add more support for transformed clip rects and paths" Mathias Agopian
2012-08-31Add more support for transformed clip rects and paths Romain Guy
2012-08-30Merge "Fix bug with Fbo layer clipping" into jb-mr1-dev Chet Haase
2012-08-29Fix bug with Fbo layer clipping Chet Haase
2012-08-29Use smoothstep to eliminate branches in AA shader Chris Craik
2012-08-15Restore scissor state correctly Chet Haase
2012-08-07Draw an empty border around glyphs to avoid sampling issues Romain Guy
2012-08-06Add new debug tool to track hardware layers updates Romain Guy
2012-07-30Fix bug 6892600 Font (character pairs) rendering issue Raph Levien
2012-07-27Rename drawGeneralText to drawText Romain Guy
2012-07-23Hardware implementation of glyph positioning (bug 5443796) Raph Levien
2012-07-20Merge "Add drop shadow for drawPosText in hwui renderer." Raph Levien