Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
4583ec51d9ddc830eeb854db068235be96ce59c4
/
tests
4583ec5
Add support for draws in vulkan read and write pixels
by egdaniel
· 8 years ago
b05df0f
Fix check for maxVertexAttributes in GrVkPipeline
by egdaniel
· 8 years ago
a84d660
remove experimental treat-skcolor-as-srgb flag
by reed
· 8 years ago
8acedde
Use GrShape in GrPathRenderer.
by bsalomon
· 8 years ago
0a3a7f7
Have gpu createTestingOlyBackendTexture know if it is a render target or not
by egdaniel
· 8 years ago
e074d1f
Change SkColor4f to RGBA channel order
by brianosman
· 8 years ago
3fe0aab
Fix vulkan warning in RecordReplaceDrawTest
by egdaniel
· 8 years ago
ee41b75
SkPDF: alloc less memory for strings
by halcanary
· 8 years ago
28a838e
Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h
by robertphillips
· 8 years ago
425c27f
Add some more getters to GrShape.
by bsalomon
· 8 years ago
d0e402f
Make container classes in SkTemplates.h more consistent
by csmartdalton
· 8 years ago
4d60214
Revert of Potential fix for flaky TSAN (patchset #1 id:1 of https://codereview.chromium.org/2084243003/ )
by msarett
· 8 years ago
c1a3e24
SkMatrix44 clarifications and clean-ups
by msarett
· 8 years ago
ac5fcea
Fix Rob's nits from https://codereview.chromium.org/2085913003
by bsalomon
· 8 years ago
a4817af
Canonicalize path fill types for stroked paths in GrShape.
by bsalomon
· 8 years ago
9cb6340
Start using GrGpuCommandBuffer in GrDrawTarget.
by egdaniel
· 8 years ago
949999d
Potential fix for flaky TSAN
by msarett
· 8 years ago
b390676
Use a table-based implementation of SkDefaultXform
by msarett
· 8 years ago
111a42d
Enable flattening and unflattening of SkColorSpace
by msarett
· 8 years ago
6efeda4
Revert of Store mipmap levels in deferred texture image (patchset #15 id:280001 of https://codereview.chromium.org/2034933003/ )
by brianosman
· 8 years ago
b310519
Store mipmap levels in deferred texture image
by cblume
· 8 years ago
dabe5d3
update callers to not use SkColorProfileType
by reed
· 8 years ago
93f66bc
Apply canonicalizations to path GrShapes.
by bsalomon
· 8 years ago
1b28c1a
Some simplifications of GrShape reductions/canonicalizations
by bsalomon
· 8 years ago
875e13c
Simplify mask/clip intersection, making sure to explicitly check for an empty mask.
by mtklein
· 8 years ago
6dc3af4
Check for some potential subheap allocation failures.
by jvanverth
· 8 years ago
b6095ae
Add missing include
by brianosman
· 8 years ago
b109b8c
Lots of progress on switching to SkColorSpace rather than SkColorProfileType
by brianosman
· 8 years ago
8811e40
Refactoring of GPU NormalMap handling out into its own class.
by dvonbeck
· 8 years ago
ab82418
Revert of Lots of progress switching to SkColorSpace rather than SkColorProfileType (patchset #10 id:180001 of https://codereview.chromium.org/2069173002/ )
by brianosman
· 8 years ago
6a61a87
Lots of progress on switching to SkColorSpace rather than SkColorProfileType
by brianosman
· 8 years ago
dea0340
Implement fast, correct gamma conversion for color xforms
by msarett
· 8 years ago
c4ce6b5
Differentiate between sRGBGamma and 2Dot2Gamma
by msarett
· 8 years ago
ded0f26
Keep SkColorSpace and SkColorProfileType in sync
by msarett
· 8 years ago
d6f8034
Add heap tests for Vulkan.
by jvanverth
· 8 years ago
d2fd9e9
Revert of Keep SkColorSpace and SkColorProfileType in sync (patchset #2 id:20001 of https://codereview.chromium.org/2068743003/ )
by egdaniel
· 8 years ago
4132de7
Revert of Refactoring of GPU NormalMap handling out into its own class (patchset #9 id:160001 of https://codereview.chromium.org/2043393002/ )
by egdaniel
· 8 years ago
363bc33
Disable SkImage_drawAbandonedGpuImage on Vulkan.
by bsalomon
· 8 years ago
04d35bd
Keep SkColorSpace and SkColorProfileType in sync
by msarett
· 8 years ago
a7d1e2a
Refactoring of GPU NormalMap handling out into its own class.
by dvonbeck
· 8 years ago
e5b651f
Add test for rendering an already abandoned texture-backed SkImage.
by bsalomon
· 8 years ago
da74393
Revert of Refactoring of GPU NormalMap handling out into its own class (patchset #7 id:120001 of https://codereview.chromium.org/2043393002/ )
by egdaniel
· 8 years ago
87b0dd0
Refactoring of GPU NormalMap handling out into its own class.
by dvonbeck
· 8 years ago
fd32df7
Fix GrShape to preserve inverseness of rrects for strokes but not dashes.
by bsalomon
· 8 years ago
1d4453e
Another linux Vulkan fix
by jvanverth
· 8 years ago
d490708
Move create_image_large in ImageTest.cpp inside #if SK_SUPPORT_GPU
by bsalomon
· 8 years ago
b4da01d
Add prescale option to deferred params
by ericrk
· 8 years ago
398e3f4
Add control over whether lines are special cased in SkDashPath. Disable when called from GrShape.
by bsalomon
· 8 years ago
cadb5a2
Make large array of GrShapes in test code heap allocated
by bsalomon
· 8 years ago
7df9e4a
Make SkBlitter hierarchy explicit about what needs to be implemented.
by herb
· 8 years ago
6644d93
respect srgb gamma when building mips
by reed
· 8 years ago
7049396
Make GrShape capable of representing inverse filled rrects.
by bsalomon
· 8 years ago
013e0e6
add fail condition to addexpanded
by caryclark
· 8 years ago
609623b
SkMipMap::ComputeLevelSize should only cover SkMipMap's levels.
by cblume
· 8 years ago
06ca8ec
sk_sp for Ganesh.
by bungeman
· 8 years ago
a058786
Make SkDashPathEffect fail for stroke+fill style (in addition to fill style)
by bsalomon
· 8 years ago
dae6b97
fix pathops fuzz bugs
by caryclark
· 8 years ago
4dbbd04
SkLeanWindows.h: #include "Windows.h" fewer places
by halcanary
· 8 years ago
d672384
Make GrShape use the original path when path effect fails.
by bsalomon
· 8 years ago
06115ee
Get segment masks from GrShape.
by bsalomon
· 8 years ago
ee29564
Make GrShape track the winding direction and starting point for rrect types.
by bsalomon
· 8 years ago
982eb7f
Add new SkSourceGammaTreatment enum, used in situations like mipmap construction, where we need to know if we should respect (vs. ignore) the gamma encoding of sRGB tagged images. Plumb that extensively.
by brianosman
· 8 years ago
dc27a64
Add SkDefaultXform as a catch-all to handle color conversions
by msarett
· 8 years ago
d8d6855
Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of https://codereview.chromium.org/1997703003/ )
by scroggo
· 8 years ago
55fdccc
Remove GrRenderTarget from GrPipelineBuilder
by robertphillips
· 8 years ago
401e77c
MIPS32r2: Fix Chromium runtime crash
by milko.leporis
· 8 years ago
44e09ec
SkMipMap::ComputeLevelSize to return SkISize
by cblume
· 8 years ago
976f5f0
Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack
by robertphillips
· 8 years ago
6fb2391
Make SkPngCodec decode progressively.
by scroggo
· 8 years ago
fbce71f
add MakeS32 helper to SkImageInfo, fix named-gamma constructor bug
by reed
· 8 years ago
f95ff4a
Add getting the size of a given mipmap level.
by cblume
· 8 years ago
33f6b3f
Manually generated sRGB mipmaps, with successively smaller draws.
by brianosman
· 8 years ago
99600d0
Add a test to ensure that a case where SkCubicClipper::ChopMonoAtY returns false is handled properly.
by mbarbella
· 8 years ago
26694c3
Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of https://codereview.chromium.org/1997703003/ )
by scroggo
· 8 years ago
edc743a
Add SkPathPriv::IsSimpleClosedRect
by bsalomon
· 8 years ago
1e305ba
Add offset to memory allocations
by jvanverth
· 8 years ago
30e78c9
Make SkPngCodec decode progressively.
by scroggo
· 8 years ago
e3fa811
[GN] Add support for disabling opts via SK_BUILD_NO_OPTS define.
by sdefresne
· 8 years ago
9a89a09
Revert of Make SkPngCodec decode progressively. (patchset #18 id:340001 of https://codereview.chromium.org/1997703003/ )
by scroggo
· 8 years ago
4b42134
Fix build error
by scroggo
· 8 years ago
ee6a991
SkTypeface::MakeFromName to take SkFontStyle.
by mboc
· 8 years ago
1978ce2
Fix bug where SkPath will convert an arc to an oval and change the starting point.
by bsalomon
· 8 years ago
019db3f
Remove unused SkPictureGpuAnalyzer::analyze()
by fmalita
· 8 years ago
a4b09a1
Make SkPngCodec decode progressively.
by scroggo
· 8 years ago
785a5b9
Clean up SkFloatBits
by mtklein
· 8 years ago
78d58d1
Make SkPath::isOval() and SkPath::isRRect return the orientation and starting index.
by bsalomon
· 8 years ago
23c5110
Add SkColorSpace to SkImageInfo
by msarett
· 8 years ago
7b38e3c
Fix int32 overflow in LinearGradientContext::shade4_dx_clamp
by fmalita
· 8 years ago
2bec26a
fix security bug
by caryclark
· 8 years ago
b5fc58e
Complex clipPath accounting
by fmalita
· 8 years ago
ab926f0
Write ICC profiles from SkColorSpace object
by msarett
· 8 years ago
e077e06
SkColorSpace tweaks
by msarett
· 8 years ago
8cc2091
Make SkColorSpace a public API
by msarett
· 8 years ago
a0af771
SkTypes: use constexpr when appropriate
by halcanary
· 8 years ago
ba58489
Finish supporting decoding opaque to non-opaque
by scroggo
· 8 years ago
87f15c8
Retract GrRenderTarget from GrTestTarget
by robertphillips
· 8 years ago
e76ca8b
gyp (third_party) warning changes for ccache
by halcanary
· 8 years ago
5878dbd
Image filters: implement SkImage::makeWithFilter().
by senorblanco
· 8 years ago
82ec6e5
Retract GrRenderTarget from GLProgramsTest
by robertphillips
· 8 years ago
cb3bd18
SkCanvas::adjustToTopLayer()
by tomhudson
· 8 years ago
Next »