Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
1d3ff434954189e194c468f429598465146dcf4b
/
src
1d3ff43
Image filters: Replace all use of tryAllocPixels() with createDevice().
by senorblanco
· 9 years ago
0bccd87
Revert of Update feSpotLight to match spec (patchset #2 id:20001 of https://codereview.chromium.org/1403403003/ )
by caryclark
· 9 years ago
13ccbf8
use (temp) gpu-imagefilter-cache for applyFilter
by reed
· 9 years ago
3dc6ae5
Move GrDrawingManager methods to their own .cpp file
by robertphillips
· 9 years ago
c4d934f
SkRemote: add xfermodes
by mtklein
· 9 years ago
045802d
Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done.
by bsalomon
· 9 years ago
4beb5c1
Add debugging helper to GrDrawTarget
by robertphillips
· 9 years ago
6a18665
Add the machinery to GrDrawTarget to enable topological sorting
by robertphillips
· 9 years ago
c84ccb0
Update feSpotLight to match spec
by ericrk
· 9 years ago
af96fce
The SkArithmeticMode_gpu GL filters support clamping to valid
by ericrk
· 9 years ago
deb8146
SkRemote: fix Misc hash function.
by mtklein
· 9 years ago
7d974f5
Modifications to get 'blaze build -c opt //third_party/skia/HEAD/...' to work.
by benjaminwagner
· 9 years ago
423f646
Add SkTTopoSort
by robertphillips
· 9 years ago
bc0bcc0
Revert recent CLs around GrTextureMaker/GrTextureParamsAdjuster
by Brian Salomon
· 9 years ago
386f2d3
Upload stretched bmp rather than original after doing CPU stretch for min texture size
by Brian Salomon
· 9 years ago
1df5fab
SkRemote: DrawPaint is an inverse empty path.
by mtklein
· 9 years ago
2fc11d3
Move definitions of GrGL basic types (e.g. GrGLenum) to their own header.
by bsalomon
· 9 years ago
9f8904d
Add override to Bitmap_GrTextureParamsAdjuster::refOriginalTexture
by Brian Salomon
· 9 years ago
a8e5fbd
Fix for GM:bigblurs not actually blurring some of the rectangles on Nexus 10.
by ethannicholas
· 9 years ago
59dc0d2
change SkImage_Gpu to handle all filters (w/ and w/o gpu support
by reed
· 9 years ago
1a197ea
Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done.
by bsalomon
· 9 years ago
cdf79db
Remove unused member variables in GrGLProgram
by egdaniel
· 9 years ago
b3f1636
skia: Make the validate match interface for *_draw_instanced
by hendrikw
· 9 years ago
44d85d1
SkRemote: impl drawRRect
by halcanary
· 9 years ago
f271069
SkRemote: simple impl of onDraw*Text*
by halcanary
· 9 years ago
5bce23c
SkRemote: impl onDrawDRRect
by halcanary
· 9 years ago
77a2e52
Remove DrawingMgr shims from GrContext
by robertphillips
· 9 years ago
1ed348a
SkRemote: impl drawPaint()
by halcanary
· 9 years ago
56f152b
LookupScope does not need to be in SkRemote.h
by mtklein
· 9 years ago
9195794
Revert of Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what… (patchset #4 id:60001 of https://codereview.chromium.org/1409163002/ )
by egdaniel
· 9 years ago
fcffaf2
Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done.
by bsalomon
· 9 years ago
466c2c4
Move some code around to make another diff cleaner
by bsalomon
· 9 years ago
9a70b6e
Image filters: refactor input GPU processing into filterInputGPU().
by senorblanco
· 9 years ago
80803ff
Fix SkSwizzler bug
by msarett
· 9 years ago
2e2ea38
SkRemote
by mtklein
· 9 years ago
a106c62
Loosen requirement that there be only one GrDrawTarget
by robertphillips
· 9 years ago
26ad22a
Enabling clip stack flattening exercises path ops.
by caryclark
· 9 years ago
1a1d0b8
Remove check for whole image in the cache in SkGpuDevice::shouldTileImage
by bsalomon
· 9 years ago
fa694ad
Remove SkDEPRECATED_InstallDiscardablePixelRef from SkPictureShader
by fmalita
· 9 years ago
c2d0bc5
Supply separate flags for onBuildTileIndex
by msarett
· 9 years ago
c8d1dd4
SkTHash: hash from fnptr to functor type
by mtklein
· 9 years ago
b9519f8
Image Filters: refactor all CPU input processing into a filterInput helper function.
by senorblanco
· 9 years ago
5f5527f
Remove params from Cacherator_GrTextureMaker
by bsalomon
· 9 years ago
41c054e
Move an #include out of a namespace.
by thakis
· 9 years ago
e975928
Fix -Winconsistent-missing-override in SkCodec_libgif.h
by mtklein
· 9 years ago
6f6bef8
Add dm target to BUILD and refactor BUILD file. The corresponding google3 BUILD file changes are in google3 cl/105413829.
by benjaminwagner
· 9 years ago
2e1e51f
GrDrawContext now holds GrRenderTarget pointer
by robertphillips
· 9 years ago
f724b99
Reenable warnings in src/codec
by msarett
· 9 years ago
74ec8d4
Add a comment to explain clip intersection in crop rects.
by senorblanco
· 9 years ago
f469fc0
Fix floating point data loss in SkPictureShader
by ericrk
· 9 years ago
67e6760
Revert of Supply separate flags for onBuildTileIndex (patchset #1 id:1 of https://codereview.chromium.org/1402783008/ )
by msarett
· 9 years ago
a912dde
Don't abort analytic clipping if using MSAA until elements are examined
by bsalomon
· 9 years ago
fc06e9c
Supply separate flags for onBuildTileIndex
by msarett
· 9 years ago
10528f1
Store texture target on GrGLTexture. This is in preparation for using texture targets other than 2D.
by bsalomon
· 9 years ago
0b5b6b2
Fix clipping when all analytic FP creations can be skipped
by bsalomon
· 9 years ago
8e48ed5
Supply separate flags for onBuildTileIndex
by scroggo
· 9 years ago
94dd7a5
change back to method for localmatrix imagefilter
by reed
· 9 years ago
20311d4
Implement SkLocalMatrixImageFilter.
by senorblanco
· 9 years ago
0adfffb
Fix dm with Chromium command buffer driver
by kkinnunen
· 9 years ago
fdb4757
Add subsetting to SkScanlineDecoder
by msarett
· 9 years ago
eb85b83
Fix text axis alignment calculation
by herb
· 9 years ago
9ae8fe1
[SkTextBlob] Remove incorrect builder assert
by fmalita
· 9 years ago
d82bc7b
post-commit fixes to applyFilter CL
by reed
· 9 years ago
66a82f3
SkPDF: fall back on paths for unembeddable fonts.
by halcanary
· 9 years ago
88d064d
add applyFilter() to SkImage
by reed
· 9 years ago
f028003
change more effects to only expose factories
by reed
· 9 years ago
063675b
Remove SK_SUPPORT_LEGACY_GRADIENT_DITHERING from Skia proper
by fmalita
· 9 years ago
afa95e2
Remove image usage type enum. Use GrTextureParams instead.
by bsalomon
· 9 years ago
3442261
SkPDF: Optionally output PDF/A-2b archive format.
by halcanary
· 9 years ago
b0b45d3
[TextBlob] Fall back to TightRunBounds when the font bounds are empty
by fmalita
· 9 years ago
8b3eca9
Fix SkWindow.cpp includes for non-gpu mode
by Brian Salomon
· 9 years ago
21f99b7
Revert of SkPDF: Optionally output PDF/A-2b archive format. (patchset #5 id:80001 of https://codereview.chromium.org/1394263003/ )
by bungeman
· 9 years ago
f276ac5
Move functions from SkGr to SkGrPriv.h
by bsalomon
· 9 years ago
939c0fe
SkPDF: Optionally output PDF/A-2b archive format.
by halcanary
· 9 years ago
e6dd004
Fill incomplete images in SkCodec parent class
by msarett
· 9 years ago
79da63f
Fix gpu drawBitmap to work when BM is A8 and we have a shader
by egdaniel
· 9 years ago
37d8688
Optional gradient dithering
by fmalita
· 9 years ago
2c3b218
Focus SkScaledCodec on BitmapRegionDecoder
by scroggo
· 9 years ago
3336697
remove internalDrawBitmap, as it is no longer shared with any other caller, and can be folded into onDrawBitmap
by reed
· 9 years ago
8585dd2
Updates nvpr text blobs to not store a direct reference to the
by cdalton
· 9 years ago
c988d2c
Remove ClipMaskType from GrCMM
by bsalomon
· 9 years ago
0ba8c24
Insert clip fragment processor outside GrCMM
by bsalomon
· 9 years ago
5ea95df
Revert "Revert of factories should return baseclass, allowing the impl to specialize (patchset #4 id:60001 of https://codereview.chromium.org/1390523005/ )"
by reed
· 9 years ago
95376a0
Revert of factories should return baseclass, allowing the impl to specialize (patchset #4 id:60001 of https://codereview.chromium.org/1390523005/ )
by schenney
· 9 years ago
80a6dca
factories should return baseclass, allowing the impl to specialize
by reed
· 9 years ago
85f0d5d
Allow SkIcoCodec to fail due to conversion
by scroggo
· 9 years ago
8b2bc25
SkPDF: when drawing stroked path, draw using SVG rules for zero-length segments
by halcanary
· 9 years ago
4a33952
Bye bye processor data manager.
by bsalomon
· 9 years ago
4aa02d8
Fix SkGifCodec to handle gifs where frameSize != imageSize
by msarett
· 9 years ago
2d70dcb
Dynamically allocate the GrDrawContexts
by robertphillips
· 9 years ago
b0cd8b7
[SkDebugger] Handle path empty-bounds gracefully
by fmalita
· 9 years ago
8d57faf
Revert of Stop using SkScalerContext::getAdvance() in SkGlyphCache. (patchset #2 id:20001 of https://codereview.chromium.org/1321243004/ )
by mtklein
· 9 years ago
d120105
Make path range loading explicit
by cdalton
· 9 years ago
cdd7907
Implement cached nvpr text blobs
by cdalton
· 9 years ago
02015e5
Use SkTextBlob for nvpr color bitmap fallbacks
by cdalton
· 9 years ago
3bd909a
Add TextRun object to nvpr text
by cdalton
· 9 years ago
cc7f305
SkScaledCodec should implement onRewind()
by msarett
· 9 years ago
92d976c
Validate text blob runs after SkTextBlob construction.
by fmalita
· 9 years ago
c00389e
Fix gpu dashing for case where all intervals are 0.
by egdaniel
· 9 years ago
6f6264f
Force cache SkTestScalerContext path bounds.
by mtklein
· 9 years ago
Next »