platform/upstream/libSkiaSharp.git
2011-05-19 bungeman@google.comFix clipping in StrokeRectGM test for fixed point.
2011-05-19 bsalomon@google.comRemove createPlatformRenderTarget, undeprecate createRe...
2011-05-19 senorblanco... The plain Makefile was using -Wall, but the gyp build...
2011-05-19 bungeman@google.comAdd build for unix to gyp.
2011-05-19 senorblanco... Plug a leak in SampleShaderTest.
2011-05-19 bungeman@google.comAdd unix and mesa GL files to gyp.
2011-05-19 bungeman@google.comAdd Mesa as a GL backend.
2011-05-19 epoger@google.comfix assertion failure in Skia_Linux_Fixed_Debug build
2011-05-19 senorblanco... Batch up draws into triangle fans as large as possible...
2011-05-19 bsalomon@google.comFix windows color order
2011-05-19 bsalomon@google.comAdd snapshot of gyp-generated vs proj for any third...
2011-05-19 bsalomon@google.comFix windows build (missing SkFontHost.cpp)
2011-05-19 bsalomon@google.comRemove old visual studio project
2011-05-18 vandebo@chromium.org[PDF] Implement clear xfermode with a mask instead...
2011-05-18 vandebo@chromium.org[PDF] Fix windows compile warning.
2011-05-18 reed@google.commove SHIFT default definitions from SkColorPriv.h to...
2011-05-18 reed@google.comsetHinting modifies fFlags in places, so call it last...
2011-05-18 epoger@google.comfix PathTest for SKIA_SCALAR=fixed
2011-05-18 reed@google.comshow consistent timings between debug and release
2011-05-18 bsalomon@google.comFix uninit of mask var
2011-05-18 reed@google.comencode current LCD orientation and order into font...
2011-05-18 bungeman@google.comFix tests with incorrect swizzle.
2011-05-18 bungeman@google.comglFinish to complete bench before stopping stopwatch.
2011-05-18 vandebo@chromium.org[PDF] Fix PDF primitives test for fixed scalars.
2011-05-18 reed@google.comsupport BW glyphs, instead of always forcing them to AA
2011-05-18 reed@google.comlockPixels before looking at them in Zoomer
2011-05-18 reed@google.comcheckpoint for 8->5 bit reduction
2011-05-18 reed@google.comcode style, inherit from SampleView
2011-05-18 reed@google.comadd 'h' to tri-toggle font hinting
2011-05-18 reed@google.comimprove gray approximation for LCD LERP
2011-05-17 reed@google.comadd optional decolorization value for lcd text
2011-05-17 reed@google.comadd more keys
2011-05-17 bsalomon@google.comUse coverage stages for supersample AA resolve, edgeAA...
2011-05-17 senorblanco... Set fEdgesUni to kUseUniform when we need to upload...
2011-05-17 vandebo@chromium.org[PDF] Improve path effect and drawPath(prePathMatrix...
2011-05-17 senorblanco... Pass forceClose "true" to SkPath::Iter constructor in
2011-05-17 bsalomon@google.comFix enums in code path that uses uncached GrRenderTarge...
2011-05-17 epoger@google.comget tests closer to passing for SKIA_SCALAR=fixed
2011-05-17 junov@google.comRemoving remnants of GrGLEffect.
2011-05-17 junov@google.comFixed typo in skia.gyp
2011-05-17 reed@google.comremove reference to fContext
2011-05-17 junov@google.comAdding a test to sampleapp for texture domain
2011-05-17 reed@google.comsilence printf
2011-05-17 reed@google.comfix uninitialized var
2011-05-17 reed@google.comadd 'n' to tri-toggle bitmap-filter (LERP) on/off/neutral
2011-05-17 bungeman@google.comAdd GL context creation for X so that gm can run GPU...
2011-05-17 reed@google.comuse hires metrics when rotated (or subpixel is requested)
2011-05-17 mike@reedtribe.orgadd GPU config
2011-05-16 ctguil@chromium.orgUse SkSetFourByteTag in SkFontHost_win.cpp.
2011-05-16 bsalomon@google.comseparate coverage stages from color stages.
2011-05-16 reed@google.comremove dead files
2011-05-16 junov@google.comFixed color bleeding issue when drawing a sub region...
2011-05-16 reed@google.comfully expand the initialization for rect (android compi...
2011-05-16 reed@google.comuse SkPath for GrPath, removing GrPathIter entirely
2011-05-16 senorblanco... Fix winding order check for negative scale in tesselate...
2011-05-16 reed@google.comChange getConvexity() to now compute it if the value...
2011-05-16 bsalomon@google.comUpload matrix as gl float rather than gr scalar (fixes...
2011-05-16 ScroggoOptimize colorfilter path when using a constant color...
2011-05-16 reed@google.comclean up sign detection code in computeconvexity
2011-05-15 reed@google.comdetect more than one loop in computeconvexity
2011-05-15 reed@google.commigrate more tests from GrPath.cpp
2011-05-15 reed@google.comadd Convexity enum to SkPath
2011-05-13 epoger@google.commake tests return nonzero if failing
2011-05-13 epoger@google.comAnother tiny comment-only change to trigger buildbot
2011-05-13 epoger@google.comTiny comment-only change to trigger buildbot
2011-05-13 vandebo@chromium.org[PDF] Add support for SrcIn, SrcOut, DstIn, DstOut...
2011-05-13 vandebo@chromium.org[PDF] Fix windows SkFontHost::OpenStream for TTC fonts.
2011-05-12 reed@google.comupdate dox
2011-05-12 reed@google.comadd 'p' to toggle on/off testing the pipe
2011-05-12 bsalomon@google.comDisable blend for edge AA not general AA
2011-05-12 ScroggoStyle fix
2011-05-12 senorblanco... Edge antialiasing for convex shapes in Ganesh
2011-05-12 epoger@google.comFix intentional breakage in previous commit
2011-05-12 epoger@google.comIntentional breakage to test notifications, will fix...
2011-05-12 epoger@google.comTiny comment-only change to trigger update
2011-05-12 reed@google.comcleanup previous array of paints
2011-05-11 ScroggoAllow blending if there is a color filter.
2011-05-11 bsalomon@google.comAdd space between mediump and float in 2pt radial verte...
2011-05-11 epoger@google.comFix my intentional break.
2011-05-11 vandebo@chromium.org[PDF] Fix Chrome crash - don't assume that SkDraw.fClip...
2011-05-11 epoger@google.comIntentionally break tests, will fix quickly.
2011-05-11 epoger@google.comAnother comment-only change to test notifications
2011-05-11 ScroggoRemove a warning.
2011-05-11 epoger@google.comTiny comment-only change to test notifications
2011-05-11 ScroggoStore 1/255 as a constant to reduce number of divides.
2011-05-11 bsalomon@google.comRemove dead debug code.
2011-05-11 ScroggoRemove unused variable.
2011-05-11 bsalomon@google.comKeep program cache consistent when program creation...
2011-05-11 ScroggoAdd color filters to gpu path.
2011-05-11 reed@google.comremove some dead code in pipes
2011-05-11 reed@google.comadd include/core to header path for release build
2011-05-11 reed@google.comcheck-point for pipe: flatten/unflatten objects for...
2011-05-10 vandebo@chromium.org[PDF] Fix ending condition for font advance construction.
2011-05-10 twiz@google.comgit-svn-id: skia.googlecode.com/svn/trunk@1292 2bbb7eff...
2011-05-10 reed@google.comadd master images for macbook (which differ in the...
2011-05-10 reed@google.comfix bug where we wrote uninitialized data to the flatte...
2011-05-10 bsalomon@google.comMake GrMatrix an alias of SkMatrix. Add new methods...
2011-05-09 bsalomon@google.comFixes from Sk/Gr rect unification.
2011-05-09 reed@google.comcheck for missing filename (needs to be specified when...
2011-05-09 reed@google.comremove unneeded asserts (which may fail from imprecise...
next