- ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 14 years ago
- fd03db0 Manually update copyright notices in files that defied the automated process by epoger@google.com · 14 years ago
- 17e66e2 [PDF] Improve efficiency of glyph id collection during font subsetting. by vandebo@chromium.org · 14 years ago
- 93225ff [PDF] Fix mem leak in font subsetting. by vandebo@chromium.org · 14 years ago
- 026dcee include <new> for SkTLazy, since windows seems to need it. by reed@google.com · 14 years ago
- 32e5d97 don't modify a const paint by reed@google.com · 14 years ago
- a44ea51 use SkConvertQuadToCubic() by reed@google.com · 14 years ago
- 90751c5 use safeunref on typefaces, since Deserialize might return NULL. by reed@google.com · 14 years ago
- 6fc321a add test for SkConvertQuadToCubic by reed@google.com · 14 years ago
- 9510ccc Cleanup from r1843 based on revision comments. by ctguil@chromium.org · 14 years ago
- 50398bf Make GrTextureCache into a generic GrResource cache. Also some GrContext texture interface cleanup. by bsalomon@google.com · 14 years ago
- f131694 Add functionality for isRect() to SkPath. http://codereview.appspot.com/4807052/ by caryclark@google.com · 14 years ago
- 82a34d8 GetGlyphOutline can return clipped results :( so we now draw offscreen by reed@google.com · 14 years ago
- 1f16589 [PDF] Add font subsetting using the sfntly library. by vandebo@chromium.org · 14 years ago
- 9859428 [PDF] Refactor SkPDFFont to enable font/cmap subsetting. by vandebo@chromium.org · 14 years ago
- d3a094c [PDF] Fix bug in catalog substitution. by vandebo@chromium.org · 14 years ago
- fd4236e don't modify const SkDraw, since multiple threads may be watching it... by reed@google.com · 14 years ago
- 40c2ba2 don/t modify const paint, since it could be used in different threads by reed@google.com · 14 years ago
- d4af56c Exit SkBitmap::scrollRect() early if width <= 0 by epoger@google.com · 14 years ago
- ece2b02 reenable rotated freetype fix, but behind #ifndef SK_IGNORE_ROTATED_FREETYPE_FIX, by reed@google.com · 14 years ago
- 31dcee7 Revert "[PDF] Refactor SkPDFFont to enable font/cmap subsetting." by vandebo@chromium.org · 14 years ago
- 6504cfd [PDF] Refactor SkPDFFont to enable font/cmap subsetting. by vandebo@chromium.org · 14 years ago
- 0e35ca8 Temporary rollback of r1924 to unblock DEPS roll by bsalomon@google.com · 14 years ago
- 2ce9a04 Improve GPU blur performance by clearing only when necessary. This gives a by senorblanco@chromium.org · 14 years ago
- 00223fa [PDF] fix off by one in setPage. by vandebo@chromium.org · 14 years ago
- fdaf2b9 Revert r1937 while I try to figure out the GM failures. by senorblanco@chromium.org · 14 years ago
- b7f28d6 Improve GPU blur speed by clearing only when necessary. This gives a by senorblanco@chromium.org · 14 years ago
- 8ed436c disable hinting when rotated, since it looks bad by reed@google.com · 14 years ago
- b14ef73 Fix SkFlate.cpp when SK_ZLIB_INCLUDE is not #defined. by epoger@google.com · 14 years ago
- b530ef5 have == always return bool, never int by reed@google.com · 14 years ago
- 1feb330 replace SkRefPtr for parameters with simple pointers by reed@google.com · 14 years ago
- 06f7f40 [PDF] Use insert and append helpers for POD data. by vandebo@chromium.org · 14 years ago
- 421d644 [PDF] Make stream compression optional on a per device basis. by vandebo@chromium.org · 14 years ago
- f6c3ebd fix Capitalization of static methods by reed@google.com · 14 years ago
- c789cf1 helpers for append and insert when the value is a POD. by reed@google.com · 14 years ago
- f5181a4 [PDF] Fix substitute resources size calculation. by vandebo@chromium.org · 14 years ago
- 422b67d Fix GPU blur cacheing bug. Sometimes, the texture cache serves us textures of by senorblanco@chromium.org · 14 years ago
- db77a6a export function to return a typeface's LOGFONT by reed@google.com · 14 years ago
- a479fc7 Enable the GPU-based blur by default in Skia, and provide a #define to disable by senorblanco@chromium.org · 14 years ago
- 2812b80 eliminate unneeded refs/unrefs by reed@google.com · 14 years ago
- 948639b Remove dead edgebuilding code by mike@reedtribe.org · 14 years ago
- fb6a53a [PDF] Add setPage method to SkPDFDocument. by vandebo@chromium.org · 14 years ago
- 4a947d2 Fix kernel width calculation in GPU-based Gaussian blur. When converting the by senorblanco@chromium.org · 14 years ago
- 5c63865 Use texture cache for writePixels temp by bsalomon@google.com · 14 years ago
- b88cfe5 [PDF] Make color shaders work correctly. by vandebo@chromium.org · 14 years ago
- 79bd877 GPU strokeAndFill only does the fill http://codereview.appspot.com/4743047/ by bungeman@google.com · 14 years ago
- c5aeccd Updated iOSSampleApp to display FPS and display in OpenGL by yangsu@google.com · 14 years ago
- e36ddf0 More GPU blur fixes. by senorblanco@chromium.org · 14 years ago
- 9de4dc9 check for non-finite values that can make us overshoot by reed@google.com · 14 years ago
- eb2aa1d Make CPU->GPU blur path use texture cache by bsalomon@google.com · 14 years ago
- 42dd0f9 Fix clipping problem in GPU-based blur. The FBOs used for the fast Gaussian by senorblanco@chromium.org · 14 years ago
- 0b96a84 Remove unused SkGpuDevice functions, add GrRenderTarget handle getters by bsalomon@google.com · 14 years ago
- 1ddd7c3 Change pdfTransform to asAffine. http://codereview.appspot.com/4704044/ by bungeman@google.com · 14 years ago
- da44067 since I can't make GDI's lcd text pretty when we're rotated, detect that by reed@google.com · 14 years ago
- b3b8dfa Fix path iter returned pt on close, test path close pt in unit test. by bsalomon@google.com · 14 years ago
- e8fab01 add more scalerrec filtering, in prep for handling unhinted by reed@google.com · 14 years ago
- 30b74fc send output to printf as well, for commandlines by reed@google.com · 14 years ago
- 8dcf74f Modified to add support to print in the margins of pdf documents by ctguil@chromium.org · 14 years ago
- aadd9f8 GPU-based blur cleanup. Clean up some issues raised in code review: by senorblanco@chromium.org · 14 years ago
- 333d6cb Remove a few old uses of SK_RESTRICT on references. by tomhudson@google.com · 14 years ago
- adec446 Fix windows build (unreviewed). by senorblanco@chromium.org · 14 years ago
- b08ea1b Implement blur types for GPU-based Gaussian blur. by senorblanco@chromium.org · 14 years ago
- e74e28d pass correct value for black by reed@google.com · 14 years ago
- 1501803 limit clip to fixed-point range, so our edges don't overflow by reed@google.com · 14 years ago
- dbccc88 be sure to allocate space for kDone_DrawOp before we write it (thanks Yang) by reed@google.com · 14 years ago
- 027de5f GPU-based Gaussian blur. by senorblanco@chromium.org · 14 years ago
- 47e0a09 Replace vsnprintf with vsnprintf_s; add code to reproduce issue to StringTest; by tomhudson@google.com · 14 years ago
- cd9cfd7 Modulate color shader's alpha with paint alpha when setting up gpu paint (fixes SampleTinyBitmap) by bsalomon@google.com · 14 years ago
- d6caf2e Replace reference parameter with pointer so that we can pass NULL by tomhudson@google.com · 14 years ago
- 895ce13 remove dead code by reed@google.com · 14 years ago
- 3c1b28d Deleted the #endif that's caused the compiler erro by yangsu@google.com · 14 years ago
- 2e20c24 Updated iOSSampleApp and related files. by yangsu@google.com · 14 years ago
- e6ea606 re-enable SSE2 blitmask procs, only excluding if we're black (in which case by reed@google.com · 14 years ago
- 2b75f42 add asABlur() to maskfilters, so devices like gpu and pdf can query them. by reed@google.com · 14 years ago
- 9c49bc3 Allow texture-backed bitmaps to perform a read-back when lockPixels is called. by reed@google.com · 14 years ago
- 2ef12d4 [PDF] Add a concept of a substitute object to the SkPDFCatalog class. by vandebo@chromium.org · 14 years ago
- 2be9e8b ColorShaders report no bitmaps, but only a color_gradient, which we now detect by reed@google.com · 14 years ago
- cde9211 remove SkDeviceFactory from the collective consciousness, now that devices know by reed@google.com · 14 years ago
- 45f9ce7 make the mac window resizeable again by reed@google.com · 14 years ago
- 29038ed always use grcontext to get the bits to the screen by reed@google.com · 14 years ago
- a323787 suppress printfs by reed@google.com · 14 years ago
- 3ef80cf suppress printfs by reed@google.com · 14 years ago
- 37a2012 add SkEmptyShader, and return it from CreateBitmapShader if the bitmap is empty by reed@google.com · 14 years ago
- 1d6ee0b defer allocating blitter until we know we need it (i.e. gpu-devices don't need, by reed@google.com · 14 years ago
- b5c9789 don't call setContext on shader (not necessary), since now gradients ensure that by reed@google.com · 14 years ago
- 95eed98 ensure that our bitmap is built with opaque cachedalpha by reed@google.com · 14 years ago
- d3a8c94 A bit set class. Will be used for font subsetting. by vandebo@chromium.org · 14 years ago
- 9ef2d83 Reverting r1775 at Mike and Brian's request by epoger@google.com · 14 years ago
- db2a09f fix chrome build, check OSX version before referencing 10.6 APIs by reed@google.com · 14 years ago
- 22c8bb8 Fixing several issues with rendering blurred bitmaps with Ganesh by junov@google.com · 14 years ago
- 0b8b3bb make inline version of premultiply, to speed up gradient creation. by reed@google.com · 14 years ago
- 278cbb4 Enable WebKit/Chromium style logging for Skia. by tomhudson@google.com · 14 years ago
- 4ee7ae5 Adding the notion of a volatile bitmap to SkBitmap. by junov@google.com · 14 years ago
- 3a1f6a0 SkStringPrintf helper fucntion + a new unit test for it. by tomhudson@google.com · 14 years ago
- b371ed1 Fix LCD text filtering by epoger@google.com · 14 years ago
- 5070d79 Fix build for old versions of freetype without FT_Library_SetLcdFilter by epoger@google.com · 14 years ago
- cd88d7c Don't use the CreateWithData variant: not needed, and isn't available in chrome by reed@google.com · 14 years ago
- f83ceb9 extract a new factory when we get a new device by reed@google.com · 14 years ago
- 4be8adc explicitly enable font smoothing, in case your mac is hooked to a monitor by reed@google.com · 14 years ago
- 9c16bc0 fix bitmapinfo by reed@google.com · 14 years ago