| Commit message (Expand) | Author | Age |
* | Replace vsnprintf with vsnprintf_s; add code to reproduce issue to StringTest; | tomhudson@google.com | 2011-07-08 |
* | Modulate color shader's alpha with paint alpha when setting up gpu paint (fix... | bsalomon@google.com | 2011-07-08 |
* | Replace reference parameter with pointer so that we can pass NULL | tomhudson@google.com | 2011-07-08 |
* | remove dead code | reed@google.com | 2011-07-07 |
* | Deleted the #endif that's caused the compiler erro | yangsu@google.com | 2011-07-07 |
* | Updated iOSSampleApp and related files. | yangsu@google.com | 2011-07-07 |
* | re-enable SSE2 blitmask procs, only excluding if we're black (in which case | reed@google.com | 2011-07-07 |
* | add asABlur() to maskfilters, so devices like gpu and pdf can query them. | reed@google.com | 2011-07-07 |
* | Allow texture-backed bitmaps to perform a read-back when lockPixels is called. | reed@google.com | 2011-07-07 |
* | [PDF] Add a concept of a substitute object to the SkPDFCatalog class. | vandebo@chromium.org | 2011-07-06 |
* | ColorShaders report no bitmaps, but only a color_gradient, which we now detect | reed@google.com | 2011-07-06 |
* | remove SkDeviceFactory from the collective consciousness, now that devices know | reed@google.com | 2011-07-06 |
* | make the mac window resizeable again | reed@google.com | 2011-07-06 |
* | always use grcontext to get the bits to the screen | reed@google.com | 2011-07-06 |
* | suppress printfs | reed@google.com | 2011-07-05 |
* | suppress printfs | reed@google.com | 2011-07-05 |
* | add SkEmptyShader, and return it from CreateBitmapShader if the bitmap is empty | reed@google.com | 2011-07-05 |
* | defer allocating blitter until we know we need it (i.e. gpu-devices don't need, | reed@google.com | 2011-07-05 |
* | don't call setContext on shader (not necessary), since now gradients ensure that | reed@google.com | 2011-07-05 |
* | ensure that our bitmap is built with opaque cachedalpha | reed@google.com | 2011-07-05 |
* | A bit set class. Will be used for font subsetting. | vandebo@chromium.org | 2011-07-02 |
* | Reverting r1775 at Mike and Brian's request | epoger@google.com | 2011-07-01 |
* | fix chrome build, check OSX version before referencing 10.6 APIs | reed@google.com | 2011-07-01 |
* | Fixing several issues with rendering blurred bitmaps with Ganesh | junov@google.com | 2011-06-30 |
* | make inline version of premultiply, to speed up gradient creation. | reed@google.com | 2011-06-30 |
* | Enable WebKit/Chromium style logging for Skia. | tomhudson@google.com | 2011-06-30 |
* | Adding the notion of a volatile bitmap to SkBitmap. | junov@google.com | 2011-06-30 |
* | SkStringPrintf helper fucntion + a new unit test for it. | tomhudson@google.com | 2011-06-30 |
* | Fix LCD text filtering | epoger@google.com | 2011-06-29 |
* | Fix build for old versions of freetype without FT_Library_SetLcdFilter | epoger@google.com | 2011-06-29 |
* | Don't use the CreateWithData variant: not needed, and isn't available in chrome | reed@google.com | 2011-06-29 |
* | extract a new factory when we get a new device | reed@google.com | 2011-06-29 |
* | explicitly enable font smoothing, in case your mac is hooked to a monitor | reed@google.com | 2011-06-29 |
* | fix bitmapinfo | reed@google.com | 2011-06-28 |
* | add mac utility to turn a pdf into a bitmap | reed@google.com | 2011-06-28 |
* | Parse SampleApp command line for a test name. If an argument is passed to | senorblanco@chromium.org | 2011-06-28 |
* | Fix Mac compile - missing comma. | vandebo@chromium.org | 2011-06-28 |
* | Fix core text font metrics - scale to em size and convert float to int | vandebo@chromium.org | 2011-06-28 |
* | Change output format of dump() to make VS2008 happy. | tomhudson@google.com | 2011-06-28 |
* | fix sign/unsigned warnings | reed@google.com | 2011-06-28 |
* | remove unused and untested SkPath::subdivide() | reed@google.com | 2011-06-28 |
* | fix exceeds_dist: don't double the loop counter (the caller has done that) | reed@google.com | 2011-06-28 |
* | Adding support for shadows when drawing bitmaps with skia gpu device | junov@google.com | 2011-06-27 |
* | fix div-by-zero (triggers debugging assert when scalar=fixed) and add master | reed@google.com | 2011-06-27 |
* | Fix compiler warning triggered by non-understanding of assert. | vandebo@chromium.org | 2011-06-27 |
* | add ptr/len and SkData versions of Deflate() | reed@google.com | 2011-06-27 |
* | remove obsolete text codepaths | reed@google.com | 2011-06-27 |
* | fix warnings (signed/unsigned, initialization order, parens) | reed@google.com | 2011-06-27 |
* | remove drawShape from canvas api | reed@google.com | 2011-06-27 |
* | Add a zlib target that the pdf target can depend on. | vandebo@chromium.org | 2011-06-24 |