Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
d0b5c33fda86a5fe91007b7875a28e8fa8ff70c8
d0b5c33
Adding draw looper gm for textblobs
by joshualitt
· 10 years ago
9ff378b
Rewrite memset benches, then use results to add a small-N optimization.
by mtklein
· 10 years ago
a1e41c6
default to 8888 for ganesh in sampleapp on iOS
by reed
· 10 years ago
2b86155
SkPDF: ResourceDict replaced by factory function
by halcanary
· 10 years ago
29be795
Fix ASAN error
by msarett
· 10 years ago
438b2ad
***Disables swizzles to 565.
by msarett
· 10 years ago
16b254a
Change some more GMs to clear to opaque black, not transparent black.
by senorblanco
· 10 years ago
2df6fd6
Avoid sending empty bitmaps through proxy canvas
by tomhudson
· 10 years ago
a67572f
Remove ARM assembly memsets.
by mtklein
· 10 years ago
055f6b5
[SkTextBlob] Custom run font record
by fmalita
· 10 years ago
0b18c35
add test for opaque-preserving colormatrixfilters
by reed
· 10 years ago
62db8ba
fix for perf regression on ugamsolutions / msaa16
by joshualitt
· 10 years ago
8ed3b9a
Rename DistanceFieldTextureEffect.{cpp,h}
by jvanverth
· 10 years ago
195f62d
BUG=skia:
by stephana
· 10 years ago
29b1afc
Rearrange SkRecord with small N in mind
by mtklein
· 10 years ago
7178a3b
Update DEPS to use a cloned copy of libpng
by djsollen
· 10 years ago
e275fdf
Add GM to repro crbug.com/472795
by robertphillips
· 10 years ago
f57546e
Remove SK_SUPPORT_LEGACY_SCALAR_MAPPOINTS
by fmalita
· 10 years ago
7d1b945
Mark SkPictureRecorder::endRecording as SK_WARN_UNUSED_RESULT.
by jbroman
· 10 years ago
d9f8862
Valgrind sez: new[] wants delete[].
by mtklein
· 10 years ago
fbcf0bd
expand pdf/worldjournal blacklist entry to cover the new skp too
by Mike Klein
· 10 years ago
35f5576
Revert of Rearrange SkRecord with small N in mind (patchset #8 id:120001 of https://codereview.chromium.org/1061783002/)
by mtklein
· 10 years ago
e2dd940
Rearrange SkRecord with small N in mind
by mtklein
· 10 years ago
16e833d
SkString: remove fStr member
by halcanary
· 10 years ago
502286d
Rename the distance field geoprocs to something more reasonable.
by jvanverth
· 10 years ago
aad8b27
Use opaque black not transparent black as imagefilter GM background.
by senorblanco
· 10 years ago
a0219f1
Fail gracefully when dm.json is not present
by Derek Sollenberger
· 10 years ago
feaadee
SkCanvas::resetForNextPicture()
by mtklein
· 10 years ago
3f32432
Add mechanism to proactively purge old resources in GrResourceCache.
by bsalomon
· 10 years ago
b7133be
Adding a cache + memory pool for GPU TextBlobs
by joshualitt
· 10 years ago
2ad228e
SkPDF: Remove Array's unused set(i) and get(i) (leaving only append())
by halcanary
· 10 years ago
e4579ad
Add helper for creating a SkSurface from a client created texture.
by bsalomon
· 10 years ago
95bc5f3
change isNestedRect to isNestedFillRect
by caryclark
· 10 years ago
929f63f
Make --undefok a little louder now that we're using it all the time.
by mtklein
· 10 years ago
b4c507e
Adding bulk plot reffer to cached textblobs
by joshualitt
· 10 years ago
693e993
Remove unused InstCounterClass.
by bungeman
· 10 years ago
f1f8895
add realloc method to SkAutoSTMalloc
by joshualitt
· 10 years ago
05e4aba
Add missing override of willSaveLayer()
by tomhudson
· 10 years ago
c654e90
Revert of SkCanvas::resetForNextPicture() (patchset #4 id:60001 of https://codereview.chromium.org/1067893002/)
by mtklein
· 10 years ago
f920e46
SkCanvas::resetForNextPicture()
by mtklein
· 10 years ago
b0531a7
Move uninteresting MD5 check to after adding it to JSON.
by mtklein
· 10 years ago
6c27535
Fix formatting in the sheriff documentation
by rmistry
· 10 years ago
d762ca2
Switch textures created by DeviceImageFilterProxy to approx-match.
by senorblanco
· 10 years ago
3006b2e
re-enable neon opts for some xfermodes
by reed
· 10 years ago
bb264b7
SkPDF: SkPDFString is no longer aware of wide strings.
by halcanary
· 10 years ago
3cf9863
Revert of Adding bulk plot reffer to cached textblobs (patchset #7 id:110001 of https://codereview.chromium.org/1050113004/)
by joshualitt
· 10 years ago
7281c61
Adding bulk plot reffer to cached textblobs
by joshualitt
· 10 years ago
bb4a1cf
Calculate inverse scale for distance field text in vertex shader
by jvanverth
· 10 years ago
0ea6d71
Fix DM -r
by mtklein
· 10 years ago
b7e8d69
Add a Via to DM that records into two pictures and draws using the second.
by mtklein
· 10 years ago
687fa1c
restore clipstack to heap-ptr, so clients can ref it
by reed
· 10 years ago
04abf13
Bypass owners check for dry run CLs.
by rmistry
· 10 years ago
e3bea5c
Attempted mitigation of font tables released early.
by bungeman
· 10 years ago
060a52c
Set willReadFragmentPosition on XP when doing a DstCopy.
by egdaniel
· 10 years ago
5965b73
Revert of Remove now-redundant SkPathOps enum. (patchset #1 id:1 of https://codereview.chromium.org/1051113005/)
by scroggo
· 10 years ago
fde1c85
Add sheriff documentation for rebaselining.
by scroggo
· 10 years ago
e35268e
Send SkPicture deletion message lazily.
by mtklein
· 10 years ago
6cad1da
simplify xfers
by reed
· 10 years ago
b679ca8
reduce alloc overhead for SkCanvas
by reed
· 10 years ago
ff271c2
Revert of Calculate inverse scale for distance fields in vertex shader (patchset #6 id:100001 of https://codereview.chromium.org/1029423003/)
by jvanverth
· 10 years ago
dfaebfb
Remove get_uploaded hashes
by borenet
· 10 years ago
08b3249
fix valgrind bug
by caryclark
· 10 years ago
5b14303
Calculate inverse scale for distance field text in vertex shader
by jvanverth
· 10 years ago
9a27e63
Handle large paths in textblobs
by joshualitt
· 10 years ago
94e5010
When wrapping external textures, clamp the MSAA sample count to max.
by senorblanco
· 10 years ago
143244e
Remove now-redundant SkPathOps enum.
by schenney
· 10 years ago
76f5cc6
Clean up BlockRef
by mtklein
· 10 years ago
2f273a1
Adding non-deterministic images to blacklist
by msarett
· 10 years ago
f559de4
Expand bench to cover no-draw SkPictures too.
by mtklein
· 10 years ago
20c1c04
DM: set source options only when non-empty.
by mtklein
· 10 years ago
26fc1bf
Update SKP version
by skia.buildbots
· 10 years ago
09ed480
Add --uninterestingHashesFile to DM
by borenet
· 10 years ago
649e045
Add a bench to measure SkPictureRecorder constant overhead.
by mtklein
· 10 years ago
7792dbf
Code's more readable when SkPMFloat is an Sk4f. #floats
by mtklein
· 10 years ago
e758579
Revert of Code's more readable when SkPMFloat is an Sk4f. (patchset #3 id:40001 of https://codereview.chromium.org/1061603002/)
by mtklein
· 10 years ago
6b5dab8
Code's more readable when SkPMFloat is an Sk4f. #floats
by mtklein
· 10 years ago
b2a6fe7
Enable both static and dynamically linked libpng
by djsollen
· 10 years ago
aed98b8
enable sk4f xfermodes
by reed
· 10 years ago
ac813d8
Try ARMv7 and NEON for Daisy.
by mtklein
· 10 years ago
80bd3ae
Delete no longer needed pagesets, add new pagesets and make names more readable
by rmistry
· 10 years ago
eef5b3e
BUG=skia:
by joshualitt
· 10 years ago
0d243ff
Doesn't usually matter for well-formed blacklists,
by mtklein
· 10 years ago
54416de
Update DM to allow Src's to have optional options.
by djsollen
· 10 years ago
0a7e69c
Get rid of leaks in SkCodec::NewFromStream.
by scroggo
· 10 years ago
3d62683
New names for SkPMFloat methods.
by mtklein
· 10 years ago
2ab9000
Prevent DM crash in the PDF sink when src width/height are zero.
by djsollen
· 10 years ago
a156a8f
Use switch operator[](int) to kth<int>() so we can use vget_lane. #floats
by mtklein
· 10 years ago
aa4c7a7
remove useless benches
by reed
· 10 years ago
92dabe7
Exclusion and Difference modes using Sk4f
by reed
· 10 years ago
f8f5478
impl Multiply mode using Sk4f
by reed
· 10 years ago
fb806dd
Revert of Try ARMv7 and NEON for Daisy. (patchset #1 id:1 of https://codereview.chromium.org/1054233002/)
by mtklein
· 10 years ago
a121c0e
Try ARMv7 and NEON for Daisy.
by Mike Klein
· 10 years ago
a416992
back to plain arm for the night
by Mike Klein
· 10 years ago
0f05443
Add documentation for tree sheriffs
by rmistry
· 10 years ago
2102799
Test SkCodec to kIndex8 in nanobench.
by scroggo
· 10 years ago
028a413
Add a method to read a stream without advancing it.
by scroggo
· 10 years ago
f92ace9
experimental speedup some xfermodes with Sk4f
by reed
· 10 years ago
3f55eed
I suspect S32A_D565_Opaque_neon for Daisy problems.
by Mike Klein
· 10 years ago
b1e1472
Add test font for large glyphs.
by bungeman
· 10 years ago
4808757
Remove all code related to NaCl
by borenet
· 10 years ago
Next »