summaryrefslogtreecommitdiffstats
path: root/libs/hwui/OpenGLRenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid tesselation path when useCenter is setChris Craik2012-11-011-1/+1
* Properly draw the window background on window resizeRomain Guy2012-10-221-1/+1
* Defer layer rendering to avoid stallsRomain Guy2012-10-181-4/+9
* Take into account the texture layer's transform for clippingRomain Guy2012-10-171-10/+16
* Merge "Add API to enable mipmaps on Bitmap Bug #7353771" into jb-mr1-devRomain Guy2012-10-161-1/+1
|\
| * Add API to enable mipmaps on BitmapRomain Guy2012-10-161-1/+1
* | Support clipping in Canvas.drawBitmapMesh()Romain Guy2012-10-161-24/+25
|/
* HW Acceleration support for stroked arcs with BUTT capsChris Craik2012-10-151-7/+29
* Use offset in line drawingChris Craik2012-10-051-1/+1
* Draw stroked rectangle as meshes instead of texturesRomain Guy2012-10-021-4/+21
* Quick reject empty pathsChris Craik2012-10-011-1/+6
* Fix a couple of rendering issuesRomain Guy2012-09-281-4/+5
* Merge changes I9873540e,I4f6c38e3 into jb-mr1-devRomain Guy2012-09-271-7/+14
|\
| * Don't use the QCOM_tiled_rendering extension with functorsRomain Guy2012-09-271-7/+14
* | Add stroke support to polygonal shape renderingChris Craik2012-09-261-33/+61
|/
* Applies a layer's color filter even when the layer is a quadRomain Guy2012-09-261-5/+5
* Fix alpha channel computation with ColorMatrixColorFilterRomain Guy2012-09-251-2/+2
* Add a property to disable libhwui's scissor optimizationRomain Guy2012-09-241-46/+60
* Merge "Add support for a new developer setting: overdraw debugging" into jb-m...Romain Guy2012-09-211-1/+46
|\
| * Add support for a new developer setting: overdraw debuggingRomain Guy2012-09-211-1/+46
* | Merge "Polygonal rendering of simple fill shapes" into jb-mr1-devChris Craik2012-09-211-137/+96
|\ \ | |/ |/|
| * Polygonal rendering of simple fill shapesChris Craik2012-09-201-137/+96
* | Update layers in a single batch at the beginning of a frameRomain Guy2012-09-211-40/+96
* | Optimize tiling managementRomain Guy2012-09-201-10/+3
|/
* Add support for QCOM_tiled_renderingRomain Guy2012-09-191-14/+36
* Minimize state changes when updating layersRomain Guy2012-09-181-11/+49
* Fix occasional crash bug with layersChet Haase2012-09-171-5/+2
* Discard framebuffer commands when we redraw the entire bufferRomain Guy2012-09-111-0/+9
* Reset GL buffer state after functor invocationChet Haase2012-09-101-2/+4
* Merge "Handle different x, y scales in drawLines AA path" into jb-mr1-devChris Craik2012-09-071-5/+5
|\
| * Handle different x, y scales in drawLines AA pathChris Craik2012-09-071-5/+5
* | Enable changing properties of layer paintChet Haase2012-09-071-7/+5
|/
* Fix m11 to be Y scale instead of XChris Craik2012-09-061-2/+2
* Merge "Varying-based AA rect drawing" into jb-mr1-devChris Craik2012-09-061-32/+55
|\
| * Varying-based AA rect drawingChris Craik2012-09-051-32/+55
* | Merge "Fix line drawing path to use proportional distance from center" into j...Chris Craik2012-09-041-3/+3
|\ \
| * | Fix line drawing path to use proportional distance from centerChris Craik2012-09-041-3/+3
| |/
* | Revert "Revert "Add more support for transformed clip rects and paths""Romain Guy2012-08-311-4/+0
* | Revert "Add more support for transformed clip rects and paths"Mathias Agopian2012-08-311-0/+4
* | Add more support for transformed clip rects and pathsRomain Guy2012-08-311-4/+0
|/
* Merge "Fix bug with Fbo layer clipping" into jb-mr1-devChet Haase2012-08-301-55/+52
|\
| * Fix bug with Fbo layer clippingChet Haase2012-08-291-55/+52
* | Use smoothstep to eliminate branches in AA shaderChris Craik2012-08-291-16/+2
|/
* Restore scissor state correctlyChet Haase2012-08-151-0/+1
* Draw an empty border around glyphs to avoid sampling issuesRomain Guy2012-08-071-1/+1
* Add new debug tool to track hardware layers updatesRomain Guy2012-08-061-58/+18
* Fix bug 6892600 Font (character pairs) rendering issueRaph Levien2012-07-301-18/+7
* Rename drawGeneralText to drawTextRomain Guy2012-07-271-2/+2
* Hardware implementation of glyph positioning (bug 5443796)Raph Levien2012-07-231-6/+16
* Merge "Add drop shadow for drawPosText in hwui renderer."Raph Levien2012-07-201-33/+44
|\