- 9c49bc3 Allow texture-backed bitmaps to perform a read-back when lockPixels is called. by reed@google.com · 13 years ago
- 2ef12d4 [PDF] Add a concept of a substitute object to the SkPDFCatalog class. by vandebo@chromium.org · 13 years ago
- 2be9e8b ColorShaders report no bitmaps, but only a color_gradient, which we now detect by reed@google.com · 13 years ago
- cde9211 remove SkDeviceFactory from the collective consciousness, now that devices know by reed@google.com · 13 years ago
- 65d8bb0 add SK_API to SkMatrix44 by reed@google.com · 13 years ago
- 37a2012 add SkEmptyShader, and return it from CreateBitmapShader if the bitmap is empty by reed@google.com · 13 years ago
- d3a8c94 A bit set class. Will be used for font subsetting. by vandebo@chromium.org · 13 years ago
- 9ef2d83 Reverting r1775 at Mike and Brian's request by epoger@google.com · 13 years ago
- 8bcc6f4 export SkAutoSTMalloc (for multi-dll chrome build) by bsalomon@google.com · 13 years ago
- 0c8d93a Reworks r1770 so that users who have replaced SkUserConfig don't have to by tomhudson@google.com · 13 years ago
- 22c8bb8 Fixing several issues with rendering blurred bitmaps with Ganesh by junov@google.com · 13 years ago
- 3582bf9 Remove GrAuto*Malloc, replace with SkAuto*Malloc by bsalomon@google.com · 13 years ago
- 5d2fef0 fix asserts in new premul inline function by reed@google.com · 13 years ago
- 0b8b3bb make inline version of premultiply, to speed up gradient creation. by reed@google.com · 13 years ago
- 278cbb4 Enable WebKit/Chromium style logging for Skia. by tomhudson@google.com · 13 years ago
- 4ee7ae5 Adding the notion of a volatile bitmap to SkBitmap. by junov@google.com · 13 years ago
- 3a1f6a0 SkStringPrintf helper fucntion + a new unit test for it. by tomhudson@google.com · 13 years ago
- 292ade6 add mac utility to turn a pdf into a bitmap by reed@google.com · 13 years ago
- 78b8253 Parse SampleApp command line for a test name. If an argument is passed to by senorblanco@chromium.org · 13 years ago
- 33114e0 remove unused and untested SkPath::subdivide() by reed@google.com · 13 years ago
- 314e9b3 add ptr/len and SkData versions of Deflate() by reed@google.com · 13 years ago
- effc501 remove obsolete text codepaths by reed@google.com · 13 years ago
- 5667afc remove drawShape from canvas api by reed@google.com · 13 years ago
- 6ed8249 update dox by reed@google.com · 13 years ago
- 7453d0e use general SkWStream for parameter by reed@google.com · 13 years ago
- 8a85d0c replace detach/getStream apis on dynamicwstream with SkData by reed@google.com · 13 years ago
- 317d540 New benchmark for SkMatrix::computeType(). by tomhudson@google.com · 13 years ago
- 1a2b4c1 Added utility functions and iOS ports of SkWindow, SkOSFile, SkFontHost, and SkImageDecoder by yangsu@google.com · 13 years ago
- 3a31ac1 add (replacing SkDataRef) by reed@google.com · 13 years ago
- 8d0b577 rename public SkDataRef to SkData by reed@google.com · 13 years ago
- c134f39 Added platform specific includes by yangsu@google.com · 13 years ago
- 70442a6 add copyToData() to dyanamicwstream by reed@google.com · 13 years ago
- 9df621d Wrap SkStreams in IStreams instead of copying data around. by bungeman@google.com · 13 years ago
- d3aed39 Unify handleTouch and handleClick in SampleApp. by Scroggo · 13 years ago
- 1eeaf0b Add support for 8 bits/component glyphs, to by caryclark@google.com · 13 years ago
- e1bc274 Fix a batch of coverity defects, uninitialized class fields. by vandebo@chromium.org · 13 years ago
- 7332207 Fix some problems detected by coverity. by vandebo@chromium.org · 13 years ago
- 714df17 Remove createDevice decl from SkProxyCanvas.h. Impl has already been removed in r1625. by bsalomon@google.com · 13 years ago
- 6bac947 Add option in flattening to write factory names inline, as we are recording. by reed@google.com · 13 years ago
- fd0ffcf change string read/write to store length as full 32-bit value. This simplifies by reed@google.com · 13 years ago
- 8ac0d54 Add a way to save to PDF in SampleApp on Android and elsewhere. by Scroggo · 13 years ago
- ccb74ea Changed mac specific files to use ApplicationServices rather than Carbon by yangsu@google.com · 13 years ago
- 2d54d06 update dox by reed@google.com · 13 years ago
- f9046fe Add GrRenderTexture cons for gpu dev. Remove factory from gpu device. by bsalomon@google.com · 13 years ago
- e97f085 Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveLayer will fall back on createNewCompatibleDevice. by bsalomon@google.com · 13 years ago
- 1bce0a5 Modified Pipe Reader to read an atom at a time by yangsu@google.com · 13 years ago
- af951c9 make SkDevice constructors explicit between offscreen and on/direct by reed@google.com · 13 years ago
- b5b3168 First pass at improving temporary tex/rt reuse by bsalomon@google.com · 13 years ago
- 1fd56dc Implement SkPoint::Normalize() for SK_SCALAR_IS_FIXED and add performance warning to its declaration by epoger@google.com · 13 years ago
- a87cd2a Increase compatibility with clang, mostly around SK_RESTRICT. by tomhudson@google.com · 13 years ago
- 2c8208f Improvements to the SampleApp (primarily Android). by Scroggo · 13 years ago
- ca1f5e2 style and warnings by reed@google.com · 13 years ago
- 35ae8ea add SkDataRef (for future use) by reed@google.com · 13 years ago
- e32b583 Updates to the Android SampleApp by djsollen@google.com · 13 years ago
- da9fac0 add row/col major getters, plus unit-tests by reed@google.com · 13 years ago
- 8260a89 move into utils by reed@google.com · 13 years ago
- 7d26c59 add 2nd parameter to SkFontHost::NextLogicalFont() by reed@google.com · 13 years ago
- 80afbf0 #include <math.h> if SK_SCALAR_IS_FIXED but SK_CAN_USE_FLOAT by epoger@google.com · 13 years ago
- aed68d9 Make linux sample app work on my laptop. Reviewed at http://codereview.appspot.com/4568050/ by Scroggo · 13 years ago
- a87e065 add SkFixedFloorToFixed by reed@google.com · 13 years ago
- 3b0a8da Add EGL context for Windows. http://codereview.appspot.com/4517133/ by bungeman@google.com · 13 years ago
- 542e035 remove unneeded check for thumb. see http://codereview.appspot.com/4539048/ by reed@google.com · 13 years ago
- 3fb5187 speed-up SkMatrix::preScale by 3x, by special-casing it instead of just calling by reed@google.com · 13 years ago
- 206c98a Add gyp for bench and make run on Windows. by bungeman@google.com · 13 years ago
- d897bfb [PDF] Add pages accessor to SkPDFDocument. by vandebo@chromium.org · 13 years ago
- f33d153 Port the SampleApp (raster) to Android. by Scroggo · 13 years ago
- 3509f05 Add more SK_API declarations to fix Chrome. by vandebo@chromium.org · 13 years ago
- f0ec266 [PDF] Add plumbing and accessors so that Chrome can record the font types used in a PDF. by vandebo@chromium.org · 13 years ago
- c0c4d22 Removal of obsolete interface, SkMatrixClipObserver. by twiz@google.com · 13 years ago
- 8887ede [PDF] Improve the SkClipStack skipping prefix code. by vandebo@chromium.org · 13 years ago
- 19e3c1e [PDF] Reuse the invert function object for xform object masks. by vandebo@chromium.org · 13 years ago
- 13d14a9 [PDF] Rename ContentEntryAccessor to ScopedContentEntry. by vandebo@chromium.org · 13 years ago
- 61d2678 [PDF] Fix regression - correct for fInitialTrnasform in form xobjects. by vandebo@chromium.org · 13 years ago
- b069c8c [PDF] Add helper class to manage ContentEntry set up and completion. by vandebo@chromium.org · 13 years ago
- 481aef6 [PDF] Add clip support and some optimizations for "complex" xfer modes. by vandebo@chromium.org · 13 years ago
- b28b5e4 Warn when an SkScalar is passed into SkIntToScalar() (converted twice) by epoger@google.com · 13 years ago
- 80b09de add optoinal bytesRead argument (output) to playback() by reed@google.com · 13 years ago
- dde0956 add cross-process option to gpipe add unittests for reader32 and writer32 by reed@google.com · 13 years ago
- c7d9f9d Expose SkComposeShader as SK_API. by ctguil@chromium.org · 13 years ago
- 0e45441 Add Mesa as a GL backend. http://codereview.appspot.com/4545055/ by bungeman@google.com · 13 years ago
- 2766118 Fix windows color order Review URL: http://codereview.appspot.com/4553048/ by bsalomon@google.com · 13 years ago
- 466f3d6 [PDF] Implement clear xfermode with a mask instead of pushing the clip down. by vandebo@chromium.org · 13 years ago
- 8989d31 [PDF] Fix windows compile warning. by vandebo@chromium.org · 13 years ago
- 05ea181 move SHIFT default definitions from SkColorPriv.h to SkPostConfig.h, so that by reed@google.com · 13 years ago
- 02b5331 encode current LCD orientation and order into font-cache-key by reed@google.com · 13 years ago
- 1fbb300 add more keys by reed@google.com · 13 years ago
- ff39032 [PDF] Improve path effect and drawPath(prePathMatrix) support. by vandebo@chromium.org · 13 years ago
- 2047f00 get tests closer to passing for SKIA_SCALAR=fixed by epoger@google.com · 13 years ago
- 16bab87 Add GL context creation for X so that gm can run GPU on Linux. by bungeman@google.com · 13 years ago
- f2d9155 separate coverage stages from color stages. by bsalomon@google.com · 13 years ago
- 4b4fb3a fully expand the initialization for rect (android compiler didn't like {0}) by reed@google.com · 13 years ago
- 07f3ee1 use SkPath for GrPath, removing GrPathIter entirely by reed@google.com · 13 years ago
- b54455e Change getConvexity() to now compute it if the value is set to kUnkown. by reed@google.com · 13 years ago
- d757df2 Optimize colorfilter path when using a constant color.\nReviewed at http://codereview.appspot.com/4548041/ by Scroggo · 13 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