- 54ff85c [PDF] Fix some fixed/float-point mismatches for image shaders. by vandebo@chromium.org · 13 years ago
- b0b462b add more modes/flags to giantbitmap test by reed@google.com · 13 years ago
- 26b73d3 defer any drawing until our first time, so we don't do it in our by reed@google.com · 13 years ago
- ce151d0 return false if the typeface cannot be found by reed@google.com · 13 years ago
- 584493e disable PDF for now, until http://code.google.com/p/skia/issues/detail?id=520 by reed@google.com · 13 years ago
- 4bc0a9d use higher precision (64bit) fixed-point for matrix proc by reed@google.com · 13 years ago
- 05054f1 Erode and dilate image filter effects, CPU and GPU implementations. by senorblanco@chromium.org · 13 years ago
- 5b56d9e In convex path renderer, translate polygon to origin for fanPt computation by bsalomon@google.com · 13 years ago
- 278dc69 Use cheapComputeDirection to determine normal facing in GrAAConvexPathRenderer by bsalomon@google.com · 13 years ago
- ed3ee64 add test for colored text drawing (hopefully gamma corrected) by reed@google.com · 13 years ago
- 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 13 years ago
- 7bc13a6 Set LCD font smoothing to "medium" for gm on Mac, regardless of system settings by epoger@google.com · 13 years ago
- 632151b Add path effect GM by bsalomon@google.com · 13 years ago
- dc3c780 [GPU]: Handle degenerate quads when computing UV matrix from control points by bsalomon@google.com · 13 years ago
- e24a079 Expose '--notexturecache' command line argument to gm. by twiz@google.com · 13 years ago
- 9732f62 Fix degenerate test in convex path renderer by bsalomon@google.com · 13 years ago
- bb0948f increase height to include entire circle for large radial by reed@google.com · 13 years ago
- 39c2515 Add missing SkFloatToScalar() calls to fix the build. by tomhudson@google.com · 13 years ago
- b18e58c New radial gradient GM to observe banding and dithering effects. by tomhudson@google.com · 13 years ago
- 78d6cf9 Remove GrAALevel enum, use explicit sample count by bsalomon@google.com · 13 years ago
- bf6c1e4 Adding a flush method to SkCanvas by junov@chromium.org · 13 years ago
- 72b55be Change background color and add paths to convexpaths gm by bsalomon@google.com · 13 years ago
- 0680961 revert 3078 by bsalomon@google.com · 13 years ago
- 495e210 fix interior issues in convex path renderer by bsalomon@google.com · 13 years ago
- e3cc2eb Stop writing out XPS baselines until we resolve skia issue 455 by epoger@google.com · 13 years ago
- 77e498e Updating gm's usage message by junov@google.com · 13 years ago
- 4370aed Adding class SkDeferredCanvas for deferred rendering. by junov@google.com · 13 years ago
- 188bfcf if the y-max has neighbors (prev and next) with the same Y values, then the by reed@google.com · 13 years ago
- 5cc90d1 Incorporate changes related to Tom's post-hoc comments on the convex path renderer. by bsalomon@google.com · 13 years ago
- 69cc6ad Add convex path renderer (disabled) by bsalomon@google.com · 13 years ago
- 3d19c38 fix cheapComputeDirection() in the non-convex case to pivot on the y-max point by reed@google.com · 13 years ago
- b435bd7 use SkIntToScalar by reed@google.com · 13 years ago
- 3e71a88 add gm for reverseAddPath by reed@google.com · 13 years ago
- d1ab932 restore (debugged) cheapComputeDirection by reed@google.com · 13 years ago
- df6bcb1 disable for now by reed@google.com · 13 years ago
- 69a9943 add SkPath::cheapComputeDirection() plus unittests by reed@google.com · 13 years ago
- 63d7374 add SkPath::reverseAddPath() by reed@google.com · 13 years ago
- cadbcb8 Towards enabling -Werror in skia on Linux by bsalomon@google.com · 13 years ago
- 76dd277 add filterImage() entry-point to SkDevice, to allow it to specialize on subclasses by reed@google.com · 13 years ago
- 663515b [PDF] Fix some scalar/int assumptions. by vandebo@chromium.org · 13 years ago
- b3a39b5 When applying a color matrix, unpremultiply the source, and premultiply the by senorblanco@chromium.org · 13 years ago
- a682b93 Make font scaler gm work correctly in fixed point. by bungeman@google.com · 13 years ago
- 8ff9c74 Reverting r2969, since it broke the GLPrograms RunTests step. by senorblanco@chromium.org · 13 years ago
- c3e159a When applying a color matrix, unpremultiply the source, and premultiply by senorblanco@chromium.org · 13 years ago
- dc9a695 The units used to setup XPS should be SkScalars. by bungeman@google.com · 13 years ago
- 6630d8d Add the ability to iterate through a path without modification. This change is by schenney@chromium.org · 13 years ago
- 0b71f6c Removing path drawing gm tests that produce either an entirely by schenney@chromium.org · 13 years ago
- 68f11de Removing unnecessary gm tests. Unreviewed but approved by reed@google.com. by schenney@chromium.org · 13 years ago
- 50bdad8 Implement the color matrix filter in Ganesh. Also, fix and enable the color by senorblanco@chromium.org · 13 years ago
- 2d6ef52 add helper drawSizeBounds to show the GM's size by reed@google.com · 13 years ago
- 10afbef add optional --forceBWtext to gm, forcing all text to BW to ease by mike@reedtribe.org · 13 years ago
- a69b48c Add SkTableColorFilter, as a foundation for several SVG filters by mike@reedtribe.org · 13 years ago
- abfa8d1 Fix fixed-point antialiased clipping GM; upload baselines. by tomhudson@google.com · 13 years ago
- c7cf2b3 Add number-of-missing-baseline-images report to gm by epoger@google.com · 13 years ago
- 5fbb4dc support vertical text and typeface-by-name on Leopard by caryclark@google.com · 13 years ago
- ef279d3 New gm to test anti-aliased clipping. by tomhudson@google.com · 13 years ago
- 45cbfdd Unreviewed changes to the gm tests for paths. Each test is broken into four by schenney@chromium.org · 13 years ago
- e5ff3ce Implement SkColorFilter::asColorMatrix() virtual, and override in by senorblanco@chromium.org · 13 years ago
- 32d25b6 initial impl of SkImageFilters : virtual signature will change! by reed@google.com · 13 years ago
- 4da06ab Modifying SkPath to store all verbs provided by the user, and to give by schenney@chromium.org · 13 years ago
- 263cb3a can't pass const to setPixels :( by reed@google.com · 13 years ago
- 5213c04 defer creating offscreen until our first draw (so our constructor runs fast) by reed@google.com · 13 years ago
- eb85630 fix positioning for scalar=fixed, still need to fix actual mode by reed@google.com · 13 years ago
- eb0fa29 try to make it draw correctly in fixed point by reed@google.com · 13 years ago
- aa814fe Access sampler matrices directly, cleanup GrSamplerState::reset()s by bsalomon@google.com · 13 years ago
- e51755f add first cut at arithmetic mode by mike@reedtribe.org · 13 years ago
- a8f60f2 change to complexclip_bw and complexclip_aa, adding more combinations as well by reed@google.com · 13 years ago
- b4b49cc add getBGColor() getter by reed@google.com · 13 years ago
- 39ee0ff Prep #1 for making GrDrawState a class by bsalomon@google.com · 13 years ago
- 5bc34f0 Remove fConfig/fFormat union in GrTextureDesc by bsalomon@google.com · 13 years ago
- ef843cd When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deep by senorblanco@chromium.org · 13 years ago
- 29d3501 Fix issue where bumping the max gm width/height affects gpu images by bsalomon@google.com · 13 years ago
- 2f6c957 update verttext to remove leading space from image name by reed@google.com · 13 years ago
- fb82300 enable shadermask optimization all the time by reed@google.com · 13 years ago
- fb30951 [GPU] tile when large bitmap pased drawBitmap and only a small fraction is used by bsalomon@google.com · 13 years ago
- e805535 add test for shader text w/ and w/o lcd (and w/ and w/o opaque) by reed@google.com · 13 years ago
- 31648eb Fix warnings by bsalomon@google.com · 13 years ago
- 6f37951 Make all pixel ops go thru ctx so we can correctly flush. Unify two texture upload code paths. by bsalomon@google.com · 13 years ago
- 54e01b2 This change makes SkImageFilter and SkBlurImageFilter flattenable/unflattenable. by senorblanco@chromium.org · 13 years ago
- 7616615 add test for bad scanconversion (disabled) by reed@google.com · 13 years ago
- 14debba add test gm for vertical text by reed@google.com · 13 years ago
- 60014ca Implement Gaussian blurs for images. The caller creates an an by senorblanco@chromium.org · 13 years ago
- 8923c6c suppress font-purge messages by reed@google.com · 13 years ago
- 24babf4 Add font scaler gm. http://codereview.appspot.com/5337044/ by bungeman@google.com · 13 years ago
- c436499 [GPU] Add explicit byte order and PM vs. UPM 8888 configs by bsalomon@google.com · 13 years ago
- 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