- e269f21 Recommit r2611 with fix for gm by bsalomon@google.com · 13 years ago
- b87d2b5 Revert r2611 until windows gm can be debugged by bsalomon@google.com · 13 years ago
- 6d9adae Add replacement APIs for createPlatformSurface: createPlatformTexture and createPlatformRenderTarget by bsalomon@google.com · 13 years ago
- 0f0c288 Add font scaler gm. http://codereview.appspot.com/5337044/ by bungeman@google.com · 13 years ago
- c698097 Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt (gpu code doesn't work in general in fixed pt). by bsalomon@google.com · 13 years ago
- ace7bd5 Revert r2584 (new test fails in fixed pt builds) by bsalomon@google.com · 13 years ago
- 1a8ddf0 Changes the SkCanvas::readPixels API. Allows caller to read into prealloced bitmap pixels. Changes how clipping to device bounds is handled. by bsalomon@google.com · 13 years ago
- b2a5162 all for multiple --match foo args, which will be logically OR'd together by reed@google.com · 13 years ago
- 48dd1a2 Import all GMs as Samples. by bsalomon@google.com · 13 years ago
- 72e49b8 warning fixes Review URL http://codereview.appspot.com/5328050/ by bsalomon@google.com · 13 years ago
- 373a663 Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext, allow both in gm by bsalomon@google.com · 13 years ago
- e295313 move utils/SkEGLContext to gpu/SkGLContext, some gpu.gyp cleanup, set eol style LF on all gpu files by bsalomon@google.com · 13 years ago
- a310826 Add per-vertex coverage field, use in AA rects when alpha tweak is not valid, add relevant sample/gm by bsalomon@google.com · 13 years ago
- f12449b Fixed signed/unsigned comparison warnings in empty path gm/sample by bsalomon@google.com · 13 years ago
- 0f1541f Mac does not like empty projects. by bungeman@google.com · 13 years ago
- b29c883 Add xps device to skia. http://codereview.appspot.com/5076041/ by bungeman@google.com · 13 years ago
- 07faed1 Setting perspective in fixed point. http://codereview.appspot.com/5088043/ by bungeman@google.com · 13 years ago
- 01744a4 Fix clamped_gradients gm to work in fixed. by bungeman@google.com · 13 years ago
- fa6ac93 Fixup rendering of empty paths (including inverted fills) by bsalomon@google.com · 13 years ago
- 9d12f5c Fix some VS2010 warnings Review URL: http://codereview.appspot.com/5155043 by bsalomon@google.com · 13 years ago
- 5ea050f Optimize software radial gradients (remove branches from the inner loop where by tomhudson@google.com · 13 years ago
- 64e011a Fix pdf suppression test for gm. by bungeman@google.com · 13 years ago
- fbc2117 add getFlags() to gm baseclass skip PDF for hairmodes for now, since it crashes by reed@google.com · 13 years ago
- ab97397 add gm test for drawing hairlines (and varying thin lines) in xfermodes by reed@google.com · 13 years ago
- cecd3ac Remove wrong file, add right file by bsalomon@google.com · 13 years ago
- 8c2fe99 Fix some issues in gpu device with perspective. Add a gm that would have caught them. by bsalomon@google.com · 13 years ago
- 9c9b8d9 use drawBitmapNine instead of SkNinePatch utils by reed@google.com · 13 years ago
- b636adf reimage ninepatch-stretch with white bg (for easier printing) by reed@google.com · 13 years ago
- b670525 add gm test for ninepatch stretching pdf output incorrect, so not checked in. by reed@google.com · 13 years ago
- 45482d1 fix pictures to not skip-over clip ops that might expand the clip by reed@google.com · 13 years ago
- 574f29d Add revisions to complexclip2.cpp from code review. Checkin windows baselines. by bsalomon@google.com · 13 years ago
- 30db599 add new test for complex clips by reed@google.com · 13 years ago
- 17b7894 rolling back the experimental rollbacks in r2178-2179 by epoger@google.com · 13 years ago
- 5f22657 rolling tree back to its state as of r2169 to see if that fixes Windows buildbots by epoger@google.com · 13 years ago
- 3f088e3 Move multiple calls to random() out of parameter lists so that the by tomhudson@google.com · 13 years ago
- 6b66c39 Fix gm/bitmapscroll.cpp to actually draw in both Debug and Release modes. by epoger@google.com · 13 years ago
- 971d0c8 Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary to support it. by bsalomon@google.com · 13 years ago
- ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@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
- 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
- 59f3abf fix gradients_degenerate test case for SKIA_SCALAR_IS_FIXED by epoger@google.com · 13 years ago
- 1936f26 Add tinybitmap gm and windows baselines. 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
- 0a09eef Change true and false to 1 and 0 in macros that are used to conditionally compile code. by bsalomon@google.com · 13 years ago
- 46cce91 create bitmaps from pdf output for comparison purposes (mac only at the moment) by reed@google.com · 13 years ago
- 213c42b Create new lcdtext page within gm http://codereview.appspot.com/4654071 by epoger@google.com · 13 years ago
- ac864a9 add test for degenerate 2point gradients (needs pdf and gpu fixes) by reed@google.com · 13 years ago
- 5667afc remove drawShape from canvas api by reed@google.com · 13 years ago
- 4eed340 roll back r1705 by epoger@google.com · 13 years ago
- 8a85d0c replace detach/getStream apis on dynamicwstream with SkData by reed@google.com · 13 years ago
- 1c18ca3 Add additional source types to xfer mode test. by vandebo@chromium.org · 13 years ago
- 1a7e946 disable gpu tests when scalar==fixed, add baselines for fixedpoint strokes gm by reed@google.com · 13 years ago
- f2c21cd add by mike@reedtribe.org · 13 years ago
- cae6b3f -replay tests are only run if forward rendering succeeded. by tomhudson@google.com · 13 years ago
- af951c9 make SkDevice constructors explicit between offscreen and on/direct by reed@google.com · 13 years ago
- a87cd2a Increase compatibility with clang, mostly around SK_RESTRICT. by tomhudson@google.com · 13 years ago
- baa677b delete all old (non-Gyp) buildfiles by epoger@google.com · 13 years ago
- 137c428 Update baselines for linux-fixed. Make shader text sample/GM work with scalar=fixed. by bsalomon@google.com · 13 years ago
- 3914958 Fix text-as-path with skshader on gpu by bsalomon@google.com · 13 years ago
- ea32543 When user specifies an output path with -w, only output files from main by tomhudson@google.com · 13 years ago
- b8b0983 make --replay be the default. Now --noreplay will disable testing through a picture by reed@google.com · 14 years ago
- e3605d0 retool without shapes, which are broken/experimental by reed@google.com · 14 years ago
- 4c9a815 remove self-modifying matrix code, which can't work with pictures, and will be removed from shapes api soon by reed@google.com · 14 years ago
- 64f340c dynamically allocate the pixels, so they can be referened when drawn into a picture by reed@google.com · 14 years ago
- 8f09672 Rebase GM tool for SKIA_SCALAR=fixed http://codereview.appspot.com/4559041 by epoger@google.com · 14 years ago
- b28b5e4 Warn when an SkScalar is passed into SkIntToScalar() (converted twice) by epoger@google.com · 14 years ago
- 3c14d0f Fix gm tests for fixed point. by bungeman@google.com · 14 years ago
- 0368d06 Fix clipping in StrokeRectGM test for fixed point. by bungeman@google.com · 14 years ago
- 65245ad fix assertion failure in Skia_Linux_Fixed_Debug build by epoger@google.com · 14 years ago
- 2ed67e8 Fix tests with incorrect swizzle. http://codereview.appspot.com/4552046/ by bungeman@google.com · 14 years ago
- 6acc9b3 Fixed color bleeding issue when drawing a sub region of a bitmap with filtering enabled. by junov@google.com · 14 years ago
- 1526129 PDF Device should report non-transformed size for width and height. by ctguil@chromium.org · 14 years ago
- 8e728d7 Propagate return values from compare() up to main() so we can return 0 if all by tomhudson@google.com · 14 years ago
- 86bf5c9 Allocate a bitmap on the stack in xfermodes.cpp to work around a limitation by tomhudson@google.com · 14 years ago
- 6abfa49 Fix default value of doSerialize parameter (oops!). by tomhudson@google.com · 14 years ago
- 73fb042 Add command-line parameters to control execution of SkPicture tests; default by tomhudson@google.com · 14 years ago
- 9875dd1 Extends gm to test SkPicture replay and serialization. by tomhudson@google.com · 14 years ago
- 75f97e4 Generalize the flip origin argument to the PDF device constructor. by vandebo@chromium.org · 14 years ago
- c280700 add pathfill gm sample by reed@google.com · 14 years ago
- 3b14dc1 add strokerects to gm output current bench settings by reed@google.com · 14 years ago
- 807cec4 Add complex clip gm sample and cleanup unused headers/code in SampleComplexClip by bsalomon@google.com · 14 years ago
- 11a5ff3 use new high-quality blur in samples by reed@google.com · 14 years ago
- 4868e6b [Committed on behalf of junov@chromium.org] by senorblanco@chromium.org · 14 years ago
- a965a15 add test for points by reed@google.com · 14 years ago
- 67981c5 add test for poly2poly by reed@google.com · 14 years ago
- c96e5c2 add new test for blurs by reed@google.com · 14 years ago
- 686abdf [PDF] Improve PDF support in gm. by vandebo@chromium.org · 14 years ago
- 3869007 fix warnings, including using GrTCast<> to go from &Obj -> uint32_t* by reed@google.com · 14 years ago
- 0fdaa22 Add shaded text sample and gm test. by bsalomon@google.com · 14 years ago
- d4dfd10 add new 2nd argument for rendertarget to SkGpuCanvas by reed@google.com · 14 years ago
- 0e4a885 fix refcount bug - as picture gets referenced by canvas when canvas is a by reed@google.com · 14 years ago
- 37df17d fix build for linux by reed@google.com · 14 years ago
- 51df9e3 add gpu to gm tool add pass-through read/write pixels API to canvas by reed@google.com · 14 years ago
- f3c1cc9 update baselines to add 2point-radial gradients, and use gpu-friendly xfermode code by reed@google.com · 14 years ago
- 873cb1e add gpu to the default makefile move skia-gpu files into skia/src/gpu by reed@google.com · 14 years ago
- 3d3f092 -d dir will write out a difference-bitmap for each compare that failes by reed@google.com · 14 years ago
- 0770044 add option to write PDFs from gm by reed@google.com · 14 years ago
- 00f883e dump message confirming read or write directory by reed@android.com · 14 years ago