Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
45453c2acfa39755081616fd9c02e567b3369d40
/
include
3bd12ef
Fix wrapped content keys for npot textures.
by bsalomon
· 10 years ago
772604c
Add a flag to flush the canvases during SkMultiPictureDraw::draw().
by senorblanco
· 10 years ago
3dc40ac
Conservative SkTextBlob bounds.
by fmalita
· 10 years ago
e167f96
Fix GPU resource cache related assertions.
by bsalomon
· 10 years ago
5f213d9
SkTypeface to use SkStreamAsset.
by bungeman
· 10 years ago
0a482f4
Fix Chrome build
by robertphillips
· 10 years ago
42dbfa8
Add patheffects to debugger printout
by robertphillips
· 10 years ago
96a857e
initial preroll api
by reed
· 10 years ago
63c992f
Fix the speeling of "purgeable" in Gr code
by bsalomon
· 10 years ago
a3ca15c
Remove deprecated SkSurface::NewRenderTarget factories
by bsalomon
· 10 years ago
eaaaf0b
Take budgeted param when snapping new image.
by bsalomon
· 10 years ago
c2f35b7
Allow unbudgeted resources to be recycled by the cache as scratch.
by bsalomon
· 10 years ago
4dffede
Fix self assigment in GrResourceKey
by bsalomon
· 10 years ago
1ea1ebc
Remove GrBinHashKey
by bsalomon
· 10 years ago
f803da1
add newImage API
by reed
· 10 years ago
24db3b1
Add specialized content key class for resources.
by bsalomon
· 10 years ago
8dd688b
Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder
by egdaniel
· 10 years ago
b0dfb54
remove (unused) GatherPixelRefs
by reed
· 10 years ago
44af7ba
Fix SkIStream nits.
by bungeman
· 10 years ago
2fdeda0
XPFactory lazily initializie in drawstate / GrPaint
by joshualitt
· 10 years ago
dcfb7cf
Remove the need for asCoeff in SkXfermode.
by egdaniel
· 10 years ago
2dca817
Remove staging SkStream::unref().
by bungeman
· 10 years ago
a64c48f
Move sync code to include/, switch from using platform define to a proxy header in core/
by mtklein
· 10 years ago
a1193e4
Make SkStream *not* ref counted.
by scroggo
· 10 years ago
1c60dfe
Reland https://codereview.chromium.org/860333002 with fix for test failures.
by bsalomon
· 10 years ago
988018c
Revert of Make GrScratchKey memory buffer correct size on copy (patchset #1 id:1 of https://codereview.chromium.org/860333002/)
by mtklein
· 10 years ago
711ef48
Make GrScratchKey memory buffer correct size on copy
by kkinnunen
· 10 years ago
3f43f8a
remove dead SkPersp macros
by reed
· 10 years ago
5813616
Do more cleanup from xp changes
by egdaniel
· 10 years ago
71e236c
Remove willReadDst from GrFragmentProcessor.
by egdaniel
· 10 years ago
b2b416d
Revert of remove unused SkAvoidXfermode (patchset #2 id:20001 of https://codereview.chromium.org/860583002/)
by scroggo
· 10 years ago
07f2697
Remove unused TileGridInfo
by weiliangc
· 10 years ago
2d02df7
remove unused SkAvoidXfermode
by reed
· 10 years ago
46d36f0
Refactor position computation to enable device space "nudge"
by robertphillips
· 10 years ago
7729e56
use log2(scale) to compute mip level
by reed
· 10 years ago
afe3005
Require budget decision when creating a RenderTarget SkSurface.
by bsalomon
· 10 years ago
b50ced7
Revert of use log2(scale) to compute mip level (patchset #7 id:120001 of https://codereview.chromium.org/849333002/)
by reed
· 10 years ago
15fd47f
use log2(scale) to compute mip level
by reed
· 10 years ago
54f0e9d
Add Xfer Processor for GrCustomXfermodes
by egdaniel
· 10 years ago
0063a9b
Move XferEffects class to GrCustomXfermode file
by egdaniel
· 10 years ago
5236cf4
Make uncached textures uncached from the get go.
by bsalomon
· 10 years ago
38cd055
Do some minor pre cleanup work before converting all xfermodes to XPs.
by egdaniel
· 10 years ago
3f915c0
upstream google3 include paths for jsoncpp
by mtklein
· 10 years ago
abb52a1
Move most of the transform logic into the primitive processors
by joshualitt
· 10 years ago
a7f1191
rename blitrow::proc and add (uncalled) hook for colorproc16
by reed
· 10 years ago
e55fb17
Allow -DGOOGLE3 to bypass our normal platform intrinsic dispatch.
by mtklein
· 10 years ago
199ba8e
namespace {} trick for SK_DECLARE_STATIC_ONCE
by mtklein
· 10 years ago
6f07665
Simplify SkInstCnt
by mtklein
· 10 years ago
4ef0c8a
remove NewTexture?
by reed
· 10 years ago
f5872d2
add stroke params to c api
by reed
· 10 years ago
0846f1b
remove (dead) SK_SUPPORT_LEGACY_DRAWDATA and SK_SUPPORT_LEGACY_CANVAS_VIRTUAL
by reed
· 10 years ago
72c9faa
Fix up all the easy virtual ... SK_OVERRIDE cases.
by mtklein
· 10 years ago
703dd2e
Remove SkTileGrid (except for TileGridInfo).
by mtklein
· 10 years ago
281ecc2
need to rebaseline (changed) c_gms, update dox
by reed
· 10 years ago
5965c8a
add ImageGenerator::NewFromData to porting layer
by reed
· 10 years ago
23d4320
Adding check on input count
by sugoi
· 10 years ago
f4e5995
It is dangerous to ignore SkRect::intersect's return value
by robertphillips
· 10 years ago
690fc59
Revert of It is dangerous to ignore SkRect::intersect's return value (patchset #6 id:100001 of https://codereview.chromium.org/833943002/)
by robertphillips
· 10 years ago
7e44bb1
Remove macros that make it look like it's a good idea to not be able to flatten.
by mtklein
· 10 years ago
152f524
It is dangerous to ignore SkRect::intersect's return value
by robertphillips
· 10 years ago
ac8d8b8
revert buildbot breaker
by caryclark
· 10 years ago
783fe16
Rename SkDrawPictureCallback to SkPicture::AbortCallback
by robertphillips
· 10 years ago
8ea6dab
Revert of Rename SkDrawPictureCallback to SkPicture::AbortCallback (patchset #2 id:20001 of https://codereview.chromium.org/829983003/)
by reed
· 10 years ago
66b29a6
Remove SkPDFDocument and SkPDFDevice from the public headers.
by halcanary
· 10 years ago
7ef1972
Rename SkDrawPictureCallback to SkPicture::AbortCallback
by robertphillips
· 10 years ago
b5d818a
will write a custom one for blink later
by reed
· 10 years ago
efdac51
Revert "Remove SkPDFDocument and SkPDFDevice from the public headers."
by reed
· 10 years ago
8b1f761
Remove SkPDFDocument and SkPDFDevice from the public headers.
by halcanary
· 10 years ago
2b6ab61
Remove SkPath::asRect
by robertphillips
· 10 years ago
91b0a35
Cleanup isRect variants
by robertphillips
· 10 years ago
41af966
Revert of Revert of move remaining virtual draw methods to onDraw (patchset #1 id:1 of https://codereview.chromium.org/835913002/)
by reed
· 10 years ago
e87e383
Revert of move remaining virtual draw methods to onDraw (patchset #5 id:80001 of https://codereview.chromium.org/817723005/)
by reed
· 10 years ago
2e0f7d5
move remaining virtual draw methods to onDraw
by reed
· 10 years ago
f8d1874
add toString to SkImage
by reed
· 10 years ago
c4fda92
remove unused drawData
by reed
· 10 years ago
b2497c2
change API contract: disallow zero-sized images or surfaces
by reed
· 10 years ago
7775c85
Add a simpler key type for scratch resource keys.
by bsalomon
· 10 years ago
8059eb9
Move ViewMatrix off of drawstate
by joshualitt
· 10 years ago
4f662e6
Update stroke path to use rect returned from isRect (to fix trailing moveTo bug)
by robertphillips
· 10 years ago
40d4bd8
removing coord change matrices
by joshualitt
· 10 years ago
b0ae649
Add device space skshader GM to test kDevice_GrCoordSet
by bsalomon
· 10 years ago
b2a5d7e
add image-from-codec to c api
by reed
· 10 years ago
0eafc9b
add maskfilter to c api
by reed
· 10 years ago
e371989
add picture to c api
by reed
· 10 years ago
0acf1b4
add private flag for sprite-as-bitmap
by reed
· 10 years ago
8fc6c2d
This CL cleans up the last remaining users of localCoordChange on paint
by joshualitt
· 10 years ago
16c8f14
Remove last trace of SK_LEGACY_ENCODE_BITMAP
by scroggo
· 10 years ago
d990e2f
add testing flag to ignore saveLayer bounds
by reed
· 10 years ago
fa1e8a7
Add sRGB texture support.
by jvanverth
· 10 years ago
2d73d80
remove dead SK_SUPPORT_LEGACY_IMAGEDECODER_CHOOSER code
by reed
· 10 years ago
080e673
Add XP to handle the cases where we disable color write.
by egdaniel
· 10 years ago
3b40ee6
remove dead SK_SUPPORT_LEGACY_N32_NAME code
by reed
· 10 years ago
f65f0b9
remove dead SK_SUPPORT_LEGACY_GRTYPES dead
by reed
· 10 years ago
f7430cc
removed dead SK_SUPPORT_LEGACY_DRAWTEXT_VIRTUAL code
by reed
· 10 years ago
c8a2131
undef SK_SUPPORT_LEGACY_GRADIENT_FACTORIES to fix callers
by reed
· 10 years ago
ec57b54
remove dead SK_SUPPORT_LEGACY_DEVICE_CLEAR code
by reed
· 10 years ago
fa4f6cb
Cleanup: More override fixes - include version.
by tfarina
· 10 years ago
5e8b168
remove dead SK_LEGACY_ENCODE_BITMAP flag
by reed
· 10 years ago
f3f5bad
Add toString methods to SkImageFilter-derived classes
by robertphillips
· 10 years ago
290c09b
initial changes to add local matrix to primitive processor
by joshualitt
· 10 years ago
Next »