summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* Correctly check the height of a glyph prior to caching itRomain Guy2012-09-042-14/+13
* 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
| * | am 3409e728: Correctly pre-clip paths when recording display lists Bug #68364...Romain Guy2012-07-181-2/+5
| |\ \
| | * | Correctly pre-clip paths when recording display listsRomain Guy2012-07-171-2/+5
| * | | am 0a386ffa: Text shadow alpha handling incorrect DO NOT MERGERomain Guy2012-07-132-16/+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
* | | Merge "Add new debug tool to track hardware layers updates" into jb-mr1-devRomain Guy2012-08-066-81/+40
|\ \ \
| * | | Add new debug tool to track hardware layers updatesRomain Guy2012-08-066-81/+40
* | | | Merge "libutils cleanup" into jb-mr1-devMathias Agopian2012-08-061-0/+18
|\ \ \ \ | |/ / / |/| | |
| * | | libutils cleanupMathias Agopian2012-08-051-0/+18
* | | | 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
* | | Make gradients look slightly betterRomain Guy2012-07-201-2/+2
* | | Merge "Add drop shadow for drawPosText in hwui renderer."Raph Levien2012-07-206-48/+90
|\ \ \
| * | | Add drop shadow for drawPosText in hwui renderer.Raph Levien2012-07-206-48/+90
* | | | Clamp gradient textures to max GL texture sizeRomain Guy2012-07-203-11/+25