- 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
- 61eb040 code style by reed@google.com · 14 years ago
- 676d69b experimental by mike@reedtribe.org · 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
- 261b8e2 fix warnings by reed@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
- f5848e4 Fix wrong class name used when unregistering class for dummy window in SkOsWindow_win.cpp 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
- 84e9c08 speed up 2-point-radial gradients by 9x, using float instead of fixed by reed@google.com · 14 years ago
- 1fbf760 Fix SkFixed overflows in SkFixedSquare, SkGradientShader. by wjmaclean@chromium.org · 14 years ago
- 521e34e return Coeff for kPlus_Mode and kMultiply_Mode by reed@google.com · 14 years ago
- 0716c63 expand SkLayerDrawLooper to allow for an xfermode when transfering the paint's color, by reed@google.com · 14 years ago
- ea2ee8a Fix missing assignment of fContext in new SkGpuDevice cons. by bsalomon@google.com · 14 years ago
- 75f97e4 Generalize the flip origin argument to the PDF device constructor. by vandebo@chromium.org · 14 years ago
- 9f2f0a8 add testing defines to test different blitters for antialiasing (RLE and mask) by reed@google.com · 14 years ago
- a7bf6e2 Review URL: http://codereview.appspot.com/4360049/ by bsalomon@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
- 7db9fe6 code style by reed@google.com · 14 years ago
- 4e1d3ac code style by mike@reedtribe.org · 14 years ago
- d5e05d4 balance sk_malloc with sk_free (instead of delete[]) in SkAutoUCS2 by mike@reedtribe.org · 14 years ago
- 2c8fc5a add init() to SkTLazy to create a default instance by mike@reedtribe.org · 14 years ago
- d11f0e0 coding style by mike@reedtribe.org · 14 years ago
- eadc807 coding style by mike@reedtribe.org · 14 years ago
- bcc1d33 coding style updates by mike@reedtribe.org · 14 years ago
- 99219d3 update coding style - no logic change by mike@reedtribe.org · 14 years ago
- 3c1225b fast return if no part of the paint gets replaced by mike@reedtribe.org · 14 years ago
- 4281d65 add CR at end by reed@google.com · 14 years ago
- 39ce0ac unbias fy in the gpu glyphproc, since skia has pre-added 1/2 to the value by reed@google.com · 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
- bd36ebe [PDF] Fix node count in page tree. by vandebo@chromium.org · 14 years ago
- e5d0def fix infinite loop (doh) by mike@reedtribe.org · 14 years ago
- 53e3bed fix infinite loop if we have a drawfilter but no drawlooper by mike@reedtribe.org · 14 years ago
- eb17603 Fix a typo in my prior commit. by Scroggo · 14 years ago
- 813c33c Borg by Scroggo · 14 years ago
- 4e2b3d3 Simplify drawloopers and drawfilters. This allows the canvas to keep its by reed@google.com · 14 years ago
- 3a96875 round the alphamul so we don't overflow a byte by reed@google.com · 14 years ago
- a076e9b use new template class SkTLazy for deferred paint initialization by reed@google.com · 14 years ago
- dc66c42 Fix Two Pt Radial when circles are concentric. by bsalomon@google.com · 14 years ago
- 139d84b Remove transitionary version of getAdvancedTypefaceMetrics. Webkit has been updated. by vandebo@chromium.org · 14 years ago
- 7de5fc2 re-re-enable antialiased rects for gpu by reed@google.com · 14 years ago
- f1f4a67 eeek, revert last CL until I fix texture matrix by reed@google.com · 14 years ago
- bf86c63 enable antialiased rects by reed@google.com · 14 years ago
- c34effe support BW text on GPU by mike@reedtribe.org · 14 years ago
- c9aa587 check-point (disabled) for antialiased rects by reed@google.com · 14 years ago
- c7a38f3 Make SkFlate buffers statically sized (fixes Windows compile). by vandebo@chromium.org · 14 years ago
- 669fdc4 Adds read pixels to GrTexture and GrRenderTarget by bsalomon@google.com · 14 years ago
- 62ab7ad export SkDraw::ComputeRectType() and share that with SkGpuDevice by reed@google.com · 14 years ago
- 261c20a support BW text by reed@google.com · 14 years ago
- 6115338 handle scale < 0 for stroke-rects by reed@google.com · 14 years ago
- f71b210 [PDF] Make the NOT_IMPLEMENTED macro not print anything by default. by vandebo@chromium.org · 14 years ago
- 761fb62 reenable fast stroked rects, now that we correctly handle non-square scale by reed@google.com · 14 years ago
- 3380296 temporarily disable fast stroking, until we handle non-square scales in matrix by reed@google.com · 14 years ago
- 5bff8d2 add #ifdef SK_DISABLE_FAST_AA_STROKE_RECT to disable new 8x faster antialiased by reed@google.com · 14 years ago
- 7ff678b faster stroke rects by mike@reedtribe.org · 14 years ago
- 42911fa Remove SkMetaData from makefile. by scroggo · 14 years ago
- 50dfa01 add pixelref->readPixels() by reed@google.com · 14 years ago
- 4b83c63 Move where compression enable/disable is done to make recompilation faster. by vandebo@chromium.org · 14 years ago
- 8fe7247 Add GrResource base class for ibs, texs, vbs, etc. by bsalomon@google.com · 14 years ago
- a7d9485 replace SkRefDict with SkMetaData (much more general) by reed@google.com · 14 years ago
- 0e6dc0a Prepend SkAdvancedTypefaceMetrics on enum usage. by ctguil@chromium.org · 14 years ago
- 325cb9a Improve the SkAdvancedTypefaceMetrics interface w.r.t. vertical advances. by vandebo@chromium.org · 14 years ago
- e733071 add refcnt helper to metadata add unittests for metadata by reed@google.com · 14 years ago
- 5e3496e move SkMetaData into core by reed@google.com · 14 years ago
- 9266fed add getTopLayer(), so clients don't have to use a LayerIter just to get by reed@google.com · 14 years ago
- cae5fba Store content streams in an SkStream instead of an SkString (64k size limit). by vandebo@chromium.org · 14 years ago
- 04de782 Hairline stroke 1px wide paths. by bsalomon@google.com · 14 years ago
- 0f185c2 Move zoomer into SampleApp by Scroggo · 14 years ago
- 7b11807 Fix a crash. by scroggo · 14 years ago
- 0a0a236 Initialize fClip in SkBounder, in case doIRect() is called before it is used by reed@google.com · 14 years ago
- c04e6d5 Fix SK build macro. by bsalomon@google.com · 14 years ago
- 6fa4518 inline knowledge that our pointsize is always 1 when we measure/draw by reed@google.com · 14 years ago
- df49991 add SkCreateTypefaceFromCTFont() to create a typeface directly from a CTFontRef by reed@google.com · 14 years ago
- 08526c0 Add a 'fatbits' mode to unix sample app. by scroggo · 14 years ago
- 2ccdf2a map canonical css names to real fonts by mike@reedtribe.org · 14 years ago
- ce11b26 convert fixed->scalar directly, since we know that the by reed@google.com · 14 years ago
- 160f2c0 increase intermediate precision when chopping lines. This avoids returning a by reed@google.com · 14 years ago
- dd0cd34 allow window-subclass to handle dispatching click events (for resize) by mike@reedtribe.org · 14 years ago
- b66365f Updates to the unix sample app. by scroggo · 14 years ago
- 3f0dcf9 fix scalar math to work with float and fixed by reed@google.com · 14 years ago
- c31a9d6 fix warnings of int->float and double->float by reed@google.com · 14 years ago
- 97fa34c change operator== to return bool instead of int update dox formating by reed@google.com · 14 years ago
- c8ad63e Initial GYP file for skia / gr. Builds SampleApp on Mac, Windows, Linux. by bsalomon@google.com · 14 years ago
- 2f83459 use SkSafeUnref() by mike@reedtribe.org · 14 years ago
- 2ade086 abort drawing if srcRect is outside of the bitmap bounds by reed@google.com · 14 years ago
- b52bb9b Remove dependence on glew for creating SkOSWindow_Win's GL ctx. by bsalomon@google.com · 14 years ago
- 52f57e1 add fling by reed@google.com · 14 years ago
- 7ffb1b2 Add code needed to build skia as a windows dll within the chromium project. by ctguil@chromium.org · 14 years ago
- f67e4cf add filterTextFlags() to SkDevice (virtual) to allow device subclasses to by reed@google.com · 14 years ago
- 98539c6 support lcd16 in text atlas (sans shader support) by reed@google.com · 14 years ago
- b7e9aee Add a sample application that runs on unix. by scroggo · 14 years ago
- cd9d69b Upstreaming changes from android. by djsollen@google.com · 14 years ago
- 260db92 trim 3-byte column at start and end of freetype bitmap by reed@google.com · 14 years ago
- 8abde0a disable lcd format for lcd16 as well by reed@google.com · 14 years ago
- ea2333d add LCD16 copy routine by reed@google.com · 14 years ago
- 6016962 use system font path when building on the mac by reed@google.com · 14 years ago