Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
3e15f9006cc0a6a9f1f153e87d08149b73531d01
/
include
/
core
cc0e311
make set3DMask virtual, so we can safely notify the shadercontext
by reed
· 11 years ago
d954498
Revert of Revert of allow canvas to force conservative clips (for speed) (patchset #1 id:1 of https://codereview.chromium.org/554033003/)
by reed
· 11 years ago
6f09709
Revert of allow canvas to force conservative clips (for speed) (patchset #7 id:120001 of https://codereview.chromium.org/541593005/)
by reed
· 11 years ago
27a5e65
Allow SkCanvas to be initialized to force conservative rasterclips. This has the following effects:
by reed
· 11 years ago
49f085d
"NULL !=" = NULL
by bsalomon
· 11 years ago
8f2e791
add SK_API to forward declare in canvas.h
by reed
· 11 years ago
fa35f8e
remove getTotalClipAsPath, privatize getTotalClip
by reed
· 11 years ago
c5ba71d
Change SkPicture::draw to playback
by robertphillips
· 11 years ago
274b4ba
Switch Layer Hoisting over to SkRecord backend
by robertphillips
· 11 years ago
2ed8a75
Remove use of EXPERIMENTAL_getActiveOps from layer hoisting code
by robertphillips
· 11 years ago
e5ea500
Hide fields in SkImageInfo
by reed
· 11 years ago
d982eb2
Replace SkPictureReplacementPlayback with GrRecordReplaceDraw
by robertphillips
· 11 years ago
2bdf1f5
Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/527073003/)
by reed
· 11 years ago
2f6abde
Add gamma/sRGB tag to SkImageInfo
by reed
· 11 years ago
280c2c6
Address MSVC warnings about possible value truncation. In the process removes some apparently unused code.
by pkasting
· 11 years ago
5ee785d
Remove legacy (and also broken) SkPicture constructor.
by djsollen
· 11 years ago
17a845f
Fix matrix similarity test on arm64
by jvanverth
· 11 years ago
8482504
make allocPixels throw on failure
by reed
· 11 years ago
98d709b
Reorganize Layer Hoisting code
by robertphillips
· 11 years ago
1cbc68f
Revert of Revert of Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/532583002/)
by reed
· 11 years ago
4581828
Revert of Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/525113005/)
by reed
· 11 years ago
b44c189
Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/522813002/)
by reed
· 11 years ago
c89aa50
Add gamma/sRGB tag to SkImageInfo
by reed
· 11 years ago
a8d7f0b
Try out scalar picture sizes
by robertphillips
· 11 years ago
64ba5fa
Revert of Add gamma/sRGB tags to SkImageInfo (patchset #1 of https://codereview.chromium.org/517123002/)
by reed
· 11 years ago
228b285
Add gamma/sRGB tags to SkImageInfo
by reed
· 11 years ago
088f4b8
Revert of Revert of Revert of add gamma/sRGB to SkImageInfo (patchset #1 of https://codereview.chromium.org/511363002/)
by reed
· 11 years ago
0b4abb9
Revert of add SK_API to SkImageInfo (patchset #1 of https://codereview.chromium.org/513333003/)
by reed
· 11 years ago
aa1b912
Expose drawTextBlob to devices.
by fmalita
· 11 years ago
0209e95
Align all SkRecord::alloc() calls up to at least a pointer size.
by mtklein
· 11 years ago
228a6f2
SkTextBlob GPipe serialization.
by fmalita
· 11 years ago
bedec84
add SK_API to SkImageInfo
by reed
· 11 years ago
011f39a
rename ScaledImageCache to ResourceCache
by reed
· 11 years ago
e759a26
Revert of Revert of add gamma/sRGB to SkImageInfo (patchset #1 of https://codereview.chromium.org/512243002/)
by reed
· 11 years ago
dc53701
Revert of add gamma/sRGB to SkImageInfo (patchset #4 of https://codereview.chromium.org/514753002/)
by reed
· 11 years ago
615c369
add gamma/sRGB to SkImageInfo
by reed
· 11 years ago
d628330
Switch GPU Optimization code to SkRecord
by robertphillips
· 11 years ago
533eb78
Convert BBH APIs to use SkRect.
by mtklein
· 11 years ago
2a65a23
Remove SkQuadTree.
by mtklein
· 11 years ago
8a914a7
Remove SkImageFilter::Set/GetExternalCache.
by senorblanco
· 11 years ago
5e5f948
Reimplement deserialization of SkImageFilter's uniqueID.
by senorblanco
· 11 years ago
99ae881
remove (unused) scale parameter from measureText
by reed
· 11 years ago
1790e25
SkAutoTDelete::operator T*()
by halcanary
· 11 years ago
b742517
SkTextBlob plumbing
by fmalita
· 11 years ago
a6785cc
Add a working SkFontMgr_fontconfig.
by bungeman
· 11 years ago
bc97ef4
Document return value of SkPaint::operator==.
by mtklein
· 11 years ago
3053dfa
Add SK_API to SkTextBlob and SkTextBlobBuilder.
by jbroman
· 11 years ago
a5c0863
remove SkPurgeGlobalDiscardableMemoryPool
by halcanary
· 11 years ago
37ecbaf
[SkTextBlob] Merge run font data at draw time.
by fmalita
· 11 years ago
8367b8c
extend SkShader to report a luminance-color to be used for gamma correction
by reed
· 11 years ago
30ba436
Initial refactor of shaderbuilder to prepare for geometry shaders
by joshualitt
· 11 years ago
c6765d6
Add some SkTextBlob builder tests.
by fmalita
· 11 years ago
7eacd77
SkMultiPictureDraw API
by robertphillips
· 11 years ago
c92e550
Install a hook to swap between SkPicture backends with a single define.
by mtklein
· 11 years ago
53fecfb
Our SkPicture::Analysis visitors should recurse into nested pictures.
by mtklein
· 11 years ago
00d5c2c
SkTextBlob
by fmalita
· 11 years ago
9fa60da
Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc).
by reed
· 11 years ago
af28dc6
Make SkPMColorAssert a macro (all assert-like functions should be macros).
by halcanary
· 11 years ago
8bf3df6
remove code for (dead) SK_SUPPORT_LEGACY_GETCLIPTYPE
by reed
· 11 years ago
7b705bb
Always read .skp files and other serialized pictures into SkRecord.
by mtklein
· 11 years ago
c551d9f
Implement SkPicture::hasText() for SkRecord backend.
by mtklein
· 11 years ago
3a0f279
Move the code over using the same template type approach previously used for willPlayBackBitmaps in http://skbug.com/2702.
by tomhudson
· 11 years ago
d2a3522
Add the method isOpaque() to SkImage
by piotaixr
· 11 years ago
31c4772
Treat embedded bitmaps as a hinting method.
by bungeman
· 11 years ago
38dd9f2
remove unused SkIntToFloatCast_NoOverflowCheck
by caryclark
· 11 years ago
97d2c0a
Move SkReadBuffer.h and SkReader32.h out of include.
by halcanary
· 11 years ago
27dc17c
Revert "Move the code over using the same template type approach previously used for willPlayBackBitmaps in http://skbug.com/2702."
by Mike Klein
· 11 years ago
60c2a79
Move the code over using the same template type approach previously used for willPlayBackBitmaps in http://skbug.com/2702.
by tomhudson
· 11 years ago
f128f53
Revert "Move SkReadBuffer.h and SkReader32.h out of include."
by halcanary
· 11 years ago
2a51d7c
Move SkReadBuffer.h and SkReader32.h out of include.
by halcanary
· 11 years ago
750ae26
Expose API for whether an SkPicture contains text
by ajuma
· 11 years ago
ea4673f
SkImage::NewFromGenerator(SkImageGenerator*), and a unit test.
by halcanary
· 11 years ago
bbe7a2a
eliminate code related to SkBitmap::Config
by reed
· 11 years ago
5a246bb
int SkPicture::approximateOpCount()
by mtklein
· 11 years ago
3b62554
Remove SkPaintOptionsAndroid
by djsollen
· 11 years ago
c15e28a
Revert of Remove SkPaintOptionsAndroid (patchset #5 of https://codereview.chromium.org/447873003/)
by bsalomon
· 11 years ago
6cfa73a
Start tracking the CTM while filling the BBH in SkRecordDraw.
by mtklein
· 11 years ago
f32331f
Remove SkPaintOptionsAndroid
by djsollen
· 11 years ago
78ee93f
Revert of SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. (https://codereview.chromium.org/465823003/)
by halcanary
· 11 years ago
b3c9d1c
SkCanvas::drawPatch param SkPoint[12]
by dandov
· 11 years ago
186f7b0
SkImage::NewFromGenerator(SkImageGenerator*), and a unit test.
by halcanary
· 11 years ago
8572fc0
mark all SkImage methods const, so we can make it thread-safe
by reed
· 11 years ago
5ad6ee1
Plumbing for using a BBH in SkRecordDraw.
by mtklein
· 11 years ago
872e3dc
Revert of Revert of remove (now unneeded) legacy onDrawPicture variant (https://codereview.chromium.org/457253002/)
by reed
· 11 years ago
47f9bdc
Revert of remove (now unneeded) legacy onDrawPicture variant (https://codereview.chromium.org/456203002/)
by reed
· 11 years ago
2e69d29
remove (now unneeded) legacy onDrawPicture variant
by reed
· 11 years ago
d5fa1a4
add drawPicture variant that takes a matrix and paint
by reed
· 11 years ago
3b1c3d2
add dummy onDrawPicture to allow migration for chrome overrides
by reed
· 11 years ago
be129b2
Remove external SkImageFilter cache, and rename UniqueIDCache -> Cache.
by senorblanco
· 11 years ago
6eb03cc
Add option to dump images from nanobench.
by bsalomon
· 11 years ago
95b1b3d
Add astcbitmap to gm slides.
by krajcevski
· 11 years ago
7b62448
Revert of - Add astcbitmap to gm slides (https://codereview.chromium.org/444093002/)
by krajcevski
· 11 years ago
2fc0582
- Add astcbitmap to gm slides
by krajcevski
· 11 years ago
963137b
Stopped skipping tests in dm of SkPatch by implementing the
by dandov
· 11 years ago
da7a944
Revert "Remove SkPaintOptionsAndroid"
by Derek Sollenberger
· 11 years ago
27fb949
Remove SkPaintOptionsAndroid
by Derek Sollenberger
· 11 years ago
b5f7826
Explicit tile bounds for SkPictureShader
by fmalita
· 11 years ago
53f0959
Allow custom blitters to be passed to SkDraw::drawPath
by krajcevski
· 11 years ago
1b27704
Remove ALL font fallback logic from Skia.
by djsollen
· 11 years ago
43f9d3e
Expose SkColorTable class
by ch.dumez
· 11 years ago
Next »