index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
This patch implements generalized DAG connectivity for SkImageFilter. SkImag...
senorblanco@chromium.org
2012-10-10
*
Build Skia as a static library
borenet@google.com
2012-10-10
*
Disable transitions for the Android SampleApp.
djsollen@google.com
2012-10-10
*
Fix build break. a cpp file was not included in the checkin list. will send t...
edisonn@google.com
2012-10-10
*
Draw hairline text as path.
bsalomon@google.com
2012-10-10
*
Reland r5861 but leave setMatrixClip virtual on SkDevice (IOW this is a parti...
bsalomon@google.com
2012-10-10
*
Add an SKP to PDF rendered. test_pdfs.py will be hooked up in buildbot testin...
edisonn@google.com
2012-10-10
*
add ability to skip 565 test in gm (until I can fix an assert in debug build)
reed@google.com
2012-10-10
*
Refactor test_pictures so we can add test_pdfs without code duplication.
edisonn@google.com
2012-10-10
*
Add a new GM: shadertext2.
bsalomon@google.com
2012-10-10
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-10-10
*
Reverting r5861 (remove gainfocus and setMatixClip) due to Chrome compilation...
robertphillips@google.com
2012-10-09
*
Make SkPictures valid regardless of SK_SUPPORT_HINTING_SCALE_FACTOR.
scroggo@google.com
2012-10-09
*
correctly handle negative values in fixed_clamp()
reed@google.com
2012-10-09
*
Disable automatic font fallback of SkFontHost_android when building for WebKit
djsollen@google.com
2012-10-09
*
Fixed xoom bug introduced in r5830
robertphillips@google.com
2012-10-09
*
Remove gainFocus() and setMatrixClip() virtuals from SkDevice.
bsalomon@google.com
2012-10-09
*
checkpoint for shape ops
caryclark@google.com
2012-10-09
*
fix filter for ios
caryclark@google.com
2012-10-09
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-10-09
*
Remove external matrix feature.
bsalomon@google.com
2012-10-08
*
Make additional code paths go through GrDrawState helper classes for their ma...
bsalomon@google.com
2012-10-08
*
Speculative fix for Chrome bug
robertphillips@google.com
2012-10-08
*
Make GrDrawState::AutoRestoreViewMatrix handle sampler matrices.
bsalomon@google.com
2012-10-08
*
Remove translate param from GrContext::drawPath (and subsequent calls).
bsalomon@google.com
2012-10-08
*
Remove unnecessary function declaration.
tfarina@chromium.org
2012-10-08
*
Fix typo in SkFontHost_win_dw.cpp.
bungeman@google.com
2012-10-07
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-10-06
*
Move some auto restore helpers from GrDrawTarget to GrDrawState.
bsalomon@google.com
2012-10-05
*
GrPaint encapsulation.
bsalomon@google.com
2012-10-05
*
No hinting on Mac should be lower priority than subpixel rendering.
bungeman@google.com
2012-10-05
*
Fix find/replace missed in #ifdef'ed out code in r5827.
bsalomon@google.com
2012-10-05
*
Change SkLightingImageFilter to derive from SkSingleInputImageFilter, so that...
senorblanco@chromium.org
2012-10-05
*
Moved paint color to vertex colors for batched rects
robertphillips@google.com
2012-10-05
*
cleanup coding style for r5825
djsollen@google.com
2012-10-05
*
Rename GrPaint fields/enums/members texture->color mask->coverage.
bsalomon@google.com
2012-10-05
*
Reduce Android Log Spam.
djsollen@google.com
2012-10-05
*
Adds a script to help analyze bench ranges to add/change in bench/bench_expec...
bensong@google.com
2012-10-05
*
Move setPaint from GrContext to GrDrawState.
bsalomon@google.com
2012-10-05
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-10-05
*
Remove state from SkColorSpaceLuminance to avoid memory management.
bungeman@google.com
2012-10-04
*
Do not do PNG encoding/decoding when testing picture serialization.
scroggo@google.com
2012-10-04
*
Add the ability to provide function pointers to SkPicture serialization
scroggo@google.com
2012-10-04
*
Lock gFTMutex when modifying FT globals.
scroggo@google.com
2012-10-04
*
Add convenience function on GrDrawState to set state bit based on a bool.
bsalomon@google.com
2012-10-04
*
Build fix: work around what appears to be an Intel GLSL driver bug. Unrevie...
senorblanco@chromium.org
2012-10-04
*
Fixed bug(s) in batching of rects
robertphillips@google.com
2012-10-04
*
Disable SK_DEBUG_PATH_REF in debug builds.
bsalomon@google.com
2012-10-04
*
Implement GPU path for matrix convolution. Note that when not convolving alpha,
senorblanco@chromium.org
2012-10-04
*
Change default skia_osx_sdkroot to "macosx" (suitable for Xcode 3.2.6+)
epoger@google.com
2012-10-04
[next]