platform/upstream/libSkiaSharp.git
2013-02-08 reed@google.comArgv[0] isn't the first argument to anything.
2013-02-08 junov@chromium.orgAdding comments based on review https://codereview...
2013-02-08 bsalomon@google.comCorrect default value for GR_STATIC_RECT_VB
2013-02-08 humper@google.commatch chromium's approach for locating the most appropr...
2013-02-08 bsalomon@google.comRevert 7625 until after M26 due to a mix of perf changes.
2013-02-08 robertphillips... Fix uninitialized Render Target origin issue in debugger
2013-02-08 scroggo@google.comClean up some out of order initialization warnings.
2013-02-08 junov@chromium.orgAdding option to SkTileGrid for specifying border pixels.
2013-02-08 robertphillips... Re-enabled performance checking on Windows
2013-02-08 reed@google.comOptimize building gradient cache for when we know alpha...
2013-02-08 scroggo@google.comAdd support for using ANGLE in bench_pictures.
2013-02-08 bensong@google.comRemoves redundant and wrong check.
2013-02-08 bensong@google.comFixes indentation error.
2013-02-08 bensong@google.comFixes a bug that didn't address new perfdata location.
2013-02-08 humper@google.comfix build on Macos
2013-02-08 jvanverth@google.comFix for Mac compile warnings. Temporarily removed rando...
2013-02-08 jvanverth@google.comAdd Random unit tests.
2013-02-08 scroggo@google.comAdd .swp files to gitignore.
2013-02-08 senorblanco... Add a bench for SkBicubicImageFilter.
2013-02-08 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2013-02-07 bsalomon@google.comRemove compile time option to use different types for...
2013-02-07 robertphillips... Temporarily disable new GL error checking in ~SkGLContext
2013-02-07 bsalomon@google.comRemove GR_DISABLE_DRAW_BUFFERING, replace with RTConf...
2013-02-07 robertphillips... Address google3 compiler warning
2013-02-07 robertphillips... Cleanup debugger's handling of bad input files
2013-02-07 reed@google.comonly take the vertical special-case for gradients when...
2013-02-07 bsalomon@google.comRemove GR_DUMP_TEXTURE_UPLOADS
2013-02-07 robertphillips... Only turn on one gpu timer in PictureBenchmark tool
2013-02-07 bsalomon@google.comRemove GR_AGGRESSIVE_SHADER_OPTS build option.
2013-02-07 bsalomon@google.comUse SkBits2Float in SkRandom
2013-02-07 robertphillips... Enhance GL error checking for non-Ganesh GL calls
2013-02-07 djsollen@google.comFix errors when compiling with -Wall -Werror on Android.
2013-02-07 bsalomon@google.comMore fixes for ios build.
2013-02-07 bsalomon@google.comAttempt to fix iOS build.
2013-02-07 robertphillips... Temporary patch to BenchPictures gpu timing problem
2013-02-07 bsalomon@google.comRemove legacy names no longer referenced in Chrome...
2013-02-07 caryclark@google.comshape ops work in progress
2013-02-07 senorblanco... Fix a perf regression introduced by r7594: when comput...
2013-02-07 robertphillips... Fixed warning/error in PictureRenderer.cpp
2013-02-06 scroggo@google.comIn picture rendering tools, draw the entire scaled...
2013-02-06 bsalomon@google.comFix function not predeclared warning on Mac.
2013-02-06 edisonn@google.comrver r7626, might trigger for some strange reason a...
2013-02-06 bensong@google.comFixes a bug introduced by the new per-tile bench log...
2013-02-06 bensong@google.comUpdates gen_skp_ranges.py on recent changes of bench...
2013-02-06 robertphillips... Fix for sign mismatch warning/error
2013-02-06 robertphillips... Add overdraw visualization to the debugger
2013-02-06 edisonn@google.comAdd a true Set class. Current use case is to be used...
2013-02-06 bsalomon@google.comRemove GR_STATIC_RECT_VB
2013-02-06 epoger@google.comgm self-tests: generate JSON expectations, in addition...
2013-02-06 bsalomon@google.comFix WritePixels test on ANGLE.
2013-02-06 borenet@google.comTurn --timeIndividualTiles back on in bench_pictures
2013-02-06 borenet@google.comWhitespace change to trigger builds after master restart
2013-02-06 jvanverth@google.comSet vertex layout prior to setVertexSourceToBuffer...
2013-02-06 edisonn@google.comSmall code cleaup: remove redundant if
2013-02-06 reed@google.comcheck for self-assignment in operator=
2013-02-06 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2013-02-06 mike@reedtribe.orgtweak to spacing, to trigger build
2013-02-05 edisonn@google.comIf the stack is too deep we could get Stack Overflow...
2013-02-05 robertphillips... Fix calls to setVertexSourceToBuffer
2013-02-05 bsalomon@google.comFix bench crash (calling method on NULL object).
2013-02-05 jvanverth@google.comReinstate r7546: fix unused variable warning
2013-02-05 robertphillips... Improved compartmentalization of filter tool's optimiza...
2013-02-05 jvanverth@google.comMove vertex layout from GeometrySrcState to GrDrawState.
2013-02-05 borenet@google.comFix master IP in submit_try
2013-02-05 bsalomon@google.comRevert r7595 due to housekeeper warning-as-error.
2013-02-05 bsalomon@google.comRe-enable static asserts with windows warning fix.
2013-02-05 senorblanco... Implement support for origin-TopLeft render targets...
2013-02-05 jvanverth@google.comFix for issue 1029: Debugger opens files with ^O, but...
2013-02-05 scroggo@google.comImplement support for origin-TopLeft render targets...
2013-02-05 scroggo@google.comFix some 64 bit warnings on mac.
2013-02-05 djsollen@google.comFix unbalanced Shader set/endContext calls in drawVertices
2013-02-05 reed@google.comhide the static-assert block altogether, until we can...
2013-02-05 reed@google.comfix (new annoying) warning (mac only I think)
2013-02-05 bsalomon@google.comMake windows GrGLCreateNatriveInterface not us GL.h...
2013-02-05 bsalomon@google.comActually fix angle GLPrograms test.
2013-02-05 jvanverth@google.comRestore variable to release builds.
2013-02-05 robertphillips... Reverting r7545 (render target origin change) due to...
2013-02-05 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2013-02-05 mike@reedtribe.orgremove define for SK_IGNORE_GRADIENT_DITHER_FIX to...
2013-02-04 senorblanco... Nuke SkSingleInputImageFilter. 99% of its functionalit...
2013-02-04 reed@google.comuse SkToS32 to turn a ptrdiff_t into an int (on 64bit...
2013-02-04 bsalomon@google.comUse XQuartz's version of OSMesa rather than Mac SDK...
2013-02-04 reed@google.comremove vestiges of 32BIT_GRADIENT flag, as we always...
2013-02-04 reed@google.comadd kMultiply_Mode to switch statement (fix warning)
2013-02-04 reed@google.comland https://codereview.appspot.com/7221086/ -- add...
2013-02-04 bungeman@google.comSimplify and speed up SkIntroSort.
2013-02-04 bsalomon@google.comCommit file missing from r7550
2013-02-04 bsalomon@google.comAttempt to fix GLPrograms test on ANGLE bot.
2013-02-04 reed@google.comGo from a 1x2 to a 2x2 dither cell, and change/simplify...
2013-02-04 reed@google.comextend gradient_create bench to test opaque and alpha...
2013-02-04 reed@google.comcleanup: use DEF_BENCH macro
2013-02-04 reed@google.comfix unused variable warning
2013-02-04 senorblanco... Implement support for origin-TopLeft render targets...
2013-02-04 reed@google.comadd new gms for shallow_gradient, in preparation for...
2013-02-04 bungeman@google.comChange comment to avoid warning (don't end line comment...
2013-02-04 rmistry@google.comRebaselined webpage image GMs for ['base-shuttle_ubuntu...
2013-02-04 bsalomon@google.comMake GPU unit tests use GrContexts of different GL...
2013-02-04 bungeman@google.comAdd sk_ignore_unused_variable to avoid warnings.
2013-02-04 reed@google.comadd benchmark for stroked drawRect/drawOval/drawRRect...
2013-02-04 caryclark@google.comshape ops work in progress
next