- 3b0a8da Add EGL context for Windows. http://codereview.appspot.com/4517133/ by bungeman@google.com · 14 years ago
- 542e035 remove unneeded check for thumb. see http://codereview.appspot.com/4539048/ by reed@google.com · 14 years ago
- 3fb5187 speed-up SkMatrix::preScale by 3x, by special-casing it instead of just calling by reed@google.com · 14 years ago
- 206c98a Add gyp for bench and make run on Windows. by bungeman@google.com · 14 years ago
- d897bfb [PDF] Add pages accessor to SkPDFDocument. by vandebo@chromium.org · 14 years ago
- f33d153 Port the SampleApp (raster) to Android. by Scroggo · 14 years ago
- 3509f05 Add more SK_API declarations to fix Chrome. by vandebo@chromium.org · 14 years ago
- f0ec266 [PDF] Add plumbing and accessors so that Chrome can record the font types used in a PDF. by vandebo@chromium.org · 14 years ago
- c0c4d22 Removal of obsolete interface, SkMatrixClipObserver. by twiz@google.com · 14 years ago
- 8887ede [PDF] Improve the SkClipStack skipping prefix code. by vandebo@chromium.org · 14 years ago
- 19e3c1e [PDF] Reuse the invert function object for xform object masks. by vandebo@chromium.org · 14 years ago
- 13d14a9 [PDF] Rename ContentEntryAccessor to ScopedContentEntry. by vandebo@chromium.org · 14 years ago
- 61d2678 [PDF] Fix regression - correct for fInitialTrnasform in form xobjects. by vandebo@chromium.org · 14 years ago
- b069c8c [PDF] Add helper class to manage ContentEntry set up and completion. by vandebo@chromium.org · 14 years ago
- 481aef6 [PDF] Add clip support and some optimizations for "complex" xfer modes. by vandebo@chromium.org · 14 years ago
- b28b5e4 Warn when an SkScalar is passed into SkIntToScalar() (converted twice) by epoger@google.com · 14 years ago
- 80b09de add optoinal bytesRead argument (output) to playback() by reed@google.com · 14 years ago
- dde0956 add cross-process option to gpipe add unittests for reader32 and writer32 by reed@google.com · 14 years ago
- c7d9f9d Expose SkComposeShader as SK_API. by ctguil@chromium.org · 14 years ago
- 0e45441 Add Mesa as a GL backend. http://codereview.appspot.com/4545055/ by bungeman@google.com · 14 years ago
- 2766118 Fix windows color order Review URL: http://codereview.appspot.com/4553048/ by bsalomon@google.com · 14 years ago
- 466f3d6 [PDF] Implement clear xfermode with a mask instead of pushing the clip down. by vandebo@chromium.org · 14 years ago
- 8989d31 [PDF] Fix windows compile warning. by vandebo@chromium.org · 14 years ago
- 05ea181 move SHIFT default definitions from SkColorPriv.h to SkPostConfig.h, so that by reed@google.com · 14 years ago
- 02b5331 encode current LCD orientation and order into font-cache-key by reed@google.com · 14 years ago
- 1fbb300 add more keys by reed@google.com · 14 years ago
- ff39032 [PDF] Improve path effect and drawPath(prePathMatrix) support. by vandebo@chromium.org · 14 years ago
- 2047f00 get tests closer to passing for SKIA_SCALAR=fixed by epoger@google.com · 14 years ago
- 16bab87 Add GL context creation for X so that gm can run GPU on Linux. by bungeman@google.com · 14 years ago
- f2d9155 separate coverage stages from color stages. by bsalomon@google.com · 14 years ago
- 4b4fb3a fully expand the initialization for rect (android compiler didn't like {0}) by reed@google.com · 14 years ago
- 07f3ee1 use SkPath for GrPath, removing GrPathIter entirely by reed@google.com · 14 years ago
- b54455e Change getConvexity() to now compute it if the value is set to kUnkown. by reed@google.com · 14 years ago
- d757df2 Optimize colorfilter path when using a constant color.\nReviewed at http://codereview.appspot.com/4548041/ by Scroggo · 14 years ago
- 04863fa add Convexity enum to SkPath by reed@google.com · 14 years ago
- 6112c21 [PDF] Add support for SrcIn, SrcOut, DstIn, DstOut xfermodes. by vandebo@chromium.org · 14 years ago
- af8edcc update dox by reed@google.com · 14 years ago
- 78dad54 [PDF] Fix Chrome crash - don't assume that SkDraw.fClipStack != NULL. by vandebo@chromium.org · 14 years ago
- 246bd0f by twiz@google.com · 14 years ago
- f2eb5ab fix bug where we wrote uninitialized data to the flatten stream for shaders. by reed@google.com · 14 years ago
- cc4dac3 Make GrMatrix an alias of SkMatrix. Add new methods to SkMatrix. by bsalomon@google.com · 14 years ago
- ee9aa30 Fixes from Sk/Gr rect unification. by bsalomon@google.com · 14 years ago
- 6744d49 [PDF] Add a ToUnicode mapping for fonts. by vandebo@chromium.org · 14 years ago
- 20efde7 Share code with SkRect by reed@google.com · 14 years ago
- 25adce8 [PDF] Add support for Clear, Src, Dst, DstOver xfermodes. by vandebo@chromium.org · 14 years ago
- a0c7edb [PDF] Fix setting of existing clip for layers. by vandebo@chromium.org · 14 years ago
- 9fbdf87 [PDF] Refactor content stream creation in SkPDFDevice to support more xfermodes. by vandebo@chromium.org · 14 years ago
- 7744c20 use SkPoint, creating an alias for GrPoint by reed@google.com · 14 years ago
- fc29629 Replace GrStringBuilder with SkString. First step in cleaning up the shader generator. Slight performance hit when creating a new shader (<10% of total shader gen time on my Windows box is spent in building our string before handing it to GL). Much of this can be recovered by better usage pattern of SkString in coming revisions. by bsalomon@google.com · 14 years ago
- 0aa6c3e Tab -> spaces by bsalomon@google.com · 14 years ago
- 185d3d0 add SkScalarIsInt() by reed@google.com · 14 years ago
- a571c99 don't require a ptr unless size > 0 by reed@google.com · 14 years ago
- 8d90eeb add find() by reed@google.com · 14 years ago
- 3048d4f remove deprecated getViewport/setViewport by reed@google.com · 14 years ago
- acd471f updated pipe by reed@google.com · 14 years ago
- 1e1c36f Add comparison and assignment to SkClipStack (and fix an optimization bug). by vandebo@chromium.org · 14 years ago
- 7894b92 code style by reed@google.com · 14 years ago
- 2f3dc9d add typefacecache speedup lcd blits clean up some samples by reed@google.com · 14 years ago
- be2048a [PDF] Fix fallout from r1217. by vandebo@chromium.org · 14 years ago
- 1526129 PDF Device should report non-transformed size for width and height. by ctguil@chromium.org · 14 years ago
- 3b521d0 update dox code style by reed@google.com · 14 years ago
- e9e08cc rename SkPtrRecorder and related wrappers to SkPtrSet, since that is the pattern by mike@reedtribe.org · 14 years ago
- e8f754a update dox by mike@reedtribe.org · 14 years ago
- 06e1795 Add bounding rect for paths by bsalomon@google.com · 14 years ago
- 4b33d28 New 'skdiff' tool to compare two directories full of files, write diff images by tomhudson@google.com · 14 years ago
- 1447c6f Add missing flattenable registrations and CreateProc() functions; by tomhudson@google.com · 14 years ago
- f316634 http://codereview.appspot.com/4436057/ by reed@google.com · 14 years ago
- c009111 http://codereview.appspot.com/4438070/ by reed@google.com · 14 years ago
- 5b3d534 add helper available() by reed@google.com · 14 years ago
- bb6992a add experimental canvas pipe by reed@google.com · 14 years ago
- ea4ac97 make SkDeviceFactory reference counted by mike@reedtribe.org · 14 years ago
- 1a32d4a add SK_API by reed@google.com · 14 years ago
- 7394565 devolve flattening parameters to their base classes by reed@google.com · 14 years ago
- 6b919c3 code style by mike@reedtribe.org · 14 years ago
- 4135f28 code style by mike@reedtribe.org · 14 years ago
- 6b7aee3 optimize when we have a colorfilter, but no shader or xfermode by reed@google.com · 14 years ago
- 13659f1 handle overflow by reed@google.com · 14 years ago
- 63c1ad8 add fFx1 field, returning where to start the iterator for fCount1 range by reed@google.com · 14 years ago
- 77bcaa3 [PDF] Implement clear() method and a couple fixes. by vandebo@chromium.org · 14 years ago
- 8c3ff17 Add DLL exports (Fixes Multi-DLL build in Chrome against TOT skia) by bsalomon@google.com · 14 years ago
- 73ccb98 move header fix warning in release build by reed@google.com · 14 years ago
- 9df214e http://codereview.appspot.com/4373057/ by Scroggo · 14 years ago
- f5dbe2f Upstream android changes. by djsollen@google.com · 14 years ago
- 2a98181 add SkCanvas::clear(SkColor color) to call the new virtual clear on device. by reed@google.com · 14 years ago
- 398109c rename SkDevice::eraseColor to clear and make virtual. by bsalomon@google.com · 14 years ago
- 43c50c8 add reflection asColorMode to SkColorFilter (for gpu) by reed@google.com · 14 years ago
- 586f48c by bsalomon@google.com · 14 years ago
- a8282ef add mask for paint-bits to layerdrawlooper by mike@reedtribe.org · 14 years ago
- c0d4aa2 fix asMode() to always succeed if the xfermode was built from a Mode by reed@google.com · 14 years ago
- 1fbf760 Fix SkFixed overflows in SkFixedSquare, SkGradientShader. by wjmaclean@chromium.org · 14 years ago
- 0716c63 expand SkLayerDrawLooper to allow for an xfermode when transfering the paint's color, by reed@google.com · 14 years ago
- 75f97e4 Generalize the flip origin argument to the PDF device constructor. by vandebo@chromium.org · 14 years ago
- 24fb8e2 mark viewport APIs as deprecated by reed@google.com · 14 years ago
- ad91799 code style by reed@google.com · 14 years ago
- 5877ffd Add APIs and plumbing for external rendertaret-textures w/ and w/out MSAA. by bsalomon@google.com · 14 years ago
- 4e1d3ac code style by mike@reedtribe.org · 14 years ago
- 2c8fc5a add init() to SkTLazy to create a default instance by mike@reedtribe.org · 14 years ago
- bcc1d33 coding style updates by mike@reedtribe.org · 14 years ago
- 0e2810b add optional bitflags to control which aspect of each layer's paint is applied by mike@reedtribe.org · 14 years ago
- 4e2b3d3 Simplify drawloopers and drawfilters. This allows the canvas to keep its by reed@google.com · 14 years ago