aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Add usage message and -h|--help arguments to bench.Gravatar tomhudson@google.com2012-04-03
* Fix NULL as SkColor warning on clang.Gravatar bsalomon@google.com2012-04-03
* Fix line endings in src/view/win (and set the eol style property)Gravatar bsalomon@google.com2012-04-02
* Delivering .gyp files to enable building & linking w/ ANGLE on WindowsGravatar robertphillips@google.com2012-04-02
* Patching Mac files missed in first deliveryGravatar robertphillips@google.com2012-04-02
* Redelivering r3555 to re-add run-time switching between ANGLE and native opengl Gravatar robertphillips@google.com2012-04-02
* whitespace change to trigger Skia buildbotGravatar epoger@google.com2012-04-02
* whitespace change to trigger Skia buildbotGravatar epoger@google.com2012-04-02
* Removed ANGLE namespace requirementGravatar robertphillips@google.com2012-04-02
* Compare scalars to scalars (fixes fixed point).Gravatar bungeman@google.com2012-04-02
* Temp fix for very large text sizes.Gravatar bungeman@google.com2012-04-02
* defer drawing/work until first draw, to make debugging easier and speedupGravatar reed@google.com2012-03-30
* rm obsolete build-flag SK_IGNORE_HAIRLINE_CLIP_FIXGravatar reed@google.com2012-03-30
* shape ops work in progressGravatar caryclark@google.com2012-03-30
* Reland 3563Gravatar bsalomon@google.com2012-03-30
* Revet 3563 due to mac bot failureGravatar bsalomon@google.com2012-03-30
* Improve save layer handling in SkGpuDeviceGravatar bsalomon@google.com2012-03-30
* regression unittest for the fix in rev. 3558 (handling nan in antihairpaths)Gravatar reed@google.com2012-03-30
* Unify text flushing with other deferred drawingGravatar bsalomon@google.com2012-03-30
* Add assert to catch circular drawing higher up the call stack.Gravatar bsalomon@google.com2012-03-30
* check for integer-nan (0x8000...) and don't draw those as antihairlinesGravatar reed@google.com2012-03-30
* Make fewer copies when using GrDrawTarget::AutoStateRestoreGravatar bsalomon@google.com2012-03-30
* Reverting r3555Gravatar robertphillips@google.com2012-03-30
* Added run-time switching between OpenGL & ANGLE in SampleAppGravatar robertphillips@google.com2012-03-30
* Reland 3507Gravatar bsalomon@google.com2012-03-30
* Remove deprecated names from Gr (WK is no longer using them)Gravatar bsalomon@google.com2012-03-30
* Fix deadlock in Android's font deserializer.Gravatar djsollen@google.com2012-03-30
* Reverting bench tests to pre-3546 (i.e., readding "Debug" option) with a SK_D...Gravatar robertphillips@google.com2012-03-30
* Alphabetize gl function pointer typedefs / decls. Wrap pointers to auto-NULL ...Gravatar bsalomon@google.com2012-03-29
* whitespace change to trigger Skia buildbotGravatar epoger@google.com2012-03-29
* Removing "Debug" option from bench tests to evaluate possible regressionGravatar robertphillips@google.com2012-03-29
* Don't look at current vertex layout when vertex source hasn't been setGravatar bsalomon@google.com2012-03-29
* Remove unused static functions from SampleApp and effectsGravatar djsollen@google.com2012-03-29
* partial revert of r3541 to removed accidentally uploaded fileGravatar djsollen@google.com2012-03-29
* Landing arm patch from contributor.Gravatar djsollen@google.com2012-03-29
* Cleanup code related to SkFlattenable::flatten()Gravatar djsollen@google.com2012-03-29
* Revert 3538.Gravatar bungeman@google.com2012-03-29
* Correct dependencies in gyp files.Gravatar bungeman@google.com2012-03-29
* Revert 3507Gravatar bsalomon@google.com2012-03-28
* Fix coverity defects in FontHost_FreeTypeGravatar vandebo@chromium.org2012-03-28
* Move SkColorMatrix to effects.Gravatar bungeman@google.com2012-03-28
* Fix Coverity reports. (Mostly use of uninitialised values.)Gravatar vandebo@chromium.org2012-03-28
* Consolidate PixelRef flattables with the standard implGravatar djsollen@google.com2012-03-28
* Fix a bunch of Coverity defects - class members not initialized in the constr...Gravatar vandebo@chromium.org2012-03-28
* Move SkTextBox.h from utils to views.Gravatar bungeman@google.com2012-03-28
* Moved mac, unix, win and mesa directories under src/gpu/glGravatar robertphillips@google.com2012-03-28
* Remove unused classes from the build.Gravatar djsollen@google.com2012-03-28
* rebaselineGravatar reed@google.com2012-03-28
* Fix comparison of GrPaint::fCoverage (which is a byte not a uint32_t)Gravatar bsalomon@google.com2012-03-28
* Moved Debug GL interface to src/gpu/gl/debug in preparation for splitting it up.Gravatar robertphillips@google.com2012-03-28