- 24d10cb tweak to comments, ws change to trigger bots by reed@google.com · 12 years ago
- 7312a18 Remove a workaround in gm/xfermodes.cpp by scroggo@google.com · 12 years ago
- ade3266 Add missing params to renderer->resetState(). by jvanverth@google.com · 12 years ago
- 94f20dc Fixing crash in cloning empty SkPicture object by junov@chromium.org · 12 years ago
- 68f670f Fix assert by robertphillips@google.com · 12 years ago
- 7584719 fix build Review URL: https://codereview.appspot.com/7229052 by reed@google.com · 12 years ago
- b941bb3 REBASELINE: enable setline fix for scan converter, with SK_IGNORE_SETLINE_FIX build guard. by reed@google.com · 12 years ago
- 08085f8 Change the method for timing individual tiles in bench_pictures. by scroggo@google.com · 12 years ago
- cc78238 Move vertex layout definitions from GrDrawTarget to GrDrawState. by jvanverth@google.com · 12 years ago
- 4991b8f Added toString to SkDrawLooper-derived classes by robertphillips@google.com · 12 years ago
- 85ec74c shape ops work in progress by caryclark@google.com · 12 years ago
- e219baf Add data() to all QString::toASCII Qt calls to help out Linux compiler by robertphillips@google.com · 12 years ago
- ff6e6ba Add command line options to debugger by robertphillips@google.com · 12 years ago
- b6399a7 add (disabled) test for big dashing by reed@google.com · 12 years ago
- 22943cd Fix debug build. Unreviewed. by senorblanco@chromium.org · 12 years ago
- cabe00e Fix build break after r7411 when GR_STATIC_RECT_VB is enabled. by bsalomon@google.com · 12 years ago
- ef5dbe1 Add an origin flag for backend (external) textures. Some textures in WebKit have a topdown orientation, and skia needs to be notified of this, so that they are not drawn upside-down. by senorblanco@chromium.org · 12 years ago
- 02ddc8b Make a bunch of virtuals in GrDrawTarget and GrGpu private. Subclasses shouldn't call them directly. by bsalomon@google.com · 12 years ago
- 9e040ae Remove unnecessary ptr derefs int r7411 (deref result is not used). by bsalomon@google.com · 12 years ago
- adc6536 Remove getter of writable GrEffectStage from GrDrawState. by bsalomon@google.com · 12 years ago
- 093455c add missing parameter to overridden onFindClickHandler by mike@reedtribe.org · 12 years ago
- 27b6899 Rebaselined webpage image GMs for ['base-shuttle_ubuntu12_ati5770'] on Google Storage. by rmistry@google.com · 12 years ago
- 42b8870 Rebaselined webpage image GMs for ['base-shuttle_ubuntu12_ati5770'] on Google Storage. by rmistry@google.com · 12 years ago
- cc08c41 Rebaselined webpage image GMs for ['base-shuttle-win7-intel-float'] on Google Storage. by rmistry@google.com · 12 years ago
- e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 4899712 Test for (SkipBuildbotRuns) II by rmistry@google.com · 12 years ago
- 37eccd7 Test for (SkipBuildbotRuns) by rmistry@google.com · 12 years ago
- a5d621f Manually parse arguments in submit_try by borenet@google.com · 12 years ago
- ae6cb73 Whitespace change to test (SkipBuildbotRuns) by rmistry@google.com · 12 years ago
- 4e1cc6a [PDF] Handle invalid glyph IDs on drawText methods. by vandebo@chromium.org · 12 years ago
- 6d5d08f Fix nextRangeU(0, MAX_UINT) div by zero. by bsalomon@google.com · 12 years ago
- 713276b Presubmit should check that source files end in atleast one newline by rmistry@google.com · 12 years ago
- 647ca8b Leave one and only one newline at the end of source files by rmistry@google.com · 12 years ago
- bbec4e6 Avoid O(n) stack space usage in qsort. by bungeman@google.com · 12 years ago
- a53dcce reduce array size in debug builds for sortbench. This avoids a stack-overflow by reed@google.com · 12 years ago
- 3bc7200 Move random from core to utils by bsalomon@google.com · 12 years ago
- 6548cec Whitespace change to test (SkipBuildbotRuns) locally by rmistry@google.com · 12 years ago
- 32cf29e Only clear the part of the texture used by the device (duh!) by bsalomon@google.com · 12 years ago
- 7037552 doh: use *srcPtr instead of src (which is now obsolete) when we check for specialLine by reed@google.com · 12 years ago
- d760073 Hid large dashed line optimization behind compiler flag by robertphillips@google.com · 12 years ago
- ae97795 Whitespace change to trigger rebuilds by rmistry@google.com · 12 years ago
- 5170db2 Whitespace change to trigger rebuilds by rmistry@google.com · 12 years ago
- 9272086 Triggering rebuilds after r7386 by rmistry@google.com · 12 years ago
- 4024f32 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- e8625ac Rebaselined webpage image GMs for ['base-shuttle-win7-intel-float'] on Google Storage. by rmistry@google.com · 12 years ago
- 82c2fec Remove ConcaveToTriangles. by bungeman@google.com · 12 years ago
- 59ed910 Bottom-up heapsort. https://codereview.appspot.com/7199050/ by bungeman@google.com · 12 years ago
- 58c0aaa fix missing-case-statement warning by reed@google.com · 12 years ago
- 9f60291 shape ops work in progress by caryclark@google.com · 12 years ago
- 6c55b51 Modify submit_try to work on windows by borenet@google.com · 12 years ago
- 4bbdeac add optional cull-rect to patheffects, so they can do less work if their results by reed@google.com · 12 years ago
- 82502e2 Fix SampleApp ANGLE mode. Review URL: https://codereview.appspot.com/7206052 by bsalomon@google.com · 12 years ago
- c5fae9e Fix spelling error. by bsalomon@google.com · 12 years ago
- c270baf change giantdashline test to use 4 intervals, to explicitly avoid the asPoints by reed@google.com · 12 years ago
- 7fcfeb1 doh. drawRRect is not on SkDevice.... yet by reed@google.com · 12 years ago
- dcd69bf Fix logic bug introduced in r7346. by bsalomon@google.com · 12 years ago
- 72aa79c override drawOval and drawRRect in GatherPixelRefDevice, so we don't miss those, by reed@google.com · 12 years ago
- e5ceea9 update to emphasis the culling aspect of the test (making the line much longer, by reed@google.com · 12 years ago
- 996f64f add bench for giant dashed lines, to test future optimizations for culling by reed@google.com · 12 years ago
- a8f23c7 use DEF_BENCH for clarity by reed@google.com · 12 years ago
- b77b69f Remove method calls on invalid "this" pointer. by bungeman@google.com · 12 years ago
- e2bfd8b The oval path bench tests used to draw a circle, but I changed them to an oval by jvanverth@google.com · 12 years ago
- 7c56c16 Fix sort test. https://codereview.appspot.com/7199050/ by bungeman@google.com · 12 years ago
- 9780530 Rebaselined webpage image GMs for ['base-shuttle-win7-intel-float'] on Google Storage. by rmistry@google.com · 12 years ago
- 95ed55a Make all GrContext members that return a texture also ref the texture for the caller. by bsalomon@google.com · 12 years ago
- baa0220 Move code in isPaintOpaque from SkDeferredCanvas.cpp to SkPaintPriv by junov@chromium.org · 12 years ago
- 43a6b6a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 3fc8d87 Rebaselined webpage image GMs for ['base-shuttle-win7-intel-float'] on Google Storage. by rmistry@google.com · 12 years ago
- 838f6e1 Add deferred count to GrResource. by bsalomon@google.com · 12 years ago
- 1f0f1a3 Fix bug introduced in r7348, deleting wrapped resources. by bsalomon@google.com · 12 years ago
- 6b5388e Replace gcl_try with submit_try by borenet@google.com · 12 years ago
- 7fa58ac Changes per-tile bench values to use the average of repetitions from new bench log output. by bensong@google.com · 12 years ago
- 194bf82 Reverse sense of convex-quad-fix compiler flag by robertphillips@google.com · 12 years ago
- 7283022 Make GrResource know whether 3D objects' lifetimes are managed by Skia or not. by bsalomon@google.com · 12 years ago
- f91c63e Revert r7341 by edisonn@google.com · 12 years ago
- ca43208 Reland r7342 with fixes. by bsalomon@google.com · 12 years ago
- 58f9ae1 Revert 7342 to investigate failures. by bsalomon@google.com · 12 years ago
- 4dcc624 Update Android toolchain to NDK r8d with GCC 4.7 by djsollen@google.com · 12 years ago
- bcede39 Add GrDrawState::DeferredState for saving GrDrawStates in GrInOrderDrawBuffer. by bsalomon@google.com · 12 years ago
- c13ee60 If getAdvance fails, getAdvanceData should not assert, but ignored. by edisonn@google.com · 12 years ago
- 1d6cff7 add alias for MakeFromIRect (just Make) by reed@google.com · 12 years ago
- 23c2939 Use Skia style cast in SkDeviceProperties. (Alternative to 7329.) by bungeman@google.com · 12 years ago
- eebdd96 add rand10 bench for sort, which makes 10% of the entries repeats by reed@google.com · 12 years ago
- c299344 Display a warning prompt in presubmit if the tree status is in 'Caution'. by rmistry@google.com · 12 years ago
- e782f5e Ensure that streams written using SkFlattenableBuffer's can be read with readByteArray(...) by djsollen@google.com · 12 years ago
- 98ded84 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- c9dc537 Rebaselined webpage image GMs for ['base-shuttle_ubuntu12_ati5770', 'base-shuttle-win7-intel-float'] on Google Storage. by rmistry@google.com · 12 years ago
- a3f1c8e add bench for sorting by mike@reedtribe.org · 12 years ago
- 5133fc7 Speculative fix for cros_daisy compilation failure by robertphillips@google.com · 12 years ago
- d507775 Fix for oversight in r7325 by robertphillips@google.com · 12 years ago
- 730138c Remove declaration of unimplemented function. by bsalomon@google.com · 12 years ago
- 8a252f7 Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef. by bsalomon@google.com · 12 years ago
- 1e30523 Fix bug in 1xN SkBitmapProcShader optimization by robertphillips@google.com · 12 years ago
- 962f2d4 Fix r7321 build errors on non-windows compilers (using forward declared but not defined class in templated function). by bsalomon@google.com · 12 years ago
- f38f93c Fix Android only code in SkDraw for 7317. by bungeman@google.com · 12 years ago
- 6340a41 Let them eat GrEffectRef. by bsalomon@google.com · 12 years ago
- ba3284e Fix VC++ warning and Android only code for 7317. by bungeman@google.com · 12 years ago
- dd4b745 Added multi-select deletion to debugger by robertphillips@google.com · 12 years ago
- 532470f Expose geometry and gamma on device. https://codereview.appspot.com/6499101/ by bungeman@google.com · 12 years ago
- da7cb28 Add wrapper for "gcl try" by borenet@google.com · 12 years ago