summaryrefslogtreecommitdiffstats
path: root/libs/hwui
Commit message (Expand)AuthorAgeFilesLines
...
| * Multiply alpha for AA as late as possibleChris Craik2012-09-131-5/+7
* | Foundation for tiling optimizationRomain Guy2012-09-133-5/+40
* | Discard framebuffer commands when we redraw the entire bufferRomain Guy2012-09-113-3/+16
* | Merge "Prevent degenerate 9-patches from drawing out of bounds Bug #7137292" ...Romain Guy2012-09-101-0/+5
|\ \ | |/ |/|
| * Prevent degenerate 9-patches from drawing out of boundsRomain Guy2012-09-101-0/+5
* | Reset GL buffer state after functor invocationChet Haase2012-09-101-2/+4
|/
* Merge "Fix memory corruption in LayerRenderer::copyLayer" into jb-mr1-devRomain Guy2012-09-071-0/+2
|\
| * Fix memory corruption in LayerRenderer::copyLayerRomain Guy2012-09-071-0/+2
* | 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
* | Merge "Enable changing properties of layer paint" into jb-mr1-devChet Haase2012-09-076-43/+101
|\ \
| * | Enable changing properties of layer paintChet Haase2012-09-076-43/+101
| |/
* | Merge "Reduce the number of locks acquired by display lists" into jb-mr1-devRomain Guy2012-09-074-78/+201
|\ \ | |/ |/|
| * Reduce the number of locks acquired by display listsRomain Guy2012-09-074-78/+201
* | 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-065-39/+87
|\ \ | |/ |/|
| * Varying-based AA rect drawingChris Craik2012-09-055-39/+87
* | Don't invalidate all the glyphs when flushing large texturesRomain Guy2012-09-041-1/+1
* | Merge "Correctly check the height of a glyph prior to caching it" into jb-mr1...Romain Guy2012-09-042-14/+13
|\ \
| * | Correctly check the height of a glyph prior to caching itRomain Guy2012-09-042-14/+13
* | | 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
| |/
* | Code cleanup in FontRendererRomain Guy2012-09-045-82/+122
* | Small code cleanup in FontRendererRomain Guy2012-09-045-24/+59
* | Refactor FontRenderer.cppRomain Guy2012-09-049-829/+1005
* | Revert "Revert "Add more support for transformed clip rects and paths""Romain Guy2012-08-318-76/+187
* | Revert "Add more support for transformed clip rects and paths"Mathias Agopian2012-08-319-188/+77
* | Merge "Add more support for transformed clip rects and paths" into jb-mr1-devRomain Guy2012-08-319-77/+188
|\ \
| * | Add more support for transformed clip rects and pathsRomain Guy2012-08-319-77/+188
| |/
* | Paramaterize and adjust the glyph cache sizesChet Haase2012-08-313-37/+37
|/
* Merge "Avoid thrashing the glyph cache during the precache phase" into jb-mr1...Chet Haase2012-08-302-19/+22
|\
| * Avoid thrashing the glyph cache during the precache phaseChet Haase2012-08-302-19/+22
* | Merge "Fix bug with Fbo layer clipping" into jb-mr1-devChet Haase2012-08-302-58/+54
|\ \
| * | Fix bug with Fbo layer clippingChet Haase2012-08-292-58/+54
| |/
* | Merge "Pre-multiply color components for 2-stop gradients Bug #7033344" into ...Romain Guy2012-08-293-41/+11
|\ \
| * | Pre-multiply color components for 2-stop gradientsRomain Guy2012-08-293-41/+11
| |/
* | Use smoothstep to eliminate branches in AA shaderChris Craik2012-08-292-29/+6
|/
* Fix glyph cropping bugChet Haase2012-08-171-2/+2
* Remove CacheTextureLine structure from FontRendererChet Haase2012-08-162-205/+103
* Merge "Restore scissor state correctly" into jb-mr1-devChet Haase2012-08-151-0/+1
|\
| * Restore scissor state correctlyChet Haase2012-08-151-0/+1
* | Glyph cache optimizationChet Haase2012-08-151-7/+4
|/
* Optimize interactions with glyph cacheChet Haase2012-08-144-77/+319
* Reduce gradients textures size whenever possibleRomain Guy2012-08-082-11/+14
* It seems that apparently useless public APIs are actually usefulRomain Guy2012-08-081-16/+15
* am 05e97e81: am 0be33f2d: Merge "Add shortcut to avoid potential divide by ze...Jean-Baptiste Queru2012-08-081-0/+5
|\
| * am 0be33f2d: Merge "Add shortcut to avoid potential divide by zero in some case"Jean-Baptiste Queru2012-08-081-0/+5
| |\
| | * Add shortcut to avoid potential divide by zero in some caseChen YANG2012-07-251-0/+5
| * | Correctly pre-clip paths when recording display listsRomain Guy2012-07-171-2/+5
| * | Text shadow alpha handling incorrectRomain Guy2012-07-132-16/+5
| |/