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
*
fix unused variable warning
reed@google.com
2013-02-04
*
Implement support for origin-TopLeft render targets in GL backend.
senorblanco@chromium.org
2013-02-04
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-02-04
*
Accelerate handling of clipRRect in calls to SkPictureUtils::GatherPixelRefs
junov@chromium.org
2013-02-01
*
Move dither toggle logic into common helper functions, to make it easier to
reed@google.com
2013-02-01
*
landing https://codereview.appspot.com/7225077/ -- tweak for GIF 5.x api
reed@google.com
2013-02-01
*
Fix init order warning
bsalomon@google.com
2013-02-01
*
Prevent SkPictureUtils::GatherPixelRefs from generating bitmaps from gradient
junov@google.com
2013-02-01
*
Only support SkPicture abort for Android due to the fragility of the existing...
djsollen@google.com
2013-02-01
*
Fix android errors when unflattening an SkImageRef_ashmem object.
djsollen@google.com
2013-02-01
*
don't use NULL when comparing against ints/size_t (fixes warning)
reed@google.com
2013-02-01
*
revert name changes to SkBlendImageFilter. It (correctly) named its enum kMul...
reed@google.com
2013-02-01
*
Make drawIndexedInstances non-virtual and rewrite GrIODB's drawRect on top of...
bsalomon@google.com
2013-02-01
*
restore cache-count for gradients to p.o.2. so we can perform fancier dithering
reed@google.com
2013-02-01
*
Change vertex buffer allocator functions to take size rather than layout, tak...
jvanverth@google.com
2013-01-31
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-31
*
Change vertex buffer allocator functions to take size rather than layout.
jvanverth@google.com
2013-01-31
*
Add SHA1 and MD5 to utils.
bungeman@google.com
2013-01-31
*
Update filter tool to allow more flexible filtering
robertphillips@google.com
2013-01-31
*
optimize region::intersect when one wholly contains the other
reed@google.com
2013-01-31
*
Speculative change to SkImageFilterUtils.cpp to try to get compiling in Chrome
robertphillips@google.com
2013-01-31
*
[PDF] Fix multi-level page count calculation.
vandebo@chromium.org
2013-01-30
*
clone of https://codereview.appspot.com/7208043/
reed@google.com
2013-01-30
*
SkNextLog2 requires positive values.
bungeman@google.com
2013-01-30
*
SkNextLog2 requires values > 0.
bungeman@google.com
2013-01-30
*
Avoid possible O(n) stack space use by skqsort.
bungeman@google.com
2013-01-30
*
Start addressing the clang static analyzer issues
robertphillips@google.com
2013-01-30
*
This changes the signature of SkImageFilter::filterImageGPU() to use SkBitmap...
senorblanco@chromium.org
2013-01-30
*
Add GrDrawTarget::DrawInfo, combine API for performing indexed/non-indexed dr...
bsalomon@google.com
2013-01-30
*
return if we're invertible for the fast scale+trans case when we have no inverse
reed@google.com
2013-01-30
*
add SK_DISABLE_PIXELREF_LOCKCOUNT_BALANCE_CHECK option, to disable check for
reed@google.com
2013-01-30
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-30
*
Mark SkPictureStateTree::Draw::operator< as const.
bungeman@google.com
2013-01-29
*
Fix Japanese font issue for devices running JB MR1 and higher.
djsollen@google.com
2013-01-29
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-29
*
Fixing crash in cloning empty SkPicture object
junov@chromium.org
2013-01-28
*
Fix assert
robertphillips@google.com
2013-01-28
*
fix build
reed@google.com
2013-01-28
*
REBASELINE: enable setline fix for scan converter, with SK_IGNORE_SETLINE_FIX...
reed@google.com
2013-01-28
*
Move vertex layout definitions from GrDrawTarget to GrDrawState.
jvanverth@google.com
2013-01-28
*
Added toString to SkDrawLooper-derived classes
robertphillips@google.com
2013-01-28
*
Fix debug build. Unreviewed.
senorblanco@chromium.org
2013-01-28
*
Fix build break after r7411 when GR_STATIC_RECT_VB is enabled.
bsalomon@google.com
2013-01-28
*
Add an origin flag for backend (external) textures. Some textures in WebKit ...
senorblanco@chromium.org
2013-01-28
*
Make a bunch of virtuals in GrDrawTarget and GrGpu private. Subclasses should...
bsalomon@google.com
2013-01-28
*
Remove unnecessary ptr derefs int r7411 (deref result is not used).
bsalomon@google.com
2013-01-28
*
Remove getter of writable GrEffectStage from GrDrawState.
bsalomon@google.com
2013-01-28
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
[PDF] Handle invalid glyph IDs on drawText methods.
vandebo@chromium.org
2013-01-25
*
Avoid O(n) stack space usage in qsort.
bungeman@google.com
2013-01-25
[next]