platform/upstream/libSkiaSharp.git
2012-07-16 bsalomon@google.comFix test break in r4627.
2012-07-16 bsalomon@google.comRemove GrGLProgram::CachedData, make GrGLProgram repres...
2012-07-16 keyar@chromium.orgAdded pipe as a rendering option for render_pictures.
2012-07-16 robertphillips... fix for non-Windows-specific compiler error in r4624
2012-07-16 robertphillips... Refactor SkDeque's iterator and allocation method
2012-07-16 scroggo@google.comAdd a skia method to perform an atomic add.
2012-07-16 reed@google.comland http://codereview.appspot.com/6325044/ by Lei
2012-07-16 epoger@google.comDelete 5 stale gm expected images
2012-07-16 bsalomon@google.comFix bad allocator access in r4616
2012-07-16 junov@chromium.orgAdding bracketing save/restore calls to SkPicture at...
2012-07-16 bsalomon@google.comFix fs param name in conical gradient due to r4616.
2012-07-16 bsalomon@google.comRemove uniform var pointers from custom effects
2012-07-16 scroggo@google.comRevert "Add a method to atomic add."
2012-07-16 scroggo@google.comAdd a skia method to perform an atomic add.
2012-07-16 tomhudson@google.comHaving updated the documentation of GrCustomStage to...
2012-07-13 epoger@google.comskdiff: replace --failonmismatches with repeatable...
2012-07-13 caryclark@google.comshape ops work in progress
2012-07-13 vandebo@chromium.org[PDF] Add link annotations.
2012-07-13 tomhudson@google.comStart removing calls to GrDrawState::setTexture() ...
2012-07-13 senorblanco... Mac build fix for Keyar. Unreviewed.
2012-07-13 keyar@chromium.orgUpdated make_filepath test to reflect changes in pictur...
2012-07-13 senorblanco... There were three different problems with lighting filters:
2012-07-13 reed@google.comadd baselines for new gm
2012-07-13 keyar@chromium.orgPreparations for adding options and different render...
2012-07-13 keyar@chromium.orgBenchmark tiling now better reflects how it is done...
2012-07-13 robertphillips... Fixed over-length lines in GrGLCreateDebugInterface.cpp
2012-07-13 reed@google.comdon't add circles on chopped cubics
2012-07-13 reed@google.comrebaseline after gpu change
2012-07-13 robertphillips... Added SkDevice onAttachToCanvas & onDetachFromCanvas...
2012-07-13 robertphillips... Fixed calling SkIntToScalar on a float error
2012-07-13 robertphillips... Improved clarity of complexclip GM
2012-07-13 epoger@google.comAdd SkTDArray.contains(), which is just a wrapper aroun...
2012-07-13 bsalomon@google.comFix SkMatrix.h line endings (LF) [change 4592 fixed...
2012-07-13 bsalomon@google.comFix SkMatrix line endings (LF)
2012-07-13 caryclark@google.comshape ops work in progress
2012-07-12 epoger@google.comupdate-doxygen.sh: update local copy of workspace rathe...
2012-07-12 chudy@google.comFeature, HitBox selects current command
2012-07-12 keyar@chromium.orgChanged cmsecs to msecs to be consistent with bench.
2012-07-12 caryclark@google.comshape ops work in progress
2012-07-12 vandebo@chromium.orgFix setFileOffset type to remove warnings.
2012-07-12 borenet@google.comDisable WritePixelsTest on Android
2012-07-12 caryclark@google.comshape ops work in progress
2012-07-12 keyar@chromium.orgAdded a benchmark for measuring picture unflattening...
2012-07-12 epoger@google.comrename NO_ERROR to kNoError, because Windows defines...
2012-07-12 epoger@google.comskdiff: add --failonmismatches and --listfilename optio...
2012-07-12 junov@chromium.orgCleanup restore offsets at end of SkPicture recording
2012-07-12 tomhudson@google.comIntroduces new SingleTextureEffect base class for GrCus...
2012-07-12 bsalomon@google.comRefactor how precision is handled with GrGLShaderVar
2012-07-12 reed@google.comrebaseline macpro for convexpaths (test was changed)
2012-07-12 chudy@google.comAdded annotation for gm's -wp flag
2012-07-12 reed@google.comcheck a hashtable before using a bsearch
2012-07-12 junov@chromium.orgFixing bad assertion test that was trippin-up debug...
2012-07-12 senorblanco... Fix the lighting filters unit test and re-enable it.
2012-07-12 chudy@google.comBug Fix: Delete redraws correctly when redraw command...
2012-07-12 chudy@google.comSkHitBox added.
2012-07-12 chudy@google.comSeperated Space for displaying breakpoint and deletion...
2012-07-12 junov@chromium.orgFixing type mask computation in SkMatrix to make it...
2012-07-12 robertphillips... Altered complexclip GM to test out saveLayer w/ a bound...
2012-07-12 caryclark@google.comshape ops work in progress
2012-07-12 senorblanco... The correct fix for the lighting filters on Windows...
2012-07-11 robertphillips... Added GrContext::AutoClipStack to encapsulate setting...
2012-07-11 senorblanco... Fix lighting filters on Windows, and re-enable the...
2012-07-11 reed@google.comidea: add annotation to SkPaint
2012-07-11 bsalomon@google.comFix linux warnings
2012-07-11 bsalomon@google.comFix dumb copy/paste bug that breaks GLProgramTest on...
2012-07-11 reed@google.comadd default: to switch statement, to avoid warning...
2012-07-11 reed@google.comremove debugging printfs
2012-07-11 robertphillips... Minor refactoring to make GrAutoMatrix a nested sub...
2012-07-11 reed@google.comadd flatten/unflatten to SkDataSet
2012-07-11 senorblanco... Disable GPU path for lighting filters, due to Windows...
2012-07-11 robertphillips... Fixed merge error in r4545
2012-07-11 robertphillips... Forced GrClip to always have conservative bounds
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
next