- 24 Feb, 2012 2 commits
-
-
Derek Sollenberger authored
-
Romain Guy authored
This is required to optimize texture generation in display lists. Change-Id: I7291e3af85771bfa74190b718d45e61555c7087d
-
- 23 Feb, 2012 2 commits
-
-
Derek Sollenberger authored
The original CL was missing a negation in an if statement and had to be reverted. This CL reapplies the change with the necessary correction. This reverts commit aafd212a. bug: 5860912 Change-Id: I68654747229ebeabb34a427397728d4815e68bca
-
Chih-Chung Chang authored
This reverts commit dd7047bd.
-
- 22 Feb, 2012 1 commit
-
-
Romain Guy authored
Change-Id: I01ebeeaf58a3fabf3b9891249d1c43f3f0ed3875
-
- 21 Feb, 2012 1 commit
-
-
Derek Sollenberger authored
bug: 5860912 Change-Id: Ic456b5bbaf2a33a903ccd942622143313fc1f936
-
- 15 Feb, 2012 3 commits
-
-
Derek Sollenberger authored
-
Derek Sollenberger authored
bug: 6011971 Change-Id: Ic9e9088dcc2fe3c8d675f64605223e2def0a6e18
-
Jing Yu authored
fPreferQualityOverSpeed was not initialized, which resulted in some garbage value and caused unexpected animation flicker when skia was compiled with gcc-4.6. Change-Id: I51cd091cbb119832fb1592ebc63be0ae039a7cba
-
- 06 Feb, 2012 3 commits
-
-
Derek Sollenberger authored
Change-Id: I3b4536dedc12ad3de40aa2f6c357423bf33bce72
-
Derek Sollenberger authored
* commit '1cab2921': Skia merge (revision 3022)
-
Derek Sollenberger authored
This CL has companion changes to account for API updates in... (1) frameworks/base (2) external/webkit Change-Id: Ibb989e76e8bd24313849f9631dbef42cdef9eb7d
-
- 01 Feb, 2012 3 commits
-
-
The Android Open Source Project authored
* commit 'e2d01455':
-
The Android Open Source Project authored
* commit '90e9d287':
-
The Android Open Source Project authored
Change-Id: I65f63f2d5a8821761507dfc2e924aa9741e2debd
-
- 23 Jan, 2012 1 commit
-
-
Fabrice Di Meglio authored
- make getBaseGlyphCount() "const" Change-Id: Ia1945448b7df537ff7d30f35b666646389c8ffae
-
- 04 Jan, 2012 1 commit
-
-
Derek Sollenberger authored
This is equivalent to the change made upstream in Skia (r2961). bug: 5800195 Change-Id: Iafaffd61b65aa0d7c3cae158bb82cc5a6d6e3b78
-
- 13 Dec, 2011 1 commit
-
-
Derek Sollenberger authored
bug: 5524273 Change-Id: Ia777e2fb62623b30b5d0ea40bbaaf4f1f6ff6327
-
- 12 Dec, 2011 1 commit
-
-
Derek Sollenberger authored
-
- 09 Dec, 2011 2 commits
-
-
The Android Open Source Project authored
* commit 'd7176fd5':
-
Derek Sollenberger authored
Upstreamed to Skia: http://codereview.appspot.com/5467058/ bug: 5473038 Change-Id: I1abfc2092dc4fb2aeee34e4ba07b06217955023e
-
- 08 Dec, 2011 1 commit
-
-
The Android Open Source Project authored
Change-Id: I852d3241764ab36b57dff8407a01c6fecca822be
-
- 02 Dec, 2011 1 commit
-
-
The Android Open Source Project authored
Change-Id: Ie33aa6b1f03109ba09b50dc5e04d5930d947d809
-
- 01 Dec, 2011 2 commits
-
-
The Android Automerger authored
-
Derek Sollenberger authored
* commit '717c0091': Fix rendering bug in pages with shadowed text.
-
- 30 Nov, 2011 1 commit
-
-
Derek Sollenberger authored
Shadowed text currently does not get subjected to culling until immediately prior to rendering each glyph. This is problematic for any page with an axis greater than 32k as we can't covert the glyph coordinates to fixed point. Additionally, this is a large perf hit as we look at every shadowed glyph on the page for every draw call regardless of the canvas' clip. This fix enables shadowed text to be quickly rejected based on the canvas' clip when the draw text command is executed. Finally, a mirror image of this CL is currently under review for inclusion in the open-source Skia project. bug: 5571685 Change-Id: I5df94eccecbd7d77a08004b5cbcca02120e390f7
-
- 10 Nov, 2011 1 commit
-
-
Derek Sollenberger authored
-
- 08 Nov, 2011 1 commit
-
-
Derek Sollenberger authored
bug: 5445861 Change-Id: I99f159020dee60e706a3c6434376459ad8722c5b
-
- 05 Nov, 2011 1 commit
-
-
Jeff Brown authored
Change-Id: Id938c4fcee312c85756f28fe466092ebd95ab116
-
- 01 Nov, 2011 1 commit
-
-
Fabrice Di Meglio authored
- expose also getBaseGlyphCount() from SkScalerContext Change-Id: If2fa98e1c8d82047595bd68cb0171f22a0a85171
-
- 31 Oct, 2011 1 commit
-
-
The Android Open Source Project authored
Change-Id: Ibb1278ab9410a05df6062ada5174ea693d233a1f
-
- 27 Oct, 2011 1 commit
-
-
Steve Block authored
SKIA does not currenty work in debug mode, so we force a release build to allow us to build with WebKit in debug mode. Bug: 5448972 Change-Id: I66bc027a2b17b17287164d131acdc12d71d3334a
-
- 17 Oct, 2011 1 commit
-
-
The Android Open Source Project authored
Change-Id: Icf1499bdf31227b73ea00f63be9eb96e641d9323
-
- 16 Oct, 2011 1 commit
-
-
The Android Automerger authored
-
- 14 Oct, 2011 2 commits
-
-
Derek Sollenberger authored
The uint packing optimization was producing incorrect results in this case. Since it only saves us approx 1 byte per font there is no need to try to keep it around. bug: 5461283 Change-Id: Ic2b0154d433fa620e588b048c32064358aa94bc4
-
Derek Sollenberger authored
The uint packing optimization was producing incorrect results in this case. Since it only saves us approx 1 byte per font there is no need to try to keep it around. bug: 5461283 Change-Id: Ic2b0154d433fa620e588b048c32064358aa94bc4
-
- 12 Oct, 2011 1 commit
-
-
Derek Sollenberger authored
Custom fonts (e.g. WebFonts) were not properly serialized and resulted in unexpected behavior when a picture was saved for offline reading. This CL serializes the custom font so that we can use it later when playing the picture back. bug: 5388379 Change-Id: Ic29e9bf10ac70c46a45f3902ea93558b235fd2dd
-
- 07 Sep, 2011 1 commit
-
-
The Android Automerger authored
-
- 06 Sep, 2011 1 commit
-
-
Derek Sollenberger authored
The 32-bit images have a full alpha channel so a dedicated alpha bit is unecessary. This CL mirrors an identical change in Skia... http://code.google.com/p/skia/source/detail?spec=svn2187&r=2051 bug: 5003756 Change-Id: Id3eab2e12aa49c0193d87df255a78758ba080d60
-
- 05 Sep, 2011 1 commit
-
-
The Android Automerger authored
-