Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
057ae8a15ddd2af639a829d63aca29cbc6b1bb57
/
src
/
core
057ae8a
Fix misdetection of rectangles in SkPath::IsSimpleClosedRect.
by bsalomon
· 8 years ago
8e4373f
Have SkRasterPipelineBlitter take over for 565 when it can.
by mtklein
· 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
9a5c47f
Add SkRasterPipeline blitter.
by mtklein
· 8 years ago
839345d
Bundle SkShader::asFragmentProcessor arguments in a struct
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
3011e33
Add SkRasterPipeline blitter.
by mtklein
· 8 years ago
d50e240
Fix SkClipStack bug with inverse-filled difference elements
by csmartdalton
· 8 years ago
d01a8f4
Fix SW sRGB dst + LCD coverage bug.
by mtklein
· 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
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
95302da
Creating framework for drawShadowedPicture
by vjiaoblack
· 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
0ae097d
Creating framework for drawShadowedPicture
by vjiaoblack
· 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
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
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
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
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
d1bd208
Update rounding/clamping comments on sk_linear_to_srgb().
by mtklein
· 8 years ago
35f255f
Fix color order on LCD text when using sRGB software backend.
by mtklein
· 8 years ago
6bdbf44
Improve naive SkColorXform to half floats
by msarett
· 8 years ago
7f3ff20
remove unused MakeFromPixmap
by reed
· 8 years ago
e34f17d
Make SkFont a bit more useable
by robertphillips
· 8 years ago
5139e50
Rename variables in SkCanvas::internalSaveLayer
by robertphillips
· 8 years ago
718aab1
Fix the assert and clamping in SkMatrix::get*Scale[s]().
by kolczyk
· 8 years ago
01a2ff8
check for culled-out paths inside SkDraw
by reed
· 8 years ago
54f30c1
Introduce GrColorSpaceXform, for gamut conversion on textures
by brianosman
· 8 years ago
6451a0c
Add makeSpecial calls to SkGpuDevice
by robertphillips
· 8 years ago
cea22ae
Guard SkMatrix::get*Scale[s]() against negative nearly-zero values.
by kolczyk
· 8 years ago
7503d60
move responsibility for creating raster-device into pdf
by reed
· 8 years ago
9ce3a54
Add capability for SkColorXform to output half floats
by msarett
· 8 years ago
18895db
SkColorSpace::NewICC() warn instead of fail on bad input
by msarett
· 8 years ago
cd4051e
remove unused CreateInfo flag
by reed
· 8 years ago
58e389b
Expand _01 half<->float limitation to _finite. Simplify.
by mtklein
· 8 years ago
494c2b6
Fix a bug in the Clamp in X direction tiling.
by herb
· 8 years ago
64bbad3
Revert of Expand _01 half<->float limitation to _finite. Simplify. (patchset #7 id:120001 of https://codereview.chromium.org/2145663003/ )
by mtklein
· 8 years ago
3296bee
Expand _01 half<->float limitation to _finite. Simplify.
by mtklein
· 8 years ago
614d8f9
Remove GrWrapTextureInBitmap from public API
by bsalomon
· 8 years ago
e5de130
Added the framework for having canvas/recorder/picture record depth_set's.
by vjiaoblack
· 8 years ago
05c73b7
Remove bulk float <-> half routines. These are dead code.
by mtklein
· 8 years ago
dda5445
Remove GrLayerHoister
by robertphillips
· 8 years ago
77d6f7d
use gpu-image instead of wrapping in a bitmap for specialimage
by reed
· 8 years ago
b1b12f8
handle large conic weights
by reed
· 8 years ago
6e998e6
Revert "Added the framework for having canvas/recorder/picture record depth_set's."
by mtklein
· 8 years ago
1185d90
Added the framework for having canvas/recorder/picture record depth_set's.
by vjiaoblack
· 8 years ago
0abddf7
SkRasterPipeline: simplify impl and remove need to rewire stages
by mtklein
· 8 years ago
0358a6a
Update SkOpts namespaces.
by mtklein
· 8 years ago
e3aea10
Remove user specified typeface id.
by bungeman
· 8 years ago
e504dbc
Revert "Added the framework for having canvas/recorder/picture record depth_set's."
by mtklein
· 8 years ago
281b33f
SkRasterPipeline preliminaries
by mtklein
· 8 years ago
7438bfc
Factor code to rotate a canvas about a point.
by bungeman
· 8 years ago
2edf0c6
Remove bloat from SkBlend_opts.
by herb
· 8 years ago
7d3ff71
Add Sk4f_RoundToInt
by msarett
· 8 years ago
6d3fb89
Added the framework for having canvas/recorder/picture record depth_set's.
by vjiaoblack
· 8 years ago
1264472
remove unused parameter to make android happy (when this header is moved to private)
by reed
· 8 years ago
afb8539
Revert of try to speed-up maprect + round2i + contains (patchset #8 id:140001 of https://codereview.chromium.org/2133413002/ )
by msarett
· 8 years ago
b42b785
try to speed-up maprect + round2i + contains
by reed
· 8 years ago
00dd453
Reduce size of LinearBitmapPipeline from 281K to 134K, but keep the same speed.
by herb
· 8 years ago
5608e2e
Clean up hyper-local SkCpu feature test experiment.
by mtklein
· 8 years ago
810efb5
Delay initialization of free list in SkTLList until first use of list
by bsalomon
· 8 years ago
6006f67
Make all color xforms 'fast' (step 1)
by msarett
· 8 years ago
6af677f
Changed SkLightingShader API to take in a shader as color source
by dvonbeck
· 8 years ago
6092b6e
Revert of change mapRectScaleTranslate to pass args/ret by value (patchset #1 id:1 of https://codereview.chromium.org/2137853002/ )
by reed
· 8 years ago
14dce6e
change mapRectScaleTranslate to pass args/ret by value
by reed
· 8 years ago
e6347ad
Abstracted diffuse color map out of SkLightingShaderImpl into a generic SkShader
by dvonbeck
· 8 years ago
66ad44a
Fixed error when normal.z = 1 in GPUs with binary16 floats
by dvonbeck
· 8 years ago
ac41bac
Move sRGB <-> linear conversion components to their own files.
by mtklein
· 8 years ago
0e56972
Revert of Abstracted diffuse color map out of SkLightingShaderImpl into a generic SkShader (patchset #11 id:200001 of https://codereview.chromium.org/2062703003/ )
by rmistry
· 8 years ago
f48c62f
Promote the GCC/libc++/<memory> 'typedef float float32_t' workaround to SkTypes.h
by bsalomon
· 8 years ago
e930459
Revert of Move sRGB <-> linear conversion components to their own files. (patchset #5 id:80001 of https://codereview.chromium.org/2128893002/ )
by mtklein
· 8 years ago
ea5a651
make some canvas utils virtual (for proxy based subclasses)
by reed
· 8 years ago
45e58c8
Move sRGB <-> linear conversion components to their own files.
by mtklein
· 8 years ago
45561a0
drawTextRSXform
by reed
· 8 years ago
e5fb9c8
centralize VECTORCALL as SK_VECTORCALL
by mtklein
· 8 years ago
3f58cd0
Abstracted diffuse color map out of SkLightingShaderImpl into a generic SkShader
by dvonbeck
· 8 years ago
5b794fa
API change to allow for NormalSource selection at the user level.
by dvonbeck
· 8 years ago
a4b8704
check for zero scale in SkDraw::ComputeResScaleForStroking
by lsalzman
· 8 years ago
41c27e1
Experiment: add flag for finish-recording to return null
by reed
· 8 years ago
7446716
use mapRectScaleTranslate for common case in clipRect
by reed
· 8 years ago
Next »