Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
c7b4b28496a94c3fce7f11a18ce04deffbf9cfcb
c7b4b28
Make sk_app::WindowContext directly create a SkSurface without an intermediate GrRenderTarget
by bsalomon
· 8 years ago
6bdbf44
Improve naive SkColorXform to half floats
by msarett
· 8 years ago
9061aa4
Create DCs instead of textures in SRGBMipMaps test
by bsalomon
· 8 years ago
49b264c
Create DCs rather than textures in GrConfigConversionEffect
by bsalomon
· 8 years ago
28b62e6
Simplify random_draw_context used by GLProgramsTest
by bsalomon
· 8 years ago
7f3ff20
remove unused MakeFromPixmap
by reed
· 8 years ago
f037d48
GN: refactor third_party/gni
by mtklein
· 8 years ago
916e02a
Start from DC rather than texture in GrTexutreParamsAdjuster copy code.
by bsalomon
· 8 years ago
c4459f6
Fix debugging code for tracing texture creation
by brianosman
· 8 years ago
e34f17d
Make SkFont a bit more useable
by robertphillips
· 8 years ago
b117ff1
Convert readSurfacePixels to use a draw context instead of a texture
by bsalomon
· 8 years ago
23c4f1a
Fix GrGLInterface::validate() to check for GL_OES_sample_shading on ES contexts
by bsalomon
· 8 years ago
01c9723
Delete the legacy SVG parser
by fmalita
· 8 years ago
e817ddf
GN: polyfill is_fuchsia
by mtklein
· 8 years ago
fd75dd4
Delete SkXMLPullParser
by fmalita
· 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
2812f03
Fix rewinding bug in SkJpegCodec
by msarett
· 8 years ago
401ae2d
Rotate bitmap strikes with FreeType.
by bungeman
· 8 years ago
db00a2a
Revert of Fix rewinding bug in SkJpegCodec (patchset #1 id:1 of https://codereview.chromium.org/2161593003/ )
by msarett
· 8 years ago
7890b89
Remove guards in GrGLInterface::validate() for functions that Chromium used to not provide.
by bsalomon
· 8 years ago
640789d
Push GrPipelineBuilder down to the drawBatch calls in the TextContext
by robertphillips
· 8 years ago
1258455
[SkXMLParser] Initial text node support
by fmalita
· 8 years ago
d876a4b
Add bounds info
by fmenozzi
· 8 years ago
01a2ff8
check for culled-out paths inside SkDraw
by reed
· 8 years ago
034f243
disable test that fails to compute bounds on nexus 5
by caryclark
· 8 years ago
c6b842b
disable new test since it fails on skia_fast
by caryclark
· 8 years ago
b435963
Tweak a couple things I found confusing in ColorSpaceXform unit tests.
by mtklein
· 8 years ago
a427cc4
Remove SkDOM::build(const char doc[], size_t len)
by fmalita
· 8 years ago
54f30c1
Introduce GrColorSpaceXform, for gamut conversion on textures
by brianosman
· 8 years ago
baaea53
Convert SK Images to new assets format
by borenet
· 8 years ago
4ecb8ab
Fix rewinding bug in SkJpegCodec
by msarett
· 8 years ago
0b30049
Initialize fGammaCorrect in DF Path Renderer unit test
by bsalomon
· 8 years ago
55888e4
pathops coincidence and security rewrite
by caryclark
· 8 years ago
6451a0c
Add makeSpecial calls to SkGpuDevice
by robertphillips
· 8 years ago
f023e68
Add filename to gradient scrape
by fmenozzi
· 8 years ago
eb9a84a
Revert of remove unused TableMaskFilter (patchset #1 id:1 of https://codereview.chromium.org/2156463002/ )
by jcgregorio
· 8 years ago
0ae36a2
In GrShape detect that stroked axis-aligned lines are rrects.
by bsalomon
· 8 years ago
490c07d
Test auto merger
by msarett
· 8 years ago
eaf6d41
Update SKP version
by update-skps
· 8 years ago
cea22ae
Guard SkMatrix::get*Scale[s]() against negative nearly-zero values.
by kolczyk
· 8 years ago
280d537
Revert of Rotate emoji with FreeType. (patchset #5 id:80001 of https://codereview.chromium.org/2139703002/ )
by bungeman
· 8 years ago
6fc8ff0
Add support for Fuchsia
by abarth
· 8 years ago
31e0c13
Rotate bitmap strikes with FreeType.
by bungeman
· 8 years ago
7503d60
move responsibility for creating raster-device into pdf
by reed
· 8 years ago
80d46cc
Speculatively fix Android automerger
by msarett
· 8 years ago
9ce3a54
Add capability for SkColorXform to output half floats
by msarett
· 8 years ago
7ac5da8
Dont allocate a new image which already has mip levels, when regenerating vulkan mipmaps
by egdaniel
· 8 years ago
eb92cb3
SkPdf: smaller color serialization
by halcanary
· 8 years ago
f0c30f5
SkPDF: Join Positioned Text
by halcanary
· 8 years ago
39f988e
SkPDF: Always give a default advance for glyphs.
by halcanary
· 8 years ago
ec58b86
Fix broken Android framework build.
by djsollen
· 8 years ago
04d6218
Add copy (when needed) to SkGpuDevice::asSpecial
by robertphillips
· 8 years ago
921e48b
Exclude XML and dependencies from Bazel build.
by benjaminwagner
· 8 years ago
18895db
SkColorSpace::NewICC() warn instead of fail on bad input
by msarett
· 8 years ago
718df0a
Make XML compilation conditional.
by fmalita
· 8 years ago
cd4051e
remove unused CreateInfo flag
by reed
· 8 years ago
f1120ea
Convert Win toolchain to CIPD package
by borenet
· 8 years ago
1b5f968
Add SkGpuDevice::asSpecial entry point
by robertphillips
· 8 years ago
036e183
Add a bench to measure the best way to pack from int to uint16_t with SSE.
by mtklein
· 8 years ago
58e389b
Expand _01 half<->float limitation to _finite. Simplify.
by mtklein
· 8 years ago
4280366
Add getColorSpace to GrTextureProducer
by brianosman
· 8 years ago
6e21efd
Probably no need for GM self-tests now that GM doesn't exist.
by mtklein
· 8 years ago
7445e86
Dust-off SkXMLParser
by fmalita
· 8 years ago
59779ae
remove unused TableMaskFilter
by reed
· 8 years ago
494c2b6
Fix a bug in the Clamp in X direction tiling.
by herb
· 8 years ago
970587b
Remove GrWrapTextureInBitmap call in SkGpuDevice::drawSpriteWithFilter
by robertphillips
· 8 years ago
771a190
Build Expat on all platforms
by fmalita
· 8 years ago
4c7e117
Remove dead flag from SkPictureRecorder
by robertphillips
· 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
7cf36cc
Stop testing texture-backed bitmaps in drawbitmaprect GM
by bsalomon
· 8 years ago
b1792f1
Rewrite GrTextureMipMapInvalidationTest using SkImage
by bsalomon
· 8 years ago
cfc79fe
Added premulFourChannelColor to GrInvariantOutput
by dvonbeck
· 8 years ago
1433c67
Remove SkGrTexturePixelRef and SkGrRenderTargetPixelRef aliases for SkGrPixelRef
by bsalomon
· 8 years ago
016e51f
Add verb field in scraping scripts
by fmenozzi
· 8 years ago
201364c
Remove unit test that tests subsetting texture backed bitmaps.
by bsalomon
· 8 years ago
67c6c8e
Fix leak when DFPR fails to draw path
by bsalomon
· 8 years ago
abda35d
GrBufferAllocPool: use _throw calloc() if unchecked.
by mtklein
· 8 years ago
614d8f9
Remove GrWrapTextureInBitmap from public API
by bsalomon
· 8 years ago
a2e0837
Stop testing texture-backed bitmaps in bleed GMs
by bsalomon
· 8 years ago
6d6b6ad
Make GrBatchAtlas robust against attempts to add large rects.
by bsalomon
· 8 years ago
50ead53
Update RT views and framebuffer in vulkan after mipmaping
by egdaniel
· 8 years ago
990dbc8
Add Texture2D and Sampler GrSLTypes
by egdaniel
· 8 years ago
e5de130
Added the framework for having canvas/recorder/picture record depth_set's.
by vjiaoblack
· 8 years ago
f382b48
Disable aliased font test on iOS.
by bungeman
· 8 years ago
9f01276
move GrPixelRef headers to private (as we work to eliminate them)
by reed
· 8 years ago
97f6cd5
Pre-crop filled rects to avoid scissor
by csmartdalton
· 8 years ago
0d2c234
Fix SkFixedDiv macro
by liyuqian
· 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
e92badc
Revert of SkSL performance improvements (patchset #6 id:140001 of https://codereview.chromium.org/2131223002/ )
by msarett
· 8 years ago
16ef465
Fix ASAN bot
by msarett
· 8 years ago
d8f0988
Specifying master names with "master." prefix is deprecated
by rmistry
· 8 years ago
77d6f7d
use gpu-image instead of wrapping in a bitmap for specialimage
by reed
· 8 years ago
8294556
Disable embedded bitmap test on iOS.
by bungeman
· 8 years ago
b1b12f8
handle large conic weights
by reed
· 8 years ago
99f942e
Fix vertex count estimate in GrTessellator.
by senorblanco
· 8 years ago
485a120
Add resource provider flag to avoid client-side buffers
by csmartdalton
· 8 years ago
6c3ada9
Turn back on nanobench on Debug trybots.
by mtklein
· 8 years ago
Next »