platform/upstream/libSkiaSharp.git
2011-07-13 reed@google.comadd more scalerrec filtering, in prep for handling...
2011-07-13 reed@google.comsend output to printf as well, for commandlines
2011-07-13 reed@google.comadd more angles, and test lineartext
2011-07-12 ctguil@chromium.orgModified to add support to print in the margins of...
2011-07-12 senorblanco... GPU-based blur cleanup. Clean up some issues raised...
2011-07-12 tomhudson@google.comRemove a few old uses of SK_RESTRICT on references.
2011-07-12 senorblanco... Fix windows build (unreviewed).
2011-07-12 senorblanco... Implement blur types for GPU-based Gaussian blur.
2011-07-11 epoger@google.com"make" script to enable command-line build on Windows
2011-07-11 reed@google.compass correct value for black
2011-07-11 reed@google.comlimit clip to fixed-point range, so our edges don't...
2011-07-09 mike@reedtribe.orgadd new baselines
2011-07-09 mike@reedtribe.orgrebaseline
2011-07-08 reed@google.comadd sample for 2ptradial where we divide by zero
2011-07-08 reed@google.combe sure to allocate space for kDone_DrawOp before we...
2011-07-08 senorblanco... GPU-based Gaussian blur.
2011-07-08 tomhudson@google.comReplace vsnprintf with vsnprintf_s; add code to reprodu...
2011-07-08 bsalomon@google.comModulate color shader's alpha with paint alpha when...
2011-07-08 bsalomon@google.comAdd gm baselines for windows
2011-07-08 bsalomon@google.comlittle bit of gyp cleanup (fixes windows build of sktim...
2011-07-08 tomhudson@google.comReplace reference parameter with pointer so that we...
2011-07-07 reed@google.comremove dead code
2011-07-07 yangsu@google.comChanged Bundler identifier to com.google in iOSSampleApp
2011-07-07 yangsu@google.comFixed iOSSampleApp dependencies
2011-07-07 yangsu@google.comDeleted the #endif that's caused the compiler erro
2011-07-07 yangsu@google.comUpdated iOSSampleApp and related files.
2011-07-07 reed@google.comre-enable SSE2 blitmask procs, only excluding if we...
2011-07-07 reed@google.comupdate macbook baselines
2011-07-07 bsalomon@google.comFix div by zero in GPU degenerate radials (and add...
2011-07-07 reed@google.comadd asABlur() to maskfilters, so devices like gpu and...
2011-07-07 reed@google.comAllow texture-backed bitmaps to perform a read-back...
2011-07-07 mike@reedtribe.orgbe sure to call setupPaint, so we can respect the comma...
2011-07-07 mike@reedtribe.orgBe sure to call context->flush() before we swapbuffers...
2011-07-06 vandebo@chromium.org[PDF] Add a concept of a substitute object to the SkPDF...
2011-07-06 bsalomon@google.commake sure size change posts at sample app startup.
2011-07-06 reed@google.comColorShaders report no bitmaps, but only a color_gradie...
2011-07-06 reed@google.comadd option to test 1x1 bitmapshader
2011-07-06 reed@google.comremove SkDeviceFactory from the collective consciousnes...
2011-07-06 bsalomon@google.comRemove nested scope resolutions in GrGpuGLShaders and...
2011-07-06 reed@google.commake the mac window resizeable again
2011-07-06 reed@google.comadd debugging code for degenerate gradients (to be...
2011-07-06 reed@google.comnotice if the bitmap failed to load
2011-07-06 reed@google.comfix typo:
2011-07-06 reed@google.comalways use grcontext to get the bits to the screen
2011-07-06 bsalomon@google.comReduce gets of ext string and check validity of stencil...
2011-07-06 bsalomon@google.comIndexed drawing for paths with multiple contours
2011-07-06 reed@google.comrevert prev hack around make3DReady
2011-07-06 reed@google.comforce grcontext to be created at startup
2011-07-06 reed@google.comfix return value for make_bitmap
2011-07-06 reed@google.comcheck-point for testing drawBitmap [raster,gpu] ->...
2011-07-05 reed@google.comsuppress printfs
2011-07-05 reed@google.comadd SK_API to SkMatrix44
2011-07-05 reed@google.comsuppress printfs
2011-07-05 reed@google.comadd SkEmptyShader, and return it from CreateBitmapShade...
2011-07-05 reed@google.comdefer allocating blitter until we know we need it ...
2011-07-05 reed@google.comdon't call setContext on shader (not necessary), since...
2011-07-05 reed@google.comensure that our bitmap is built with opaque cachedalpha
2011-07-02 vandebo@chromium.orgA bit set class. Will be used for font subsetting.
2011-07-01 bsalomon@google.comOffset bounds in GrDefaultPathRenderer by fTranslate.
2011-07-01 epoger@google.comReverting r1775 at Mike and Brian's request
2011-07-01 epoger@google.comMerge ... SkiOSSampleApp into SampleApp, still a work...
2011-07-01 bsalomon@google.comexport SkAutoSTMalloc (for multi-dll chrome build)
2011-07-01 tomhudson@google.comRemove compile warning by removing unnecessary output.
2011-07-01 epoger@google.comCreate new 'skia_os' variable to replace use of 'OS...
2011-07-01 epoger@google.comcombine target_defaults.gypi into common.gypi
2011-07-01 tomhudson@google.comReworks r1770 so that users who have replaced SkUserCon...
2011-07-01 bsalomon@google.comDon't send NULL buffer data hint in chrome
2011-07-01 bsalomon@google.comTesselate path once for tiled offscreen AA
2011-07-01 reed@google.comfix chrome build, check OSX version before referencing...
2011-06-30 junov@google.comFixing several issues with rendering blurred bitmaps...
2011-06-30 bsalomon@google.comRemove GrAuto*Malloc, replace with SkAuto*Malloc
2011-06-30 reed@google.comfix asserts in new premul inline function
2011-06-30 reed@google.commake inline version of premultiply, to speed up gradien...
2011-06-30 epoger@google.comRevert r1768
2011-06-30 tomhudson@google.comEnable WebKit/Chromium style logging for Skia.
2011-06-30 junov@google.comAdding the notion of a volatile bitmap to SkBitmap.
2011-06-30 epoger@google.comRoll gyp version from 907 to 936
2011-06-30 tomhudson@google.comFix bug where equality was used instead of assignment.
2011-06-30 tomhudson@google.comSkStringPrintf helper fucntion + a new unit test for it.
2011-06-29 epoger@google.comFix LCD text filtering
2011-06-29 epoger@google.comFix build for old versions of freetype without FT_Libra...
2011-06-29 reed@google.comDon't use the CreateWithData variant: not needed, and...
2011-06-29 bsalomon@google.comChange true and false to 1 and 0 in macros that are...
2011-06-29 bsalomon@google.comFix valgrind reported issue, uninit mem in AutoReleaseG...
2011-06-29 reed@google.comextract a new factory when we get a new device
2011-06-29 reed@google.comadd rebaselined version, now that we force font smoothing
2011-06-29 reed@google.comupdate now that we force font smoothing for the tests
2011-06-29 reed@google.comexplicitly enable font smoothing, in case your mac...
2011-06-29 epoger@google.comremove last vestiges of intentional break
2011-06-29 epoger@google.comfix intentional break
2011-06-29 epoger@google.comanother intentional break
2011-06-29 epoger@google.comfix intentional break
2011-06-29 epoger@google.comintentional error to exercise buildbot emails
2011-06-29 reed@google.comoops, these are the "correct" initial pdf baselines
2011-06-29 reed@google.comadd initial pdf gm images. These have not be manually...
2011-06-29 reed@google.comcreate bitmaps from pdf output for comparison purposes...
2011-06-28 reed@google.comfix bitmapinfo
2011-06-28 reed@google.comadd mac utility to turn a pdf into a bitmap
2011-06-28 senorblanco... Parse SampleApp command line for a test name. If an...
2011-06-28 epoger@google.comAdd base-linux and base-linux-fixed images for lcdtext...
next