platform/upstream/libSkiaSharp.git
2012-02-10 reed@google.comenable color-luminance in font cache (disabled by default)
2012-02-10 bsalomon@google.comAdd copyright and #ifndef / #define
2012-02-10 tomhudson@google.comAdd two files missed in r3165; most critically the...
2012-02-10 tomhudson@google.comMove GL-specific source code to make room for D3D back...
2012-02-10 epoger@google.comFix CFBundleIdentifier of SampleApp
2012-02-10 bsalomon@google.comFix dumb error of starting loop with 0 instead of 1...
2012-02-10 bsalomon@google.comAdd GrGLContextInfo
2012-02-10 bsalomon@google.comPull GLSL helpers out of GrGLProgram.cpp
2012-02-09 thakis@chromium.orgMark SkColorFilter and SkCreateCGImageRefWithColorspace...
2012-02-09 caryclark@google.comwork in progress
2012-02-09 senorblanco... Add SK_API to SkPixelRef and TextureCacheEntry.
2012-02-09 bsalomon@google.comMake SkGLContext's FBO creation more robust (allows...
2012-02-09 bsalomon@google.comTurn on read pixels test for raster backend
2012-02-08 senorblanco... Export the texture pixelref classes via SK_API. This...
2012-02-08 vandebo@chromium.orgAdd SK_API to SkTableColorFilter
2012-02-07 caryclark@google.comwork in progress
2012-02-07 bungeman@google.comAdd more TT table definitions and create fake enum...
2012-02-07 reed@google.comstore luminance in a new field
2012-02-07 bungeman@google.comMove SkBase64 to utils, allow user defined encoding.
2012-02-07 junov@chromium.orgFixing backing store access in SkDeferredCanvas.
2012-02-07 bsalomon@google.comReland 3144 with assertion fix.
2012-02-07 bsalomon@google.comrevert 3144
2012-02-07 bsalomon@google.comAllow chrome to limit the number of FBO status checks
2012-02-06 reed@google.comuse macro SkFixedRoundToInt where necessary
2012-02-03 caryclark@google.comsave work in progress
2012-02-03 junov@chromium.orgRemoving some dead code in SkDeferredCanvas
2012-02-03 epoger@google.comImprove default behavior of compare-baselines script.
2012-02-02 epoger@google.comMake skdiff always generate white diffs alongside actua...
2012-02-02 epoger@google.comDisable optimization of certain bit-shift operations...
2012-02-02 reed@google.comadd baselines for macpro
2012-02-02 reed@google.comrearrange functions to group clamp, repeat, mirror...
2012-02-02 reed@google.comadd baselines
2012-02-02 reed@google.comadd baselines
2012-02-02 reed@google.comrebaseline following rev. 3126 "dithering 32bit radial...
2012-02-02 bungeman@google.comOpen type table definitions.
2012-02-02 epoger@google.comDelete download-baselines-old script, we don't need...
2012-02-02 tomhudson@google.comUpdate new baselines for dithered radial gradients...
2012-02-02 epoger@google.comCreate compare-baselines tool to compare locally genera...
2012-02-02 bsalomon@google.comDon't change convexity status of a path after a moveTo
2012-02-02 tomhudson@google.comAdd dithering to 32b radial gradients. Behind the same...
2012-01-31 bsalomon@google.com[GPU]: Handle degenerate quads when computing UV matrix...
2012-01-31 bsalomon@google.comWhen adding a convex shape to a path, mark path as...
2012-01-31 twiz@google.comExpose '--notexturecache' command line argument to gm.
2012-01-31 epoger@google.comRoll out r3117 to alleviate code.google.com/p/skia...
2012-01-31 reed@google.comadd additional tests for path direction with multiple...
2012-01-31 reed@google.comrebaseline after new convexpath code in gpu
2012-01-31 reed@google.comfall through to cross-product if the y-max-baseline...
2012-01-31 bsalomon@google.comFix degenerate test in convex path renderer
2012-01-31 digit@google.comRemove one static initializer in src/gpu/GrGpu.cpp
2012-01-31 reed@google.comhandle multiple points all at the y-max when computing...
2012-01-31 epoger@google.comMake SkImageEncoder_CG report more failures to its...
2012-01-31 reed@google.comincrease height to include entire circle for large...
2012-01-31 digit@google.comFix Android build
2012-01-31 bsalomon@google.comAdd code path for Gr client to resolve an Gr-created...
2012-01-30 bsalomon@google.comRebaseline GMs changed by convex path renderer.
2012-01-30 reed@google.comuse contour with global ymax to determine direction
2012-01-30 bsalomon@google.comEnable convex path renderer.
2012-01-30 tomhudson@google.comAdd missing SkFloatToScalar() calls to fix the build.
2012-01-30 tomhudson@google.comNew radial gradient GM to observe banding and dithering...
2012-01-30 bsalomon@google.comRemove GrAALevel enum, use explicit sample count
2012-01-30 reed@google.comadd bandage to pin out-of-range values when converting...
2012-01-30 reed@google.cominject a 32767 bounded cliprect before using SuperSampl...
2012-01-30 reed@google.comextend fastbounds impls to include maskfilters and...
2012-01-30 junov@chromium.orgAdding a flush method to SkCanvas
2012-01-30 bsalomon@google.comReland r3078 (original failures that led to revert...
2012-01-30 bsalomon@google.comfix compilation errors when VISUALIZE_COMPLEX_CLIP...
2012-01-30 bsalomon@google.comcode cleanup for single_pass_path() and remove enum...
2012-01-28 vandebo@chromium.orgFormatting cleanup: remove extra whitespace
2012-01-27 twiz@google.comExpose functionality to purge the GPU texture cache...
2012-01-27 caryclark@google.comadd formatting to suppress compiler warning
2012-01-27 bsalomon@google.comRip out GrPlatformSurface (has been deprecated for...
2012-01-26 digit@google.composix: Avoid static initializers in static/global mutexes
2012-01-26 bsalomon@google.comChange background color and add paths to convexpaths gm
2012-01-26 reed@google.comneed to include SkColorFilter.h since we reference...
2012-01-25 reed@google.comMake SkRegion::operator== a member function, rather...
2012-01-25 caryclark@google.comIntersection work in progress
2012-01-25 caryclark@google.comfix vertical bold text on mac
2012-01-25 reed@google.comdisable SPEW_PURGE_STATUS
2012-01-24 epoger@google.comwhitespace change to trigger Skia buildbot
2012-01-24 bsalomon@google.comPrefer a texture pixel ref to a render target pixel...
2012-01-24 bsalomon@google.comWhitespace commit to check if lion / win bots are hosed.
2012-01-21 bsalomon@google.comrevert 3078
2012-01-21 bsalomon@google.comfix interior issues in convex path renderer
2012-01-20 tomhudson@google.comTemporarily allow linear interpolation of 2-color verti...
2012-01-19 senorblanco... Fix a warning in libtess in Release builds; define...
2012-01-19 bsalomon@google.comAdd flag to disable gl error checking when allocating...
2012-01-19 schenney@chromium.orgCleanup of SkPath code to remove SK_OLD_EMPTY_PATH_BEHA...
2012-01-19 reed@google.comrebaseline with fix to drawAsAHairline
2012-01-18 tomhudson@google.comInterpolate vertical linear gradients for improved...
2012-01-18 bsalomon@google.comRebaseline hairmodes GM at r3070
2012-01-18 bsalomon@google.comPull xfer mode test out of generic draw-as-hairline...
2012-01-18 epoger@google.comFix mimetypes for all checked-in GM baselines (no image...
2012-01-18 epoger@google.comStop writing out XPS baselines until we resolve skia...
2012-01-18 bsalomon@google.comTurn clipping back on in OSAA pass 1. Skip default...
2012-01-18 epoger@google.comRemove apparent SkIntToScalar(SkScalar) call in SkScale...
2012-01-18 junov@google.comUpdating gm's usage message
2012-01-18 schenney@chromium.orgSomehow this change was missing from the previous commit.
2012-01-18 schenney@chromium.orgFixing the behavior of SkPathMeasure to reflect changes...
2012-01-18 reed@google.comadd GenA8FromLCD as a hack to force GDI to create the...
2012-01-18 epoger@google.comLanding change from codereview.appspot.com/5540063/
next