aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* expose font-table APIs to SkTypefaceGravatar reed@google.com2012-04-17
* Revert r3705 for fixed pt failures. Gravatar bsalomon@google.com2012-04-17
* track oval in SkPathGravatar bsalomon@google.com2012-04-17
* Add coverage AA support for SampleApp root layers (windows only)Gravatar bsalomon@google.com2012-04-17
* Add cast to support 64 bit.Gravatar caryclark@google.com2012-04-16
* Add SK_SYSTEM_ZLIB define.Gravatar justinlin@google.com2012-04-16
* Fix 64-bit build on MacGravatar epoger@google.com2012-04-16
* Propagated AA flags through Ganesh's clip stack (in preparation for GL AA cli...Gravatar robertphillips@google.com2012-04-16
* proper handling if SkMatrix::invert failes, addresses hack fix in rev. 3657Gravatar mike@reedtribe.org2012-04-14
* replace getTotalClipStack() with replayClips()+ClipVisitorGravatar reed@google.com2012-04-13
* add SK_WARN_UNUSED_RESULT warning to SkPathMeasure methods that might leaveGravatar reed@google.com2012-04-12
* mark getTotalClip as deprecatedGravatar reed@google.com2012-04-12
* Decouple the SkFlattenable from SkReader32/SkWriter32.Gravatar djsollen@google.com2012-04-12
* allow the tolerance to be zero for nearlyzeroGravatar reed@google.com2012-04-12
* Add support for GL_NV_framebuffer_multisample_coverageGravatar bsalomon@google.com2012-04-11
* Fix SkPathStroker::lineTo() for line with length SK_ScalarNearlyZeroGravatar epoger@google.com2012-04-11
* Make it possible to share a comparison func with both SkTSearch and SkQSortGravatar bsalomon@google.com2012-04-10
* Updated blur to use A8/R8 (instead of RGBA8) when available - this provides a...Gravatar robertphillips@google.com2012-04-10
* misc fixesGravatar bsalomon@google.com2012-04-10
* Warn when ignoring result of SkMatrix::invert.Gravatar bungeman@google.com2012-04-09
* Add MSAA option to SampleAppGravatar bsalomon@google.com2012-04-06
* Fixing Windows compiler complaintsGravatar robertphillips@google.com2012-04-06
* Initial version of R8 supportGravatar robertphillips@google.com2012-04-06
* Renaming SkCanvas::fLayerCount to fSaveLayerCount for readabilityGravatar junov@chromium.org2012-04-05
* Remove old D3D9 stuffGravatar bsalomon@google.com2012-04-04
* Fixing the drawing of blurred shodows for hairline paths with software renderingGravatar junov@chromium.org2012-04-04
* Unix SampleApp attach/detach fixup and style fixupGravatar bsalomon@google.com2012-04-03
* Revert 3857 (which was committed from wrong tree)Gravatar bsalomon@google.com2012-04-03
* Fix GL attach/detach in Mac SampleAppGravatar bsalomon@google.com2012-04-03
* 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
* 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
* 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
* Alphabetize gl function pointer typedefs / decls. Wrap pointers to auto-NULL ...Gravatar bsalomon@google.com2012-03-29
* Cleanup code related to SkFlattenable::flatten()Gravatar djsollen@google.com2012-03-29
* Revert 3507Gravatar bsalomon@google.com2012-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
* Code changes for ANGLE GL interface. .gyp file changes will be delivered later.Gravatar robertphillips@google.com2012-03-28
* Use a single GrDrawState in GrContext for direct and buffered drawingGravatar bsalomon@google.com2012-03-27
* Create macro for registering classes for deserializationGravatar djsollen@google.com2012-03-26
* fix compilation bug in fixed ptGravatar bsalomon@google.com2012-03-26