index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Hooks up the GrCustomStage/GrGLProgramStageFactory/GrGLProgramStage
tomhudson@google.com
2012-04-20
*
Fixes for drawing through an SkGPipe.
scroggo@google.com
2012-04-20
*
Fix gdi assert that the font is not a vector FON font.
bungeman@google.com
2012-04-20
*
only add pathmeasure segment if the accumulated length was actually changed,
reed@google.com
2012-04-20
*
Fix class/struct warning
bsalomon@google.com
2012-04-19
*
mirror 3713 for non-antialiased-hairlines. clamp lines to 32K to avoid fixedp...
reed@google.com
2012-04-18
*
speculative fix for debug/release problem on windows with mirror bitmaps
reed@google.com
2012-04-18
*
inline common case when we are left-aligned in drawPosText
reed@google.com
2012-04-18
*
Infrastructure for new Ganesh shader pipeline: base classes for GPU
tomhudson@google.com
2012-04-18
*
fix memory leaks
reed@google.com
2012-04-18
*
Basic support for bitmap fonts on Windows.
bungeman@google.com
2012-04-18
*
Remove unecessary virtual calls by having SkPicture use SkReader32 directly.
djsollen@google.com
2012-04-18
*
Added glBlendEquation to GL interface
robertphillips@google.com
2012-04-18
*
Fix bug where SkGPipe'ed clips do not happen.
scroggo@google.com
2012-04-18
*
Track oval in SkPath
bsalomon@google.com
2012-04-18
*
[PDF] Handle failures of matrix inversion
vandebo@chromium.org
2012-04-17
*
Fix some fixed-point bugs.
vandebo@chromium.org
2012-04-17
*
chop hairlines against 32K bounds, since that is our limit (currently)
reed@google.com
2012-04-17
*
Revert "[PDF] Handle failures of matrix inversion" while I investigate fixed ...
vandebo@chromium.org
2012-04-17
*
[PDF] Handle failures of matrix inversion.
vandebo@chromium.org
2012-04-17
*
Fix reset of scissor state in onResetContext
bsalomon@google.com
2012-04-17
*
expose font-table APIs to SkTypeface
reed@google.com
2012-04-17
*
Revert r3705 for fixed pt failures.
bsalomon@google.com
2012-04-17
*
track oval in SkPath
bsalomon@google.com
2012-04-17
*
we have to explicitly pin the results from sect_with_horizontal, since even with
reed@google.com
2012-04-17
*
Add coverage AA support for SampleApp root layers (windows only)
bsalomon@google.com
2012-04-17
*
Add cast to support 64 bit.
caryclark@google.com
2012-04-16
*
Add SK_SYSTEM_ZLIB define.
justinlin@google.com
2012-04-16
*
Minor refactoring to pull GrClipMaskManager into its own files
robertphillips@google.com
2012-04-16
*
need to invert the alpha computation for single scanline on innerfill
reed@google.com
2012-04-16
*
First pass at stencil clip mask refactoring
robertphillips@google.com
2012-04-16
*
fix clamping when we chop a cubic
reed@google.com
2012-04-16
*
Minor code cleanup of Debug GL Interface
robertphillips@google.com
2012-04-16
*
Propagated AA flags through Ganesh's clip stack (in preparation for GL AA cli...
robertphillips@google.com
2012-04-16
*
proper handling if SkMatrix::invert failes, addresses hack fix in rev. 3657
mike@reedtribe.org
2012-04-14
*
pin the edge points to the clip, rather than just calling clamp_ge/le in the
reed@google.com
2012-04-13
*
[PDF] If matrix inversion fails, use the identity matrix.
vandebo@chromium.org
2012-04-13
*
Some fonts do not measure correctly in Mountain Lion,
caryclark@google.com
2012-04-13
*
replace getTotalClipStack() with replayClips()+ClipVisitor
reed@google.com
2012-04-13
*
Fixed uninitialized memory issue on Linux when running "gm --debuggl"
robertphillips@google.com
2012-04-12
*
add SK_WARN_UNUSED_RESULT warning to SkPathMeasure methods that might leave
reed@google.com
2012-04-12
*
Fix crash with LCD vertical text.
bungeman@google.com
2012-04-12
*
can't perform fast top_bottom cull if the text is vertical
reed@google.com
2012-04-12
*
Reinstate early out from antialiased path rendering if we anticipate
tomhudson@google.com
2012-04-12
*
always check the result of SkMatrix::invert
reed@google.com
2012-04-12
*
detect when pathmeasure fails, and don't access uninitialized tangent
reed@google.com
2012-04-12
*
Decouple the SkFlattenable from SkReader32/SkWriter32.
djsollen@google.com
2012-04-12
*
Add support for GL_NV_framebuffer_multisample_coverage
bsalomon@google.com
2012-04-11
*
Fix SkPathStroker::lineTo() for line with length SK_ScalarNearlyZero
epoger@google.com
2012-04-11
*
Make it possible to share a comparison func with both SkTSearch and SkQSort
bsalomon@google.com
2012-04-10
[next]