- 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
- 1936f26 Add tinybitmap gm and windows baselines. by bsalomon@google.com · 13 years ago
- 5c63865 Use texture cache for writePixels temp by bsalomon@google.com · 13 years ago
- b88cfe5 [PDF] Make color shaders work correctly. by vandebo@chromium.org · 13 years ago
- f204d68 Add baselines for tex data gm for mac. by bsalomon@google.com · 13 years ago
- 79bd877 GPU strokeAndFill only does the fill http://codereview.appspot.com/4743047/ by bungeman@google.com · 13 years ago
- 55fbc8c Add linux gm baselines for tex data test by bsalomon@google.com · 13 years ago
- d9f826c flip Y in uploads to bottom-up textures (and add gm test) by bsalomon@google.com · 13 years ago
- 74d25b1 Fixed an #ifdef bug in SkUIView by yangsu@google.com · 13 years ago
- 22db8af Removed old files in iOSSampleApp by yangsu@google.com · 13 years ago
- c5aeccd Updated iOSSampleApp to display FPS and display in OpenGL by yangsu@google.com · 13 years ago
- 1b2d6cc Add whitespace.txt for no-op changelists. by epoger@google.com · 13 years ago
- 970cb55 convolve GrRefCnt and SkRefCnt by reed@google.com · 13 years ago
- 7f6d6d4 add validate() and SkAutoRef by reed@google.com · 13 years ago
- e36ddf0 More GPU blur fixes. by senorblanco@chromium.org · 13 years ago
- 9de4dc9 check for non-finite values that can make us overshoot by reed@google.com · 13 years ago
- 6c84100 whitespace commit to trigger buildbot by epoger@google.com · 13 years ago
- 7815e73 Implement remaining options in Windows command-line build by epoger@google.com · 13 years ago
- 39b6efa whitespace change to trigger buildbot by epoger@google.com · 13 years ago
- 8c4a2db fix printf output for name when skscalar is fixed by reed@google.com · 13 years ago
- 25df888 add bench for building blurs by reed@google.com · 13 years ago
- 7fd589c Fix http://b/issue?id=5030894 ('Not working on windows: python gyp_skia') by epoger@google.com · 13 years ago
- 2d75cc0 make gyp_skia runnable from any directory http://codereview.appspot.com/4720042 by epoger@google.com · 13 years ago
- f4fab6c add now that gpu handles this correctly by reed@google.com · 13 years ago
- 6b73e55 Undo accidental commit of GrContext.cpp in r1860. by bsalomon@google.com · 13 years ago
- eb2aa1d Make CPU->GPU blur path use texture cache by bsalomon@google.com · 13 years ago
- 42dd0f9 Fix clipping problem in GPU-based blur. The FBOs used for the fast Gaussian by senorblanco@chromium.org · 13 years ago
- 8422311 Remove some cruft from SampleApp.cpp by bsalomon@google.com · 13 years ago
- 098e96d Add DeviceManager to SampleWindow by bsalomon@google.com · 13 years ago
- 7d04280 Extends skdiff to handle commands of the form by tomhudson@google.com · 13 years ago
- bd3e320 Updated SkUIView to use the current code, added a default gl interface for ios by yangsu@google.com · 13 years ago
- 0b96a84 Remove unused SkGpuDevice functions, add GrRenderTarget handle getters by bsalomon@google.com · 13 years ago
- 0fb2125 enable "make XXX" command-line builds on Windows by epoger@google.com · 13 years ago
- ba7983e Fix build break from 1851. by bungeman@google.com · 13 years ago
- 1ddd7c3 Change pdfTransform to asAffine. http://codereview.appspot.com/4704044/ by bungeman@google.com · 13 years ago
- da44067 since I can't make GDI's lcd text pretty when we're rotated, detect that by reed@google.com · 13 years ago
- b3b8dfa Fix path iter returned pt on close, test path close pt in unit test. by bsalomon@google.com · 13 years ago
- 4e30598 In skdiff, merge paths into the struct that holds the filename, to enable by tomhudson@google.com · 13 years ago
- e8fab01 add more scalerrec filtering, in prep for handling unhinted by reed@google.com · 13 years ago
- 30b74fc send output to printf as well, for commandlines by reed@google.com · 13 years ago
- 2377b52 add more angles, and test lineartext by reed@google.com · 13 years ago
- 8dcf74f Modified to add support to print in the margins of pdf documents by ctguil@chromium.org · 13 years ago
- aadd9f8 GPU-based blur cleanup. Clean up some issues raised in code review: by senorblanco@chromium.org · 13 years ago
- 333d6cb Remove a few old uses of SK_RESTRICT on references. by tomhudson@google.com · 13 years ago
- adec446 Fix windows build (unreviewed). by senorblanco@chromium.org · 13 years ago
- b08ea1b Implement blur types for GPU-based Gaussian blur. by senorblanco@chromium.org · 13 years ago
- 877cfe3 "make" script to enable command-line build on Windows by epoger@google.com · 13 years ago
- e74e28d pass correct value for black by reed@google.com · 13 years ago
- 1501803 limit clip to fixed-point range, so our edges don't overflow by reed@google.com · 13 years ago
- 991e553 add new baselines by mike@reedtribe.org · 13 years ago
- ea52f43 rebaseline by mike@reedtribe.org · 13 years ago
- 4de4d60 add sample for 2ptradial where we divide by zero by reed@google.com · 13 years ago
- dbccc88 be sure to allocate space for kDone_DrawOp before we write it (thanks Yang) by reed@google.com · 13 years ago
- 027de5f GPU-based Gaussian blur. by senorblanco@chromium.org · 13 years ago
- 47e0a09 Replace vsnprintf with vsnprintf_s; add code to reproduce issue to StringTest; by tomhudson@google.com · 13 years ago
- cd9cfd7 Modulate color shader's alpha with paint alpha when setting up gpu paint (fixes SampleTinyBitmap) by bsalomon@google.com · 13 years ago
- ab9ec23 Add gm baselines for windows by bsalomon@google.com · 13 years ago
- 5835722 little bit of gyp cleanup (fixes windows build of sktime_unix) by bsalomon@google.com · 13 years ago
- d6caf2e Replace reference parameter with pointer so that we can pass NULL by tomhudson@google.com · 13 years ago
- 895ce13 remove dead code by reed@google.com · 13 years ago
- 033bee3 Changed Bundler identifier to com.google in iOSSampleApp by yangsu@google.com · 13 years ago
- 6eece45 Fixed iOSSampleApp dependencies by yangsu@google.com · 13 years ago
- 3c1b28d Deleted the #endif that's caused the compiler erro by yangsu@google.com · 13 years ago