Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
06ca8ec87cf6fab57cadd043a5ac18c4154a4129
/
src
06ca8ec
sk_sp for Ganesh.
by bungeman
· 8 years ago
8c5424c
SkColorSpace::NewICC fix integer overflow caught by fuzzer
by msarett
· 8 years ago
a058786
Make SkDashPathEffect fail for stroke+fill style (in addition to fill style)
by bsalomon
· 8 years ago
a9e878c
Optimize color xforms with 2.2 gammas for SSE2
by msarett
· 8 years ago
dd40483
Use faster case for on tile sampling, and a little clean up. This has been a sampling bug and so was bypassed using "false &&". Found the sampling bug and added the case back in.
by herb
· 8 years ago
066df7c
Add GpuCommandBuffer support.
by egdaniel
· 8 years ago
e9906e7
Fix mipmap generation on Nexus 5x & 6p devices.
by brianosman
· 8 years ago
ecbc12b
Replace targetHasUnifiedMultisampling in GrPB constructor
by csmartdalton
· 8 years ago
5c7d62d
When setting up a copySurface dst texture make the orientation match the src when glBlitFramebuffer requires it
by bsalomon
· 8 years ago
7942f22
Fix instances where hwaa was wrong for mixed samples
by csmartdalton
· 8 years ago
f1af0e9
Handle single pixel case on tiled.
by herb
· 8 years ago
9a6cf80
Subclass GrVkCommandBuffer into Primary and Secondary CommandBuffers.
by egdaniel
· 8 years ago
2feb093
Add support for finding/creating general GrVkRenderPass from the VkResourceProvider.
by egdaniel
· 8 years ago
dae6b97
fix pathops fuzz bugs
by caryclark
· 8 years ago
2af4599
A Mozilla developer ran the µmix static analyzer on its codebase and incidentally found some issues regarding null checks in Skia. This fixes the issues that were found.
by lsalzman
· 8 years ago
4dbbd04
SkLeanWindows.h: #include "Windows.h" fewer places
by halcanary
· 8 years ago
50bcb18
Revert of Move immintrin/arm_neon includes to where they are used. (patchset #2 id:20001 of https://codereview.chromium.org/2045633002/ )
by mtklein
· 8 years ago
ddc2cd6
Fix dashing bug where hwaa was unintentionally disabled
by csmartdalton
· 8 years ago
131ff13
Switch to a whitelist for manual mip-map generation
by brianosman
· 8 years ago
93e3fff
Fix for rare crash in Poly::addEdge().
by senorblanco
· 8 years ago
d672384
Make GrShape use the original path when path effect fails.
by bsalomon
· 8 years ago
3db2028
linear -> sRGB: use fast approximate sqrt()
by mtklein
· 8 years ago
12dfaaa
Move immintrin/arm_neon includes to where they are used.
by mtklein
· 8 years ago
d62e28b
Refactor creation of GrVkRenderPasses to make them move general
by egdaniel
· 8 years ago
af18fb4
Make GrDashEffect take a AA mode enum.
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
53180c9
Use Options object passed to startScanlineDecode
by scroggo
· 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
a4fa4f6
Gamma sanity checks
by msarett
· 8 years ago
64d3143
Name parametric gamma curve types
by msarett
· 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
a4e4b79
Add the ability to handle premul and swizzle src bitmap data.
by herb
· 8 years ago
7062d01
More Unref GrXPFactory.
by bungeman
· 8 years ago
862dae5
Add ability to rotate light direction in drawLitAtlas Sample slide
by robertphillips
· 8 years ago
ab0bf2e
Unref GrXPFactory.
by bungeman
· 8 years ago
44e09ec
SkMipMap::ComputeLevelSize to return SkISize
by cblume
· 8 years ago
186d2d4
Plumbing mipmaps to the point of creation.
by cblume
· 8 years ago
976f5f0
Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack
by robertphillips
· 8 years ago
5823846
Add gm for displaying different variants of 8888 bitmaps and fix a small rejection case for sprite blitters.
by herb
· 8 years ago
7b9eabb
SkPDF: handle unpremul right
by halcanary
· 8 years ago
1897cfd
Abandon offset support with texel buffers
by csmartdalton
· 8 years ago
5cebf8c
Support ARB extensions for indirect drawing
by csmartdalton
· 8 years ago
577967c
Fix uses of SkImageInfo in BRD to preserve color space info
by msarett
· 8 years ago
6fb2391
Make SkPngCodec decode progressively.
by scroggo
· 8 years ago
45420a9
SkMultiPictureDocument & SkMultiPictureDocumentReader
by halcanary
· 8 years ago
fbce71f
add MakeS32 helper to SkImageInfo, fix named-gamma constructor bug
by reed
· 8 years ago
531237e
Tessellator: stop copying vertices into Polys and Monotones.
by senorblanco
· 8 years ago
f2204c9
Adjust tolerance for when Ganesh stroked-line-as-rect optimization kicks in
by robertphillips
· 8 years ago
da1aeda
Remove SK_SUPPORT_LEGACY_TYPEFACE_MAKE_FROM_NAME.
by bungeman
· 8 years ago
21c5ec6
Exclude Mali devices from manual mip-mapping.
by brianosman
· 8 years ago
f95ff4a
Add getting the size of a given mipmap level.
by cblume
· 8 years ago
09563ce
Add a caps bit to enable/disable the new manual mip-mapper
by brianosman
· 8 years ago
33f6b3f
Manually generated sRGB mipmaps, with successively smaller draws.
by brianosman
· 8 years ago
0851d2d
Handle stroked single line special case in Ganesh
by robertphillips
· 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
9876ac5
Create SkColorSpaceXform to handle color conversions
by msarett
· 8 years ago
81e4cc7
Recognize common parametric gamma
by msarett
· 8 years ago
066d682
Fix uninit warning on valgrind bot in SkPathPriv:IsSimpleClosedRect
by Brian Salomon
· 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
4a603fc
Revert of Create SkColorSpaceXform to handle color conversions (patchset #10 id:260001 of https://codereview.chromium.org/1952063002/ )
by msarett
· 8 years ago
c4b0915
Implement support for rendering color emoji on Windows
by kulshin
· 8 years ago
740cc88
Create SkColorSpaceXform to handle color conversions
by msarett
· 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
ba150cc
always compute a cubic tangent
by caryclark
· 8 years ago
276e633
Check results from calls to SkCubicClipper::ChopMonoAtY.
by mbarbella
· 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
71e0552
Make use of new SkLights class
by robertphillips
· 8 years ago
ee6a991
SkTypeface::MakeFromName to take SkFontStyle.
by mboc
· 8 years ago
bfa9275
SkXPS: clean up SkConstexprMath
by halcanary
· 8 years ago
a9ef92a
SkEncodedInfo: simplify
by halcanary
· 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
18c4943
Use special case for 0x00 and 0xFF alpha to go faster.
by herb
· 8 years ago
2c05280
Add mip support to *DeferredTextureImageData functions.
by cblume
· 8 years ago
d15947e
Filter out degenerate contours in GrConvexPolyEffect
by lsalzman
· 8 years ago
107c895
Fix integer overflow in SkColorSpace
by msarett
· 8 years ago
019db3f
Remove unused SkPictureGpuAnalyzer::analyze()
by fmalita
· 8 years ago
a4b09a1
Make SkPngCodec decode progressively.
by scroggo
· 8 years ago
3eb7d76
Fix incorrect sampler locations when using CHROMIUM_bind_uniform_location
by kkinnunen
· 8 years ago
40ff8ed
Change parameters to GrPipelineBuilder's ctor
by robertphillips
· 8 years ago
0881fb5
Rewrite assignment operator on SkBitmap, fix asan
by msarett
· 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
93ca884
pin before calling acos
by caryclark
· 8 years ago
7dcb131
Silence ASAN int32 overflow warning
by fmalita
· 8 years ago
4972908
add more SK_WARN_UNUSED_RESULT attributes to functions that ignore out-params if they fail
by reed
· 8 years ago
7b38e3c
Fix int32 overflow in LinearGradientContext::shade4_dx_clamp
by fmalita
· 8 years ago
a62038c
Srcover for sprite blitters.
by herb
· 8 years ago
2bec26a
fix security bug
by caryclark
· 8 years ago
99e22fb
SkPDF/SkColorSpace: use writeToICC
by halcanary
· 8 years ago
b5fc58e
Complex clipPath accounting
by fmalita
· 8 years ago
f34cd63
Assign sRGB color space to unmarked jpegs and pngs
by msarett
· 8 years ago
ab926f0
Write ICC profiles from SkColorSpace object
by msarett
· 8 years ago
Next »