Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
530c844d25340eb2f2a4500c99c3f9d04a95b66e
/
src
530c844
Remove unnecessary getColorSpace() API from SkCodec
by msarett
· 9 years ago
a95220d
Setup system in Vulkan to reuse VkDescriptorSet allocations.
by egdaniel
· 9 years ago
8168194
allow curves on side of lines to be very small
by caryclark
· 9 years ago
95302da
Creating framework for drawShadowedPicture
by vjiaoblack
· 9 years ago
f41ae2f
limit the number of points in SkDashPathEffect::asPoints
by lsalzman
· 9 years ago
f292a0c
Remove SkGrPixelRef
by robertphillips
· 9 years ago
33d3258
Revert of Creating framework for drawShadowedPicture (patchset #14 id:260001 of https://codereview.chromium.org/2146073003/ )
by vjiaoblack
· 9 years ago
5fa7f30
Remove DrawFace enum from GrPipelineBuilder
by robertphillips
· 9 years ago
0ae097d
Creating framework for drawShadowedPicture
by vjiaoblack
· 9 years ago
d2b6d64
Minor change to Ganesh path renderers
by robertphillips
· 9 years ago
7b33bf1
fix builder fuzz
by caryclark
· 9 years ago
5d1676c
Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 of https://codereview.chromium.org/2165283002/ )
by robertphillips
· 9 years ago
da152eb
Remove DrawFace enum from GrPipelineBuilder
by robertphillips
· 9 years ago
1f3923e
Deprecate SkDevice::accessBitmap method
by robertphillips
· 9 years ago
afbf71d
Adding color space to SkSpecialImage
by brianosman
· 9 years ago
1b93bd1
Refactor parsing and storage of SkGammas
by msarett
· 9 years ago
1597628
fix fuzzer bug
by caryclark
· 9 years ago
0c90247
Correct sRGB <-> linear everywhere.
by mtklein
· 9 years ago
456bf30
Revert of Refactor parsing and storage of SkGammas (patchset #8 id:280001 of https://codereview.chromium.org/2117773002/ )
by msarett
· 9 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
· 9 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
· 9 years ago
959ccc1
Refactor parsing and storage of SkGammas
by msarett
· 9 years ago
a61bfc6
have MakeFromImage fission the SkImage into a raster or a texture
by reed
· 9 years ago
dddbe38
Adding an SkColorSpace to SkImage_Gpu
by brianosman
· 9 years ago
7d46f4a
exclude unused functions when mac uses freetype (for pdf)
by caryclark
· 9 years ago
2aec3ff
Revert of Refactor parsing and storage of SkGammas (patchset #7 id:220001 of https://codereview.chromium.org/2117773002/ )
by msarett
· 9 years ago
cf5c846
remove dead methods now that we use specials exclusively for imagefilters
by reed
· 9 years ago
e499adf
Use dFdx in Vulkan to address distance field issues.
by jvanverth
· 9 years ago
566ea9b
Tune linear->sRGB constants to round-trip all bytes.
by mtklein
· 9 years ago
2ea944c
Refactor parsing and storage of SkGammas
by msarett
· 9 years ago
de996a0
re-disable save/restore peephole optimization
by reed
· 9 years ago
c526da9
SkLS now accepting nullptr for diffuse shader and normal source, now accurately handling alpha
by dvonbeck
· 9 years ago
158fabb
re-chop if we fail on a big-bad-cubic
by reed
· 9 years ago
1f790aa
Improve assert reporting.
by bungeman
· 9 years ago
ea70c4b
Remove SkDevice::accessRenderTarget virtual
by robertphillips
· 9 years ago
c1be9bc
Add GrVkRecycledResource subclass
by egdaniel
· 9 years ago
35a98c7
Add integer array uniforms to GL and Vulkan
by fmenozzi
· 9 years ago
487f8d3
Consolidate special case shape transformation logic in GrShapeTest.
by bsalomon
· 9 years ago
a2217ef
use special-image for imagefilters and save/restore layer
by reed
· 9 years ago
53574b7
Fix color order for 565,4444, and I8 samplers.
by mtklein
· 9 years ago
e51c356
pre-land special methods on device
by reed
· 9 years ago
9ecaa1d
Remove unused MakeFromTextureCopy API
by brianosman
· 9 years ago
ecbc15d
Minor cleanup of GrStencilAndCoverTextContext
by robertphillips
· 9 years ago
d1bd208
Update rounding/clamping comments on sk_linear_to_srgb().
by mtklein
· 9 years ago
4bcb4c7
Make SkOTTable_name.cpp UTF-8.
by Ben Wagner
· 9 years ago
35f255f
Fix color order on LCD text when using sRGB software backend.
by mtklein
· 9 years ago
1493b97
fix fuzzer
by caryclark
· 9 years ago
64e8e5d
Clarify GrGradientEffect key enum
by fmenozzi
· 9 years ago
6bdbf44
Improve naive SkColorXform to half floats
by msarett
· 9 years ago
49b264c
Create DCs rather than textures in GrConfigConversionEffect
by bsalomon
· 9 years ago
7f3ff20
remove unused MakeFromPixmap
by reed
· 9 years ago
916e02a
Start from DC rather than texture in GrTexutreParamsAdjuster copy code.
by bsalomon
· 9 years ago
c4459f6
Fix debugging code for tracing texture creation
by brianosman
· 9 years ago
e34f17d
Make SkFont a bit more useable
by robertphillips
· 9 years ago
b117ff1
Convert readSurfacePixels to use a draw context instead of a texture
by bsalomon
· 9 years ago
23c4f1a
Fix GrGLInterface::validate() to check for GL_OES_sample_shading on ES contexts
by bsalomon
· 9 years ago
01c9723
Delete the legacy SVG parser
by fmalita
· 9 years ago
fd75dd4
Delete SkXMLPullParser
by fmalita
· 9 years ago
5139e50
Rename variables in SkCanvas::internalSaveLayer
by robertphillips
· 9 years ago
718aab1
Fix the assert and clamping in SkMatrix::get*Scale[s]().
by kolczyk
· 9 years ago
2812f03
Fix rewinding bug in SkJpegCodec
by msarett
· 9 years ago
401ae2d
Rotate bitmap strikes with FreeType.
by bungeman
· 9 years ago
db00a2a
Revert of Fix rewinding bug in SkJpegCodec (patchset #1 id:1 of https://codereview.chromium.org/2161593003/ )
by msarett
· 9 years ago
7890b89
Remove guards in GrGLInterface::validate() for functions that Chromium used to not provide.
by bsalomon
· 9 years ago
640789d
Push GrPipelineBuilder down to the drawBatch calls in the TextContext
by robertphillips
· 9 years ago
1258455
[SkXMLParser] Initial text node support
by fmalita
· 9 years ago
01a2ff8
check for culled-out paths inside SkDraw
by reed
· 9 years ago
a427cc4
Remove SkDOM::build(const char doc[], size_t len)
by fmalita
· 9 years ago
54f30c1
Introduce GrColorSpaceXform, for gamut conversion on textures
by brianosman
· 9 years ago
4ecb8ab
Fix rewinding bug in SkJpegCodec
by msarett
· 9 years ago
55888e4
pathops coincidence and security rewrite
by caryclark
· 9 years ago
6451a0c
Add makeSpecial calls to SkGpuDevice
by robertphillips
· 9 years ago
eb9a84a
Revert of remove unused TableMaskFilter (patchset #1 id:1 of https://codereview.chromium.org/2156463002/ )
by jcgregorio
· 9 years ago
0ae36a2
In GrShape detect that stroked axis-aligned lines are rrects.
by bsalomon
· 9 years ago
cea22ae
Guard SkMatrix::get*Scale[s]() against negative nearly-zero values.
by kolczyk
· 9 years ago
280d537
Revert of Rotate emoji with FreeType. (patchset #5 id:80001 of https://codereview.chromium.org/2139703002/ )
by bungeman
· 9 years ago
6fc8ff0
Add support for Fuchsia
by abarth
· 9 years ago
31e0c13
Rotate bitmap strikes with FreeType.
by bungeman
· 9 years ago
7503d60
move responsibility for creating raster-device into pdf
by reed
· 9 years ago
9ce3a54
Add capability for SkColorXform to output half floats
by msarett
· 9 years ago
7ac5da8
Dont allocate a new image which already has mip levels, when regenerating vulkan mipmaps
by egdaniel
· 9 years ago
eb92cb3
SkPdf: smaller color serialization
by halcanary
· 9 years ago
f0c30f5
SkPDF: Join Positioned Text
by halcanary
· 9 years ago
39f988e
SkPDF: Always give a default advance for glyphs.
by halcanary
· 9 years ago
04d6218
Add copy (when needed) to SkGpuDevice::asSpecial
by robertphillips
· 9 years ago
18895db
SkColorSpace::NewICC() warn instead of fail on bad input
by msarett
· 9 years ago
cd4051e
remove unused CreateInfo flag
by reed
· 9 years ago
1b5f968
Add SkGpuDevice::asSpecial entry point
by robertphillips
· 9 years ago
036e183
Add a bench to measure the best way to pack from int to uint16_t with SSE.
by mtklein
· 9 years ago
58e389b
Expand _01 half<->float limitation to _finite. Simplify.
by mtklein
· 9 years ago
4280366
Add getColorSpace to GrTextureProducer
by brianosman
· 9 years ago
7445e86
Dust-off SkXMLParser
by fmalita
· 9 years ago
59779ae
remove unused TableMaskFilter
by reed
· 9 years ago
494c2b6
Fix a bug in the Clamp in X direction tiling.
by herb
· 9 years ago
970587b
Remove GrWrapTextureInBitmap call in SkGpuDevice::drawSpriteWithFilter
by robertphillips
· 9 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
· 9 years ago
3296bee
Expand _01 half<->float limitation to _finite. Simplify.
by mtklein
· 9 years ago
1433c67
Remove SkGrTexturePixelRef and SkGrRenderTargetPixelRef aliases for SkGrPixelRef
by bsalomon
· 9 years ago
67c6c8e
Fix leak when DFPR fails to draw path
by bsalomon
· 9 years ago
abda35d
GrBufferAllocPool: use _throw calloc() if unchecked.
by mtklein
· 9 years ago
Next »