summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix crash with new LookupGammaFontRendererRomain Guy2012-07-203-5/+4
* | Optimize gradient texturesRomain Guy2012-07-181-1/+1
* | Remove vendor specific precision qualifierRomain Guy2012-07-182-36/+17
* | Note to selfRomain Guy2012-07-181-0/+2
* | Clip lines, AA rects and points correctlyRomain Guy2012-07-181-34/+43
* | Tweak text gamma correctionRomain Guy2012-07-182-7/+6
* | Add a new method for text gamma correctionRomain Guy2012-07-184-33/+115
|/
* Correctly pre-clip paths when recording display listsRomain Guy2012-07-171-2/+5
* Don't clear the dirty clip flag if it's not appliedRomain Guy2012-07-177-16/+59
* Add shader-based text gamma correctionRomain Guy2012-07-167-12/+117
* Add makefile flags for perfRomain Guy2012-07-161-0/+2
* Don't copy paints for 9patchesRomain Guy2012-07-163-46/+78
* Refactor GammaFontRendererRomain Guy2012-07-137-37/+153
* Merge "Improve rendering speed by disabling scissor tests"Romain Guy2012-07-135-14/+45
|\
| * Improve rendering speed by disabling scissor testsRomain Guy2012-07-135-14/+45
* | Merge "Text shadow alpha handling incorrect"Romain Guy2012-07-132-16/+5
|\ \ | |/
| * Text shadow alpha handling incorrectRomain Guy2012-07-132-16/+5
* | Merge "Remove obsolete optimization"Romain Guy2012-07-123-8/+4
|\ \ | |/
| * Remove obsolete optimizationRomain Guy2012-07-123-8/+4
* | Remove unused View.flushLayer() APIRomain Guy2012-07-111-1/+2
|/
* Add mode when open(O_CREAT) is used.Nick Kralevich2012-06-261-1/+3
* am 68cefd20: Merge "Textured text calls could be invisible Bug #6597730" into...Romain Guy2012-06-122-0/+5
|\
| * Textured text calls could be invisibleRomain Guy2012-06-112-0/+5
* | am 44b2fe3f: Track canvas clearing for swap buffers logic.Chet Haase2012-06-076-11/+15
|\ \ | |/
| * Track canvas clearing for swap buffers logic.Chet Haase2012-06-076-11/+15
* | am 8f1f714f: Merge "Revert "Add more temporary logging for investigating deta...Chris Craik2012-06-061-5/+2
|\ \ | |/
| * Revert "Add more temporary logging for investigating detachFunctor"Chris Craik2012-06-061-5/+2
* | am 3676b137: Merge "Add more temporary logging for investigating detachFuncto...Chris Craik2012-06-051-2/+5
|\ \ | |/
| * Add more temporary logging for investigating detachFunctorChris Craik2012-06-051-2/+5
* | am 51df04b9: Port the legacy velocity tracker strategy.Jeff Brown2012-06-041-0/+126
|\ \ | |/
| * Port the legacy velocity tracker strategy.Jeff Brown2012-06-041-0/+126
* | am a5b06982: Implement a second order integrating VT strategy.Jeff Brown2012-06-041-11/+37
|\ \ | |/
| * Implement a second order integrating VT strategy.Jeff Brown2012-06-041-11/+37
* | am 18f329e9: Implement a weighted least squares VelocityTracker strategy.Jeff Brown2012-06-041-21/+126
|\ \ | |/
| * Implement a weighted least squares VelocityTracker strategy.Jeff Brown2012-06-041-21/+126
* | am 1fbbc071: Merge "Implement an integrating VelocityTracker strategy." into ...Jeff Brown2012-06-031-0/+104
|\ \ | |/
| * Merge "Implement an integrating VelocityTracker strategy." into jb-devJeff Brown2012-06-031-0/+104
| |\
| | * Implement an integrating VelocityTracker strategy.Jeff Brown2012-06-031-0/+104