index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
call lock-pixels once we know we're a sprite
reed@google.com
2012-12-14
*
Use the stencil buffer to avoid temporary alpha clip masks.
bsalomon@google.com
2012-12-14
*
add per-draw checks for lockcounts
reed@google.com
2012-12-14
*
Only run bench_pictures once for debug builds
borenet@google.com
2012-12-14
*
use DEF_GM
reed@google.com
2012-12-14
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-14
*
Fix compiler warning as error bug
robertphillips@google.com
2012-12-14
*
Optimized implementation of SkMatrix44::preScale
shawnsingh@chromium.org
2012-12-13
*
reland 6798 w/ fix for bitmap-as-mask pixel-locking
reed@google.com
2012-12-13
*
Provide an option to bench drawing individual tiles in bench_pictures.
scroggo@google.com
2012-12-13
*
In the config name, report the viewport, if one is provided.
scroggo@google.com
2012-12-13
*
revert 6798 (assert in GM)
reed@google.com
2012-12-13
*
add debugging flag SK_IGNORE_PIXELREF_SETPRELOCKED for pixelref locks (disabled)
reed@google.com
2012-12-13
*
Allow bench_pictures to have its viewport set on the command line.
scroggo@google.com
2012-12-13
*
Goal: ensure we always balance lock/unlock pixels calls.
reed@google.com
2012-12-13
*
Fix oversights in r6793.
bsalomon@google.com
2012-12-13
*
Use GrDrawTarget::AutoClipRestore to set temporary irect clips.
bsalomon@google.com
2012-12-13
*
Fix Android SampleApp
djsollen@google.com
2012-12-13
*
Add a state bit to GrDrawState that forces coverage to be blended.
bsalomon@google.com
2012-12-13
*
Add the original path renderer files and some support files from Android.
jvanverth@google.com
2012-12-13
*
shape ops work in progress
caryclark@google.com
2012-12-13
*
Change to BDS license (as we did with all the other files that were Apache)
reed@google.com
2012-12-13
*
Fix android build by removing references to the old sampleApp
djsollen@google.com
2012-12-13
*
Modifying SkTileGrid to support arbitrary query rectangles.
junov@chromium.org
2012-12-13
*
kill unused SkFlipPixelRef
reed@google.com
2012-12-13
*
Fixing clip region test in deferred canvas, used to determine whether a draw ...
junov@chromium.org
2012-12-13
*
Matrix inversion optimizations and benchmark; originally by whunt@google.com.
tomhudson@google.com
2012-12-13
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-13
*
Use double precision when iterating in SkDashPathEffect::filterPath()
fmalita@google.com
2012-12-12
*
Set git to ignore .android_config
scroggo@google.com
2012-12-12
*
revert 6766, thereby re-landing 6762-6763 now that the bots are ready
reed@google.com
2012-12-12
*
Add bench_pictures config
borenet@google.com
2012-12-12
*
revert 6762-6763, since those require new skps to be generated, and we can't
reed@google.com
2012-12-12
*
part of prev CL for rrect
reed@google.com
2012-12-12
*
make RRect and Oval first-class drawing primitives in SkCanvas.
reed@google.com
2012-12-12
*
Adding quickContains API method to SkClipStack
junov@chromium.org
2012-12-12
*
Create SkBitmapChecksummer and associated SkBitmapTransformer
epoger@google.com
2012-12-12
*
Minor cleanup
robertphillips@google.com
2012-12-12
*
Fix generation of random two point gradients for program unit test.
bsalomon@google.com
2012-12-11
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-11
*
Fixing logic error in deferred canvas unittest.
junov@chromium.org
2012-12-10
*
use new enum-constructors
reed@google.com
2012-12-10
*
Fix for Mac-specific OpenGL == complaint in GrGLProgram.cpp
robertphillips@google.com
2012-12-10
*
Add SkMatrix44 constructor that allows user to control the initialization
vollick@chromium.org
2012-12-10
*
Modifications to GrPatherRenderer(Chain) interfaces to support clip mask mana...
bsalomon@google.com
2012-12-10
*
When cloning picture, use a bitmap heap to avoid flattening bitmaps.
scroggo@google.com
2012-12-10
*
optimize for paints that don't require deep copy during clone
reed@google.com
2012-12-10
*
Disable failing test on android.
bsalomon@google.com
2012-12-10
*
mark our unflattened bitmap as immutable (just as picture deserialization does)
reed@google.com
2012-12-10
*
add '--mode clone' option to bench_pictures
reed@google.com
2012-12-10
[next]