- 955bb07 Make WIC encoder lock the bitmap pixels. http://codereview.appspot.com/4832045/ by bungeman@google.com · 13 years ago
- 22b4950 Windows image decoder should handle all bitmap formats. by bungeman@google.com · 13 years ago
- 030302c Fix comment alignment by bsalomon@google.com · 13 years ago
- 654d72f Revised SkOSMenu http://codereview.appspot.com/4827042/ by yangsu@google.com · 13 years ago
- 12d177d Cocoa SampleApp files by yangsu@google.com · 13 years ago
- dea2f8d Remove unnecessary dirty clip flag in GrGpu, remove getUsableStencilBits() by bsalomon@google.com · 13 years ago
- 896d79d whitespace commit to trigger buildbot by epoger@google.com · 13 years ago
- 04accd3 Add trunk/out to svn:ignore list by bsalomon@google.com · 13 years ago
- 71f341a Split texture upload out from onCreateTexture by bsalomon@google.com · 13 years ago
- cf9b750 Fix bug in SkMatrix::invert where typemask is not set on inverse when a matrix is inverted into itself. by bsalomon@google.com · 13 years ago
- 84b437e update dox for LCD text by reed@google.com · 13 years ago
- feee9e8 another whitespace commit to trigger buildbot by epoger@google.com · 13 years ago
- ab5161f whitespace commit to trigger buildbot by epoger@google.com · 13 years ago
- 5bfc217 cleanup GrGLTexture / GrGLRenderTarget cons. Make GrRenderTarget aware of its msaa sample count. by bsalomon@google.com · 13 years ago
- aa5b673 move render target decls / defs to their own headers / srcs by bsalomon@google.com · 13 years ago
- 3448e9e disable optimization in Mac debug build by epoger@google.com · 13 years ago
- 2c2508d More variable initializations and curly braces to avoid Linux compiler warnings. by tomhudson@google.com · 13 years ago
- e14490a Move GL headers out of public include dir by bsalomon@google.com · 13 years ago
- a7ed3cc Eliminate Linux compile warnings throughout animator/ with variable by tomhudson@google.com · 13 years ago
- 221db3c Fix initialization of variables; eliminates warnings on Linux. by tomhudson@google.com · 13 years ago
- 5c210c7 Break onEncode() into two functions to avoid clobbering variables with by tomhudson@google.com · 13 years ago
- d53bd4a balance destructor's CFRelease with a CFRetain when we get the cgfont by reed@google.com · 13 years ago
- 1d32978 Fixing the ignore transform flag in Ganesh with mask filter and drawBitmap by junov@google.com · 13 years ago
- 3eba9d3 whitespace commit to trigger buildbot by epoger@google.com · 13 years ago
- b81be7a Include <new> required for placement new in SkTLazy. by bungeman@google.com · 13 years ago
- 935d945 Script to automatically update copyright notices in C/C++ source code. by epoger@google.com · 13 years ago
- ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
- fd03db0 Manually update copyright notices in files that defied the automated process by epoger@google.com · 13 years ago
- 69485bc delete dead file by reed@google.com · 13 years ago
- 61d46a0 This new test provides a test case for by junov@google.com · 13 years ago
- 17e66e2 [PDF] Improve efficiency of glyph id collection during font subsetting. by vandebo@chromium.org · 13 years ago
- 93225ff [PDF] Fix mem leak in font subsetting. by vandebo@chromium.org · 13 years ago
- 026dcee include <new> for SkTLazy, since windows seems to need it. by reed@google.com · 13 years ago
- 05a32da new baseline now that we're using the built-in quad->cubic converter by reed@google.com · 13 years ago
- 32e5d97 don't modify a const paint by reed@google.com · 13 years ago
- a44ea51 use SkConvertQuadToCubic() by reed@google.com · 13 years ago
- ceff287 add simple test for writepixels by reed@google.com · 13 years ago
- 325bdc3 whitespace commit to trigger buildbot by epoger@google.com · 13 years ago
- 08c315d re-enable "core" build target lost in r1968 by epoger@google.com · 13 years ago
- 90751c5 use safeunref on typefaces, since Deserialize might return NULL. by reed@google.com · 13 years ago
- c9493a4 Properly handle parallel make ("make -j"), and only rerun gyp if necessary. by epoger@google.com · 13 years ago
- 6fc321a add test for SkConvertQuadToCubic by reed@google.com · 13 years ago
- 9510ccc Cleanup from r1843 based on revision comments. by ctguil@chromium.org · 13 years ago
- 50398bf Make GrTextureCache into a generic GrResource cache. Also some GrContext texture interface cleanup. by bsalomon@google.com · 13 years ago
- f131694 Add functionality for isRect() to SkPath. http://codereview.appspot.com/4807052/ by caryclark@google.com · 13 years ago
- 8937989 remove this, since diff Win machines differ on LCD settings by reed@google.com · 13 years ago
- 6f72eac rebaseline given new AA text generation in SkFontHost_win.cpp by reed@google.com · 13 years ago
- 82a34d8 GetGlyphOutline can return clipped results :( so we now draw offscreen by reed@google.com · 13 years ago
- cee661a Reapply r1951. by bsalomon@google.com · 13 years ago
- ec36471 Revert "Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config (r1951)" by vandebo@chromium.org · 13 years ago
- 1f16589 [PDF] Add font subsetting using the sfntly library. by vandebo@chromium.org · 13 years ago
- 9859428 [PDF] Refactor SkPDFFont to enable font/cmap subsetting. by vandebo@chromium.org · 13 years ago
- d3a094c [PDF] Fix bug in catalog substitution. by vandebo@chromium.org · 13 years ago
- fd4236e don't modify const SkDraw, since multiple threads may be watching it... by reed@google.com · 13 years ago
- 40c2ba2 don/t modify const paint, since it could be used in different threads by reed@google.com · 13 years ago
- aab1fd9 Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config by bsalomon@google.com · 13 years ago
- 4067d7d Slightly improve visuals of bitmapscroll test in gm by epoger@google.com · 13 years ago
- d4af56c Exit SkBitmap::scrollRect() early if width <= 0 by epoger@google.com · 13 years ago
- 4f1151a Documentation only: add warning to SkCanvas::writePixels() that this operation by epoger@google.com · 13 years ago
- e6a5c4d add --match to the help text by reed@google.com · 13 years ago
- ece2b02 reenable rotated freetype fix, but behind #ifndef SK_IGNORE_ROTATED_FREETYPE_FIX, by reed@google.com · 13 years ago
- 31dcee7 Revert "[PDF] Refactor SkPDFFont to enable font/cmap subsetting." by vandebo@chromium.org · 13 years ago
- 6504cfd [PDF] Refactor SkPDFFont to enable font/cmap subsetting. by vandebo@chromium.org · 13 years ago
- 0e35ca8 Temporary rollback of r1924 to unblock DEPS roll by bsalomon@google.com · 13 years ago
- 2ce9a04 Improve GPU blur performance by clearing only when necessary. This gives a by senorblanco@chromium.org · 13 years ago
- 58007d7 Add debug symbols to Windows static libraries by epoger@google.com · 13 years ago
- 00223fa [PDF] fix off by one in setPage. by vandebo@chromium.org · 13 years ago
- fdaf2b9 Revert r1937 while I try to figure out the GM failures. by senorblanco@chromium.org · 13 years ago
- b7f28d6 Improve GPU blur speed by clearing only when necessary. This gives a by senorblanco@chromium.org · 13 years ago
- 6dc7455 remove forward declaration and reference to extinct SkDeviceFactory by reed@google.com · 13 years ago
- bfe6c5f Add gm/base-win-fixed baseline images by epoger@google.com · 13 years ago
- 59f3abf fix gradients_degenerate test case for SKIA_SCALAR_IS_FIXED by epoger@google.com · 13 years ago
- db10340 rebaseline with unhinted rotated text in freetype by reed@google.com · 13 years ago
- 62e8366 rebaseline now that freetype is unhinted when rotated by reed@google.com · 13 years ago
- 5256440 In experimental/SkSetPoly3To3_A.cpp, rename div() to divide() to resolve namespace collision in Windows. by epoger@google.com · 13 years ago
- 8ed436c disable hinting when rotated, since it looks bad by reed@google.com · 13 years ago
- b14ef73 Fix SkFlate.cpp when SK_ZLIB_INCLUDE is not #defined. by epoger@google.com · 13 years ago
- 65d8dd9 whitespace change by epoger@google.com · 13 years ago
- b530ef5 have == always return bool, never int by reed@google.com · 13 years ago
- 1feb330 replace SkRefPtr for parameters with simple pointers by reed@google.com · 13 years ago
- 06f7f40 [PDF] Use insert and append helpers for POD data. by vandebo@chromium.org · 13 years ago
- 421d644 [PDF] Make stream compression optional on a per device basis. by vandebo@chromium.org · 13 years ago
- f6c3ebd fix Capitalization of static methods by reed@google.com · 13 years ago
- c789cf1 helpers for append and insert when the value is a POD. by reed@google.com · 13 years ago
- f5181a4 [PDF] Fix substitute resources size calculation. by vandebo@chromium.org · 13 years ago
- 422b67d Fix GPU blur cacheing bug. Sometimes, the texture cache serves us textures of by senorblanco@chromium.org · 13 years ago
- 6c85824 remove these for now, since each WIN machine can have different lcd by reed@google.com · 13 years ago
- c9fb65a rebaseline with new gpu-based blurricator by reed@google.com · 13 years ago
- db77a6a export function to return a typeface's LOGFONT by reed@google.com · 13 years ago
- 29c6129 new baselines now that we're executing the blurs directly on the gpu by reed@google.com · 13 years ago
- a479fc7 Enable the GPU-based blur by default in Skia, and provide a #define to disable by senorblanco@chromium.org · 13 years ago
- 2812b80 eliminate unneeded refs/unrefs by reed@google.com · 13 years ago
- 237a461 Instead of turning clipping off during AA, clip to the offscreen tile when by tomhudson@google.com · 13 years ago
- 2ba30c0 iOSSampleApp can now switch backends during runtime by yangsu@google.com · 13 years ago
- c344abd whitespace commit to trigger buildbot by epoger@google.com · 13 years ago
- 948639b Remove dead edgebuilding code by mike@reedtribe.org · 13 years ago
- fb6a53a [PDF] Add setPage method to SkPDFDocument. by vandebo@chromium.org · 13 years ago
- 4a947d2 Fix kernel width calculation in GPU-based Gaussian blur. When converting the by senorblanco@chromium.org · 13 years ago
- ef427d4 Add mac baselines for tinybitmap by bsalomon@google.com · 13 years ago
- 9d04d5c Add linux tinybitmap gm images by bsalomon@google.com · 13 years ago