- 50c044b Revert of Matrix convolution bounds fix; affectsTransparentBlack fixes. (patchset #4 id:60001 of https://codereview.chromium.org/1500923004/ ) by senorblanco · 9 years ago
- 8705ec8 Matrix convolution bounds fix; affectsTransparentBlack fixes. by senorblanco · 9 years ago
- 5123eb7 use RawIter in hairpath (simplifies) by reed · 9 years ago
- 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 9 years ago
- 7850eb2 API to support native scaling by image-generator by reed · 9 years ago
- 5c05d10 Revert of skstd -> std for unique_ptr (patchset #17 id:320001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
- dadfc24 skstd -> std for unique_ptr by mtklein · 9 years ago
- 2e8fec7 Revert of Simplify draw one glyph (patchset #3 id:40001 of https://codereview.chromium.org/1403573002/ ) by herb · 9 years ago
- 001e744 Replace D1G with a simpler implementation. by herb · 9 years ago
- aa0df4e Add an SkPath conic conversion utility. by fmalita · 9 years ago
- 9db43ac Add Sk4f::ToBytes(uint8_t[16], Sk4f, Sk4f, Sk4f, Sk4f) by mtklein · 9 years ago
- b775e91 add more conservative check for wayward divide by caryclark · 9 years ago
- e066df9 Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
- 70e8dfc skstd -> std for unique_ptr by mtklein · 9 years ago
- 11a7f7f Remove SkDrawProcs by herb · 9 years ago
- 6868c3f optimize the disable-caching case for SkImage::readPixels by reed · 9 years ago
- 39f0538 Add sniff for rect, oval & rrect to SkCanvas::clipPath by robertphillips · 9 years ago
- b68ce74 Add SK_BEGIN_REQUIRE_DENSE / SK_END_REQUIRE_DENSE. by mtklein · 9 years ago
- c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
- 0955303 scaling API on SkPixmap by reed · 9 years ago
- dfd7d48 Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
- 0618915 skstd -> std for unique_ptr by mtklein · 9 years ago
- 125f19a Avoid devolving to a path when conservative clipping with RRects by robertphillips · 9 years ago
- c64eff5 Revert[2] of "quick-accept clipRect calls" by reed · 9 years ago
- ac8cabd Revert of option to quick-accept clipRect calls (patchset #3 id:40001 of https://codereview.chromium.org/1458913005/ ) by bsalomon · 9 years ago
- f234272 Revert of Make specialized SrcOver XPFactory (patchset #3 id:40001 of https://codereview.chromium.org/1455273006/ ) by egdaniel · 9 years ago
- a7006d4 Make specialized SrcOver XPFactory by egdaniel · 9 years ago
- 6c221b4 Add SkNx_cast(). by mtklein · 9 years ago
- 4c11b3f Move glyph choosing to the find and place glyph code. by herb · 9 years ago
- d76be9c Eliminate SkFILE: it always is the same as FILE. by halcanary · 9 years ago
- 90ba095 option to quick-accept clipRect calls by reed · 9 years ago
- 42b73eb enable conservative raster clipping by reed · 9 years ago
- 897c993 Pack and align SkStrokeRec to 4-byte boundary. by jvanverth · 9 years ago
- 211df38 Revert of Fix UB in SkDivBits (patchset #4 id:50001 of https://codereview.chromium.org/1455163004/ ) by stephana · 9 years ago
- da707bf add SkPath::isRRect by caryclark · 9 years ago
- e9d2052 Record concat as Concat. by mtklein · 9 years ago
- f38b0d8 add SkRecordOptimize2 and an experimental API for more aggressive opts by reed · 9 years ago
- 6c7b104 Fix UB in SkDivBits by mtklein · 9 years ago
- 24e7db8 Modernize SkRecordPattern.h by mtklein · 9 years ago
- c3c6194 Add SkRecord::defrag(). by mtklein · 9 years ago
- a7c41c5 Make SkTLList prealloc its first block of nodes by bsalomon · 9 years ago
- f045d60 Make block size a template parameter of SkTLList by bsalomon · 9 years ago
- 5aaef1f simplify insertion methods for SkTLList by bsalomon · 9 years ago
- c8e8fc6 Revert of Fix UB in SkDivBits (patchset #2 id:10002 of https://codereview.chromium.org/1455163004/ ) by mtklein · 9 years ago
- 58afee8 Fix GOOGLE3 Android build. by benjaminwagner · 9 years ago
- b1b0199 Convert SkGpuDevice::drawTextureAdjuster to SkGpuDevice::drawTextureProducer by bsalomon · 9 years ago
- e59124e Convert drawText to using the find and place code. BUG=skia: by herb · 9 years ago
- 5520ded Fix buffer overrun, bit overrun and add a test. by herb · 9 years ago
- 988addd Fix UB in SkDivBits by mtklein · 9 years ago
- 4ca2e60 Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder. by egdaniel · 9 years ago
- cbf4fba div255(x) as ((x+128)*257)>>16 with SSE by mtklein · 9 years ago
- 3622d41 fix ninepatch iter from generating invalid rects by joshualitt · 9 years ago
- 32d6b87 SkTextBlob should store per-run text alignment by fmalita · 9 years ago
- c08d53e Parametric SkPath oval/rect/rrect starting point by fmalita · 9 years ago
- aa6f739 Respect SkPictureRecorder::kPlaybackDrawPicture_RecordFlag for SkDrawables by djsollen · 9 years ago
- ee9fe1e De-spam SkOpts.cpp by mtklein · 9 years ago
- 566b23c Revert of skstd -> std for unique_ptr (patchset #9 id:160001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
- 755c553 skstd -> std for unique_ptr by mtklein · 9 years ago
- 56da025 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
- 3c2d32b Revert of Switch uses of SkChecksum::Compute to Murmur3. (patchset #2 id:20001 of https://codereview.chromium.org/1436973003/ ) by mtklein · 9 years ago
- 540e954 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
- 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 9 years ago
- 0274efb Revert of Switch uses of SkChecksum::Compute to Murmur3. (patchset #2 id:20001 of https://codereview.chromium.org/1436973003/ ) by mtklein · 9 years ago
- 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 9 years ago
- 1d024a3 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
- 147ea2f Factor CSS3 matching rules. by bungeman · 9 years ago
- 386127f Increment text pointer when the width is zero in the subpixel with center and right alignment. by herb · 9 years ago
- 2d721d3 Move all ShaderBuilder files to GLSL by egdaniel · 9 years ago
- 084db25 float xfermodes (burn, dodge, softlight) in Sk8f, possibly using AVX. by mtklein · 9 years ago
- 9be5ff6 Replace glyph find and position with common code for the gpu bitmap case. by herb · 9 years ago
- 07e2692 SkResourceCache::GetAllocator() index8 and other color types handling by aleksandar.stojiljkovic · 9 years ago
- 60029a5 Update Layer Hoisting to store its atlas texture in the resource cache by robertphillips · 9 years ago
- e5911c9 Extract glyph find and position code in preparation to use it in XPS and GPU code. by herb · 9 years ago
- a267904 Fix compile error mac 10.8. by herb · 9 years ago
- f553e4e Extract the glyph picking and placing code. by herb · 9 years ago
- 6f79709 prune unused SkNx features by mtklein · 9 years ago
- 9535492 sse 4.2 detection by mtklein · 9 years ago
- 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago
- 844a0b4 avx and avx2 detection by mtklein · 9 years ago
- e8e17cf SkPx: new approach to fixed-point SIMD by mtklein · 9 years ago
- 1358051 Revert of SkPx: new approach to fixed-point SIMD (patchset #12 id:220001 of https://codereview.chromium.org/1317233005/ ) by mtklein · 9 years ago
- a7627dc SkPx: new approach to fixed-point SIMD by mtklein · 9 years ago
- cf1d198 Revert of Update Layer Hoisting to store its atlas texture in the resource cache (patchset #6 id:100001 of https://codereview.chromium.org/1406013006/ ) by robertphillips · 9 years ago
- 42597bc Update Layer Hoisting to store its atlas texture in the resource cache by robertphillips · 9 years ago
- a2e69fc Rename non-aa rect methods on GrDrawContext in anticipation of making them support aa by bsalomon · 9 years ago
- cd49541 For non-opaque SkBitmapDevices, replace malloc-then-zero with calloc. by mtklein · 9 years ago
- 8515377 Make bicubic FP factories return const FPs by bsalomon · 9 years ago
- 81919d3 SkRecord: text blobs by mtklein · 9 years ago
- 7f97a76 Avoid hang in OncePtr test with --threads 1 by kkinnunen · 9 years ago
- 444d91f SkRemote: saveLayer by mtklein · 9 years ago
- 479f54d SkRemote: some images, many TODOs by mtklein · 9 years ago
- 7600183 SkScan_Antihair: assert in debug and potentialy lost last pixels by aleksandar.stojiljkovic · 9 years ago
- 29a440d Make SkBlurImageFilter capable of cropping during blur (raster path) by senorblanco · 9 years ago
- 8de01c6 Revert of Make SkBlurImageFilter capable of cropping during blur (patchset #16 id:400001 of https://codereview.chromium.org/1415653003/ ) by senorblanco · 9 years ago
- 1b82ceb Make SkBlurImageFilter capable of cropping during blur (raster path) by senorblanco · 9 years ago
- d1f7e35 SkRemote: all paint effects except typeface by mtklein · 9 years ago
- 574a4c1 Move shader compiling to ProgramBuilder and various ShaderBuilder cleanups. by egdaniel · 9 years ago
- c2e2977 Dedup SkPaths by gen-ID when going to .skp by mtklein · 9 years ago
- 89fe56b Pull texture-backed bitmap resampler out of GrTextureParamsAdjuster code into its own class. by bsalomon · 9 years ago
- 05527a6 Remove SK_SAVE_LAYER_BOUNDS_ARE_FILTERED #define. by senorblanco · 9 years ago