index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Remove expired comment
bsalomon@google.com
2012-04-27
*
Fix trivial int->scalar warning introduced in r3772
bsalomon@google.com
2012-04-27
*
Rebaseline from r3772
bsalomon@google.com
2012-04-27
*
Clean up DashPathEffect modulo math from r3761
epoger@google.com
2012-04-27
*
draw circle paths directly via GPU
bsalomon@google.com
2012-04-27
*
Fixed minor c++ issues found by cppcheck
robertphillips@google.com
2012-04-27
*
Allow building on platforms with SSE2 but not SSSE3 by adding an #ifdef.
tomhudson@google.com
2012-04-27
*
First portion of refactoring to bundle SW path rendering into GrPathRenderer
robertphillips@google.com
2012-04-27
*
work in progress
caryclark@google.com
2012-04-26
*
Give GrGLProgramStage a virtual destructor
bsalomon@google.com
2012-04-25
*
Fixed minor Release & fixed point compiler warnings on Linux
robertphillips@google.com
2012-04-25
*
Rebaselines from r3764
bsalomon@google.com
2012-04-25
*
Fixes matrix inconsistency in GPU draws with filters. Also adds a GM test.
bsalomon@google.com
2012-04-25
*
Minor refactoring to remove duplicate enum from Ganesh (_SetOp -> SkRegion::Op)
robertphillips@google.com
2012-04-25
*
add isSimilarityTransform() and some tests
bsalomon@google.com
2012-04-25
*
check for numerical imprecision on phase
reed@google.com
2012-04-24
*
use new storage parameter to SkOrderedWriteBuffer (to avoid small dynamic all...
reed@google.com
2012-04-24
*
add optional storage parameter to SkWriter32
reed@google.com
2012-04-24
*
Land http://codereview.appspot.com/6117046/ for Guanqun.Lu@gmail.com
epoger@google.com
2012-04-24
*
allow SkMutex* as an alternative arg to SkAutoMutexAcquire constructor
reed@google.com
2012-04-23
*
fix copy/paste error
reed@google.com
2012-04-23
*
add SkTLS::Delete
reed@google.com
2012-04-23
*
move FontCacheLimit implementations into SkGlyphCache.cpp, in prep for TLS
reed@google.com
2012-04-23
*
fix debug build
reed@google.com
2012-04-23
*
cleanups in prep for tls cache
reed@google.com
2012-04-23
*
add experimental tls (for font cache eventually)
reed@google.com
2012-04-23
*
whitespace change to test buildbot changes in r3746
epoger@google.com
2012-04-20
*
Fix early termination of GM when 16x msaa rt can't be created.
bsalomon@google.com
2012-04-20
*
Fix the Android build.
scroggo@google.com
2012-04-20
*
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
*
add x() and y() aliases for fLeft and fTop (matching SkIRect)
reed@google.com
2012-04-19
*
Fix undefined GLint in Mac builds
bsalomon@google.com
2012-04-19
*
silence warning
reed@google.com
2012-04-19
*
Make GM able to run MSAA modes and multiple GPU configs in a single run.
bsalomon@google.com
2012-04-19
*
fix unused-return-result-warning for invert/getPosTan
reed@google.com
2012-04-19
*
retarget fonttable tests to use SkTypeface api, rather than (should-be-privat...
reed@google.com
2012-04-19
*
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 some float/scalar/int confusion.
vandebo@chromium.org
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
*
In SampleWindow, pass ownership of menus to SkWindow, so it can safely
scroggo@google.com
2012-04-18
[next]