bsalomon@google.com
|
fdf6eb75ab
|
fix compilation bug in fixed pt
git-svn-id: http://skia.googlecode.com/svn/trunk@3489 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-26 15:33:05 +00:00 |
|
bsalomon@google.com
|
8fe84b53a6
|
Add SkMatrix::cheapEqualTo, use in Gr code
Review URL: http://codereview.appspot.com/5865057/
git-svn-id: http://skia.googlecode.com/svn/trunk@3488 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-26 15:24:27 +00:00 |
|
bsalomon@google.com
|
22f42b71fc
|
[GPU] when paint has patheffect, it should fallback to path render
Comitted on behalf of Guanqun.Lu@gmail.com
THIS MAY CAUSE GM TO GO RED, WILL REBASELINE.
Review URL: http://codereview.appspot.com/5885057/
git-svn-id: http://skia.googlecode.com/svn/trunk@3487 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-26 14:36:55 +00:00 |
|
reed@google.com
|
d8bf41bf22
|
add baselines
git-svn-id: http://skia.googlecode.com/svn/trunk@3486 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-26 14:02:45 +00:00 |
|
bungeman@google.com
|
8c5847f2ef
|
Rebaseline for 3480.
git-svn-id: http://skia.googlecode.com/svn/trunk@3485 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-23 21:39:08 +00:00 |
|
djsollen@google.com
|
41b46be215
|
Fix android build
git-svn-id: http://skia.googlecode.com/svn/trunk@3484 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-23 19:36:53 +00:00 |
|
djsollen@google.com
|
a2ca41e3af
|
Cleanup Macros arround static initializers for SkFlattenable.
This CL also removes an unused debugging function from the class
Review URL: https://codereview.appspot.com/5890043
git-svn-id: http://skia.googlecode.com/svn/trunk@3483 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-23 19:00:34 +00:00 |
|
epoger@google.com
|
52c5cbf566
|
Make "make gyp" work on Windows
git-svn-id: http://skia.googlecode.com/svn/trunk@3482 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-23 18:14:25 +00:00 |
|
robertphillips@google.com
|
ec51cb8634
|
Improved codec link-forcing system by adding Encoder/Decoder creation entry points
http://codereview.appspot.com/5881055/
git-svn-id: http://skia.googlecode.com/svn/trunk@3481 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-23 18:13:47 +00:00 |
|
bungeman@google.com
|
34f10260ad
|
Glyph advances from generateAdvance do not always match generateMetrics results.
http://codereview.appspot.com/5841071/
git-svn-id: http://skia.googlecode.com/svn/trunk@3480 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-23 18:11:47 +00:00 |
|
tomhudson@google.com
|
eebd62a7ef
|
Update GetAdvancedTypefaceMetrics API in usually-unbuilt files.
Originally caught by LJin.zq
http://code.google.com/p/skia/issues/detail?id=405
git-svn-id: http://skia.googlecode.com/svn/trunk@3478 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-23 15:38:28 +00:00 |
|
reed@google.com
|
623f0ae407
|
rebaseline (no perceptible diff)
git-svn-id: http://skia.googlecode.com/svn/trunk@3477 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-23 15:37:41 +00:00 |
|
reed@google.com
|
8926b169f6
|
apply imagefilter to all draw calls
Review URL: https://codereview.appspot.com/5856048
git-svn-id: http://skia.googlecode.com/svn/trunk@3476 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-23 15:36:36 +00:00 |
|
vandebo@chromium.org
|
c3a0d2e4c5
|
[PDF] Fix font metric array initialization.
Review URL: https://codereview.appspot.com/5885055
git-svn-id: http://skia.googlecode.com/svn/trunk@3475 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-23 15:17:37 +00:00 |
|
tomhudson@google.com
|
6db75fc2c3
|
Initialize margin, which was being used uninitialized in compute_bounds()
on some code paths we apparently aren't exercising.
Caught by Matt Woodrow & gwright@kde.org
http://codereview.appspot.com/5519056/
http://code.google.com/p/skia/issues/detail?id=435
git-svn-id: http://skia.googlecode.com/svn/trunk@3474 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-23 14:46:48 +00:00 |
|
bungeman@google.com
|
5e41b37b23
|
Remove circular dependency of views and animator.
http://codereview.appspot.com/5874056/
git-svn-id: http://skia.googlecode.com/svn/trunk@3473 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-23 14:11:43 +00:00 |
|
bsalomon@google.com
|
6f86c3e0a6
|
fix clang compilation warning
Submitted on behalf of Guanqun.Lu@gmail.com
Review URL: http://codereview.appspot.com/5833045/
git-svn-id: http://skia.googlecode.com/svn/trunk@3472 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-22 21:29:10 +00:00 |
|
caryclark@google.com
|
752b60e633
|
work in progress
git-svn-id: http://skia.googlecode.com/svn/trunk@3471 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-22 21:11:17 +00:00 |
|
vandebo@chromium.org
|
7d6c8f997f
|
[PDF] Move most of the headers to be private.
Compute font stats in SkPDFDocument in order to make more of the headers private.
Previous review: https://codereview.appspot.com/5868049/
Review URL: https://codereview.appspot.com/5875049
git-svn-id: http://skia.googlecode.com/svn/trunk@3470 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-22 20:45:15 +00:00 |
|
robertphillips@google.com
|
7c9594259b
|
Extended debug GL interface to include tracking of render buffers
http://codereview.appspot.com/5875050/
git-svn-id: http://skia.googlecode.com/svn/trunk@3469 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-22 20:43:56 +00:00 |
|
epoger@google.com
|
5fd53858f8
|
landing patch from http://codereview.appspot.com/5874051/
git-svn-id: http://skia.googlecode.com/svn/trunk@3468 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-22 18:20:06 +00:00 |
|
bungeman@google.com
|
f85abda8c9
|
Remove mutual dependency of gr and skgr.
http://codereview.appspot.com/5879043/
git-svn-id: http://skia.googlecode.com/svn/trunk@3467 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-22 17:56:29 +00:00 |
|
epoger@google.com
|
c62923d6ad
|
Move unix_test_app/main.cpp to src/views/unix/skia_unix.cpp
Review URL: https://codereview.appspot.com/5881048
git-svn-id: http://skia.googlecode.com/svn/trunk@3466 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-22 15:37:22 +00:00 |
|
epoger@google.com
|
5aab34030f
|
Revert r3463, because it broke Linux.
Review URL: https://codereview.appspot.com/5876056
git-svn-id: http://skia.googlecode.com/svn/trunk@3465 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-22 15:15:07 +00:00 |
|
tomhudson@google.com
|
24878f71d2
|
Reset Ganesh TextureDomain after use.
http://codereview.appspot.com/5877049/
http://code.google.com/p/skia/issues/detail?id=540
git-svn-id: http://skia.googlecode.com/svn/trunk@3464 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-22 14:44:46 +00:00 |
|
epoger@google.com
|
aa40558c3d
|
Delete unix_test_app directory and its contents.
Leon added this in March 2011 ( http://code.google.com/p/skia/source/detail?spec=svn938&r=938 ), but it's not maintained anymore.
Review URL: https://codereview.appspot.com/5876055
git-svn-id: http://skia.googlecode.com/svn/trunk@3463 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-22 14:35:10 +00:00 |
|
robertphillips@google.com
|
76d4021ee1
|
Fix for SampleApp command line parsing issue.
http://codereview.appspot.com/5785054/
git-svn-id: http://skia.googlecode.com/svn/trunk@3462 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-22 14:12:15 +00:00 |
|
reed@google.com
|
9afc656df6
|
delay any drawing until first call to onDraw (eases debugging)
git-svn-id: http://skia.googlecode.com/svn/trunk@3461 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-22 14:09:28 +00:00 |
|
vandebo@chromium.org
|
ec1a7fa304
|
Move SkBitSet to utils.
Review URL: https://codereview.appspot.com/5875043
git-svn-id: http://skia.googlecode.com/svn/trunk@3460 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-21 23:11:46 +00:00 |
|
bungeman@google.com
|
cbd76ae138
|
Utils must not depend on Views.
http://codereview.appspot.com/5867051/
git-svn-id: http://skia.googlecode.com/svn/trunk@3459 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-21 20:59:49 +00:00 |
|
vandebo@chromium.org
|
76d6de0845
|
Revert "[PDF] Move most of the headers to be private."
This reverts r3457
TBR=epoger@google.com
Review URL: https://codereview.appspot.com/5866051
git-svn-id: http://skia.googlecode.com/svn/trunk@3458 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-21 20:31:08 +00:00 |
|
vandebo@chromium.org
|
bd960c7f19
|
[PDF] Move most of the headers to be private.
Compute font stats in SkPDFDocument in order to make more of the headers private.
Previous review: https://codereview.appspot.com/5865048/
Review URL: https://codereview.appspot.com/5868049
git-svn-id: http://skia.googlecode.com/svn/trunk@3457 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-21 19:59:04 +00:00 |
|
robertphillips@google.com
|
6970557055
|
Re-attempting Linux debug GL interface compiler complaint fix.
Fixed two additional compiler complaints.
http://codereview.appspot.com/5845068/
git-svn-id: http://skia.googlecode.com/svn/trunk@3456 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-21 19:46:50 +00:00 |
|
robertphillips@google.com
|
f6f123d236
|
Added tracking of frame buffer objects to debug GL interface
http://codereview.appspot.com/5866043/
git-svn-id: http://skia.googlecode.com/svn/trunk@3455 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-21 17:57:55 +00:00 |
|
vandebo@chromium.org
|
008c498b58
|
Revert "[PDF] Move most of the headers to be private."
This reverts r3453
TBR=epoger@google.com
Review URL: https://codereview.appspot.com/5869048
git-svn-id: http://skia.googlecode.com/svn/trunk@3454 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-21 17:55:04 +00:00 |
|
vandebo@chromium.org
|
f7f9aa8bd9
|
[PDF] Move most of the headers to be private.
Compute font stats in SkPDFDocument in order to make more of the headers private.
Review URL: https://codereview.appspot.com/5865048
git-svn-id: http://skia.googlecode.com/svn/trunk@3453 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-21 17:45:06 +00:00 |
|
vandebo@chromium.org
|
79d3cb4ba7
|
[PDF] Add GM and infrastructure to test drawing shaders with an initial transform.
Previous review at https://codereview.appspot.com/5867047/ and https://codereview.appspot.com/5849045/
TBR=reed@google.com
Review URL: https://codereview.appspot.com/5860044
git-svn-id: http://skia.googlecode.com/svn/trunk@3452 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-21 17:34:30 +00:00 |
|
vandebo@chromium.org
|
a43a532e94
|
Revert "[PDF] Add GM and infrastructure to test drawing shaders with an initial transform."
This reverts r3450
TBR=reed@google.com
Review URL: https://codereview.appspot.com/5864050
git-svn-id: http://skia.googlecode.com/svn/trunk@3451 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-21 17:11:27 +00:00 |
|
vandebo@chromium.org
|
b0ccdec166
|
[PDF] Add GM and infrastructure to test drawing shaders with an initial transform.
Review URL: https://codereview.appspot.com/5867047
git-svn-id: http://skia.googlecode.com/svn/trunk@3450 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-21 16:45:47 +00:00 |
|
djsollen@google.com
|
e63793a2c8
|
Upstream changes from Android repository.
Review URL: https://codereview.appspot.com/5752055
git-svn-id: http://skia.googlecode.com/svn/trunk@3449 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-21 15:39:03 +00:00 |
|
robertphillips@google.com
|
0ffc56f674
|
Reverting Linux compiler complaint patch - again
git-svn-id: http://skia.googlecode.com/svn/trunk@3448 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-21 13:05:04 +00:00 |
|
robertphillips@google.com
|
2badb15d43
|
Partial re-delivery of Linux compiler complaint changes.
Was originally delivered as r3428 but was backed out due to pixel diffs on Mac mini.
http://codereview.appspot.com/5845068/
git-svn-id: http://skia.googlecode.com/svn/trunk@3447 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-21 12:26:18 +00:00 |
|
reed@google.com
|
56d3a23c3e
|
Cast the result of SK_OFFSETOF to size_t to match offsetof() and avoid narrowing conversion errors
git-svn-id: http://skia.googlecode.com/svn/trunk@3446 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-21 12:25:48 +00:00 |
|
tomhudson@google.com
|
599445130c
|
Move SkClampRange into src/effects, where it isn't being advertised as
something for end-users.
http://codereview.appspot.com/5864044/
git-svn-id: http://skia.googlecode.com/svn/trunk@3445 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-20 21:18:43 +00:00 |
|
bsalomon@google.com
|
934c570297
|
Add GrDrawTarget::drawIndexedInstance, use in default text context.
Review URL: http://codereview.appspot.com/5848064/
git-svn-id: http://skia.googlecode.com/svn/trunk@3444 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-20 21:17:58 +00:00 |
|
caryclark@google.com
|
2e7f4c810d
|
work in progress
git-svn-id: http://skia.googlecode.com/svn/trunk@3443 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-20 21:11:59 +00:00 |
|
robertphillips@google.com
|
8570b5c869
|
Adding CMYK jpeg changes w/o .gyp alterations
http://codereview.appspot.com/5785054/
git-svn-id: http://skia.googlecode.com/svn/trunk@3442 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-20 17:40:58 +00:00 |
|
bsalomon@google.com
|
b3e40c04ef
|
Convert SkMatrix::I() assignments to SkMatrix::reset() calls
git-svn-id: http://skia.googlecode.com/svn/trunk@3441 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-20 15:36:32 +00:00 |
|
djsollen@google.com
|
55e713c697
|
Add temp android modification to the GLSL version check
Review URL: https://codereview.appspot.com/5845076
git-svn-id: http://skia.googlecode.com/svn/trunk@3440 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-20 15:28:14 +00:00 |
|
robertphillips@google.com
|
0a89c90d18
|
reverting to 3437
git-svn-id: http://skia.googlecode.com/svn/trunk@3439 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2012-03-20 15:13:04 +00:00 |
|