index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
add SK_ENABLE_CLIP_QUICKREJECT option (currently disabled)
reed@google.com
2012-08-16
*
Fix a parenthesis bug.
scroggo@google.com
2012-08-16
*
Remove SK_FONTHOST_WIN_DW define.
bungeman@google.com
2012-08-16
*
we have no subclasses, so change protected to private.
reed@google.com
2012-08-16
*
Fix assertion in in order draw buffer
bsalomon@google.com
2012-08-16
*
Don't try to build SkFontHost_win_dw.cpp on non-Windows platforms.
bungeman@google.com
2012-08-16
*
DirectWrite font host for skia.
bungeman@google.com
2012-08-16
*
add SkClipStack::clipEmpty() as an optimized way to say clipDevRect(empty, in...
reed@google.com
2012-08-16
*
Fix overrun in aa rect renderer
bsalomon@google.com
2012-08-16
*
Fix uninitialized color filter data on GrPaint
bsalomon@google.com
2012-08-16
*
Compilation fix for r5123 (disabling template inst count tracking)
robertphillips@google.com
2012-08-16
*
Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)
robertphillips@google.com
2012-08-16
*
Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEn...
robertphillips@google.com
2012-08-16
*
skdiff: recurse over subdirectories, unless --norecurse option is given
epoger@google.com
2012-08-16
*
change tiling to 16 tiles instead of 4
reed@google.com
2012-08-15
*
Provide a key to go to the previous slide in SampleApp.
scroggo@google.com
2012-08-15
*
Fixing a deferred canvas optimization that purges pending draws when the canv...
junov@chromium.org
2012-08-15
*
Use SkCanvas::concat instead of SkCanvas::setMatrix so this GM can be tiled.
scroggo@google.com
2012-08-15
*
added representation to xhtml title.
bensong@google.com
2012-08-15
*
fixes elif bug.
bensong@google.com
2012-08-15
*
adds flag for choosing bench representative algorithm.
bensong@google.com
2012-08-15
*
Skip tiled drawing in GM for magnifier image filter.
scroggo@google.com
2012-08-15
*
Added virtual destructor to SkColorSpaceLuminance
robertphillips@google.com
2012-08-15
*
add 't' to toggle tiling modes
reed@google.com
2012-08-15
*
Addressed Windows compiler complaints
robertphillips@google.com
2012-08-15
*
GrContextFactory can now expose the GLContext it is using.
keyar@chromium.org
2012-08-14
*
revert r5100 experiment
bsalomon@google.com
2012-08-14
*
Revert GrTextureStripAtlas change due to performance concerns.
rileya@google.com
2012-08-14
*
Fix for GPU-less Linux build: move #include GrTextureStripAtlas into SK_SUPPO...
rileya@google.com
2012-08-14
*
Made gradient effects use GrTextureStripAtlas.
rileya@google.com
2012-08-14
*
Temporary change to bench on android to run limited set of test in order to s...
bsalomon@google.com
2012-08-14
*
Ensure that Pipe does not crash when attempting to draw after endRecording.
scroggo@google.com
2012-08-14
*
Fixing source files that do not have newlines at the end.
rmistry@google.com
2012-08-14
*
privatize SkScalerContext.h
reed@google.com
2012-08-14
*
Bug Fix: Fixes transformation bug where debugger locked up during incremental...
chudy@google.com
2012-08-14
*
Bug Fix: Fixes incremental drawing in conjunction with the highlighting filte...
chudy@google.com
2012-08-14
*
Refactored inspector widget such that creating custom tabs for information is...
chudy@google.com
2012-08-14
*
Fix broken test.
scroggo@google.com
2012-08-14
*
Move write buffer flags used by SkFlataData::Create into SkFlatController.
scroggo@google.com
2012-08-14
*
To allow forward declarations, move SkScalerContext::Rec to SkScalerContextRec
reed@google.com
2012-08-14
*
Reduce number of paths created by benchs
bsalomon@google.com
2012-08-14
*
Remove baseline for flaky test.
scroggo@google.com
2012-08-14
*
privatize SkDescriptor.h
reed@google.com
2012-08-14
*
In SkGPipeCanvas, rename fSharedHeap to fBitmapHeap
scroggo@google.com
2012-08-14
*
Make SkTArray consider only the new count and reserve when determining how mu...
bsalomon@google.com
2012-08-14
*
Bug Fix: Resets the users zoom and translation every picture load. Was acting...
chudy@google.com
2012-08-14
*
Use SkBitmapHeap for shaders in SkGPipe.
scroggo@google.com
2012-08-14
*
Check in r5063 again, along with fix for tests.
scroggo@google.com
2012-08-14
*
Reduce allocations in RandomPathBench
bsalomon@google.com
2012-08-14
*
Clean up most clang warnings outside animator/
tomhudson@google.com
2012-08-14
[next]