- 80b09de add optoinal bytesRead argument (output) to playback() by reed@google.com · 14 years ago
- 21b1c5c fix warnings by reed@google.com · 14 years ago
- dde0956 add cross-process option to gpipe add unittests for reader32 and writer32 by reed@google.com · 14 years ago
- 1a39493 Fix unnitialized memory in Sk2DPathEffect. The SkDescriptor checksum by senorblanco@chromium.org · 14 years ago
- e4c98ff Clean up some valgrind errors in SkTransparentShader. Valgrind complains by senorblanco@chromium.org · 14 years ago
- 271cffc Add dual source blending support for proper blending with coverage. by bsalomon@google.com · 14 years ago
- 64cc579 The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns on by senorblanco@chromium.org · 14 years ago
- 0e45441 Add Mesa as a GL backend. http://codereview.appspot.com/4545055/ by bungeman@google.com · 14 years ago
- ef3913b Batch up draws into triangle fans as large as possible when drawing convex by senorblanco@chromium.org · 14 years ago
- 466f3d6 [PDF] Implement clear xfermode with a mask instead of pushing the clip down. by vandebo@chromium.org · 14 years ago
- 9d75767 setHinting modifies fFlags in places, so call it last (after initializing fFlags) by reed@google.com · 14 years ago
- 02b5331 encode current LCD orientation and order into font-cache-key by reed@google.com · 14 years ago
- 6271117 support BW glyphs, instead of always forcing them to AA by reed@google.com · 14 years ago
- bde3c8e improve gray approximation for LCD LERP by reed@google.com · 14 years ago
- c518134 add optional decolorization value for lcd text by reed@google.com · 14 years ago
- 26c2d0a Use coverage stages for supersample AA resolve, edgeAA, and glyph masks. Expose a mask stage through GrPaint by bsalomon@google.com · 14 years ago
- ff39032 [PDF] Improve path effect and drawPath(prePathMatrix) support. by vandebo@chromium.org · 14 years ago
- bb7f076 Fix enums in code path that uses uncached GrRenderTargets behind SkGpuDevices by bsalomon@google.com · 14 years ago
- 2047f00 get tests closer to passing for SKIA_SCALAR=fixed by epoger@google.com · 14 years ago
- 08270cb remove reference to fContext by reed@google.com · 14 years ago
- 6fb8f77 silence printf by reed@google.com · 14 years ago
- 16bab87 Add GL context creation for X so that gm can run GPU on Linux. by bungeman@google.com · 14 years ago
- 1dd17a1 use hires metrics when rotated (or subpixel is requested) by reed@google.com · 14 years ago
- f4c2622 Use SkSetFourByteTag in SkFontHost_win.cpp. by ctguil@chromium.org · 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
- 07f3ee1 use SkPath for GrPath, removing GrPathIter entirely by reed@google.com · 14 years ago
- b54455e Change getConvexity() to now compute it if the value is set to kUnkown. by reed@google.com · 14 years ago
- d757df2 Optimize colorfilter path when using a constant color.\nReviewed at http://codereview.appspot.com/4548041/ by Scroggo · 14 years ago
- 0b7b982 clean up sign detection code in computeconvexity by reed@google.com · 14 years ago
- 85b6e39 detect more than one loop in computeconvexity by reed@google.com · 14 years ago
- 04863fa add Convexity enum to SkPath by reed@google.com · 14 years ago
- 6112c21 [PDF] Add support for SrcIn, SrcOut, DstIn, DstOut xfermodes. by vandebo@chromium.org · 14 years ago
- d604481 [PDF] Fix windows SkFontHost::OpenStream for TTC fonts. by vandebo@chromium.org · 14 years ago
- 92e0f22 Edge antialiasing for convex shapes in Ganesh by senorblanco@chromium.org · 14 years ago
- 3189158 cleanup previous array of paints by reed@google.com · 14 years ago
- 78dad54 [PDF] Fix Chrome crash - don't assume that SkDraw.fClipStack != NULL. by vandebo@chromium.org · 14 years ago
- f475a33 Remove dead debug code. by bsalomon@google.com · 14 years ago
- 97c88c2 Add color filters to gpu path. by Scroggo · 14 years ago
- 0faac1e remove some dead code in pipes by reed@google.com · 14 years ago
- b55d118 check-point for pipe: flatten/unflatten objects for single paint by reed@google.com · 14 years ago
- 34dae87 [PDF] Fix ending condition for font advance construction. by vandebo@chromium.org · 14 years ago
- 246bd0f by twiz@google.com · 14 years ago
- f2eb5ab fix bug where we wrote uninitialized data to the flatten stream for shaders. by reed@google.com · 14 years ago
- cc4dac3 Make GrMatrix an alias of SkMatrix. Add new methods to SkMatrix. by bsalomon@google.com · 14 years ago
- 87ec860 remove unneeded asserts (which may fail from imprecise blits into the bitmap, but by reed@google.com · 14 years ago
- 6744d49 [PDF] Add a ToUnicode mapping for fonts. by vandebo@chromium.org · 14 years ago
- 339ac3d [PDF] (regression) Update font if size changes. by vandebo@chromium.org · 14 years ago
- 69d4ca3 [PDF] Fix bug in graphic state comparison. by vandebo@chromium.org · 14 years ago
- 20efde7 Share code with SkRect by reed@google.com · 14 years ago
- 25adce8 [PDF] Add support for Clear, Src, Dst, DstOver xfermodes. by vandebo@chromium.org · 14 years ago
- a0c7edb [PDF] Fix setting of existing clip for layers. by vandebo@chromium.org · 14 years ago
- 9fbdf87 [PDF] Refactor content stream creation in SkPDFDevice to support more xfermodes. by vandebo@chromium.org · 14 years ago
- 7744c20 use SkPoint, creating an alias for GrPoint by reed@google.com · 14 years ago
- fc29629 Replace GrStringBuilder with SkString. First step in cleaning up the shader generator. Slight performance hit when creating a new shader (<10% of total shader gen time on my Windows box is spent in building our string before handing it to GL). Much of this can be recovered by better usage pattern of SkString in coming revisions. by bsalomon@google.com · 14 years ago
- 96a9f791 Fix some fixed-width CJK by reed@google.com · 14 years ago
- 205ddd7 Disable MSAA in SkOsWindow on mac and windows by bsalomon@google.com · 14 years ago
- bb6793b update by reed@google.com · 14 years ago
- f7398c3 correctly compute coverage when an antialiased rect covers only 1 column of pixels by reed@google.com · 14 years ago
- 6aef1fb Add 4x4 downsample filter with 4 bilinear texture reads, use for ssaa. by bsalomon@google.com · 14 years ago
- f5842f7 add typeface flattening by reed@google.com · 14 years ago
- 8a6400e implement (sort of) Serialize/Deserialize by reed@google.com · 14 years ago
- 8d90eeb add find() by reed@google.com · 14 years ago
- 2dbd044 Minor fixes to get SampleApp's OpenGL path not to crash on Linux. Initialize by senorblanco@chromium.org · 14 years ago
- c925451 fix precendence error (== binds tighter than &) add new samples to solution by reed@google.com · 14 years ago
- 17fb387 add debugging test for building SkDescriptor update some samples by reed@google.com · 14 years ago
- 2fcdbec Make the unix test app build. by scroggo · 14 years ago
- 3048d4f remove deprecated getViewport/setViewport by reed@google.com · 14 years ago
- 68ac0df code style by mike@reedtribe.org · 14 years ago
- acd471f updated pipe by reed@google.com · 14 years ago
- 1e1c36f Add comparison and assignment to SkClipStack (and fix an optimization bug). by vandebo@chromium.org · 14 years ago
- db8b51c Fix arm compile problem on Lucid. by vandebo@chromium.org · 14 years ago
- d9fec61 never support bw by reed@google.com · 14 years ago
- 59d2f63 fix signed shift in blend32 use typefacecache in fonthost_win by reed@google.com · 14 years ago
- baf7a07 add win-specific backend to SkDebugf by reed@google.com · 14 years ago
- e495905 disable lifecycle dumps by reed@google.com · 14 years ago
- 2f3dc9d add typefacecache speedup lcd blits clean up some samples by reed@google.com · 14 years ago
- be2048a [PDF] Fix fallout from r1217. by vandebo@chromium.org · 14 years ago
- 1526129 PDF Device should report non-transformed size for width and height. by ctguil@chromium.org · 14 years ago
- 3b521d0 update dox code style by reed@google.com · 14 years ago
- e9e08cc rename SkPtrRecorder and related wrappers to SkPtrSet, since that is the pattern by mike@reedtribe.org · 14 years ago
- ee5ee58 fix warnings about possibly-uninitialized-variables by reed@google.com · 14 years ago
- 95bae39 move SkOSFile.cpp into utils_files.mk, since it is needed for skdiff on all by reed@google.com · 14 years ago
- 06e1795 Add bounding rect for paths by bsalomon@google.com · 14 years ago
- 31a5840 Accidentally omitted this file from r1203, :( by bsalomon@google.com · 14 years ago
- c4654ba [PDF] Fix warnings on Windows. by vandebo@chromium.org · 14 years ago
- 1447c6f Add missing flattenable registrations and CreateProc() functions; by tomhudson@google.com · 14 years ago
- 938d604 Add flattenable registrar for Two_Point_Radial_Gradient. by tomhudson@google.com · 14 years ago
- eeb02bc http://codereview.appspot.com/4365051/ by reed@google.com · 14 years ago
- bb6992a add experimental canvas pipe by reed@google.com · 14 years ago
- 1f55b04 CGColorSpaceCreateDeviceRGB() better matches CG's output by reed@google.com · 14 years ago
- a39f404 Remove sampler state param from lockKeylessTexture. It didn't serve any function and gave the false impression that tiling modes were handled on APIs with npot limitations. by bsalomon@google.com · 14 years ago
- ea4ac97 make SkDeviceFactory reference counted by mike@reedtribe.org · 14 years ago
- 9ce767c Fix to (two-point radial) gradient playback error in SkPictures that swapped by tomhudson@google.com · 14 years ago
- 7394565 devolve flattening parameters to their base classes by reed@google.com · 14 years ago
- fea37b5 Add lockKeylessTexture() for caching texture without a content key. by bsalomon@google.com · 14 years ago
- 205d460 Move alpha-ramp AA to GrContext, detect cases when AA is applied via other methods (smooth lines, MSAA) or rect falls on integer coords and skip the alpha ramp path. Use pre-fab index buffer for alpha-ramped fill rects and stroke rects. by bsalomon@google.com · 14 years ago
- 3334c3a code style by mike@reedtribe.org · 14 years ago
- ebe5bcd code style by mike@reedtribe.org · 14 years ago
- 69bc994 code style by mike@reedtribe.org · 14 years ago
- feb8cc8 code style by reed@google.com · 14 years ago