Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
954cbc15b39e1b45c6244f2811b5ac6be6e412fd
/
src
954cbc1
Reduce use of GrRenderTarget in GrTextContexts
by robertphillips
· 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
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
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
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
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
144c3c8
Make onPrepareDraws const
by joshualitt
· 9 years ago
56cf6dc
Create a static instances of SrcOver XferProcessor
by egdaniel
· 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
f152463
Include conic weights in GrPath cache kSimpleVolatilePathDomain keys
by kkinnunen
· 9 years ago
4a24398
Fix SkMergeImageFilter crop rect computation.
by senorblanco
· 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
39f0538
Add sniff for rect, oval & rrect to SkCanvas::clipPath
by robertphillips
· 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
3d2e654
Upgrade debugger to print more SkPath info (isOval & isRRect)
by robertphillips
· 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
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
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
512e437
Add stroking support to distance field path renderer
by jvanverth
· 9 years ago
db4758c
Restrict query bounds for reduce clip to dev bounds
by bsalomon
· 9 years ago
b8b479b
use malloc/calloc/free instead of moz_malloc/moz_calloc/moz_free in ports/SkMemory_mozalloc.cpp
by lsalzman
· 9 years ago
dfd7d48
Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://codereview.chromium.org/1436033003/ )
by mtklein
· 9 years ago
0618915
skstd -> std for unique_ptr
by mtklein
· 9 years ago
125f19a
Avoid devolving to a path when conservative clipping with RRects
by robertphillips
· 9 years ago
2b46913
Take span len into account when determining whether gradient is vertical
by fmalita
· 9 years ago
cf98fa9
Add SkPngChunkReader.
by scroggo
· 9 years ago
93c69ff
Revert of Add SkPngChunkReader. (patchset #9 id:160001 of https://codereview.chromium.org/1040453002/ )
by scroggo
· 9 years ago
3389e00
Add SkPngChunkReader.
by scroggo
· 9 years ago
a98419b
Review URL: https://codereview.chromium.org/1464593004
by bsalomon
· 9 years ago
5931922
Remove GrContextFactory::getGLContext
by kkinnunen
· 9 years ago
7ea33f5
Initial version of external_oes texture support and unit test
by bsalomon
· 9 years ago
de3aac8
use pinned value during lerp for vertical gradients
by reed
· 9 years ago
70d1554
SkPDF: add `final` keyword to leaf classes
by halcanary
· 9 years ago
08c4bdf
Revert of Add stroking support to distance field path renderer (patchset #8 id:160001 of https://codereview.chromium.org/1460873002/ )
by fmalita
· 9 years ago
c64eff5
Revert[2] of "quick-accept clipRect calls"
by reed
· 9 years ago
0315dbc
Revert of Initial version of external_oes texture support and unit test (patchset #14 id:260001 of https://codereview.chromium.org/1451683002/ )
by bsalomon
· 9 years ago
27a0487
Initial version of external_oes texture support and unit test
by bsalomon
· 9 years ago
ac8cabd
Revert of option to quick-accept clipRect calls (patchset #3 id:40001 of https://codereview.chromium.org/1458913005/ )
by bsalomon
· 9 years ago
f234272
Revert of Make specialized SrcOver XPFactory (patchset #3 id:40001 of https://codereview.chromium.org/1455273006/ )
by egdaniel
· 9 years ago
1c9ce61
fix pathops coincidence fuzz bug
by caryclark
· 9 years ago
73ee677
Add stroking support to distance field path renderer
by jvanverth
· 9 years ago
0eafe79
Create GrGLSLVaryingHandler class for program building
by egdaniel
· 9 years ago
a7006d4
Make specialized SrcOver XPFactory
by egdaniel
· 9 years ago
6c221b4
Add SkNx_cast().
by mtklein
· 9 years ago
4c11b3f
Move glyph choosing to the find and place glyph code.
by herb
· 9 years ago
d76be9c
Eliminate SkFILE: it always is the same as FILE.
by halcanary
· 9 years ago
90ba095
option to quick-accept clipRect calls
by reed
· 9 years ago
42b73eb
enable conservative raster clipping
by reed
· 9 years ago
a751c97
Factor out GrAtlasTextBatch fromt GrAtlasTextContext
by joshualitt
· 9 years ago
897c993
Pack and align SkStrokeRec to 4-byte boundary.
by jvanverth
· 9 years ago
179a8f5
Generate list of GPU contexts outside SurfaceTest tests
by kkinnunen
· 9 years ago
211df38
Revert of Fix UB in SkDivBits (patchset #4 id:50001 of https://codereview.chromium.org/1455163004/ )
by stephana
· 9 years ago
72261c0
Implement SkGifCodec::onSkipScanlines()
by msarett
· 9 years ago
da707bf
add SkPath::isRRect
by caryclark
· 9 years ago
edb3644
Avoid geometric ninepatch if rendertarget has MSAA
by joshualitt
· 9 years ago
783a4da
Add more batch information printouts
by robertphillips
· 9 years ago
b736158
Revert of Add stroking support to distance field path renderer (patchset #7 id:120001 of https://codereview.chromium.org/1460873002/ )
by jvanverth
· 9 years ago
5ce76ef
Add stroking support to distance field path renderer
by jvanverth
· 9 years ago
e9d2052
Record concat as Concat.
by mtklein
· 9 years ago
8d38102
Fix nearly-vertical gradient assert
by fmalita
· 9 years ago
f38b0d8
add SkRecordOptimize2 and an experimental API for more aggressive opts
by reed
· 9 years ago
6c7b104
Fix UB in SkDivBits
by mtklein
· 9 years ago
29d60e5
Revert float xfermodes back to Sk4f (from Sk8f).
by mtklein
· 9 years ago
a376629
Fix BMP RLE bug: attempt 2
by msarett
· 9 years ago
24e7db8
Modernize SkRecordPattern.h
by mtklein
· 9 years ago
4222e19
Fix maybe unintialized warning for GrAutoLocaleSetter
by kkinnunen
· 9 years ago
c3c6194
Add SkRecord::defrag().
by mtklein
· 9 years ago
a2e3e0f
Move glsl onto EmitArgs struct for emitCode
by egdaniel
· 9 years ago
c060460
Fix leak in drawBitmapNine
by egdaniel
· 9 years ago
fbe1c11
[Reland] Fix NVPR assert for equivalent ovals
by fmalita
· 9 years ago
a7c41c5
Make SkTLList prealloc its first block of nodes
by bsalomon
· 9 years ago
f045d60
Make block size a template parameter of SkTLList
by bsalomon
· 9 years ago
9b34114
Revert SkBlitMask_opts.h back to hand-coded NEON.
by mtklein
· 9 years ago
1ac3f40
Revert of Fix NVPR assert for equivalent ovals (patchset #1 id:1 of https://codereview.chromium.org/1457073002/ )
by stephana
· 9 years ago
5aaef1f
simplify insertion methods for SkTLList
by bsalomon
· 9 years ago
Next »