- 0eb7576 Modify SkBitmap::extractSubset() to respect volatility by skyostil@google.com · 13 years ago
- 2211b62 Subpixel text 3/8 of a pixel too far to the right. by bungeman@google.com · 13 years ago
- ce7adb5 Modify SkBitmap::extractSubset() to respect opaqueness by skyostil@google.com · 13 years ago
- 510c6b1 Adding new SkPathMeasure tests, defined out for now as they fail. by schenney@chromium.org · 13 years ago
- d335d1d automatically inject a moveTo if we see a close followed by a line/quad/cubic by reed@google.com · 13 years ago
- cabaf1d reenable direction test, fix handling of degenerate segments in the non-convex case by reed@google.com · 13 years ago
- dc7a506 Fix SkScalar values in ClipperTest.cpp; these were breaking one Windows buildbot by epoger@google.com · 13 years ago
- 4762831 disable test until I can fix it by reed@google.com · 13 years ago
- 6da3d17 improve clamping logic when handling imprecise chopping of cubics by reed@google.com · 13 years ago
- e354397 use SkIntToScalar(10) instead of 10 for parameters (for scalar==fixed) by reed@google.com · 13 years ago
- 3e71a88 add gm for reverseAddPath by reed@google.com · 13 years ago
- 8688e5b Exclude BGRA readPixel tests on Android until bug 438 is resolved. by djsollen@google.com · 13 years ago
- c52b192 add unittest for sk_memset16 and sk_memset32 by mike@reedtribe.org · 13 years ago
- cadbcb8 Towards enabling -Werror in skia on Linux by bsalomon@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
- 9ad3599 Fix ToUnicode generation bug. by vandebo@chromium.org · 13 years ago
- 21e0bc2 add move-close-move and move-close-move-close to the "empty" paths to test by reed@google.com · 13 years ago
- ee068aa add unittest for invariants for empty paths, still need to think about by reed@google.com · 13 years ago
- 419f433 add SkUnichar_IsVariationSelector() by reed@google.com · 13 years ago
- 6c31d9d Fixing PathTest. It was always broken in the convexity test code due by schenney@chromium.org · 13 years ago
- 3287949 Fixing the build for FIXED tests. PathTest was incorrect using "1" instead of "SK_Scalar1". by schenney@chromium.org · 13 years ago
- 4da06ab Modifying SkPath to store all verbs provided by the user, and to give by schenney@chromium.org · 13 years ago
- 7c20293 add canvas::isDrawingToLayer(), as a fast query for chrome; faster than by reed@google.com · 13 years ago
- b6e1619 Adding isOpaque method to skia shader classes by junov@chromium.org · 13 years ago
- 5ae777d rename sk_float_isNaN to sk_float_isnan to match related functions by reed@google.com · 13 years ago
- 1607863 rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speed by reed@google.com · 13 years ago
- 61873a5 add sk_float_isfinite to mask platform differences by reed@google.com · 13 years ago
- d230e3e add test for isFinite by reed@google.com · 13 years ago
- b44cd65 Fix Paint == comparison on Android. by djsollen@google.com · 13 years ago
- 37f3ae0 add unittest for save/restore by reed@google.com · 13 years ago
- a052aca more rgn==aaclip tests by reed@google.com · 13 years ago
- 31648eb Fix warnings by bsalomon@google.com · 13 years ago
- 95b85bd add test that aaclip.setRegion creates the same mask as the region by mike@reedtribe.org · 13 years ago
- 3d60812 don't quickReject bitmaps if there is a looper or other possible bounds-modifier by reed@google.com · 13 years ago
- 3565f0f add test for IsMode by mike@reedtribe.org · 13 years ago
- b03db4a fix signed/unsigned warning (use size_t in conjunction with SK_ARRAY_COUNT) by reed@google.com · 13 years ago
- 3563c9e fix autobounds dude to call a custom version of rect.join that doesn't ignore by reed@google.com · 13 years ago
- 1dcf506 Remove GrGpuGLFixed subclass and ES1 support by bsalomon@google.com · 13 years ago
- ffdb018 add test for bounds (disabled as it fails) by reed@google.com · 13 years ago
- 74b9871 Do writepixels alpha-premul using gpu by bsalomon@google.com · 13 years ago
- beb7fe1 [PDF] Optimize W-array generation with respect to subsetted fonts and add test. by vandebo@chromium.org · 13 years ago
- bbce8b2 Turn off WritePixelsTest in fixed pt build (GPU device known not to work, no plan to fix) by bsalomon@google.com · 13 years ago
- d58a1cd Add config8888 support to writePixels by bsalomon@google.com · 13 years ago
- a2092aa Fix return value in read pixels unit test by bsalomon@google.com · 13 years ago
- f74ad8c Removes warnings generated by gcc and clang. by tomhudson@google.com · 13 years ago
- 8d7e39c add experimental test for blending math (disabled for now) by reed@google.com · 13 years ago
- c436499 [GPU] Add explicit byte order and PM vs. UPM 8888 configs by bsalomon@google.com · 13 years ago
- 6850eab Override 32BPP format in SkCanvas::readPixels by bsalomon@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
- ab77aaf remove tests for copyPixelsFrom (it is not gone) by reed@google.com · 13 years ago
- 7491372 Add NULL GL context implementation. Use in bench (-nullgl) and SampleApp (backspace key) by bsalomon@google.com · 13 years ago
- c904191 now we trim the aaclip after building it, to ensure that it has tight bounds by reed@google.com · 13 years ago
- 83a4446 Remove warnings (trailing \, signed vs unsigned, parenthesization). by tomhudson@google.com · 13 years ago
- d8676d2 add test for rgn-ops. some disable for now as they don't work (yet) by reed@google.com · 13 years ago
- 91d449e add header to document debug-vs-release, fixed-vs-float by reed@google.com · 13 years ago
- 12e1525 fix new test to work in fixed-point by reed@google.com · 13 years ago
- 209c415 add initial unittests for aaclip. Fix case where BuilderBlitter skipped the top by reed@google.com · 13 years ago
- 57f5d98 Recommit r2510 now that mac build bot issue has been fixed. by bsalomon@google.com · 13 years ago
- 045e62d enable soft clipping (yikes) by reed@google.com · 13 years ago
- d92780b Temporary revert of r2510. The test that it introduced fails on the Mac build bots. I suspect there is something wrong with the Mac bot machine's GL that is preventing context creation from succeeding. The OpenGL Driver monitor on the machine only shows a software rasterizer. aglChoosePixelFormat seems to fail regardless of input. It may just need a reboot. I'll investigate it more on Monday. by bsalomon@google.com · 13 years ago
- d47fafe Add test that validates GrGLInterfaces 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
- 19f286b add tests for read/writePackedUInt, and fix a bug there. by reed@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
- d9f2dea update to new api for doAA by reed@google.com · 13 years ago
- 07faed1 Setting perspective in fixed point. http://codereview.appspot.com/5088043/ by bungeman@google.com · 13 years ago
- 111c19b fix scalar=fixed for the new tests by reed@google.com · 13 years ago
- 0abb499 add SkAlphaBlend255 by reed@google.com · 13 years ago
- 889bd8b Make SkMath.h less visible in public header files. by tomhudson@google.com · 13 years ago
- 53effc5 add tests for flatten, unflatten and transform by reed@google.com · 13 years ago
- 10296cc add segment types query to SkPath (i.e. does it have any quads) by reed@google.com · 13 years ago
- 3839632 [gpu] Remove getMaxStretch for perspective, use mapRadius for perspective path subdiv tol, add test by bsalomon@google.com · 13 years ago
- 55b5f4b add SkPoint::CanNormalize to unify decisions about when a vector is degenerate by reed@google.com · 13 years ago
- d16872c Fix BlurTest to work with fixed point. by bungeman@google.com · 13 years ago
- 5af16f8 Reduce size of filter mask. http://codereview.appspot.com/4965057/ by bungeman@google.com · 13 years ago
- 9dfb757 Skip test GLPrograms test when GL or Gr context can't be created. by bsalomon@google.com · 13 years ago
- a8e686e Make program unit test run clean and add it to tests program by bsalomon@google.com · 13 years ago
- 04c643b Use bfrange to shrink ToUnicode table. by vandebo@chromium.org · 13 years ago
- 221db3c Fix initialization of variables; eliminates warnings on Linux. by tomhudson@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
- 17e66e2 [PDF] Improve efficiency of glyph id collection during font subsetting. by vandebo@chromium.org · 13 years ago
- 6fc321a add test for SkConvertQuadToCubic by reed@google.com · 13 years ago
- f131694 Add functionality for isRect() to SkPath. http://codereview.appspot.com/4807052/ by caryclark@google.com · 13 years ago
- d3a094c [PDF] Fix bug in catalog substitution. 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
- 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
- b3b8dfa Fix path iter returned pt on close, test path close pt in unit test. by bsalomon@google.com · 13 years ago
- 47e0a09 Replace vsnprintf with vsnprintf_s; add code to reproduce issue to StringTest; by tomhudson@google.com · 13 years ago
- 2b75f42 add asABlur() to maskfilters, so devices like gpu and pdf can query them. by reed@google.com · 13 years ago
- 2ef12d4 [PDF] Add a concept of a substitute object to the SkPDFCatalog class. by vandebo@chromium.org · 13 years ago
- d3a8c94 A bit set class. Will be used for font subsetting. by vandebo@chromium.org · 13 years ago
- ee69472 Remove compile warning by removing unnecessary output. by tomhudson@google.com · 13 years ago
- 3a1f6a0 SkStringPrintf helper fucntion + a new unit test for it. by tomhudson@google.com · 13 years ago
- f65817c remove last vestiges of intentional break by epoger@google.com · 13 years ago
- 3325084 fix intentional break by epoger@google.com · 13 years ago
- 601d1ba another intentional break by epoger@google.com · 13 years ago