aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* Revert "We extract a sub-function from MAKENAME(_nofilter_DX), only dealing w...Gravatar agl@chromium.org2010-06-18
* Add support for forcing autohinting.Gravatar agl@chromium.org2010-06-17
* We extract a sub-function from MAKENAME(_nofilter_DX), only dealing with readingGravatar agl@chromium.org2010-06-16
* Fix 64-bit Mac warnings/memory corruptionGravatar reed@android.com2010-05-18
* fix maxWidth when using linear-textGravatar reed@android.com2010-05-17
* Minor fixes to build under Clang:Gravatar agl@chromium.org2010-05-10
* Revert "Revert "Use hairline when line width <= 1.0, instead of < 1.0.""Gravatar agl@chromium.org2010-04-27
* Revert "Use hairline when line width <= 1.0, instead of < 1.0."Gravatar agl@chromium.org2010-04-26
* Add a SkTypeface::CreateForChars() function.Gravatar agl@chromium.org2010-04-20
* fix overflow in matrixproc, and add debugging code to test thatGravatar reed@android.com2010-04-14
* extend sentinel array to avoid reading uninitialized memoryGravatar reed@android.com2010-04-13
* add SKIA_VERSION_[MAJOR, MINOR, PATCH] in header and SkGraphics APIGravatar reed@android.com2010-04-13
* Use hairline when line width <= 1.0, instead of < 1.0.Gravatar anatoly@google.com2010-04-12
* ray fixes neon for dither and blendGravatar reed@android.com2010-04-09
* if we're strokeandfill+hairline, just draw fill (they way paths do) insteadGravatar reed@android.com2010-03-25
* use 64bit intermediate to accumulate 16.16 widths, to avoid overflowGravatar reed@android.com2010-03-19
* only report hasspan16 if we're opaque, otherwise we get a different blendGravatar reed@android.com2010-03-11
* fix off-by-1 in alpha in colorshader setupGravatar reed@android.com2010-03-11
* disable 32A->565 + alpha for now, until it handles src-alpha==0 as a noopGravatar reed@android.com2010-03-09
* handle NaN in curve choppers and edgeclipperGravatar reed@android.com2010-03-08
* document the return value of append()Gravatar reed@android.com2010-03-05
* convert matrix <--> matrix44Gravatar reed@android.com2010-03-01
* explicitly pass bounds.top to the edgelist walker, so we don't leave any gapsGravatar reed@android.com2010-02-22
* add copysign for ints and floatsGravatar reed@android.com2010-02-09
* add countPoints() and getPoint()Gravatar reed@android.com2010-02-09
* check bounder before lockPixels on the bitmapGravatar reed@android.com2010-02-09
* This patch allows the use of the native FreeType emboldeningGravatar senorblanco@chromium.org2010-02-05
* respect edgetype in quickrejectGravatar reed@android.com2010-02-05
* add SkXRay geometry routinesGravatar reed@android.com2010-02-05
* add containsText() apiGravatar reed@android.com2010-02-05
* add some utils to SkPointGravatar reed@android.com2010-01-28
* skia: Always use aliased text when antialiasing is disabled.Gravatar agl@chromium.org2010-01-21
* ICE fixes for armGravatar reed@android.com2010-01-14
* remove obsolete SK_BUILD_FOR_BREW conditionalGravatar reed@android.com2010-01-12
* add glyph->unichar query (inverse of a cmap)Gravatar reed@android.com2010-01-08
* Fix r466 which was causing Chromium valgrind failures.Gravatar agl@chromium.org2010-01-04
* Added a virtual to SkBounder, called by text, that passesGravatar reed@android.com2010-01-04
* Add flag to enable bitmap strikes.Gravatar agl@chromium.org2010-01-04
* Native client build fix.Gravatar agl@chromium.org2009-12-18
* initial checkin for visualstudio build supportGravatar reed@android.com2009-12-16
* Initialise fDeviceCMDirtyGravatar agl@chromium.org2009-12-12
* SSE2-ified S32_alpha_D32_filter_DX (refactoring to come). Also shaved a fewGravatar senorblanco@chromium.org2009-12-10
* Eenable new chopping edgelist builder by default. If it sticks well, I'llGravatar reed@android.com2009-12-10
* reinstate the empty check, and always initialize the format fieldGravatar reed@android.com2009-12-08
* add drawData() to canvas, to record data blobsGravatar reed@android.com2009-12-04
* Fix warning (struct forward-declared as class).Gravatar senorblanco@chromium.org2009-12-04
* Remove check for empty devPathGravatar agl@chromium.org2009-12-02
* More SSE2 optimizations. This CL implements an SSE2 version of S32_bitmap_D3...Gravatar senorblanco@chromium.org2009-11-30
* add unittest for IntersectLine, used by hairlinesGravatar reed@android.com2009-11-30
* Win32 build fix (unreviewed).Gravatar senorblanco@chromium.org2009-11-25