- 0b5b0ce reverting r3257 because of gm failure. by junov@chromium.org · 13 years ago
- d127ffe Fix copy/paste issue in GrInOrderDrawBuffer. by bsalomon@google.com · 13 years ago
- 421bcc3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 13 years ago
- ddd0ed5 Remove SkFontHost::ValidFontID PART 2: remove definition and skia callers not that Chrome's font host has been updated. by bungeman@google.com · 13 years ago
- 5d947ab Remove unused member from GrInOrderDrawBuffer by bsalomon@google.com · 13 years ago
- f68c5e2 check for null-device in iterator by reed@google.com · 13 years ago
- 61c2204 add SkCreateDataProviderFromStream to SkCGUtils by reed@google.com · 13 years ago
- 87f982c Fix for crash in SkDeferredCanvas when optional SkPaint argument is NULL by junov@chromium.org · 13 years ago
- ffc9248 Fix math in coverage_to_alpha() (renamed coverage_to_partial_alpha()), behind by tomhudson@google.com · 13 years ago
- dceecc7 always allocate (only) the width of the clip for the AA row, since it will by reed@google.com · 13 years ago
- 5b56d9e In convex path renderer, translate polygon to origin for fanPt computation by bsalomon@google.com · 13 years ago
- 8796ee6 remove bogus assert (leftover from some long-forgotten debugging session) by reed@google.com · 13 years ago
- fbd033d Fix memory leak in GetTableData() and add unittests for it by reed@google.com · 13 years ago
- a91e923 GPU device preserves pixel values across read/write/read of unpremul pixel values by bsalomon@google.com · 13 years ago
- 487dc76 remove unused variable by bsalomon@google.com · 13 years ago
- 1214cd0 Provide fallbacks for web fonts. by caryclark@google.com · 13 years ago
- fb0d741 Use nested template expansions to implement Config8888 conversions. by bsalomon@google.com · 13 years ago
- 1cc8f6f Adding more unit testing for SkCanvas and derived classes. by junov@chromium.org · 13 years ago
- 06a7313 SSE2 version of ClampX_ClampY_{no}filter_scale; yields 10-20% speedup in by tomhudson@google.com · 13 years ago
- 0ec107f Remove incorrect GrAssert calls in GrResourceCache::removeAll by twiz@google.com · 13 years ago
- b9682d3 Change append to appendf for call sites with no format arguments. by vandebo@chromium.org · 13 years ago
- eee6661 Use intrinsics for atomic inc and dec on Windows. by bungeman@google.com · 13 years ago
- ae50e11 Remove SkFontHost::ValidFontID PART 1: remove only caller. by bungeman@google.com · 13 years ago
- 543c719 Revert r3036. This change breaks loading images as by caryclark@google.com · 13 years ago
- 6c5bf8d Added BSD license language where missing. by caryclark@google.com · 13 years ago
- f0ed80a Make cross_prod used in SkPath::cheapComputeDirection fallback to double computation when result is 0. Verbal LGTM from reed. by bsalomon@google.com · 13 years ago
- c2c80c4 Remove two static initializers from debug builds by digit@google.com · 13 years ago
- 9b482c4 Remove on static initializer in GrGpu.cpp by digit@google.com · 13 years ago
- 7294886 Lazily allocate our global pool for imagerefs by reed@google.com · 13 years ago
- 302b861 be sure to mark fLastY with the bottom of the rect in blitRect by reed@google.com · 13 years ago
- 80cdb9a aaclip needs to handle paths with holes by reed@google.com · 13 years ago
- 897fc41 add a todo by reed@google.com · 13 years ago
- e401399 Lazily allocate gNameList, and protect its usage behind the global mutex. by djsollen@google.com · 13 years ago
- 84ef10f cast to double http://codereview.appspot.com/5645064/ by reed@google.com · 13 years ago
- ee51d1a Fix TypefaceCache races. http://codereview.appspot.com/5656066/ by bungeman@google.com · 13 years ago
- ca13d39 Revert 3191 Review URL: http://codereview.appspot.com/5656068/ by bsalomon@google.com · 13 years ago
- 4dc686d Fix regression where we disable fonts with no specified name by djsollen@google.com · 13 years ago
- 48b481b fix SkFixed build (I hope) by reed@google.com · 13 years ago
- 20e542e Fix a case missed in r3198 where left/right direction of setOrthog matters (matrix computed from a degenerate quad). by bsalomon@google.com · 13 years ago
- 60abb07 Merge changes from the android repo upstream to Skia by djsollen@google.com · 13 years ago
- 278dc69 Use cheapComputeDirection to determine normal facing in GrAAConvexPathRenderer by bsalomon@google.com · 13 years ago
- dd43df9 suport A8 grayscale text with COLOR_LUMINANCE build option by reed@google.com · 13 years ago
- 178964b Misc small fixes to unblock skia roll. by bsalomon@google.com · 13 years ago
- 4ef14f8 Attempt to make Windows and Mac compilers happy after breakage in r3193. by tomhudson@google.com · 13 years ago
- 95ad155 Add SSSE3 acceleration for S32_{opaque,alpha}_D32_filter_DX; should yield by tomhudson@google.com · 13 years ago
- b35f18f Fix compile errors. by bsalomon@google.com · 13 years ago
- 621dfe6 Add test to detect bias in conversion of frag shader floats to bytes by bsalomon@google.com · 13 years ago
- d6770e6 SSE2 version of blit_lcd16, courtesy of Jin Yang. by tomhudson@google.com · 13 years ago
- 02f90e8 Fix include paths in non-standard targets. by tomhudson@google.com · 13 years ago
- 6c8c34e Update cross-platform #include paths to new include/gpu/gl directory by tomhudson@google.com · 13 years ago
- 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 13 years ago
- f7fa806 Make GLCaps be standalone and be a member of GrGLContextInfo by bsalomon@google.com · 13 years ago
- b1e218e Adding missing SkIntToScalar to resolve DeferredCanvas unit test failures with fixed-point build by junov@chromium.org · 13 years ago
- 8f9ecbd Adding API and unit testing for deferred canvas clearing/purging by junov@chromium.org · 13 years ago
- 813d38b if SK_USE_COLOR_LUMINANCE is defined, then we store 2 bits of each component by reed@google.com · 13 years ago
- d6e2c7c Prevent the memset16 ARM opt from failing when count is 0. by djsollen@google.com · 13 years ago
- 8b58c4d path effect on a very thin line should not be discarded by bsalomon@google.com · 13 years ago
- 9639994 Use GrGLContextInfo in shader generator by bsalomon@google.com · 13 years ago
- ce6dbb6 enable color-luminance in font cache (disabled by default) by reed@google.com · 13 years ago
- 4ebf2b4 Add copyright and #ifndef / #define by bsalomon@google.com · 13 years ago
- dd182cb Move GL-specific source code to make room for D3D back end. by tomhudson@google.com · 13 years ago
- 5eb7b8c Fix CFBundleIdentifier of SampleApp by epoger@google.com · 13 years ago
- 89ec61e Add GrGLContextInfo by bsalomon@google.com · 13 years ago
- e55fd0f Pull GLSL helpers out of GrGLProgram.cpp by bsalomon@google.com · 13 years ago
- 6e85937 Make SkGLContext's FBO creation more robust (allows test apps to run on Intel GPUs) by bsalomon@google.com · 13 years ago
- 8ec9956 Add more TT table definitions and create fake enum typedef. by bungeman@google.com · 13 years ago
- af5bbf2 Move SkBase64 to utils, allow user defined encoding. by bungeman@google.com · 13 years ago
- 1f9767c Fixing backing store access in SkDeferredCanvas. by junov@chromium.org · 13 years ago
- 4bcb0c6 Reland 3144 with assertion fix. by bsalomon@google.com · 13 years ago
- 0439e56 revert 3144 by bsalomon@google.com · 13 years ago
- aa67735 Allow chrome to limit the number of FBO status checks by bsalomon@google.com · 13 years ago
- 0a9cc44 use macro SkFixedRoundToInt where necessary by reed@google.com · 13 years ago
- 2c23708 Removing some dead code in SkDeferredCanvas by junov@chromium.org · 14 years ago
- 5468c90 Disable optimization of certain bit-shift operations on Visual Studio 2010 only by epoger@google.com · 14 years ago
- c98a0aa rearrange functions to group clamp, repeat, mirror helpers together. by reed@google.com · 14 years ago
- f8d1aee Open type table definitions. http://codereview.appspot.com/5577064/ by bungeman@google.com · 14 years ago
- f3bf18b Don't change convexity status of a path after a moveTo by bsalomon@google.com · 14 years ago
- 480e21f Add dithering to 32b radial gradients. Behind the same #ifdef as dithered by tomhudson@google.com · 14 years ago
- dc3c780 [GPU]: Handle degenerate quads when computing UV matrix from control points by bsalomon@google.com · 14 years ago
- fb6f0f6 When adding a convex shape to a path, mark path as convex if path is initially degenerate. by bsalomon@google.com · 14 years ago
- 8722d7c Roll out r3117 to alleviate http://code.google.com/p/skia/issues/detail?id=471 ('filltypespersp gm test fails with KERN_PROTECTION_FAILURE on Lion') by epoger@google.com · 14 years ago
- 3e44e4d fall through to cross-product if the y-max-baseline returns a degenerate line by reed@google.com · 14 years ago
- 9732f62 Fix degenerate test in convex path renderer by bsalomon@google.com · 14 years ago
- c943bd5 Remove one static initializer in src/gpu/GrGpu.cpp by digit@google.com · 14 years ago
- c1ea60a handle multiple points all at the y-max when computing direction by reed@google.com · 14 years ago
- 0928c4a Make SkImageEncoder_CG report more failures to its caller. by epoger@google.com · 14 years ago
- 037d011 Fix Android build Review URL: https://codereview.appspot.com/5492054 by digit@google.com · 14 years ago
- 75f9f25 Add code path for Gr client to resolve an Gr-created MSAA render target. by bsalomon@google.com · 14 years ago
- ac8543f use contour with global ymax to determine direction by reed@google.com · 14 years ago
- 3e5afe7 Enable convex path renderer. by bsalomon@google.com · 14 years ago
- 78d6cf9 Remove GrAALevel enum, use explicit sample count by bsalomon@google.com · 14 years ago
- fa4d5bd add bandage to pin out-of-range values when converting our integral clip bounds to by reed@google.com · 14 years ago
- 5546ef2 inject a 32767 bounded cliprect before using SuperSampler blitter, to avoid by reed@google.com · 14 years ago
- 9efd9a0 extend fastbounds impls to include maskfilters and drawloopers. This allows by reed@google.com · 14 years ago
- bf6c1e4 Adding a flush method to SkCanvas by junov@chromium.org · 14 years ago
- 9aed114 by bsalomon@google.com · 14 years ago
- e5e3937 fix compilation errors when VISUALIZE_COMPLEX_CLIP is set (debug assist code path) by bsalomon@google.com · 14 years ago
- 7d72c45 code cleanup for single_pass_path() and remove enum GrConvexHint by bsalomon@google.com · 14 years ago
- 74b4619 Formatting cleanup: remove extra whitespace by vandebo@chromium.org · 14 years ago
- 05e7024 Expose functionality to purge the GPU texture cache while running SampleApp. by twiz@google.com · 14 years ago