Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
7cffe9733bdaaea040df6ba6303f3c82c654815e
/
tests
f5a83e8
Create blurred RRect mask on GPU (rather than uploading it)
by robertphillips
· 8 years ago
f963599
Add flag for window rectangles to GrRenderTarget
by csmartdalton
· 8 years ago
3f0e694
Revert of Create blurred RRect mask on GPU (rather than uploading it) (patchset #5 id:80001 of https://codereview.chromium.org/2222083004/ )
by robertphillips
· 8 years ago
94b5c5a
Create blurred RRect mask on GPU (rather than uploading it)
by robertphillips
· 8 years ago
c5769b2
Revert of Change mapRectScaleTranslate to pass args/ret by value (patchset #2 id:20001 of https://codereview.chromium.org/2138943002/ )
by halcanary
· 8 years ago
1bd13ca
Change mapRectScaleTranslate to pass args/ret by value
by reed
· 8 years ago
69cfa9c
Revert of Create blurred RRect mask on GPU (rather than uploading it) (patchset #4 id:60001 of https://codereview.chromium.org/2222083004/ )
by robertphillips
· 8 years ago
c523104
Prevent degenerate linear gradient instantiation
by fmalita
· 8 years ago
75ccdc7
Create blurred RRect mask on GPU (rather than uploading it)
by robertphillips
· 8 years ago
e9d55c5
Revert of Store mipmap levels in deferred texture image (patchset #11 id:200001 of https://codereview.chromium.org/2115023002/ )
by halcanary
· 8 years ago
d611314
Store mipmap levels in deferred texture image
by cblume
· 8 years ago
8eccc30
SkPDF: SkPDFFont organization changes.
by halcanary
· 8 years ago
d5b9173
add flaky test option
by caryclark
· 8 years ago
643ede6
template intersection fuzz fixes
by caryclark
· 8 years ago
9dcdc35
add missing include
by mtklein
· 8 years ago
77f2fae
Encapsulate GrReducedClip result in class members
by csmartdalton
· 8 years ago
8b1d32c
SkPDF/SkAdvancedTypefaceMetrics: simplify ATM, PDF takes over
by halcanary
· 8 years ago
4e97607
Use sse4.2 CRC32 instructions to hash when available.
by mtklein
· 8 years ago
af06420
Test sk_linear_to_srgb() less exhaustively in Debug mode.
by mtklein
· 8 years ago
9c5052f
SkLite*
by mtklein
· 8 years ago
c6f411e
Merge GrClipMaskManager into GrClipStackClip
by csmartdalton
· 8 years ago
ae29644
update Image_MakeFromRasterBitmap to check uniqueIDs
by reed
· 8 years ago
1ec04d9
rename FoceCopyMode to SkCopyPixelMode
by reed
· 8 years ago
feb3c1a
Move to SkDataTable::MakeXXX and sk_sp.
by bungeman
· 8 years ago
4e44efe
SkRTConf: eliminate
by halcanary
· 8 years ago
7a1f45f
spin off easy stuff from Herb's windows GN CL
by mtklein
· 8 years ago
b979634
Revert of SkRTConf: reduce functionality to what we use, increase simplicity (patchset #8 id:150001 of https://codereview.chromium.org/2212473002/ )
by mtklein
· 8 years ago
ef59974
SkRTConf: reduce functionality to what we use, increase simplicity
by halcanary
· 8 years ago
4fd74ae
Move GrContext::makeDrawContext to new GrContextPriv object
by robertphillips
· 8 years ago
18e0cbc
SkPDF: fewer GYP_DEFINES
by halcanary
· 8 years ago
ffae30d
Convert SkAutoTUnref<SkData> to sk_sp<SkData>.
by bungeman
· 8 years ago
d1ec89b
Perform color correction on png decodes
by msarett
· 8 years ago
f789b38
added initial GLSL support to skslc
by ethannicholas
· 8 years ago
dabd4f0
SkPDF: PDFShader code modernized.
by halcanary
· 8 years ago
2f3416d
GN: add tests to DM
by mtklein
· 8 years ago
38d909e
Move off SK_SUPPORT_LEGACY_DATA_FACTORIES.
by bungeman
· 8 years ago
091cb8d
Delete SkARGBImageEncoder.
by mtklein
· 8 years ago
757a15f
not much point to SK_SUPPORT_PDF
by mtklein
· 8 years ago
c573a40
Add drawImageLattice() and drawBitmapLattice() APIs
by msarett
· 8 years ago
320a40d
Always return ImageShader, even from SkShader::MakeBitmapShader
by reed
· 8 years ago
c213f0d
Hide (mostly) unused SkColorSpace writeToICC() function
by msarett
· 8 years ago
d783e08
Replace 'Ulta' with 'Ultra'.
by bungeman
· 8 years ago
f1ac182
implement isABitmap for imageshader, return localmatrix for bitmap's impl
by reed
· 8 years ago
2dad769
make an image from a mutable bitmap
by reed
· 8 years ago
abbd6d5
Add SkColorSpace::Equals() API
by msarett
· 8 years ago
fe2042e
SkRasterPipeline: new APIs for fusion
by mtklein
· 8 years ago
fa25106
SkPDF: PDFStream has-a not is-a PDFDict
by halcanary
· 8 years ago
a714bc3
Fix various SkColorSpace bugs
by msarett
· 8 years ago
1e87618
Remove GrContext::applyGamma
by robertphillips
· 8 years ago
e0d3629
Add test configs for instanced rendering
by csmartdalton
· 8 years ago
50ce1f2
Add color space xform support to SkJpegCodec (includes F16!)
by msarett
· 8 years ago
39979d8
Revert of Add color space xform support to SkJpegCodec (includes F16!) (patchset #9 id:260001 of https://codereview.chromium.org/2174493002/ )
by msarett
· 8 years ago
ecf3dbe
Remove use of MakeRenderTargetDirect from view system
by robertphillips
· 8 years ago
73d5533
Add color space xform support to SkJpegCodec (includes F16!)
by msarett
· 8 years ago
a0605bf
Add writeToMemory() API to SkColorSpace
by msarett
· 8 years ago
bba4cfe
Added API for Bevel NormalSource.
by dvonbeck
· 8 years ago
fe8f0e0
SkPDF: refactor font subset: fewer copies
by halcanary
· 8 years ago
6738c70
Rename GrContext's newDrawContext & drawContext to makeDrawContext
by robertphillips
· 8 years ago
ac0e00d
SkPDF: SkPDFStream takes a unique_ptr
by halcanary
· 8 years ago
577e025
Fix ParseConfigs_ViaParsing test when skia_angle=1
by brianosman
· 8 years ago
fc560e0
fuzz wednesday
by caryclark
· 8 years ago
570c868
Clean up some unused atomic routines.
by mtklein
· 8 years ago
eb56028
add unittests for roundtripping premul
by reed
· 8 years ago
7e92276
Reduce usage of MakeRenderTargetDirect
by robertphillips
· 8 years ago
3a0dbde
Remove SkSurfaceProps gamma-correctness flag entirely.
by brianosman
· 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
6e45bda
Add test for typeface style round trip.
by bungeman
· 8 years ago
56586b6
SkPDF: re-work SkPDFUtils::FloatToDecimal
by halcanary
· 8 years ago
8bc90e2
fix fuzz
by caryclark
· 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
8a8accb
limit number of searched roots
by caryclark
· 8 years ago
cbecb08
Allow GrReducedClip to take non-integer query bounds
by csmartdalton
· 8 years ago
d50e240
Fix SkClipStack bug with inverse-filled difference elements
by csmartdalton
· 8 years ago
db2cb10
Update SkImage_NewFromTexture test, to just test release
by brianosman
· 8 years ago
cdeff81
conic fuzz fix
by caryclark
· 8 years ago
dfe4f2e
Add SkColorSpace to GrDrawContext
by brianosman
· 8 years ago
a339bb0
let line/cubic intersect at four spots
by caryclark
· 8 years ago
530c844
Remove unnecessary getColorSpace() API from SkCodec
by msarett
· 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
0ae097d
Creating framework for drawShadowedPicture
by vjiaoblack
· 8 years ago
7b33bf1
fix builder fuzz
by caryclark
· 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
959ccc1
Refactor parsing and storage of SkGammas
by msarett
· 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
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
Next »