projects
/
platform
/
upstream
/
libSkiaSharp.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/libSkiaSharp.git
2015-12-18
bsalomon
Remove GrGLGpu::configToGLFormats
commit
|
commitdiff
|
tree
|
snapshot
2015-12-18
reed
update androidsdk to new savelayer signature
commit
|
commitdiff
|
tree
|
snapshot
2015-12-18
joshualitt
Revert of Add visualbench as valid target to Makefile...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-18
scroggo
Reland of Add test for previously unflattenables (patch...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-18
joshualitt
Add visualbench as valid target to Makefile
commit
|
commitdiff
|
tree
|
snapshot
2015-12-18
reed
change signature for virtual related to saveLayer,...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-18
caryclark
fix large dashed paths
commit
|
commitdiff
|
tree
|
snapshot
2015-12-18
scroggo
Remove SkImageMinRowBytes
commit
|
commitdiff
|
tree
|
snapshot
2015-12-18
joshualitt
Blacklist GLPrograms on Angle Debug bot
commit
|
commitdiff
|
tree
|
snapshot
2015-12-18
scroggo
Update dm_flags.json to match dm_flags.py
commit
|
commitdiff
|
tree
|
snapshot
2015-12-18
joshualitt
Revert of Add config options to run different GPU APIs...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-18
reed
Revert of Create a hash table from id<-->key in SkImage...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-18
caryclark
fix bugs in path contains
commit
|
commitdiff
|
tree
|
snapshot
2015-12-18
kkinnunen
Add config options to run different GPU APIs to dm...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-18
bsalomon
Remove some unneeded calls to GrGLGpu::configToGLFormats
commit
|
commitdiff
|
tree
|
snapshot
2015-12-18
bsalomon
Add field for internalFormat param to glTexImage to...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-17
bsalomon
Remove dead code for glTexStorage
commit
|
commitdiff
|
tree
|
snapshot
2015-12-17
bsalomon
Make SkMatrix::get*Scale[s]() fail on NaN
commit
|
commitdiff
|
tree
|
snapshot
2015-12-17
herb
Fix UB function problems for shaders and mask.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-17
bsalomon
Add fExternalFormatForTexImage to GrGLGpu::ConfigEntry...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-17
jvanverth
Re-enable WritePixels test for iOS
commit
|
commitdiff
|
tree
|
snapshot
2015-12-17
fmalita
SkMatrix::preScale() is too conservative
commit
|
commitdiff
|
tree
|
snapshot
2015-12-17
xidachen
Create a hash table from id<-->key in SkImageFilter...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-17
robertphillips
Add default ctor to SkMask
commit
|
commitdiff
|
tree
|
snapshot
2015-12-17
cdalton
Fixup GL instanced rendering commands
commit
|
commitdiff
|
tree
|
snapshot
2015-12-17
ethannicholas
Added concave paths to aaxfermodes GM
commit
|
commitdiff
|
tree
|
snapshot
2015-12-17
mtklein
update CMake and Google3 builds for AVX/AVX2
commit
|
commitdiff
|
tree
|
snapshot
2015-12-17
bsalomon
Move the GrGLGpu config stencil format index into Confi...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-17
rmistry
Add 2 new SKPS to the buildbot repository
commit
|
commitdiff
|
tree
|
snapshot
2015-12-17
jvanverth
Don't allow BGRA rendertargets on iOS w/ES 3.0+.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-17
fs
Use the unswapped end point y for early out case in...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-17
bsalomon
Fix thread-unsafe construction of GrUniqueKey in GR_DEF...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-17
senorblanco
Fix gaussian blur for small sigma.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-17
reed
check bounds of each cubic segment against clip
commit
|
commitdiff
|
tree
|
snapshot
2015-12-16
reed
remove obsolete ondrawsprite base virtual
commit
|
commitdiff
|
tree
|
snapshot
2015-12-16
scroggo
Revert of Add test for previously unflattenables (patch...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-16
mtklein
count is an int, so constrain it to a 32-bit w-register.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-16
caryclark
add fsync to try to get complete skps from webpage...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-16
joshualitt
Add VisualBench switch to extra_config
commit
|
commitdiff
|
tree
|
snapshot
2015-12-16
caryclark
only call scalar finite when necessary
commit
|
commitdiff
|
tree
|
snapshot
2015-12-16
bsalomon
Generate a table of config->glformat info. Precursor...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-16
mtklein
SSE 4.1 SrcOver blits: color32, blitmask.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-16
joshualitt
Blacklist GLInstancedArraysBench on ipad
commit
|
commitdiff
|
tree
|
snapshot
2015-12-16
scroggo
Remove Subset*Benches
commit
|
commitdiff
|
tree
|
snapshot
2015-12-16
joshualitt
Revert of Blacklist GLInstancedArraysBench on the ipad...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-16
caryclark
This brings hairlines into agreement with thick strokes.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-16
reed
Reland of move drawSprite from canvas (patchset #1...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-16
reed
Revert of remove drawSprite from canvas (patchset ...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-16
reed
remove drawSprite from canvas
commit
|
commitdiff
|
tree
|
snapshot
2015-12-16
scroggo
Use SK_BUILD_FOR_ANDROID_FRAMEWORK in compose
commit
|
commitdiff
|
tree
|
snapshot
2015-12-16
robertphillips
Avoid pixel GPU readback in saveLayerWithPickup
commit
|
commitdiff
|
tree
|
snapshot
2015-12-15
joshualitt
Blacklist GLInstancedArraysBench on the ipad
commit
|
commitdiff
|
tree
|
snapshot
2015-12-15
bsalomon
Set GL_PACK_ALIGNMENT before calling glReadPixels
commit
|
commitdiff
|
tree
|
snapshot
2015-12-15
joshualitt
Make draw* lines responsible for cache management
commit
|
commitdiff
|
tree
|
snapshot
2015-12-15
ethannicholas
Fix for GrAALinearizingConvexPathRenderer incorrectly...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-15
smklein
Porting Skia for newlib compatibility.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-15
joshualitt
Blacklist AndroidOne + WritePixelsTest
commit
|
commitdiff
|
tree
|
snapshot
2015-12-15
bsalomon
Add helper for determining whether to use sized interna...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-15
halcanary
Tests: reduce verbosity
commit
|
commitdiff
|
tree
|
snapshot
2015-12-15
mseaborn
SkPreConfig.h: Allow defined(__unix__) to imply SK_BUIL...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-15
mtklein
Specialize Sk2d for SSE2
commit
|
commitdiff
|
tree
|
snapshot
2015-12-15
benjaminwagner
Revert of In BUILD.public, enable SK_SUPPORT_LEGACY_HAI...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-15
fmalita
SkBitmapProcState rounding bias
commit
|
commitdiff
|
tree
|
snapshot
2015-12-15
rmistry
Add link to Gold trybot runs in every uploaded Skia CL
commit
|
commitdiff
|
tree
|
snapshot
2015-12-15
borenet
adb_wait_for_device: More fixes
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
msarett
Fix valgrind suppressions for libjpeg-turbo warning
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
benjaminwagner
Update sync_google3.sh to match autoroller.py.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
bsalomon
Add option to control maximum GrBatch lookback
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
ethannicholas
Switch fragment coordinate to 'highp' to fix various...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
mtklein
Unify some SkNx code
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
mtklein
Revert of SkTime updates (patchset #2 id:20001 of https...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
halcanary
SkBitmap move
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
borenet
adb_wait_for_device: Add battery fallback, support...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
halcanary
Documentation: HarfBuzz link
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
halcanary
Documentation: text shaping
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
caryclark
path ops: check for deleted ends
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
mtklein
SkTime updates
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
caryclark
If a point is on a path edge, it's in the path, at...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
borenet
adb_wait_for_device: If we can't get the battery level...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
reed
Revert of Add config options to run different GPU APIs...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
borenet
Add minimum battery level to adb_wait_for_device
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
kkinnunen
Add config options to run different GPU APIs to dm...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
kkinnunen
Try to fix intermittent GrAutoLocaleSetter crashes...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-13
update-skps
Update SKP version
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
benjaminwagner
In SkPixmap.cpp, change SkAlphaMul to SkMulDiv255.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
mtklein
archive skpx... currently dead code
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
benjaminwagner
Change google3 sync scripts to sync latest rather than...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
joshualitt
A change to cleanup some organization around df text
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
fmalita
New GM: image_scale_aligned
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
msarett
Change computeOutputColorType() to mimic old behavior
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
scroggo
Add test for previously unflattenables
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
scroggo
Fix a crash in SkParsePath::FromSVGString
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
joshualitt
remove explicit 'f' in glbench shader
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
benjaminwagner
In BUILD.public, enable SK_SUPPORT_LEGACY_HAIR_IGNORES_...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
msarett
Make BitmapRegionDecoder succeed on invalid requests
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
joshualitt
Move all text stuff to its own folder
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
joshualitt
make internaldrawBmpText part of GrTextUtils
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
robertphillips
Add check for highp support in Conic effect
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
kkinnunen
Initialize glGen* call id args to zero
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
kkinnunen
Run debug gl context for DEF_GPU_TEST_FOR_ALL_CONTEXTS
commit
|
commitdiff
|
tree
|
snapshot
next