| Commit message (Expand) | Author | Age |
* | Remove unused SkGpuDevice functions, add GrRenderTarget handle getters | bsalomon@google.com | 2011-07-13 |
* | Change pdfTransform to asAffine. | bungeman@google.com | 2011-07-13 |
* | since I can't make GDI's lcd text pretty when we're rotated, detect that | reed@google.com | 2011-07-13 |
* | Fix path iter returned pt on close, test path close pt in unit test. | bsalomon@google.com | 2011-07-13 |
* | add more scalerrec filtering, in prep for handling unhinted | reed@google.com | 2011-07-13 |
* | send output to printf as well, for commandlines | reed@google.com | 2011-07-13 |
* | Modified to add support to print in the margins of pdf documents | ctguil@chromium.org | 2011-07-12 |
* | GPU-based blur cleanup. Clean up some issues raised in code review: | senorblanco@chromium.org | 2011-07-12 |
* | Remove a few old uses of SK_RESTRICT on references. | tomhudson@google.com | 2011-07-12 |
* | Fix windows build (unreviewed). | senorblanco@chromium.org | 2011-07-12 |
* | Implement blur types for GPU-based Gaussian blur. | senorblanco@chromium.org | 2011-07-12 |
* | pass correct value for black | reed@google.com | 2011-07-11 |
* | limit clip to fixed-point range, so our edges don't overflow | reed@google.com | 2011-07-11 |
* | be sure to allocate space for kDone_DrawOp before we write it (thanks Yang) | reed@google.com | 2011-07-08 |
* | GPU-based Gaussian blur. | senorblanco@chromium.org | 2011-07-08 |
* | 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 |