| Commit message (Expand) | Author | Age |
* | draw rotated rects as paths if we're antialiasing, until we extend our rect-aa | reed@google.com | 2011-05-26 |
* | checkpoint for better 8bit->5bit reduction (disable for now) | reed@google.com | 2011-05-26 |
* | balance the call to matrix::flatten from r1414. Formerly both of these were | reed@google.com | 2011-05-26 |
* | [PDF] Improve the SkClipStack skipping prefix code. | vandebo@chromium.org | 2011-05-25 |
* | [PDF] Reuse the invert function object for xform object masks. | vandebo@chromium.org | 2011-05-25 |
* | [PDF] Rename ContentEntryAccessor to ScopedContentEntry. | vandebo@chromium.org | 2011-05-24 |
* | [PDF] Fix regression - correct for fInitialTrnasform in form xobjects. | vandebo@chromium.org | 2011-05-24 |
* | Grab-bag of memory fixes. SkFlatMatrix::Flatten had the same issue as | senorblanco@chromium.org | 2011-05-24 |
* | Cleanup: Use member function isContentEmpty(). | ctguil@chromium.org | 2011-05-24 |
* | [PDF] Don't draw empty layers. | vandebo@chromium.org | 2011-05-24 |
* | [PDF] Add helper class to manage ContentEntry set up and completion. | vandebo@chromium.org | 2011-05-24 |
* | [PDF] Add clip support and some optimizations for "complex" xfer modes. | vandebo@chromium.org | 2011-05-24 |
* | return the bytes read, not the total provided | reed@google.com | 2011-05-24 |
* | add copyright notices | reed@google.com | 2011-05-24 |
* | Fix a new clang warning: | thakis@chromium.org | 2011-05-24 |
* | call notify after we write the kDone verb | reed@google.com | 2011-05-23 |
* | add optoinal bytesRead argument (output) to playback() | reed@google.com | 2011-05-23 |
* | fix warnings | reed@google.com | 2011-05-23 |
* | add cross-process option to gpipe | reed@google.com | 2011-05-23 |
* | Fix unnitialized memory in Sk2DPathEffect. The SkDescriptor checksum | senorblanco@chromium.org | 2011-05-20 |
* | Clean up some valgrind errors in SkTransparentShader. Valgrind complains | senorblanco@chromium.org | 2011-05-20 |
* | Add dual source blending support for proper blending with coverage. | bsalomon@google.com | 2011-05-20 |
* | The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns on | senorblanco@chromium.org | 2011-05-19 |
* | Add Mesa as a GL backend. | bungeman@google.com | 2011-05-19 |
* | Batch up draws into triangle fans as large as possible when drawing convex | senorblanco@chromium.org | 2011-05-19 |
* | [PDF] Implement clear xfermode with a mask instead of pushing the clip down. | vandebo@chromium.org | 2011-05-18 |
* | setHinting modifies fFlags in places, so call it last (after initializing fFl... | reed@google.com | 2011-05-18 |
* | encode current LCD orientation and order into font-cache-key | reed@google.com | 2011-05-18 |
* | support BW glyphs, instead of always forcing them to AA | reed@google.com | 2011-05-18 |
* | improve gray approximation for LCD LERP | reed@google.com | 2011-05-18 |
* | add optional decolorization value for lcd text | reed@google.com | 2011-05-17 |
* | Use coverage stages for supersample AA resolve, edgeAA, and glyph masks. Expo... | bsalomon@google.com | 2011-05-17 |
* | [PDF] Improve path effect and drawPath(prePathMatrix) support. | vandebo@chromium.org | 2011-05-17 |
* | Fix enums in code path that uses uncached GrRenderTargets behind SkGpuDevices | bsalomon@google.com | 2011-05-17 |
* | get tests closer to passing for SKIA_SCALAR=fixed | epoger@google.com | 2011-05-17 |
* | remove reference to fContext | reed@google.com | 2011-05-17 |
* | silence printf | reed@google.com | 2011-05-17 |
* | Add GL context creation for X so that gm can run GPU on Linux. | bungeman@google.com | 2011-05-17 |
* | use hires metrics when rotated (or subpixel is requested) | reed@google.com | 2011-05-17 |
* | Use SkSetFourByteTag in SkFontHost_win.cpp. | ctguil@chromium.org | 2011-05-16 |
* | Fixed color bleeding issue when drawing a sub region of a bitmap with filteri... | junov@google.com | 2011-05-16 |
* | use SkPath for GrPath, removing GrPathIter entirely | reed@google.com | 2011-05-16 |
* | Change getConvexity() to now compute it if the value is set to kUnkown. | reed@google.com | 2011-05-16 |
* | Optimize colorfilter path when using a constant color.\nReviewed at http://co... | Scroggo | 2011-05-16 |
* | clean up sign detection code in computeconvexity | reed@google.com | 2011-05-16 |
* | detect more than one loop in computeconvexity | reed@google.com | 2011-05-15 |
* | add Convexity enum to SkPath | reed@google.com | 2011-05-15 |
* | [PDF] Add support for SrcIn, SrcOut, DstIn, DstOut xfermodes. | vandebo@chromium.org | 2011-05-13 |
* | [PDF] Fix windows SkFontHost::OpenStream for TTC fonts. | vandebo@chromium.org | 2011-05-13 |
* | Edge antialiasing for convex shapes in Ganesh | senorblanco@chromium.org | 2011-05-12 |