platform/upstream/libSkiaSharp.git
2011-04-12 reed@google.comreturn Coeff for kPlus_Mode and kMultiply_Mode
2011-04-12 reed@google.comexpand SkLayerDrawLooper to allow for an xfermode when...
2011-04-12 bsalomon@google.comFix missing assignment of fContext in new SkGpuDevice...
2011-04-12 bsalomon@google.comrename XHelper members to onX
2011-04-12 bsalomon@google.comUse has_gl_extension_from_string in GrGLDefaultInterfac...
2011-04-11 vandebo@chromium.orgGeneralize the flip origin argument to the PDF device...
2011-04-11 bsalomon@google.comUse min of max_texture and max_renderbuffer size when...
2011-04-11 reed@google.comadd testing defines to test different blitters for...
2011-04-11 reed@google.commark viewport APIs as deprecated
2011-04-11 bsalomon@google.comReview URL: http://codereview.appspot.com/4360049/
2011-04-11 reed@google.comcode style
2011-04-11 bsalomon@google.comAdd APIs and plumbing for external rendertaret-textures...
2011-04-11 senorblanco... This patch provides the include file common.gypi (cargo...
2011-04-11 reed@google.comadd initial baselines for pathfill on linux
2011-04-11 reed@google.comadd
2011-04-11 reed@google.comadd pathfill gm sample
2011-04-11 reed@google.comadd benchmark for path filling
2011-04-11 reed@google.comcode style
2011-04-10 mike@reedtribe.orgcode style
2011-04-10 mike@reedtribe.orgbalance sk_malloc with sk_free (instead of delete[...
2011-04-10 mike@reedtribe.orgadd init() to SkTLazy to create a default instance
2011-04-09 mike@reedtribe.orgcoding style
2011-04-09 mike@reedtribe.orgcoding style
2011-04-09 mike@reedtribe.orgcoding style updates
2011-04-09 mike@reedtribe.orgupdate coding style - no logic change
2011-04-09 mike@reedtribe.orgfast return if no part of the paint gets replaced
2011-04-08 bsalomon@google.comAlways bind packed depth stencil formats to both attacm...
2011-04-08 reed@google.comadd CR at end
2011-04-08 bsalomon@google.comfix use of smooth lines
2011-04-08 reed@google.comunbias fy in the gpu glyphproc, since skia has pre...
2011-04-08 mike@reedtribe.orgadd optional bitflags to control which aspect of each...
2011-04-08 vandebo@chromium.org[PDF] Fix node count in page tree.
2011-04-08 mike@reedtribe.orgfix infinite loop (doh)
2011-04-08 mike@reedtribe.orgfix drawfilter to match new api
2011-04-08 mike@reedtribe.orgfix infinite loop if we have a drawfilter but no drawlooper
2011-04-07 ScroggoFix a typo in my prior commit.
2011-04-07 ScroggoBorg
2011-04-07 twiz@google.comDuring ganesh tear-down, it may be the case that the...
2011-04-07 reed@google.comrebaseline strokerects with new rounded math for hairlines
2011-04-07 reed@google.comSimplify drawloopers and drawfilters. This allows the...
2011-04-07 reed@google.comupdate to reflect new rounding in antihairlines
2011-04-07 reed@google.comround the alphamul so we don't overflow a byte
2011-04-06 reed@google.comuse new template class SkTLazy for deferred paint initi...
2011-04-06 bsalomon@google.comFix Two Pt Radial when circles are concentric.
2011-04-06 vandebo@chromium.orgRemove transitionary version of getAdvancedTypefaceMetr...
2011-04-06 bsalomon@google.comAdd isMultisampled() to GrRenderTarget. Cleanup MSAA...
2011-04-06 reed@google.comadd strokerects baseline images
2011-04-06 reed@google.comre-re-enable antialiased rects for gpu
2011-04-06 reed@google.comeeek, revert last CL until I fix texture matrix
2011-04-06 reed@google.comenable antialiased rects
2011-04-06 mike@reedtribe.orgsupport BW text on GPU
2011-04-05 bsalomon@google.comFix dangling ptr when GrRenderTarget outlives its GrTex...
2011-04-05 reed@google.comcheck-point (disabled) for antialiased rects
2011-04-05 vandebo@chromium.orgMake SkFlate buffers statically sized (fixes Windows...
2011-04-05 reed@google.comadd rect.inset(dx, dy)
2011-04-05 bsalomon@google.comAdd GrTexture.cpp to legacy project files
2011-04-05 bsalomon@google.comAdds read pixels to GrTexture and GrRenderTarget
2011-04-05 reed@google.comexport SkDraw::ComputeRectType() and share that with...
2011-04-05 reed@google.comadd toggle keys:
2011-04-05 reed@google.comsupport BW text
2011-04-05 reed@google.comhandle scale < 0 for stroke-rects
2011-04-04 reed@google.comalways flush accumulated draws before we purge the...
2011-04-04 vandebo@chromium.org[PDF] Make the NOT_IMPLEMENTED macro not print anything...
2011-04-04 reed@google.comreenable fast stroked rects, now that we correctly...
2011-04-04 bsalomon@google.comexport GrDefaultPathRenderer/GrPathRenderer
2011-04-04 reed@google.comtemporarily disable fast stroking, until we handle...
2011-04-04 reed@google.commove trimStorage to outer scope, so its memory is still...
2011-04-04 bsalomon@google.comRemove dependence on platform GL headers. Remove code...
2011-04-04 reed@google.comrebaseline antialiased stroked rects with faster code...
2011-04-04 reed@google.comadd #ifdef SK_DISABLE_FAST_AA_STROKE_RECT to disable...
2011-04-04 mike@reedtribe.orgfaster stroke rects
2011-04-04 reed@google.comadd baseline images for strokerects
2011-04-04 reed@google.comadd strokerects to gm
2011-04-04 scroggoRemove SkMetaData from makefile.
2011-04-02 mike@reedtribe.orgadd 2 stroke tests to rects
2011-04-01 reed@google.comadd pixelref->readPixels()
2011-04-01 bsalomon@google.comFix crash when codec not found for SampleDecode
2011-04-01 vandebo@chromium.orgMove where compression enable/disable is done to make...
2011-04-01 bsalomon@google.comfix mac build of gr unit test
2011-04-01 reed@google.comadd () to fix warning
2011-03-31 ctguil@chromium.orgAdd src/core include for pdf project.
2011-03-31 junov@google.comRefactoring the GrGpuGLShaders2 into 2 classes: GrGpuGL...
2011-03-30 reed@google.comadd code to test different premul techniques (disabled...
2011-03-30 bsalomon@google.comAdd pdf to skia.gyp and checkin a snap of GYP.
2011-03-30 bsalomon@google.comFix signed/unsigned warnings in debug build in flushSte...
2011-03-30 bsalomon@google.comAdd GrResource.cpp to gr_files.mk
2011-03-30 bsalomon@google.comAdd GrResource base class for ibs, texs, vbs, etc.
2011-03-30 reed@google.comreplace SkRefDict with SkMetaData (much more general)
2011-03-30 ctguil@chromium.orgPrepend SkAdvancedTypefaceMetrics on enum usage.
2011-03-30 ctguil@chromium.orgAdditional SK_API annotations needed for print preview...
2011-03-30 reed@google.comadd SkMetaData
2011-03-30 vandebo@chromium.orgImprove the SkAdvancedTypefaceMetrics interface w.r...
2011-03-30 reed@google.comadd refcnt helper to metadata
2011-03-30 reed@google.commove SkMetaData into core
2011-03-30 reed@google.comadd new file GrPathUtils.cpp
2011-03-30 reed@google.comadd getTopLayer(), so clients don't have to use a Layer...
2011-03-29 bsalomon@google.comFix ref leak on GrGpu.
2011-03-29 senorblanco... Two optimizations for the tesselated path renderer:
2011-03-28 senorblanco... This CL implements a tesselated path renderer, using...
2011-03-28 vandebo@chromium.orgStore content streams in an SkStream instead of an...
next