aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* 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
* 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
* 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
* rm obsolete build-flag SK_IGNORE_HAIRLINE_CLIP_FIXGravatar reed@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
* 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
* Alphabetize gl function pointer typedefs / decls. Wrap pointers to auto-NULL ...Gravatar bsalomon@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 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
* 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
* 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
* Revert r3523 and r2522Gravatar vandebo@chromium.org2012-03-28
* Fix build break.Gravatar vandebo@chromium.org2012-03-28
* Fix Coverity reports. (Mostly use of uninitialised values.)Gravatar vandebo@chromium.org2012-03-28
* Code changes for ANGLE GL interface. .gyp file changes will be delivered later.Gravatar robertphillips@google.com2012-03-28
* handle null-device correctly in setDeviceGravatar reed@google.com2012-03-28
* Fix a memory leak in SkAAClip::translate().Gravatar tomhudson@google.com2012-03-28
* Make printf in GrContext about partial pixel coverage be debug-onlyGravatar bsalomon@google.com2012-03-28
* disable GPU blur on small pathsGravatar bsalomon@google.com2012-03-28
* Removed redundant typedef from GrDebugGL classGravatar robertphillips@google.com2012-03-28
* Use a single GrDrawState in GrContext for direct and buffered drawingGravatar bsalomon@google.com2012-03-27
* Reland 3503 with fixGravatar bsalomon@google.com2012-03-27
* add debuggin matrix-proc to validate its output before calling the samplersGravatar reed@google.com2012-03-27
* Revert 3503Gravatar bsalomon@google.com2012-03-27
* Make GrDrawState object used by GrDrawTarget be settable; set in GrInOrderDra...Gravatar bsalomon@google.com2012-03-27