Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
f9bd9da14a668008b3cff9ef69ebf50962e4fd44
f9bd9da
Add CIPD support for bot assets
by borenet
· 8 years ago
88e8aef
Fix Vulkan readPixels
by egdaniel
· 8 years ago
523a239
Check PremulType during GrGradientEffect::onIsEqual
by csmartdalton
· 8 years ago
4583ec5
Add support for draws in vulkan read and write pixels
by egdaniel
· 8 years ago
8e0a09c
Update roadmap and remove highlights
by hcm
· 8 years ago
6a3f07e
Update documentation on how to download CT SKPs
by rmistry
· 8 years ago
6a16fd3
Fix Perlin noise fuzz issue
by robertphillips
· 8 years ago
5354e4a
Address ASAN fuzzer complaint
by robertphillips
· 8 years ago
12c4fc2
SkLightingShader normal vector CPU computation refactor.
by dvonbeck
· 8 years ago
8bad3ac
Fix up flags to SkGpuBlurUtils::GaussianBlur
by robertphillips
· 8 years ago
db7979a
Fix inverse test for GrDFAAPR::onCanDrawPath
by bsalomon
· 8 years ago
728b0f7
Use a union inside GrShape to hold geometry
by bsalomon
· 8 years ago
2c80711
Revert of Refactoring of CPU NormalMap handling out into its own class (patchset #13 id:240001 of https://codereview.chromium.org/2050773002/ )
by dvonbeck
· 8 years ago
c411f2d
Add a GL cap for instanced rendering to floating point
by csmartdalton
· 8 years ago
790a701
SkLightingShader normal vector CPU computation refactor.
by dvonbeck
· 8 years ago
b85e63d
Make sure path computed from stroke-rec application using GrStyle is volatile.
by bsalomon
· 8 years ago
ee43241
Remove style application from GrPathRenderer subclasses
by bsalomon
· 8 years ago
b05df0f
Fix check for maxVertexAttributes in GrVkPipeline
by egdaniel
· 8 years ago
81700f6
remove DownSample imagefilter was just created early on as a test filter
by reed
· 8 years ago
a84d660
remove experimental treat-skcolor-as-srgb flag
by reed
· 8 years ago
f8c2be3
Add Sleep on windows GrVkGpu dtor to avoid fence bug
by egdaniel
· 9 years ago
3be72b0
Add documention on SkBlitter for runs, and small cleanups.
by herb
· 9 years ago
a4535a3
GrColor4f is yet another 4f color type, unfortunately.
by brianosman
· 9 years ago
e2cddc5
Fix incorrect swizzle on BGRA platforms in filterColor4f path
by brianosman
· 9 years ago
23e9f7c
Make bucket names explicit in cq.cfg.
by tandrii
· 9 years ago
8acedde
Use GrShape in GrPathRenderer.
by bsalomon
· 9 years ago
c2fde8b
Remove unnecessary srcAccessMask for preinitialized images in vulkan
by egdaniel
· 9 years ago
0a3a7f7
Have gpu createTestingOlyBackendTexture know if it is a render target or not
by egdaniel
· 9 years ago
e074d1f
Change SkColor4f to RGBA channel order
by brianosman
· 9 years ago
7bde565
Revert of Remove Android SampleApp (patchset #5 id:80001 of https://codereview.chromium.org/2096683002/ )
by rmistry
· 9 years ago
0f83e01
Add support for 3D colorLUTs to SkColorXform
by msarett
· 9 years ago
3fe0aab
Fix vulkan warning in RecordReplaceDrawTest
by egdaniel
· 9 years ago
ee41b75
SkPDF: alloc less memory for strings
by halcanary
· 9 years ago
28a838e
Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h
by robertphillips
· 9 years ago
b593a76
Support GL_SAMPLES queries in null contexts
by csmartdalton
· 9 years ago
425c27f
Add some more getters to GrShape.
by bsalomon
· 9 years ago
d0e402f
Make container classes in SkTemplates.h more consistent
by csmartdalton
· 9 years ago
4d60214
Revert of Potential fix for flaky TSAN (patchset #1 id:1 of https://codereview.chromium.org/2084243003/ )
by msarett
· 9 years ago
c1a3e24
SkMatrix44 clarifications and clean-ups
by msarett
· 9 years ago
ac5fcea
Fix Rob's nits from https://codereview.chromium.org/2085913003
by bsalomon
· 9 years ago
41bb5b4
Remove Android SampleApp
by liyuqian
· 9 years ago
f7817aa
Fix vulkan clears
by egdaniel
· 9 years ago
a4817af
Canonicalize path fill types for stroked paths in GrShape.
by bsalomon
· 9 years ago
42a4149
Change loop bounds to be correct (and much less confusing)
by brianosman
· 9 years ago
ff723af
Fix bug in filterSpan4f - read the source, rather than the dest
by brianosman
· 9 years ago
9834696
Work around missing __mulodi4() on ARMv7 + Clang builds.
by mtklein
· 9 years ago
3e3c1a5
Add deserialize color space entry point for fuzzing
by kjlubick
· 9 years ago
c04ff47
GN
by mtklein
· 9 years ago
4d1dd66
Add stub for avx.
by herb
· 9 years ago
9cb6340
Start using GrGpuCommandBuffer in GrDrawTarget.
by egdaniel
· 9 years ago
de8ae90
Documentaion: top level link.
by halcanary
· 9 years ago
37feccb
Revert of Support GL_SAMPLES queries in null contexts (patchset #4 id:60001 of https://codereview.chromium.org/2085043002/ )
by brianosman
· 9 years ago
e4a712b
GN: just new deps
by mtklein
· 9 years ago
9afccaa
Reland of add a Chrome builder to the CQ (patchset #1 id:1 of https://codereview.chromium.org/2087913003/ )
by rmistry
· 9 years ago
949999d
Potential fix for flaky TSAN
by msarett
· 9 years ago
9bba215
Do loads and math in parallel in SkColorXform_opts
by msarett
· 9 years ago
b390676
Use a table-based implementation of SkDefaultXform
by msarett
· 9 years ago
57e9853
Support GL_SAMPLES queries in null contexts
by csmartdalton
· 9 years ago
17b64b2
Add GM for hard stop gradients
by fmenozzi
· 9 years ago
1afb8f8
Revert of add a Chrome builder to the CQ (patchset #1 id:1 of https://codereview.chromium.org/2085333002/ )
by rmistry
· 9 years ago
cb4efa9
add a Chrome builder to the CQ
by mtklein
· 9 years ago
632d004
Add guards around access to font cache global fields.
by herb
· 9 years ago
3917cf4
Revert of GN (patchset #12 id:220001 of https://codereview.chromium.org/2087593002/ )
by mtklein
· 9 years ago
1d8de59
GN
by mtklein
· 9 years ago
1d20258
Tab -> spaces
by brianosman
· 9 years ago
111a42d
Enable flattening and unflattening of SkColorSpace
by msarett
· 9 years ago
05dceab
Use single alloc for vulkan optimal image heaps to fix memory crash
by egdaniel
· 9 years ago
7732c0c
Revert of Bring back compiling third_party/libpng in public.bzl (patchset #3 id:40001 of https://codereview.chromium.org/2044703006/ )
by scroggo
· 9 years ago
6efeda4
Revert of Store mipmap levels in deferred texture image (patchset #15 id:280001 of https://codereview.chromium.org/2034933003/ )
by brianosman
· 9 years ago
b105cff
Remove bubbles GM
by fmenozzi
· 9 years ago
e6865a0
Revert of Support GL_SAMPLES queries in null contexts (patchset #2 id:20001 of https://codereview.chromium.org/2085043002/ )
by brianosman
· 9 years ago
64b92a5
Support GL_SAMPLES queries in null contexts
by csmartdalton
· 9 years ago
e6939c1
Bring back compiling third_party/libpng in public.bzl
by scroggo
· 9 years ago
b310519
Store mipmap levels in deferred texture image
by cblume
· 9 years ago
79b15f6
Add new GM that exercises Gray 8 mipmapping and sRGB-ness
by brianosman
· 9 years ago
a80bb67
Remove check for cmake in android make script.
by stani
· 9 years ago
7e5e594
Never use CPU-built mips for Gray_8.
by brianosman
· 9 years ago
dabe5d3
update callers to not use SkColorProfileType
by reed
· 9 years ago
db197a5
Fix Mac clang linker
by msarett
· 9 years ago
497e9e2
Integers can now be passed as uniforms; needed for passing color count to fragment shader
by fmenozzi
· 9 years ago
67cb666
Add --simpleCodec to nanobench flags to run a smaller set of benchmarks
by msarett
· 9 years ago
93f66bc
Apply canonicalizations to path GrShapes.
by bsalomon
· 9 years ago
9b972c4
Support texel and draw-indirect buffers in null GL contexts
by csmartdalton
· 9 years ago
5691144
Update SKP version
by update-skps
· 9 years ago
473466c
Reorder colorspaces in GM to match previous behavior
by brianosman
· 9 years ago
a27f669
Benchmark rotated rect with AA/noAA
by liyuqian
· 9 years ago
70ba047
Buildbot spec: Add device_type for Android One
by borenet
· 9 years ago
ddbc6e5
Exempt GrShape test from running on Android
by bsalomon
· 9 years ago
1b28c1a
Some simplifications of GrShape reductions/canonicalizations
by bsalomon
· 9 years ago
d7ec12e
assert that non-empty clips have non-empty bounds
by reed
· 9 years ago
1a48e13
Respect color type and gamma settings in nanobench GPU configs
by brianosman
· 9 years ago
52ede1d
More removal of SkColorProfileType...
by brianosman
· 9 years ago
0ed0575
Sanitize parsing of color look-up table
by msarett
· 9 years ago
d280957
Support sRGB dsts in opt code
by msarett
· 9 years ago
452ba88
Revert of Integers can now be passed as uniforms (patchset #1 id:1 of https://codereview.chromium.org/2076143003/ )
by brianosman
· 9 years ago
875e13c
Simplify mask/clip intersection, making sure to explicitly check for an empty mask.
by mtklein
· 9 years ago
cc3a22b
Integers can now be passed as uniforms; needed for passing color count to fragment shader
by fmenozzi
· 9 years ago
802acec
Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of https://codereview.chromium.org/2071393002/ )
by egdaniel
· 9 years ago
992a22d
Fix mixup where SamplePathOverstroke wasn't added
by hstern
· 9 years ago
3e31812
Quick bandaid for chromium:611002.
by mtklein
· 9 years ago
Next »