platform/upstream/libSkiaSharp.git
2012-07-11 bsalomon@google.comMake GrGLShaderBuilder produce the shader strings
2012-07-11 caryclark@google.comshape ops work in progress
2012-07-11 reed@google.comadd SkDataSet class, so SkAnnotation can be more immuta...
2012-07-11 senorblanco... Disable lighting filter unit test temporarily; unreviewed.
2012-07-11 senorblanco... Mac GLSL fixes; unreviewed.
2012-07-11 senorblanco... More build fixes; unreviewed.
2012-07-11 senorblanco... Mac build fix; unreviewed.
2012-07-11 senorblanco... This patch implements the diffuse and specular lighting...
2012-07-11 bsalomon@google.comVariableVisibility -> ShaderType
2012-07-11 bsalomon@google.comFix assumption that enabled stage implies texture is...
2012-07-11 tomhudson@google.comChange TextContext handling of stages and draw targets...
2012-07-11 epoger@google.comwhitespace change to trigger Skia buildbots after maste...
2012-07-11 bsalomon@google.comRevert SkNO_RETURN_HINT fix in favor of a simpler fix
2012-07-11 bsalomon@google.comFix SkNO_RETURN_HINT warnings on mac/clang
2012-07-11 bsalomon@google.comCommit baselines for convexpaths GM.
2012-07-11 mike@reedtribe.orgadd SkPath::contains(x, y)
2012-07-10 bsalomon@google.comRebaseline due to r4518.
2012-07-10 bungeman@google.comMove animated view headers to correct directory.
2012-07-10 rileya@google.comReplace all instances of 'clear' with 'pop's in conical...
2012-07-10 rileya@google.comAdded pdf implementation of conical gradient.
2012-07-10 keyar@chromium.orgEach benchmark that needs a bitmap will now make its...
2012-07-10 bsalomon@google.comPreserve convex control point polygon in cubic->quadrat...
2012-07-10 reed@google.comChange SkFlatData to have a sentinel value, allowing...
2012-07-10 keyar@chromium.orgbench_pictures can now take percentages for tiling...
2012-07-10 bsalomon@google.comHandle convex paths with degeneracies in cheap directio...
2012-07-10 bsalomon@google.comRemove GrStringBuilder
2012-07-10 robertphillips... r4511 with handling for the Mac-specific CAN_IMAGE_PDF...
2012-07-10 robertphillips... Fix to get r4511 compiling in Debug
2012-07-10 robertphillips... Fixed Windows compiler complaints
2012-07-10 tomhudson@google.comMore carefully disable stages in Ganesh to avoid textur...
2012-07-10 bsalomon@google.comDon't call glTexSubImage2D w/ indexed texture format...
2012-07-10 bungeman@google.comFix variants in bench graphs.
2012-07-10 keyar@chromium.orgbench_pictures will now output the number of tiles...
2012-07-10 bsalomon@google.comRemove redundant vlayout masks and wasted vlayout bits
2012-07-10 chudy@google.comBug Fix: Pause drawing execution feature works due...
2012-07-10 chudy@google.comBug Fix: Current command mask now dynamically changes...
2012-07-10 reed@google.combug fix: take the fAllocSize into account when we perfo...
2012-07-10 chudy@google.comMade everything in SkDebuggerGUI live on the stack
2012-07-10 reed@google.comchange unique_paint_dictionary to change the paint...
2012-07-09 rileya@google.comAdded GM baseline images for new gradient tests.
2012-07-09 keyar@chromium.orgskdiff now has the option to not print out the director...
2012-07-09 junov@chromium.orgAdding sanity checks on restore offsets in SkPicturePla...
2012-07-09 rmistry@google.com* Adding arguments to specify the working directory...
2012-07-09 chudy@google.comAdded stubs for zoom info panel.
2012-07-09 tomhudson@google.comAdd placement new macros to SkPostConfig, call SkNEW...
2012-07-09 keyar@chromium.orgTiles that extend beyond the picture are now clipped.
2012-07-09 keyar@chromium.orgAdded a sgpipe benchmark.
2012-07-09 tomhudson@google.comFix misnamed function in explanatory comment.
2012-07-09 keyar@chromium.orgAllow specific files and multiple inputs for picture...
2012-07-09 keyar@chromium.orgAllow specific files and multiple inputs for picture...
2012-07-09 senorblanco... Add an SK_PRINTF_LIKE macro, which declares a function...
2012-07-09 tomhudson@google.comFix definition of isEqual() for two gradient effect...
2012-07-09 bungeman@google.comFix SkBlendLCD16_SSE2 for non ARGB platforms.
2012-07-09 reed@google.comrestore 4478 w/ fixed assert (no long need 8-byte align...
2012-07-09 reed@google.comrevert 4478
2012-07-09 reed@google.comswitch callers to SkChecksum::Compute (no 32/64 preference)
2012-07-09 reed@google.comremove until PDF understands conical gradients.
2012-07-09 reed@google.comadd image to macpro
2012-07-09 reed@google.comnew and updated images for gradients on MacPro
2012-07-09 robertphillips... Left over cleanup from r4416 (fix for lingering AA...
2012-07-09 scroggo@google.comIn SkGPipe, set a limit on the amount of flattenables...
2012-07-09 junov@chromium.orgRefactoring code in SkPictureRecord that touches fResto...
2012-07-09 rileya@google.comDelete pdf gradient image.
2012-07-09 rileya@google.comRebaseline gradients.
2012-07-09 rileya@google.comAdded conical gradient to gm gradients test, and added...
2012-07-09 bsalomon@google.comFix bug in calling NV DeletePaths
2012-07-09 senorblanco... Minor cleanup in lighting image filters: Made the...
2012-07-09 borenet@google.comAdd gm baseline images for Xoom.
2012-07-09 reed@google.comfix 64bit warnings (use: GYP_DEFINES=skia_arch_width...
2012-07-09 reed@google.comdefine SK_CPU_SSE_LEVEL to a min of SSE2 if we're on...
2012-07-09 mike@reedtribe.orgadd test for SkChecksum
2012-07-07 mike@reedtribe.orgHitTest: 10% speedup by adding quick-reject/accept...
2012-07-07 mike@reedtribe.orgadd support for cubics to SkHitTestPathEx
2012-07-03 chudy@google.comAdds missing function
2012-07-03 caryclark@google.comshape ops work in progress
2012-07-03 reed@google.comadd SkChecksum as a static class, for the replacement API
2012-07-03 robertphillips... Rolling back r4034 (Proposed plumbing to propagate...
2012-07-03 rileya@google.comReworked gradient shader to no longer explicitly set...
2012-07-03 chudy@google.comAdds functionality to the matrix and clip widget.
2012-07-03 borenet@google.comRemove unnecessary lines after Android gyp fix
2012-07-03 scroggo@google.comEnsure that SkDeferredCanvas::onCreateCompatibleDevice...
2012-07-03 bsalomon@google.comMake SkTSearch variants with compare func as template...
2012-07-03 scroggo@google.comAnother fix for drawing bitmaps through an SkGPipe...
2012-07-03 caryclark@google.comshape ops work in progress
2012-07-03 rileya@google.comTemporary checkin to debug Linux bot issue.
2012-07-03 rileya@google.comChanged '0.5f' to '0.5' in conical gradient shader...
2012-07-03 reed@google.comadd scaling factor for subclasses, to normalize running...
2012-07-03 rileya@google.comAdded GPU implementation of 2-point conical gradient.
2012-07-03 reed@google.comfix SkFixed build
2012-07-03 reed@google.comnormalize names for SSE levels
2012-07-03 rmistry@google.comPointing to skia-autogen.googlecode.com/svn/docs/html...
2012-07-03 mike@reedtribe.orgadd gm for hittesting paths
2012-07-03 mike@reedtribe.orgexperimental hittest for paths (incomplete)
2012-07-02 bensong@google.comgit-svn-id: skia.googlecode.com/svn/trunk@4436 2bbb7eff...
2012-07-02 bensong@google.comgit-svn-id: skia.googlecode.com/svn/trunk@4433 2bbb7eff...
2012-07-02 caryclark@google.comupdate shapeops_edge gyp
2012-07-02 reed@google.comupdate test for new NewFromCString behavior
2012-07-02 reed@google.comchange NewWithCString to allocate room for the terminat...
2012-07-02 caryclark@google.comshape ops work in progress
2012-07-02 reed@google.comfix type
next