Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
2fd42c471c77f54ace35c13975651e17d5b2e8c6
2fd42c4
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 12 years ago
f77b35d
add HACK_COLORGLYPHS (disabled) to test colorglyphs
by reed@google.com
· 12 years ago
a65a681
Cast our LOGFONTs in our enumerator callbacks to ENUMLOGFONTEX, so we
by reed@google.com
· 12 years ago
00142c4
Fix GL extension printing on core profiles.
by bsalomon@google.com
· 12 years ago
5bdfb33
Detect color masks, and divert to draw-sprite instead of maskblitters.
by reed@google.com
· 12 years ago
ce3d223
update recommended gclient config for android
by djsollen@google.com
· 12 years ago
fdea325
GM: fix --mismatchPath option (currently, it doesn't actually write any files!)
by epoger@google.com
· 12 years ago
4b140b5
Add geometry-based rotated AA rect drawing path
by robertphillips@google.com
· 12 years ago
b19cb7f
Axis aligned shader-based rect drawing
by robertphillips@google.com
· 12 years ago
89d1827
fix error that ran no tests if no options were passed
by caryclark@google.com
· 12 years ago
4bbc524
TTC support for DirectWrite. https://codereview.chromium.org/14600009/
by bungeman@google.com
· 12 years ago
370d835
Add new bench for rotated rects (aarects_rotated)
by robertphillips@google.com
· 12 years ago
c1c5695
Support for libpng > 1.2.
by commit-bot@chromium.org
· 12 years ago
b631eec
Allow unit tests to include or exclude test sets.
by caryclark@google.com
· 12 years ago
37d883d
Disable AA for ovals and roundrects if MSAA is enabled.
by commit-bot@chromium.org
· 12 years ago
f6a9033
Add msaa configs to bench_pictures.
by jvanverth@google.com
· 12 years ago
4b32101
Update DEPS and GYP to use the copy of Android in platform_tools.
by djsollen@google.com
· 12 years ago
99da601
Fix submit_try for new builder names
by borenet@google.com
· 12 years ago
d2ada98
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 12 years ago
879f6c7
Hamfistedly removed core dependence on images
by robertphillips@google.com
· 12 years ago
b516a41
Build fix for SurfaceTest on non-gpu platforms
by junov@chromium.org
· 12 years ago
da90474
Adding public API method on SkImage for extracting the GPU texture handle.
by junov@chromium.org
· 12 years ago
3dab1ff
Whitespace change to test commit queue. (SkipBuildbotRuns)
by commit-bot@chromium.org
· 12 years ago
8244998
Build fix attempt number 2.
by scroggo@google.com
· 12 years ago
1be4ec9
Fix the build.
by scroggo@google.com
· 12 years ago
c4ebdb0
Force linking with image decoders for images project.
by scroggo@google.com
· 12 years ago
22eb794
SkOpSegment.cpp gcc 4.7 build failure.
by fmalita@google.com
· 12 years ago
347c382
Add support for GL_EXT_multisampled_render_to_texture.
by bsalomon@google.com
· 12 years ago
8fc729f
Housekeeper should not fail when skia-autogen is reset.
by rmistry@google.com
· 12 years ago
7103344
Add FontMgr to DirectWrite. https://codereview.chromium.org/14314008/
by bungeman@google.com
· 12 years ago
a0eca26
Whitespace change to trigger rebuilds
by borenet@google.com
· 12 years ago
ffca502
Resubmit r8929 with the duplicated change in trunk/platform_tools/android
by borenet@google.com
· 12 years ago
025f09a
Whitespace change to trigger rebuilds after builder name change
by borenet@google.com
· 12 years ago
dc588d6
Whitespace change to trigger rebuilds after builder name change
by borenet@google.com
· 12 years ago
e6598a0
Fix builder name references
by borenet@google.com
· 12 years ago
8152113
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
0cb7df9
Allow supporting 1 older PICTURE_VERSION.
by scroggo@google.com
· 12 years ago
74b7ffd
Fixes for piping bitmaps with encoded data.
by scroggo@google.com
· 12 years ago
af5c506
add routines to compute error between conic and quad
by mike@reedtribe.org
· 12 years ago
c560091
Minor optimization
by robertphillips@google.com
· 12 years ago
6f5abdd
add 90 degree test case to rects GM
by robertphillips@google.com
· 12 years ago
a0d9138
Stop using mix() to implement hard-light in shader.
by commit-bot@chromium.org
· 12 years ago
c718b35
Remove inout params from saturation helper func in XferEffect.
by commit-bot@chromium.org
· 12 years ago
49c55e9
Remove guard against checking for copytexsubimage2d ptr in GrGLInterface::validate()
by commit-bot@chromium.org
· 12 years ago
a6ffb58
Plumbed in discard_framebuffer extension
by robertphillips@google.com
· 12 years ago
5c341d1
reenable __builtin_clz for GNUC (and clang), recognizing that it is undefined for a zero argument,
by reed@google.com
· 12 years ago
bc57a29
add wacky random shift so I can generate some zeros (without the optimizer knowing)
by reed@google.com
· 12 years ago
dd72fde
Remove redundant setting of alpha in hard-light GPU shader.
by commit-bot@chromium.org
· 12 years ago
de58012
temp work-around for mysterious failure of shadertext2 when using __builtin_clz
by reed@google.com
· 12 years ago
7729534d
reland 8897 (was not a build-breaker) and fix MathTest (was a build-breaker)
by reed@google.com
· 12 years ago
44d37d9
revert 8897 -- broke clang build
by reed@google.com
· 12 years ago
c267b4b
use intrinsics on more platforms for SkCLZ
by reed@google.com
· 12 years ago
c21f86f
add unittest for SkCLZ
by reed@google.com
· 12 years ago
cb8dce2
up the inner-loop for clz bench, to get more stable results
by reed@google.com
· 12 years ago
0d7aac9
add bench for SkCLZ
by reed@google.com
· 12 years ago
553ad65
use DEF_BENCH macro
by reed@google.com
· 12 years ago
dcdd57f
Copy the top level Android directory into trunk.
by djsollen@google.com
· 12 years ago
48115de
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
af8c0c1
Added Google homepage to list of SKPs. Whitespace change to trigger rebuilds.
by rmistry@google.com
· 12 years ago
97514f2
add computation for error in conic-as-quad
by mike@reedtribe.org
· 12 years ago
214c870
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
b16e247
add comment for computing max-diff between conic and its bounding quad
by reed@google.com
· 12 years ago
e23b4a4
path ops -- disable fail test for now
by caryclark@google.com
· 12 years ago
66560ca
path ops -- handle non-finite numbers
by caryclark@google.com
· 12 years ago
0cc99cf
GM self-tests: always run all tests (don't stop at first failure)
by epoger@google.com
· 12 years ago
64e01e5
Whitespace change to trigger Housekeepers.
by rmistry@google.com
· 12 years ago
29927d4
Whitespace change to trigger Housekeepers.
by rmistry@google.com
· 12 years ago
76c913d
GM: specify that currently used checksums are CityHashes of SkBitmaps
by epoger@google.com
· 12 years ago
2cf444f
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
28552e1
rename SkRationalQuad to SkConic
by mike@reedtribe.org
· 12 years ago
cc83ff1
Remove useless SkRect::sort
by robertphillips@google.com
· 12 years ago
3b5feb3
Nexus 7 performance trigger rebaselines
by robertphillips@google.com
· 12 years ago
437eea1
impl onCreateFrom... for fontmgr on windows
by reed@google.com
· 12 years ago
8dd94f0
Avoid side effects related to skia error callbacks in the testing infrastructure
by humper@google.com
· 12 years ago
49ce11b
Use SkError for a bitmap that could not be decoded.
by scroggo@google.com
· 12 years ago
bb6b5ba
Temporarily disable HardLight effect in unit tests.
by jvanverth@google.com
· 12 years ago
39edf4c
Updates to skimage tool to use it for testing.
by scroggo@google.com
· 12 years ago
6ef912a
Reduce calls to SkMatrix::reset from GrDrawState
by robertphillips@google.com
· 12 years ago
3c0ecc5
Work around overzealous assertion in SkMaskFilter.
by tomhudson@google.com
· 12 years ago
f2bfd54
Add GPU support for roundrects
by commit-bot@chromium.org
· 12 years ago
eb02957
disable checking the style name from fontmgr (not impl on some backends,
by reed@google.com
· 12 years ago
384f5e2
Adding missing SK_API identifier to class so that it's accessible in debug blink.
by sugoi@google.com
· 12 years ago
d2d9004
fix build : add src\pathops to pathops_unittest
by caryclark@google.com
· 12 years ago
45a75fb
path ops : make it real
by caryclark@google.com
· 12 years ago
32c1b66
Added "SkRRect::contains(const SkRect&) const"
by robertphillips@google.com
· 12 years ago
9eb79e5
Adjust some Nexus 7 performance triggers
by robertphillips@google.com
· 12 years ago
6dc7df6
path ops : fix empty-diff bug, op-in-place
by caryclark@google.com
· 12 years ago
83f0d30
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
18c41ac
Some fixes for saturation computation XferEffect.
by commit-bot@chromium.org
· 12 years ago
7989b58
Fix for compiler error:
by robertphillips@google.com
· 12 years ago
9711e44
Move MMap to SkData.
by commit-bot@chromium.org
· 12 years ago
d041901
Fix the build.
by scroggo@google.com
· 12 years ago
5d71adf
Adding new bench tests for lighting and blur
by sugoi@google.com
· 12 years ago
58104a9
Treat default command line argument properly.
by scroggo@google.com
· 12 years ago
484f5bc
first impl of fontmgr for gdi
by reed@google.com
· 12 years ago
5111648
show fontstyle values for each style
by reed@google.com
· 12 years ago
dd8e353
Add option to specify defaults configs to --config flag in gm. This makes it easier to run gm defaults configs with a delta. Also make ~ exclude a config.
by bsalomon@google.com
· 12 years ago
733c062
Exit ~GrContext early if GrContext::init() failed.
by bsalomon@google.com
· 12 years ago
dae739e
Whitespace change to test Commit Queue (SkipBuildbotRuns)
by commit-bot@chromium.org
· 12 years ago
d5cfdff
Fixing numerical rounding edge case in SkTileGrid
by junov@chromium.org
· 12 years ago
Next »