Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
5cf54d7b7d4ac97744125393e385307f8d04b54c
/
tests
d5f032d
Do not define SK_SUPPORT_DEEPCOPYTO_CONFIG in Skia.
by commit-bot@chromium.org
· 11 years ago
89f077c
Fix saveLayer() clipping w/filters, GPU path.
by senorblanco@chromium.org
· 11 years ago
8a2ad3c
add new copyTo version to SkBitmap, which takes SkColorType
by commit-bot@chromium.org
· 11 years ago
4324c3b
Fix warnings on Ubuntu13
by commit-bot@chromium.org
· 11 years ago
727a352
Factory methods for heap-allocated SkColorFilter objects.
by commit-bot@chromium.org
· 11 years ago
aca1c01
Merge tomhudson and mtklein SkPaint shrinking approaches.
by commit-bot@chromium.org
· 11 years ago
0a2bf90
Factory methods for heap-allocated SkPathEffect and SkXfermode objects.
by commit-bot@chromium.org
· 11 years ago
6285f4f
Offer single-param version of deepCopyTo -- much easier to migrate to colortypes
by commit-bot@chromium.org
· 11 years ago
ac50046
Reverting r13496 (Merge tomhudson and mtklein SkPaint shrinking approaches) due to memory leaks
by robertphillips@google.com
· 11 years ago
c05d285
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
92da60c
This CL improves saveLayer handling in the SkMatrixClipStateMgr by:
by commit-bot@chromium.org
· 11 years ago
cf52f5b
Merge tomhudson and mtklein SkPaint shrinking approaches.
by commit-bot@chromium.org
· 11 years ago
ead1efb
Revert of Merge tomhudson and mtklein SkPaint shrinking approaches. (https://codereview.chromium.org/158913005/)
by commit-bot@chromium.org
· 11 years ago
1cb6d1a
Revert changes which were breaking the build.
by commit-bot@chromium.org
· 11 years ago
f7d08ed
Improve saveLayer handling in SkMatrixClipStateMgr
by robertphillips@google.com
· 11 years ago
d017542
Merge tomhudson and mtklein SkPaint shrinking approaches.
by commit-bot@chromium.org
· 11 years ago
186c0cc
staticMethod -> StaticMethod
by commit-bot@chromium.org
· 11 years ago
2c56cb8
Use factories instead of directly creating SkImageInfo.
by bungeman@google.com
· 11 years ago
e5b2af9
Store SkRRects in SkClipStack
by commit-bot@chromium.org
· 11 years ago
15a1405
Change device factories to take SkImageInfo instead of SkBitmap::Config
by commit-bot@chromium.org
· 11 years ago
7fac718
Fix valgrind suppressions (again)
by robertphillips@google.com
· 11 years ago
74ba2f6
Builder class for SkLayerDrawLooper.
by commit-bot@chromium.org
· 11 years ago
02d6f54
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
fa9e5fa
replace setConfig+allocPixels with alloc-or-install-pixels
by commit-bot@chromium.org
· 11 years ago
c3bd8af
add peekPixels to SkCanvas and SkSurface
by commit-bot@chromium.org
· 11 years ago
ea7d08e
Add unit test for unbalanced save and restores in pictures.
by commit-bot@chromium.org
· 11 years ago
bda591c
Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/)
by commit-bot@chromium.org
· 11 years ago
b2d93a9
add peekPixels to SkCanvas and SkSurface
by mike@reedtribe.org
· 11 years ago
deee496
replace setConfig+allocPixels with single call
by mike@reedtribe.org
· 11 years ago
877c449
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
536ac5e
Templetized SkWriter32 readTAt() & overwriteTAt()
by commit-bot@chromium.org
· 11 years ago
14747e5
Adding new 'extend' mode to SkPath::addPath
by commit-bot@chromium.org
· 11 years ago
61e96cd
SkBitmap now really stores SkImageInfo -- config is just a ruse
by commit-bot@chromium.org
· 11 years ago
dd31ac4
Fix valgrind suppressions
by robertphillips@google.com
· 11 years ago
105a4a5
Collapse matrix & clip stack in PictureRecord
by robertphillips@google.com
· 11 years ago
afe38b1
Fix broken debug build
by commit-bot@chromium.org
· 11 years ago
1195a28
Revert "SkBitmap now really stores SkImageInfo -- config is just a ruse"
by mike@reedtribe.org
· 11 years ago
169a0ed
SkBitmap now really stores SkImageInfo -- config is just a ruse
by mike@reedtribe.org
· 11 years ago
7e90e8d
fix minor error between kStroke_PathAsRect and kFill_PathAsRect in SkPath::asRect
by commit-bot@chromium.org
· 11 years ago
6d254ee
Use SkToBool to fix a warning.
by commit-bot@chromium.org
· 11 years ago
74b88b7
Allow buffered stream to work with an offset.
by commit-bot@chromium.org
· 11 years ago
50b393a
SkPictureRecord: silently do nothing for non-drawable SkBitmaps.
by commit-bot@chromium.org
· 11 years ago
5e0995e
Revert of Revert "Serialization of SkPictureImageFilter" (https://codereview.chromium.org/153583007/)
by commit-bot@chromium.org
· 11 years ago
7713c38
Revert "Serialization of SkPictureImageFilter"
by fmalita@google.com
· 11 years ago
c5acc6c
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
940e3ba
Added newline at end of MatrixClipCollapseTest.cpp
by robertphillips@google.com
· 11 years ago
1f71846
Add test harness for matrix/clip state collapsing
by robertphillips@google.com
· 11 years ago
4f7c615
add ways to peer into an image to get its pixels
by reed@google.com
· 11 years ago
999da9c
fix refcounting in SkImage::NewRasterData
by reed@google.com
· 11 years ago
0937335
Mid-air collision: fix constness for onFilterImage in new test.
by senorblanco@chromium.org
· 11 years ago
5251e2b
Fix a problem with scaled filters in tiled SkPicture playback.
by senorblanco@chromium.org
· 11 years ago
8a13588
Stop discarding in frag shader when coverage is zero and stencil writes are enabled
by commit-bot@chromium.org
· 11 years ago
76f10a3
remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurface
by reed@google.com
· 11 years ago
1dab403
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
65ee5f4
Use GrConvexPolyEffect when clip is a single convex polygon
by commit-bot@chromium.org
· 11 years ago
d52a997
fix int->scalar warning
by reed@google.com
· 11 years ago
28183b4
remove (unused by chrome) SkDeferredCanvas(device) factory signature
by reed@google.com
· 11 years ago
f4e1a76
More bot whack-a-mole: fix Win build.
by senorblanco@chromium.org
· 11 years ago
ec7c35d
Speculative build fix after r13292.
by fmalita@google.com
· 11 years ago
58d1466
Fix skia_gpu=0 build.
by senorblanco@chromium.org
· 11 years ago
aba651c
Fix image filter crop offsets for GPU path.
by senorblanco@chromium.org
· 11 years ago
c22d139
Initial QuadTree implementation
by commit-bot@chromium.org
· 11 years ago
7017288
Fix valgrind issue in SkBase64Test.cpp
by robertphillips@google.com
· 11 years ago
bbff208
Split GrUnitTests.cpp into two separate unit tests.
by tfarina@chromium.org
· 11 years ago
e254310
add SkCanvas constructor that explicitly creates no_config with dimensions
by commit-bot@chromium.org
· 11 years ago
c6d3c44
Have peek32 return uint32_t& to make it harder to look at more than 4 bytes.
by commit-bot@chromium.org
· 11 years ago
6169f2b
initial import of Chrome's trace_event into skia framework
by commit-bot@chromium.org
· 11 years ago
ceddfeb
Port SkBase64 test to our test driver.
by tfarina@chromium.org
· 11 years ago
a2bd2d1
Set write buffer flags only in SkWriteBuffer and SkFlatController constructors.
by commit-bot@chromium.org
· 11 years ago
8b0e8ac
Refactor read and write buffers.
by commit-bot@chromium.org
· 11 years ago
5fbccb3
Suppress new valgrind complaint
by robertphillips@google.com
· 11 years ago
5a47b09
Reland "Add --skip_cpu and --skip_gpu options to tests"
by commit-bot@chromium.org
· 11 years ago
62c2ce8
GrRedBlackTree test is GPU specific.
by tfarina@chromium.org
· 11 years ago
68f3a3e
Reland "Unwrap GrRedBlackTree unit test and use REPORTER_ASSERT()."
by tfarina@chromium.org
· 11 years ago
11ea96c
tests: add --veryVerbose / -V
by commit-bot@chromium.org
· 11 years ago
04bfdc3
Revert of Add --skip_cpu and --skip_gpu options to tests (https://codereview.chromium.org/144343004/)
by commit-bot@chromium.org
· 11 years ago
5683acd
Add --skip_cpu and --skip_gpu options to tests
by commit-bot@chromium.org
· 11 years ago
01260b2
Revert of Unwrap GrRedBlackTree unit test and use REPORTER_ASSERT(). (https://codereview.chromium.org/147713002/)
by commit-bot@chromium.org
· 11 years ago
0fba151
Unwrap GrRedBlackTree unit test and use REPORTER_ASSERT().
by tfarina@chromium.org
· 11 years ago
c2abd54
add alternative to isRect named asRect
by commit-bot@chromium.org
· 11 years ago
709ca75
SkOnce: add option to call another cleanup function once at exit.
by commit-bot@chromium.org
· 11 years ago
8f6884a
Cleanup: Sanitize the order of includes under tests/
by tfarina@chromium.org
· 11 years ago
d8ed851
Turn NVPR on by default (but off in tools).
by commit-bot@chromium.org
· 11 years ago
227c246
Resolve a few memory leaks in tests.
by commit-bot@chromium.org
· 11 years ago
68c7488
Revert "Turn NVPR on by default (but off in tools)."
by halcanary@google.com
· 11 years ago
83d81c9
Turn NVPR on by default (but off in tools).
by commit-bot@chromium.org
· 11 years ago
6dda827
add leaks flag to show unref'd insts
by commit-bot@chromium.org
· 11 years ago
fed2ab6
No deduping dictionaries for matrices and regions.
by commit-bot@chromium.org
· 11 years ago
5867481
Remove unnamed namespace usage from tests/
by tfarina@chromium.org
· 11 years ago
bd58feb
Speed up GrResourceCache add and lookup by using TDynamicHash
by commit-bot@chromium.org
· 11 years ago
9e90aed
Rename GrGLBinding->GrGLStandard, no longer a bitfield
by commit-bot@chromium.org
· 11 years ago
c665804
Move SkMessageBus::Get out of header, and retry crrev.com/106563002.
by commit-bot@chromium.org
· 11 years ago
05ec223
change isRect to return true for 3-sided rectangular paths
by commit-bot@chromium.org
· 11 years ago
5ccae2c
Reland "Fix genID cloning bugs."
by scroggo@google.com
· 11 years ago
32678d9
use some helper Make functions to initialize SkImageInfo
by commit-bot@chromium.org
· 11 years ago
e2eac8b
Move macros from TestClassDef.h to Test.h
by commit-bot@chromium.org
· 11 years ago
1938242
Convert SkWriter32 to use an SkTDArray for its internal storage.
by commit-bot@chromium.org
· 11 years ago
2e9a715
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
e13af71
Revert of https://codereview.chromium.org/132643007/
by commit-bot@chromium.org
· 11 years ago
f0b56e7
Revert "Revert of https://codereview.chromium.org/129423002/"
by reed@google.com
· 11 years ago
Next »