summaryrefslogtreecommitdiffstats
path: root/libs/hwui
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | Draw an empty border around glyphs to avoid sampling issuesRomain Guy2012-08-072-14/+23
* | Cleanup of libhwuiRomain Guy2012-08-071-8/+83
* | Add new debug tool to track hardware layers updatesRomain Guy2012-08-066-81/+40
* | Bowing my head in shameRomain Guy2012-08-031-0/+1
* | Avoid crash when dumping display listsRomain Guy2012-08-031-2/+5
* | Merge "Add dithering to gradients" into jb-mr1-devRomain Guy2012-08-037-19/+178
|\ \
| * | Add dithering to gradientsRomain Guy2012-08-017-19/+178
* | | Merge "Fix bug 6892600 Font (character pairs) rendering issue" into jb-mr1-devRaph Levien2012-07-312-19/+10
|\ \ \ | |/ / |/| |
| * | Fix bug 6892600 Font (character pairs) rendering issueRaph Levien2012-07-302-19/+10
* | | Improve gradientsRomain Guy2012-07-316-108/+228
|/ /
* | Rename drawGeneralText to drawTextRomain Guy2012-07-274-11/+11
* | Hardware implementation of glyph positioning (bug 5443796)Raph Levien2012-07-234-66/+80