Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
04a0d3f00ec758b376b404b8370aeabdc4529ca0
« Previous
91d0620
fix mozilla bug
by joshualitt
· 9 years ago
886e5e4
Fix overflow caught by ASAN.
by benjaminwagner
· 9 years ago
be8216a
Make SkAndroidCodec support ico
by msarett
· 9 years ago
ea75053
Speculative fix for win8 bot crash in ~GrAutoLocaleSetter
by bsalomon
· 9 years ago
97ff7f5
Revert of Make SkAndroidCodec support ico (patchset #7 id:130002 of https://codereview.chromium.org/1472933002/ )
by scroggo
· 9 years ago
41cbf3f
Add android_skp_capture.py, JSON file for geniewidget
by borenet
· 9 years ago
433625e
Reduce calls sites where both the GrDrawContext & GrRenderTarget are both passed
by robertphillips
· 9 years ago
66cfcff
simplify nanobench --quiet / -q output
by mtklein
· 9 years ago
1603e93
Make SkAndroidCodec support ico
by msarett
· 9 years ago
bbf2ce4
Load ANGLE EGL library correctly on Linux
by kkinnunen
· 9 years ago
a18a8bc
Skip dm GPU configs when context creation fails
by kkinnunen
· 9 years ago
6dea83f
Add option to draw wireframe batch bounds
by bsalomon
· 9 years ago
6f2753d
add bench for sprite-like drawing w/ imagefilters
by reed
· 9 years ago
cb0d5c9
Add currScanline() getter to SkCodec API
by msarett
· 9 years ago
2b1516f
Update documentation for SkFontMgr methods.
by erikchen
· 9 years ago
e2725f5
Revert of Add option to draw wireframe batch bounds (patchset #6 id:100001 of https://codereview.chromium.org/1494473005/ )
by scroggo
· 9 years ago
4f11b1b
Stop disabling fixed test
by scroggo
· 9 years ago
54ed1ed
Match libjpeg-turbo name change in Android
by msarett
· 9 years ago
26489ef
Add option to draw wireframe batch bounds
by bsalomon
· 9 years ago
222b30d
Make building with clang documentation a bit easier to find
by kjlubick
· 9 years ago
7ea439b
Create GLSLUniformHandler class for gpu backend
by egdaniel
· 9 years ago
73063dc
Add transfer buffer support.
by jvanverth
· 9 years ago
c2e0ac4
Don't use the Sk4f gradient impl without SIMD
by fmalita
· 9 years ago
53c5d5f
Revert of Add transfer buffer support. (patchset #9 id:160001 of https://codereview.chromium.org/1490473003/ )
by egdaniel
· 9 years ago
404816e
Fix ODR violation.
by benjaminwagner
· 9 years ago
7850eb2
API to support native scaling by image-generator
by reed
· 9 years ago
dc5685a
Wire up resource cache stats dumping in nanobench
by joshualitt
· 9 years ago
7384d07
Wire up new define in buildbot_spec
by joshualitt
· 9 years ago
8fd844f
reset shader compilations for stats
by joshualitt
· 9 years ago
fa498fe
Add transfer buffer support.
by jvanverth
· 9 years ago
f16f88b
Create a define for nanobench builds to dump stats
by joshualitt
· 9 years ago
0711bdb
drawSprite and drawImage+clip should draw the same w/ an imagefilter applied. This gm exercises that invariant.
by reed
· 9 years ago
5c05d10
Revert of skstd -> std for unique_ptr (patchset #17 id:320001 of https://codereview.chromium.org/1436033003/ )
by mtklein
· 9 years ago
3b8c0a9
Add gpuStatsDump to nanobench GPU bots
by joshualitt
· 9 years ago
dadfc24
skstd -> std for unique_ptr
by mtklein
· 9 years ago
954cbc1
Reduce use of GrRenderTarget in GrTextContexts
by robertphillips
· 9 years ago
c60b310
Modify iOSShell-gyp to generate unique bundle identifier
by stephana
· 9 years ago
e45c81c
Began logging more gpu stats from nanobench
by joshualitt
· 9 years ago
6ee690e
Remove plumbing of clipRect thoughout the TextContexts
by robertphillips
· 9 years ago
7d5105c
Allow SkAndroidCodec to use SkPngChunkReader
by msarett
· 9 years ago
2e8fec7
Revert of Simplify draw one glyph (patchset #3 id:40001 of https://codereview.chromium.org/1403573002/ )
by herb
· 9 years ago
f34b293
Add in shader blending for CoverageSetOp XP
by egdaniel
· 9 years ago
7bceedc
Retract GrRenderTarget a bit
by robertphillips
· 9 years ago
c1da4d0
Update CMakeLists.txt to exclude SkFontConfigInterface_direct_*.
by bungeman
· 9 years ago
2211a7b
Fix Google3 fonts. Use fontconfig rather than custom_directory_factory. Add Google3 font caching.
by benjaminwagner
· 9 years ago
001e744
Replace D1G with a simpler implementation.
by herb
· 9 years ago
aa0df4e
Add an SkPath conic conversion utility.
by fmalita
· 9 years ago
0cbe7ee
CMake, include/: changes to make fiddle 2.0 better
by halcanary
· 9 years ago
9323dc6
Revert of Fix Android framework build (patchset #1 id:1 of https://codereview.chromium.org/1491563003/ )
by scroggo
· 9 years ago
a0a024e
Revert of Make NVPR a GL context option instead of a GL context (patchset #2 id:20001 of https://codereview.chromium.org/1448883002/ )
by bsalomon
· 9 years ago
cb6cb21
Fix Android framework build
by scroggo
· 9 years ago
c19247f
check that SSE2 is available before using __vectorcall
by lsalzman
· 9 years ago
9db43ac
Add Sk4f::ToBytes(uint8_t[16], Sk4f, Sk4f, Sk4f, Sk4f)
by mtklein
· 9 years ago
eeebdb5
Make NVPR a GL context option instead of a GL context
by kkinnunen
· 9 years ago
1e2913e
Fix stroking of zero length paths with end caps on NVPR
by kkinnunen
· 9 years ago
1530283
Generate list of GPU contexts outside tests
by kkinnunen
· 9 years ago
362c900
Disable using dev bounds in Gr clip reduction code.
by Brian Salomon
· 9 years ago
b775e91
add more conservative check for wayward divide
by caryclark
· 9 years ago
69cfe95
Add debug option to clip each GrBatch to its device bounds
by bsalomon
· 9 years ago
d1c94a4
CMake: generate skia.h and skia_{compile|link}_arguments.txt
by halcanary
· 9 years ago
144c3c8
Make onPrepareDraws const
by joshualitt
· 9 years ago
0cf5ecb
CMake: generate SkUserConfig.hh
by halcanary
· 9 years ago
56cf6dc
Create a static instances of SrcOver XferProcessor
by egdaniel
· 9 years ago
b151480
Add documentation for Status bot filters
by borenet
· 9 years ago
0d81b29
Fix bug in reads fragment position on gpu.
by egdaniel
· 9 years ago
de4166a
APIs which took colorPOI / coveragePOI pairs updated to take a GrPipelineOptimizations struct
by ethannicholas
· 9 years ago
e066df9
Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://codereview.chromium.org/1436033003/ )
by mtklein
· 9 years ago
70e8dfc
skstd -> std for unique_ptr
by mtklein
· 9 years ago
b9a1e34
Support wbmp that are supported by SkImageDecoder
by scroggo
· 9 years ago
0e7029e
Clean up Ganesh path render a little bit
by robertphillips
· 9 years ago
09f8e1b
Update SKP version
by update-skps
· 9 years ago
f152463
Include conic weights in GrPath cache kSimpleVolatilePathDomain keys
by kkinnunen
· 9 years ago
8444913
Don't use SkRect::MakeLargest() for clip bounds in image filter tests.
by senorblanco
· 9 years ago
4a24398
Fix SkMergeImageFilter crop rect computation.
by senorblanco
· 9 years ago
43432f3
Add frame_larger_than_image.gif to blacklist
by msarett
· 9 years ago
8b6ab36
tools/git-sync-deps: handle changing origin
by halcanary
· 9 years ago
11a7f7f
Remove SkDrawProcs
by herb
· 9 years ago
ff21032
New API for computing optimization invariants.
by ethannicholas
· 9 years ago
6868c3f
optimize the disable-caching case for SkImage::readPixels
by reed
· 9 years ago
ca3e240
Whitespace change to trigger bots after gsutil change
by borenet
· 9 years ago
39f0538
Add sniff for rect, oval & rrect to SkCanvas::clipPath
by robertphillips
· 9 years ago
baf8fcb
Add offscreen mode to visualbench
by cdalton
· 9 years ago
0f6cca8
Optimize visualbench offscreen blits
by cdalton
· 9 years ago
bda2643
Change XPS to use find and place glyph.
by herb
· 9 years ago
ff55b49
Sniff out rects, ovals & rrects in SkGpuDevice::drawPath
by robertphillips
· 9 years ago
7b94c14
Generate list of GPU contexts outside ImageTest tests
by kkinnunen
· 9 years ago
5c2cbf2
Cherry pick one more commit into libjpeg-turbo
by msarett
· 9 years ago
3d2e654
Upgrade debugger to print more SkPath info (isOval & isRRect)
by robertphillips
· 9 years ago
4870e6d
skia: Holding onto the image in the benchmark causes issues
by hendrikw
· 9 years ago
514450c
Clarify when oval & rrects get devolved to paths in SkGpuDevice/GrDrawContext boundary
by robertphillips
· 9 years ago
b68ce74
Add SK_BEGIN_REQUIRE_DENSE / SK_END_REQUIRE_DENSE.
by mtklein
· 9 years ago
d14c39e
Whitespace change to trigger android automerger
by Derek Sollenberger
· 9 years ago
0a0605d
Appeasing the compilers
by egdaniel
· 9 years ago
813351f
Fix for recent SrcOver XP Change
by egdaniel
· 9 years ago
bf07455
Make stencil and cover path rendering have more reasonable bounds.
by bsalomon
· 9 years ago
50aa15b
Remove unecessary GetGlyphIdMetrics call
by joshualitt
· 9 years ago
898e02e
Move command line print above parse in VisualBench
by joshualitt
· 9 years ago
c4b7272
Don't create a GXPFactory when blend is SrcOver
by egdaniel
· 9 years ago
60ce86d
Move GrAtlasTextBatch blob regeneration to template
by joshualitt
· 9 years ago
0955303
scaling API on SkPixmap
by reed
· 9 years ago
Next »