| Commit message (Expand) | Author | Age |
* | Clean up some valgrind errors in SkTransparentShader. Valgrind complains | senorblanco@chromium.org | 2011-05-20 |
* | Add dual source blending support for proper blending with coverage. | bsalomon@google.com | 2011-05-20 |
* | The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns on | senorblanco@chromium.org | 2011-05-19 |
* | Add Mesa as a GL backend. | bungeman@google.com | 2011-05-19 |
* | Batch up draws into triangle fans as large as possible when drawing convex | senorblanco@chromium.org | 2011-05-19 |
* | [PDF] Implement clear xfermode with a mask instead of pushing the clip down. | vandebo@chromium.org | 2011-05-18 |
* | setHinting modifies fFlags in places, so call it last (after initializing fFl... | reed@google.com | 2011-05-18 |
* | encode current LCD orientation and order into font-cache-key | reed@google.com | 2011-05-18 |
* | support BW glyphs, instead of always forcing them to AA | reed@google.com | 2011-05-18 |
* | improve gray approximation for LCD LERP | reed@google.com | 2011-05-18 |
* | add optional decolorization value for lcd text | reed@google.com | 2011-05-17 |
* | Use coverage stages for supersample AA resolve, edgeAA, and glyph masks. Expo... | bsalomon@google.com | 2011-05-17 |
* | [PDF] Improve path effect and drawPath(prePathMatrix) support. | vandebo@chromium.org | 2011-05-17 |
* | Fix enums in code path that uses uncached GrRenderTargets behind SkGpuDevices | bsalomon@google.com | 2011-05-17 |
* | get tests closer to passing for SKIA_SCALAR=fixed | epoger@google.com | 2011-05-17 |
* | remove reference to fContext | reed@google.com | 2011-05-17 |
* | silence printf | reed@google.com | 2011-05-17 |
* | Add GL context creation for X so that gm can run GPU on Linux. | bungeman@google.com | 2011-05-17 |
* | use hires metrics when rotated (or subpixel is requested) | reed@google.com | 2011-05-17 |
* | Use SkSetFourByteTag in SkFontHost_win.cpp. | ctguil@chromium.org | 2011-05-16 |
* | Fixed color bleeding issue when drawing a sub region of a bitmap with filteri... | junov@google.com | 2011-05-16 |
* | use SkPath for GrPath, removing GrPathIter entirely | reed@google.com | 2011-05-16 |
* | Change getConvexity() to now compute it if the value is set to kUnkown. | reed@google.com | 2011-05-16 |
* | Optimize colorfilter path when using a constant color.\nReviewed at http://co... | Scroggo | 2011-05-16 |
* | clean up sign detection code in computeconvexity | reed@google.com | 2011-05-16 |
* | detect more than one loop in computeconvexity | reed@google.com | 2011-05-15 |
* | add Convexity enum to SkPath | reed@google.com | 2011-05-15 |
* | [PDF] Add support for SrcIn, SrcOut, DstIn, DstOut xfermodes. | vandebo@chromium.org | 2011-05-13 |
* | [PDF] Fix windows SkFontHost::OpenStream for TTC fonts. | vandebo@chromium.org | 2011-05-13 |
* | Edge antialiasing for convex shapes in Ganesh | senorblanco@chromium.org | 2011-05-12 |
* | cleanup previous array of paints | reed@google.com | 2011-05-12 |
* | [PDF] Fix Chrome crash - don't assume that SkDraw.fClipStack != NULL. | vandebo@chromium.org | 2011-05-11 |
* | Remove dead debug code. | bsalomon@google.com | 2011-05-11 |
* | Add color filters to gpu path. | Scroggo | 2011-05-11 |
* | remove some dead code in pipes | reed@google.com | 2011-05-11 |
* | check-point for pipe: flatten/unflatten objects for single paint | reed@google.com | 2011-05-11 |
* | [PDF] Fix ending condition for font advance construction. | vandebo@chromium.org | 2011-05-10 |
* | git-svn-id: http://skia.googlecode.com/svn/trunk@1292 2bbb7eff-a529-9590-31e7... | twiz@google.com | 2011-05-10 |
* | fix bug where we wrote uninitialized data to the flatten stream for shaders. | reed@google.com | 2011-05-10 |
* | Make GrMatrix an alias of SkMatrix. Add new methods to SkMatrix. | bsalomon@google.com | 2011-05-10 |
* | remove unneeded asserts (which may fail from imprecise blits into the bitmap,... | reed@google.com | 2011-05-09 |
* | [PDF] Add a ToUnicode mapping for fonts. | vandebo@chromium.org | 2011-05-09 |
* | [PDF] (regression) Update font if size changes. | vandebo@chromium.org | 2011-05-09 |
* | [PDF] Fix bug in graphic state comparison. | vandebo@chromium.org | 2011-05-09 |
* | Share code with SkRect | reed@google.com | 2011-05-09 |
* | [PDF] Add support for Clear, Src, Dst, DstOver xfermodes. | vandebo@chromium.org | 2011-05-09 |
* | [PDF] Fix setting of existing clip for layers. | vandebo@chromium.org | 2011-05-09 |
* | [PDF] Refactor content stream creation in SkPDFDevice to support more xfermodes. | vandebo@chromium.org | 2011-05-09 |
* | use SkPoint, creating an alias for GrPoint | reed@google.com | 2011-05-06 |
* | Replace GrStringBuilder with SkString. First step in cleaning up the shader g... | bsalomon@google.com | 2011-05-06 |