aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Batch up draws into triangle fans as large as possible when drawing convexGravatar senorblanco@chromium.org2011-05-19
* [PDF] Implement clear xfermode with a mask instead of pushing the clip down.Gravatar vandebo@chromium.org2011-05-18
* setHinting modifies fFlags in places, so call it last (after initializing fFl...Gravatar reed@google.com2011-05-18
* encode current LCD orientation and order into font-cache-keyGravatar reed@google.com2011-05-18
* support BW glyphs, instead of always forcing them to AAGravatar reed@google.com2011-05-18
* improve gray approximation for LCD LERPGravatar reed@google.com2011-05-18
* add optional decolorization value for lcd textGravatar reed@google.com2011-05-17
* Use coverage stages for supersample AA resolve, edgeAA, and glyph masks. Expo...Gravatar bsalomon@google.com2011-05-17
* [PDF] Improve path effect and drawPath(prePathMatrix) support.Gravatar vandebo@chromium.org2011-05-17
* Fix enums in code path that uses uncached GrRenderTargets behind SkGpuDevicesGravatar bsalomon@google.com2011-05-17
* get tests closer to passing for SKIA_SCALAR=fixedGravatar epoger@google.com2011-05-17
* remove reference to fContextGravatar reed@google.com2011-05-17
* silence printfGravatar reed@google.com2011-05-17
* Add GL context creation for X so that gm can run GPU on Linux.Gravatar bungeman@google.com2011-05-17
* use hires metrics when rotated (or subpixel is requested)Gravatar reed@google.com2011-05-17
* Use SkSetFourByteTag in SkFontHost_win.cpp.Gravatar ctguil@chromium.org2011-05-16
* Fixed color bleeding issue when drawing a sub region of a bitmap with filteri...Gravatar junov@google.com2011-05-16
* use SkPath for GrPath, removing GrPathIter entirelyGravatar reed@google.com2011-05-16
* Change getConvexity() to now compute it if the value is set to kUnkown.Gravatar reed@google.com2011-05-16
* Optimize colorfilter path when using a constant color.\nReviewed at http://co...Gravatar Scroggo2011-05-16
* clean up sign detection code in computeconvexityGravatar reed@google.com2011-05-16
* detect more than one loop in computeconvexityGravatar reed@google.com2011-05-15
* add Convexity enum to SkPathGravatar reed@google.com2011-05-15
* [PDF] Add support for SrcIn, SrcOut, DstIn, DstOut xfermodes.Gravatar vandebo@chromium.org2011-05-13
* [PDF] Fix windows SkFontHost::OpenStream for TTC fonts.Gravatar vandebo@chromium.org2011-05-13
* Edge antialiasing for convex shapes in GaneshGravatar senorblanco@chromium.org2011-05-12
* cleanup previous array of paintsGravatar reed@google.com2011-05-12
* [PDF] Fix Chrome crash - don't assume that SkDraw.fClipStack != NULL.Gravatar vandebo@chromium.org2011-05-11
* Remove dead debug code.Gravatar bsalomon@google.com2011-05-11
* Add color filters to gpu path.Gravatar Scroggo2011-05-11
* remove some dead code in pipesGravatar reed@google.com2011-05-11
* check-point for pipe: flatten/unflatten objects for single paintGravatar reed@google.com2011-05-11
* [PDF] Fix ending condition for font advance construction.Gravatar vandebo@chromium.org2011-05-10
* git-svn-id: http://skia.googlecode.com/svn/trunk@1292 2bbb7eff-a529-9590-31e7...Gravatar twiz@google.com2011-05-10
* fix bug where we wrote uninitialized data to the flatten stream for shaders.Gravatar reed@google.com2011-05-10
* Make GrMatrix an alias of SkMatrix. Add new methods to SkMatrix.Gravatar bsalomon@google.com2011-05-10
* remove unneeded asserts (which may fail from imprecise blits into the bitmap,...Gravatar reed@google.com2011-05-09
* [PDF] Add a ToUnicode mapping for fonts.Gravatar vandebo@chromium.org2011-05-09
* [PDF] (regression) Update font if size changes.Gravatar vandebo@chromium.org2011-05-09
* [PDF] Fix bug in graphic state comparison.Gravatar vandebo@chromium.org2011-05-09
* Share code with SkRectGravatar reed@google.com2011-05-09
* [PDF] Add support for Clear, Src, Dst, DstOver xfermodes.Gravatar vandebo@chromium.org2011-05-09
* [PDF] Fix setting of existing clip for layers.Gravatar vandebo@chromium.org2011-05-09
* [PDF] Refactor content stream creation in SkPDFDevice to support more xfermodes.Gravatar vandebo@chromium.org2011-05-09
* use SkPoint, creating an alias for GrPointGravatar reed@google.com2011-05-06
* Replace GrStringBuilder with SkString. First step in cleaning up the shader g...Gravatar bsalomon@google.com2011-05-06
* Fix some fixed-width CJKGravatar reed@google.com2011-05-06
* Disable MSAA in SkOsWindow on mac and windowsGravatar bsalomon@google.com2011-05-05
* updateGravatar reed@google.com2011-05-05
* correctly compute coverage when an antialiased rect covers only 1 column of p...Gravatar reed@google.com2011-05-05