Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
24e58341fbcd904fdf81d86e5a7703e254d63e35
« Previous
3be9923
Fix android scripts now that the $HOST is always lowercase.
by djsollen
· 8 years ago
0152d73
GrSWMaskHelper and GrSoftwarePathRenderer only need the textureProvider (not GrContext)
by robertphillips
· 8 years ago
24a9bd7
Reduce the number of BRDSrcs run in DM
by scroggo
· 8 years ago
af236b5
Add OpenGL context to Viewer.
by jvanverth
· 8 years ago
d88b0be
Fix Gold trybot results URL
by rmistry
· 8 years ago
8b6fa5e
Make GrAtlasTextBlob::run own effects it points to.
by bsalomon
· 8 years ago
b525721
Make circle blur profile computation separable
by bsalomon
· 8 years ago
5878dbd
Image filters: implement SkImage::makeWithFilter().
by senorblanco
· 8 years ago
57a69dc
Make an embeddable container to hold linear pipelines.
by herb
· 8 years ago
82ec6e5
Retract GrRenderTarget from GLProgramsTest
by robertphillips
· 8 years ago
d1c71fd
Attempt to improve lifetime management of SkGlyphCache in Ganesh atlas text code.
by bsalomon
· 8 years ago
5f2fa47
Make GrAppliedClip friendless
by robertphillips
· 8 years ago
c989e18
Remove mutex for retrieving default typeface.
by bungeman
· 8 years ago
66a96d0
Propagate filter mode when rendering Alpha8 bitmaps
by brianosman
· 8 years ago
3d47732
Delete workaround for matching bitmap and pixel ref rowbytes
by msarett
· 8 years ago
de3c356
Assert complex precondition in SkGlyphCache::Visit.
by bungeman
· 8 years ago
0876158
Update Skia milestone to 53 after 52 branch
by hcm
· 8 years ago
81b6300
Revert of Don't allow uncacheable paths in tessellated path renderer (patchset #2 id:20001 of https://codereview.chromium.org/1990793003/ )
by bsalomon
· 8 years ago
bac5eb0
Fix example code in skpaint.md.
by benjaminwagner
· 8 years ago
62efdbd
Blacklist HTC.dng on 32-bit Win CPU bots
by borenet
· 8 years ago
ac26aa6
Skip composeshader_bitmap GM on 64-bit Win CPU Test bots
by borenet
· 8 years ago
aebd0fd
Don't allow uncacheable paths in tessellated path renderer
by bsalomon
· 8 years ago
cb3bd18
SkCanvas::adjustToTopLayer()
by tomhudson
· 8 years ago
3ab53d0
Reformat circle blur profile computation and add comments.
by bsalomon
· 8 years ago
2884e9c
Revert of Add OpenGL context to Viewer. (patchset #7 id:120001 of https://codereview.chromium.org/1978573003/ )
by jvanverth
· 8 years ago
3949971
Image filters: fix filtering of transparent black in CFIF.
by senorblanco
· 8 years ago
d46e585
remove animator from SampleApp
by reed
· 8 years ago
61a999c
Parse parametric gamma curves
by msarett
· 8 years ago
d1227a7
Delete SkBitmapRegionCanvas
by msarett
· 8 years ago
4803f97
Remove NVPR related env var from command buffer GL context creation
by kkinnunen
· 8 years ago
037655f
Make SkBlend_optsTests fail rather than crash when resources are missing
by bsalomon
· 8 years ago
264f88a
SkColorSpace follow-ups
by msarett
· 8 years ago
c2878e2
Remove GrFontScaler class.
by bsalomon
· 8 years ago
d3cdbca
Implement touch control
by liyuqian
· 8 years ago
1483d0f
Fix leak of SkGammas
by msarett
· 8 years ago
b3ed65e
Fix code guarded by SK_FONT_HOST_USE_SYSTEM_SETTINGS.
by bungeman
· 8 years ago
56a11e4
Add OpenGL context to Viewer.
by jvanverth
· 8 years ago
c5fd5c4
Remove GrFontDescKey.
by bsalomon
· 8 years ago
7888f78
Set the "mutable format" bit on sRGB images at creation time.
by brianosman
· 8 years ago
b55448b
Make VisualBench bot build the visualbench target
by borenet
· 8 years ago
c5d07fa
Rename SkDescriptor::equals to SkDescriptor::operator==
by bsalomon
· 8 years ago
ca6eafc
(Mostly) Retract GrRenderTarget from SkGpuDevice
by robertphillips
· 8 years ago
cc49e59
Add tests and benches to support the sRGB blitter for SkOpts
by herb
· 8 years ago
bb9f774
Prepare SkColorSpace to be a public API
by msarett
· 8 years ago
8fe89ab
Update libpng to 1.6.22rc01
by msarett
· 8 years ago
b1be46b
Ensure that SkColorTable->fCount is set properly after decodes
by msarett
· 8 years ago
4bb7ce7
Make GrFontScaler not be ref-counted
by bsalomon
· 8 years ago
835acc7
Revert of Change to sRGB default for codec generated images. (patchset #2 id:20001 of https://codereview.chromium.org/1955063002/ )
by herb
· 8 years ago
aac0cb0
Remove workarounds initializing command buffer EGL
by kkinnunen
· 8 years ago
4933d0b
Revert of Add specialized sRGB blitter for SkOpts (patchset #21 id:400001 of https://codereview.chromium.org/1939513002/ )
by reed
· 8 years ago
bc92754
Add tests and benches to support the sRGB blitter for SkOpts
by herb
· 8 years ago
edea94c
Implement vulkan fence syncs for nanobench
by bsalomon
· 8 years ago
94b25b0
Remove unneeded reference count churn.
by bungeman
· 8 years ago
d2c7ef9
Move VisualBench_APK and SampleApp_APK to "everything" target
by borenet
· 8 years ago
071457b
Add isUnifiedMultisampled entry point to GrDrawContext
by robertphillips
· 8 years ago
7acc008
Change to sRGB default for codec generated images.
by herb
· 8 years ago
2996553
Make blurcircles2 run as a benchmark.
by bsalomon
· 8 years ago
f44b020
Recognize Adobe RGB profiles
by msarett
· 8 years ago
7761d61
Rename GrDrawingMgr::abandon to wasAbandoned & add a matching entry point to GrDrawingContext
by robertphillips
· 8 years ago
d584d46
Run GM benchs in bench mode
by bsalomon
· 8 years ago
12e2f50
Only run kStripe_Mode on JPEGs
by scroggo
· 8 years ago
f8dc9df
Drop AndroidCodecSrc::kDivisor_Mode
by scroggo
· 8 years ago
c99b8f0
Retract GrRenderTarget from AlphaClipMask code
by robertphillips
· 8 years ago
9342bd8
Update SKP version
by update-skps
· 8 years ago
c902164
Fix return from nullptr to false in GrVkTexture.cpp
by bsalomon
· 8 years ago
c67bb57
Add blurcircles2 GM
by bsalomon
· 8 years ago
2c0aacb
Revert of Retract GrRenderTarget from AlphaClipMask code (patchset #3 id:40001 of https://codereview.chromium.org/1977793004/ )
by bsalomon
· 8 years ago
72ac55f
Fix msaa on GrVkRenderTarget
by egdaniel
· 8 years ago
93bc24e
Retract GrRenderTarget from AlphaClipMask code
by robertphillips
· 8 years ago
796e365
SkPictureGpuAnalyzer
by fmalita
· 8 years ago
b2df0c2
Refactor Vulkan image, texture, RTs so that create and getter handles match.
by egdaniel
· 8 years ago
17bf820
Abort stencil draws when the attachment fails
by cdalton
· 8 years ago
e576874
Retract GrRenderTarget a bit within SkGpuDevice
by robertphillips
· 8 years ago
846c051
Convert GrClip to an abstract base class
by cdalton
· 8 years ago
670f01f
This has all the different source types in and working. There are many SkDiffs, but they seem to be due to better resolution.
by herb
· 8 years ago
36632f4
Change Android activity title from JNI call
by liyuqian
· 8 years ago
9fb4203
Add bounds to GrShape
by bsalomon
· 8 years ago
4ca5539
Add isolate_android_sdk.py script and android_sdk_hash
by borenet
· 8 years ago
aabe15e
Simple program for visualizing gamuts
by msarett
· 8 years ago
e6f0d6e
GMs: fail gracefully for null surface
by scroggo
· 8 years ago
6ce4b00
Use title buttons to switch slides
by liyuqian
· 8 years ago
c2e4bb3
Recognize more sRGB gammas
by msarett
· 8 years ago
9837740
Simplify GrSWMaskHelper
by robertphillips
· 8 years ago
f054b17
Swap SkGpuBlurUtils over to using SkIRects
by robertphillips
· 8 years ago
862cff3
Remove clip from GrPipelineBuilder
by cdalton
· 8 years ago
193d9cf
Eliminate special case nvpr batch handling
by cdalton
· 8 years ago
dde2c03
Ignore patch version when checking compatibility of vulkan layers
by egdaniel
· 8 years ago
15332a8
Make PixelGetters much smaller, move more common code to PixelAccessor.
by herb
· 8 years ago
dd4fcd4
cmake: fixes for windows
by halcanary
· 8 years ago
04c84af
Make SkGpuBlurUtils::GaussianBlur more drawContext centric
by robertphillips
· 8 years ago
f05ab1b
Support allowSRGBInputs on Vulkan (via secondary texture views)
by brianosman
· 8 years ago
1e2e33a
Remove SkPicture::hasText()
by fmalita
· 8 years ago
b11cf50
Fix typo in SkOSWindow_AndroidNative.
by bungeman
· 8 years ago
3806b8f
Fix bug & add code to catch ImageFilter clearing bugs
by robertphillips
· 8 years ago
be463bb
Fix bad pixel address calculation.
by herb
· 8 years ago
7bde8f8
Warning instead of exception for cmake
by liyuqian
· 8 years ago
dd05e2a
using_skia_and_harfbuzz: compile w/ Android NDK
by halcanary
· 8 years ago
13b9c95
Move SkTypeface to sk_sp.
by bungeman
· 8 years ago
40d21de
Use swipe gesture to switch between slides on Android
by liyuqian
· 8 years ago
a31312c
SkPictureImageFilter - clear local canvas before use
by ericrk
· 8 years ago
Next »