Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
dc2257bfab9fc232f96c6db0595b9d12b2f0cf36
/
src
9dc935f
Remove all usage of SkSurfaceProps::isGammaCorrect()
by brianosman
· 8 years ago
a5e1e33
Fix alignment problems in NEON Sk4b.
by mtklein
· 8 years ago
e25a4f6
fix fuzz bugs
by caryclark
· 8 years ago
efded51
Always supply a color space (sRGB for now) with F16
by brianosman
· 8 years ago
f660b7c
Add Sk4h_load4 for loading F16.
by mtklein
· 8 years ago
8c523e0
Move prepareForExternalIO from GrRenderTarget to GrDrawContext
by robertphillips
· 8 years ago
707bbd6
Reuse sampler descriptor set allocations in Vulkan
by egdaniel
· 8 years ago
27efa23
respect kFast_SrcRectConstraint by allowing shader access to entire bitmap
by reed
· 8 years ago
a18c3b8
Use sk_srgb_to_linear_trunc in SkColorXform_opts
by msarett
· 8 years ago
3418c0e
Delete SkDefaultXform, handle edge cases in SkColorSpaceXform_Base
by msarett
· 8 years ago
9ac6d8d
Fix F16 raster text masks. We don't want fake gamma in that case.
by brianosman
· 8 years ago
b811378
Update typeface serialization style.
by bungeman
· 8 years ago
6e45bda
Add test for typeface style round trip.
by bungeman
· 8 years ago
4e90e3e
Have SkRasterPipelineBlitter take over for F16 when it can.
by mtklein
· 8 years ago
bd2bd5c
lock special-raster while the caller's bitmap is in-scope
by reed
· 8 years ago
56586b6
SkPDF: re-work SkPDFUtils::FloatToDecimal
by halcanary
· 8 years ago
1ab9e59
Google3 <functional> has a global "using std::plus"...
by mtklein
· 8 years ago
8fe485b
Just pass the draw context to paint conversion
by brianosman
· 8 years ago
6466544
stages for most xfermodes
by mtklein
· 8 years ago
d598f79
SkSL performance improvements (plus a couple of minor warning fixes)
by ethannicholas
· 8 years ago
c7ec7c9
remove/deprecate SkBitmap::getTexture, as it now always returns false
by reed
· 8 years ago
2c9e200
remove fClipStack and attach/deattach-from-canvas
by reed
· 8 years ago
b5acf6e
Add a clamp stage to SkRasterPipelineBlitter.
by mtklein
· 8 years ago
8bc90e2
fix fuzz
by caryclark
· 8 years ago
05e3c39
Arithmetic xfermode stage.
by mtklein
· 8 years ago
1638c0d
Add destination color space to AsFPArgs. Eliminates last XFORMTODO.
by brianosman
· 8 years ago
b560b5c
lockPixelsAreWritable is deprecated
by reed
· 8 years ago
057ae8a
Fix misdetection of rectangles in SkPath::IsSimpleClosedRect.
by bsalomon
· 8 years ago
0e72e9e
Remove asserts on scissor size in Vulkan
by egdaniel
· 8 years ago
8e4373f
Have SkRasterPipelineBlitter take over for 565 when it can.
by mtklein
· 8 years ago
5544795
Convert XYZ values from PNGs to D50
by msarett
· 8 years ago
86a6c6d
In the current code, tiling and bilerp sampling are strongly tied together. They can be separated by taking advantage of observation that translating a sample point into filter points in the bilerp stage the filter points will be at most 0.5 outside the tile. This allows simplified repositioning for the various tiling modes; clamp and mirror use min and max while repeat has max -> 0 and 0-> max. This allows bilerp to simply treat the filter points that fall off the tile. This allows tiling and bilerp sampling to be totally separate.
by herb
· 8 years ago
f149169
Correct advances for 'monospace' fonts in PDF.
by bungeman
· 8 years ago
9a5c47f
Add SkRasterPipeline blitter.
by mtklein
· 8 years ago
839345d
Bundle SkShader::asFragmentProcessor arguments in a struct
by brianosman
· 8 years ago
8a8accb
limit number of searched roots
by caryclark
· 8 years ago
4c6e47a
Recycle small uniform buffers.
by jvanverth
· 8 years ago
500bb3e
Connect dst color space in a few places (removing TODOs)
by brianosman
· 8 years ago
aa29b27
Revert of Add SkRasterPipeline blitter. (patchset #18 id:340001 of https://codereview.chromium.org/2146413002/ )
by mtklein
· 8 years ago
5bfee98
Creating framework for drawShadowedPicture
by vjiaoblack
· 8 years ago
cbecb08
Allow GrReducedClip to take non-integer query bounds
by csmartdalton
· 8 years ago
3011e33
Add SkRasterPipeline blitter.
by mtklein
· 8 years ago
d50e240
Fix SkClipStack bug with inverse-filled difference elements
by csmartdalton
· 8 years ago
aec570e
Don't ask GLX for EGL procs.
by mtklein
· 8 years ago
d01a8f4
Fix SW sRGB dst + LCD coverage bug.
by mtklein
· 8 years ago
bb24383
Revert of Retract PipelineBuilder some more (patchset #9 id:160001 of https://codereview.chromium.org/2092893003/ )
by bsalomon
· 8 years ago
396fcdb
Cleanup of code that converts from GPU-backed resources to SkImageInfo
by brianosman
· 8 years ago
a5ba329
Add clamp to sk_linear_to_srgb, reorder instructions
by msarett
· 8 years ago
da626aa
Revert of Redo Tiling (patchset #14 id:260001 of https://codereview.chromium.org/2134893002/ )
by jcgregorio
· 8 years ago
cdeff81
conic fuzz fix
by caryclark
· 8 years ago
5379051
Fix SkScalerContext_FreeType::generateFontMetrics.
by bungeman
· 8 years ago
dfe4f2e
Add SkColorSpace to GrDrawContext
by brianosman
· 8 years ago
8602ede
In the current code, tiling and bilerp sampling are strongly tied together. They can be separated by taking advantage of observation that translating a sample point into filter points in the bilerp stage the filter points will be at most 0.5 outside the tile. This allows simplified repositioning for the various tiling modes; clamp and mirror use min and max while repeat has max -> 0 and 0-> max. This allows bilerp to simply treat the filter points that fall off the tile. This allows tiling and bilerp sampling to be totally separate.
by herb
· 8 years ago
959d45b
Miscellaneous color space refactors
by msarett
· 8 years ago
d7bae18
Reenable support for CHROMIUM_set_uniform_location
by bsalomon
· 8 years ago
a339bb0
let line/cubic intersect at four spots
by caryclark
· 8 years ago
2895eeb
Retract PipelineBuilder some more
by robertphillips
· 8 years ago
f25bff9
Drop support for libjpeg-turbo < 1.2 in SkJpegCodec
by msarett
· 8 years ago
530c844
Remove unnecessary getColorSpace() API from SkCodec
by msarett
· 8 years ago
a95220d
Setup system in Vulkan to reuse VkDescriptorSet allocations.
by egdaniel
· 8 years ago
8168194
allow curves on side of lines to be very small
by caryclark
· 8 years ago
95302da
Creating framework for drawShadowedPicture
by vjiaoblack
· 8 years ago
f41ae2f
limit the number of points in SkDashPathEffect::asPoints
by lsalzman
· 8 years ago
f292a0c
Remove SkGrPixelRef
by robertphillips
· 8 years ago
33d3258
Revert of Creating framework for drawShadowedPicture (patchset #14 id:260001 of https://codereview.chromium.org/2146073003/ )
by vjiaoblack
· 8 years ago
5fa7f30
Remove DrawFace enum from GrPipelineBuilder
by robertphillips
· 8 years ago
0ae097d
Creating framework for drawShadowedPicture
by vjiaoblack
· 8 years ago
d2b6d64
Minor change to Ganesh path renderers
by robertphillips
· 8 years ago
7b33bf1
fix builder fuzz
by caryclark
· 8 years ago
5d1676c
Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 of https://codereview.chromium.org/2165283002/ )
by robertphillips
· 8 years ago
da152eb
Remove DrawFace enum from GrPipelineBuilder
by robertphillips
· 8 years ago
1f3923e
Deprecate SkDevice::accessBitmap method
by robertphillips
· 8 years ago
afbf71d
Adding color space to SkSpecialImage
by brianosman
· 8 years ago
1b93bd1
Refactor parsing and storage of SkGammas
by msarett
· 8 years ago
1597628
fix fuzzer bug
by caryclark
· 8 years ago
0c90247
Correct sRGB <-> linear everywhere.
by mtklein
· 8 years ago
456bf30
Revert of Refactor parsing and storage of SkGammas (patchset #8 id:280001 of https://codereview.chromium.org/2117773002/ )
by msarett
· 8 years ago
ad7604b
Have MakeFromImage fission the SkImage into a raster or a texture (patchset #1 id:1 of https://codereview.chromium.org/2167813002/ )"
by reed
· 8 years ago
3fb8720
Revert of have MakeFromImage fission the SkImage into a raster or a texture (patchset #1 id:1 of https://codereview.chromium.org/2167813002/ )
by reed
· 8 years ago
959ccc1
Refactor parsing and storage of SkGammas
by msarett
· 8 years ago
a61bfc6
have MakeFromImage fission the SkImage into a raster or a texture
by reed
· 8 years ago
dddbe38
Adding an SkColorSpace to SkImage_Gpu
by brianosman
· 8 years ago
7d46f4a
exclude unused functions when mac uses freetype (for pdf)
by caryclark
· 8 years ago
2aec3ff
Revert of Refactor parsing and storage of SkGammas (patchset #7 id:220001 of https://codereview.chromium.org/2117773002/ )
by msarett
· 8 years ago
cf5c846
remove dead methods now that we use specials exclusively for imagefilters
by reed
· 8 years ago
e499adf
Use dFdx in Vulkan to address distance field issues.
by jvanverth
· 8 years ago
566ea9b
Tune linear->sRGB constants to round-trip all bytes.
by mtklein
· 8 years ago
2ea944c
Refactor parsing and storage of SkGammas
by msarett
· 8 years ago
de996a0
re-disable save/restore peephole optimization
by reed
· 8 years ago
c526da9
SkLS now accepting nullptr for diffuse shader and normal source, now accurately handling alpha
by dvonbeck
· 8 years ago
158fabb
re-chop if we fail on a big-bad-cubic
by reed
· 8 years ago
1f790aa
Improve assert reporting.
by bungeman
· 8 years ago
ea70c4b
Remove SkDevice::accessRenderTarget virtual
by robertphillips
· 8 years ago
c1be9bc
Add GrVkRecycledResource subclass
by egdaniel
· 8 years ago
35a98c7
Add integer array uniforms to GL and Vulkan
by fmenozzi
· 8 years ago
487f8d3
Consolidate special case shape transformation logic in GrShapeTest.
by bsalomon
· 8 years ago
a2217ef
use special-image for imagefilters and save/restore layer
by reed
· 8 years ago
53574b7
Fix color order for 565,4444, and I8 samplers.
by mtklein
· 8 years ago
e51c356
pre-land special methods on device
by reed
· 8 years ago
9ecaa1d
Remove unused MakeFromTextureCopy API
by brianosman
· 8 years ago
Next »