joshualitt
73483d9fbe
fix for valgrind
...
BUG=skia:
Review URL: https://codereview.chromium.org/816103003
2014-12-23 07:58:02 -08:00
skia.buildbots
f11ba2b4c6
Update SKP version
...
Automatic commit by the RecreateSKPs bot.
TBR=
Review URL: https://codereview.chromium.org/796993003
2014-12-22 23:08:17 -08:00
joshualitt
b1c6843af9
ignoring imageblur2 on galaxy
...
NOTRY=True
TBR=
BUG=skia:
Review URL: https://codereview.chromium.org/816893003
2014-12-22 18:20:31 -08:00
reed
e371989c92
add picture to c api
...
BUG=skia:
TBR=
Review URL: https://codereview.chromium.org/818153002
2014-12-22 17:46:00 -08:00
joshualitt
f3c770b160
rebase
...
TBR=
NOTRY=True
BUG=skia:
Review URL: https://codereview.chromium.org/818163002
2014-12-22 17:29:33 -08:00
reed
0acf1b4b36
add private flag for sprite-as-bitmap
...
BUG=skia:3272
Review URL: https://codereview.chromium.org/806853005
2014-12-22 16:12:38 -08:00
joshualitt
8fc6c2d82c
This CL cleans up the last remaining users of localCoordChange on paint
...
NOTREECHECKS=True
BUG=skia:
Review URL: https://codereview.chromium.org/817853002
2014-12-22 15:27:05 -08:00
scroggo
16c8f14cd4
Remove last trace of SK_LEGACY_ENCODE_BITMAP
...
Review URL: https://codereview.chromium.org/819173002
2014-12-22 13:50:45 -08:00
reed
1b542da4cd
initial baselines for new GMs
...
BUG=skia:
TBR=
NOTRY=True
Review URL: https://codereview.chromium.org/816453007
2014-12-22 13:07:36 -08:00
reed
d990e2f14f
add testing flag to ignore saveLayer bounds
...
BUG=skia:
Review URL: https://codereview.chromium.org/819123003
2014-12-22 11:58:30 -08:00
jvanverth
39edf7664f
Rename GrGpuGL -> GrGLGpu
...
Review URL: https://codereview.chromium.org/824753002
2014-12-22 11:44:19 -08:00
egdaniel
3936ce4aa8
Fix gyp for GrDisableColorXP
...
TBR=bsalomon@google.com
BUG=skia:
Review URL: https://codereview.chromium.org/819923002
2014-12-22 11:20:58 -08:00
egdaniel
14afb43b01
Fix conics for gpu GrAAHairLinePathRender
...
This fixes one of the bugs discovered when rrects/ovals were changed to conics.
Specifcally the case where hairlines were being drawing randomly all of the place.
There is still a bug in a lot of our rrect/oval draws/clipping so the legacy flags
are still needed.
BUG=skia:3258
Review URL: https://codereview.chromium.org/822733003
2014-12-22 10:57:08 -08:00
jvanverth
fe43c40d5d
Disable GPU sRGB textures for the moment.
...
TBR=bsalomon@google.com
Review URL: https://codereview.chromium.org/817373002
2014-12-22 10:29:30 -08:00
bsalomon
51d1f7e3a4
reenable complexclip3 for gpu
...
Review URL: https://codereview.chromium.org/814273003
2014-12-22 08:40:49 -08:00
jvanverth
fa1e8a7cef
Add sRGB texture support.
...
Review URL: https://codereview.chromium.org/791823003
2014-12-22 08:31:49 -08:00
reed
2d73d80d68
remove dead SK_SUPPORT_LEGACY_IMAGEDECODER_CHOOSER code
...
BUG=skia:
Review URL: https://codereview.chromium.org/816273002
2014-12-22 07:37:29 -08:00
egdaniel
080e673b10
Add XP to handle the cases where we disable color write.
...
BUG=skia:
Review URL: https://codereview.chromium.org/787233003
2014-12-22 07:35:52 -08:00
reed
ebc11635e4
rebaseline after gradient fix
...
BUG=skia:
TBR=
NOTRY=True
Review URL: https://codereview.chromium.org/821703002
2014-12-22 07:22:20 -08:00
robertphillips
33cca886b7
Update ColorFilterImageFilter & BlurImageFilter debugger strings
...
This CL allows us to see the image filter DAG in the debugger.
Review URL: https://codereview.chromium.org/811913004
2014-12-22 06:52:04 -08:00
reed
fb4aca9ce6
rebaseline after gradient fix
...
BUG=skia:
TBR=
NOTRY=True
Review URL: https://codereview.chromium.org/794963004
2014-12-22 06:39:42 -08:00
reed
e0489c9766
suppress testimagefilters-gpu on 10.9 for now
...
BUG=skia:3269
TBR=
NOTRY=True
Review URL: https://codereview.chromium.org/823603002
2014-12-22 06:30:41 -08:00
djsollen
818361b3cb
remove suppression as all GMs have been rebased or were uneffected.
...
Review URL: https://codereview.chromium.org/807653003
2014-12-22 06:26:47 -08:00
reed
d582cab37c
remove flags now in chrome's SkUserConfig.h
...
BUG=skia:
TBR=
NOTRY=True
Review URL: https://codereview.chromium.org/824653002
2014-12-22 06:11:45 -08:00
kkinnunen
4be0238b11
Avoid leaking render targets in debugger
...
Render targets were not unreffed when QGLWidget::resizeGL was called.
Review URL: https://codereview.chromium.org/817243002
2014-12-22 06:06:41 -08:00
reed
ac6692b606
rebaseline
...
BUG=skia:
TBR=
NOTRY=True
Review URL: https://codereview.chromium.org/816383002
2014-12-22 06:06:38 -08:00
kkinnunen
91f8e7f195
Initialize wrapped render target wrap status correctly
...
Make GrGLGpu::onWrapBackendRenderTarget update "is wrapped" flag.
Otherwise accessing the flag results in uninitialized read, possibly
resulting in wrapped render target ending up in the cache.
Review URL: https://codereview.chromium.org/818023002
2014-12-22 05:57:33 -08:00
kkinnunen
534c63ea91
Make debugger raster window background black
...
Make debugger raster window background black. This helps to understand
where the picture boundaries are. It is probably more common for pictures to
have non-black background vs non-white background.
This makes raster window similar to opengl window.
Review URL: https://codereview.chromium.org/816363002
2014-12-22 05:56:45 -08:00
reed
eeb4e26093
unsuppress after rebaselining
...
BUG=skia:
TBR=
NOTRY=True
Review URL: https://codereview.chromium.org/824703002
2014-12-22 05:52:30 -08:00
reed
5394d69a09
rebaselines for obsolete suppressions
...
BUG=skia:
TBR=
NOTRY=True
Review URL: https://codereview.chromium.org/822723002
2014-12-22 05:51:36 -08:00
reed
4a2a17dc83
unsuppress after rebaselining
...
BUG=skia:
TBR=
NOTRY=True
Review URL: https://codereview.chromium.org/824693002
2014-12-22 05:20:11 -08:00
skia.buildbots
6cc53f3fa7
Update SKP version
...
Automatic commit by the RecreateSKPs bot.
TBR=
Review URL: https://codereview.chromium.org/822673002
2014-12-21 23:02:07 -08:00
reed
3b40ee6009
remove dead SK_SUPPORT_LEGACY_N32_NAME code
...
BUG=skia:
TBR=
Review URL: https://codereview.chromium.org/818903004
2014-12-21 14:29:05 -08:00
reed
f65f0b92f5
remove dead SK_SUPPORT_LEGACY_GRTYPES dead
...
BUG=skia:
TBR=bsalomon@google.com
Review URL: https://codereview.chromium.org/823503002
2014-12-21 11:52:15 -08:00
reed
f7430ccfc0
removed dead SK_SUPPORT_LEGACY_DRAWTEXT_VIRTUAL code
...
BUG=skia:
TBR=
Review URL: https://codereview.chromium.org/817193002
2014-12-21 11:38:35 -08:00
reed
c8a21311e7
undef SK_SUPPORT_LEGACY_GRADIENT_FACTORIES to fix callers
...
BUG=skia:
TBR=
Review URL: https://codereview.chromium.org/824533002
2014-12-21 11:06:06 -08:00
reed
ec57b54ac7
remove dead SK_SUPPORT_LEGACY_DEVICE_CLEAR code
...
BUG=skia:
TBR=robertphilips@google.com
Review URL: https://codereview.chromium.org/807083003
2014-12-21 11:03:36 -08:00
robertphillips
ca32da7533
Allow the alpha folding optimization if the single draw's paint has a shader
...
Let's land this and then leave for 2 weeks.
BUG=skia:3119
Review URL: https://codereview.chromium.org/817033002
2014-12-21 10:52:01 -08:00
tfarina
fa4f6cba2f
Cleanup: More override fixes - include version.
...
BUG=skia:3075
TEST=ninja -C out/Debug
TBR=reed@google.com
Review URL: https://codereview.chromium.org/800663003
2014-12-21 10:27:08 -08:00
skia.buildbots
ea735d1b1f
Update SKP version
...
Automatic commit by the RecreateSKPs bot.
TBR=
Review URL: https://codereview.chromium.org/824483002
2014-12-20 22:55:43 -08:00
reed
5e8b1688ee
remove dead SK_LEGACY_ENCODE_BITMAP flag
...
BUG=skia:
TBR=
Review URL: https://codereview.chromium.org/820903002
2014-12-20 15:23:55 -08:00
joshualitt
f53ff623fa
rebase coloremoji
...
NOTRY=True
TBR=
BUG=skia:
Review URL: https://codereview.chromium.org/822553002
2014-12-20 10:30:09 -08:00
tfarina
752e7eb157
Cleanup: Another round of override fixes.
...
BUG=skia:3075
TEST=ninja -C out/Debug
TBR=mtklein@google.com
Review URL: https://codereview.chromium.org/815883002
2014-12-20 06:53:43 -08:00
skia.buildbots
bb1af8dd75
Update SKP version
...
Automatic commit by the RecreateSKPs bot.
TBR=
Review URL: https://codereview.chromium.org/814393002
2014-12-19 23:10:53 -08:00
joshualitt
c14e556f8c
fix leak
...
NOTREECHECKS=True
TBR=
BUG=skia:
Review URL: https://codereview.chromium.org/817083002
2014-12-19 14:43:33 -08:00
robertphillips
65dc6f03dd
Rebaseline (and ignore failure) on flaky NexusPlayer MPD GMs
...
BUG=skia:3267
TBR=reed@google.com
Review URL: https://codereview.chromium.org/814983004
2014-12-19 13:54:22 -08:00
reed
4f8684046d
mega rebaseline --tiny differences
...
BUG=skia:
TBR=
NOTRY=True
Review URL: https://codereview.chromium.org/802433004
2014-12-19 13:50:39 -08:00
robertphillips
f3f5bad7de
Add toString methods to SkImageFilter-derived classes
...
This isn't definitive but at least makes something show up in the debugger.
Review URL: https://codereview.chromium.org/789163006
2014-12-19 13:49:15 -08:00
joshualitt
290c09b8bb
initial changes to add local matrix to primitive processor
...
BUG=skia:
Review URL: https://codereview.chromium.org/820523002
2014-12-19 13:45:20 -08:00
reed
bd2f0f34cf
rebaselines after gradient fix
...
BUG=skia:
TBR=
NOTRY=True
NOTREECHECKS=True
Review URL: https://codereview.chromium.org/818853002
2014-12-19 12:53:11 -08:00