aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* shape ops work in progressGravatar caryclark@google.com2013-01-28
* Add data() to all QString::toASCII Qt calls to help out Linux compilerGravatar robertphillips@google.com2013-01-28
* Add command line options to debuggerGravatar robertphillips@google.com2013-01-28
* add (disabled) test for big dashingGravatar reed@google.com2013-01-28
* Fix debug build. Unreviewed.Gravatar senorblanco@chromium.org2013-01-28
* Fix build break after r7411 when GR_STATIC_RECT_VB is enabled.Gravatar bsalomon@google.com2013-01-28
* Add an origin flag for backend (external) textures. Some textures in WebKit ...Gravatar senorblanco@chromium.org2013-01-28
* Make a bunch of virtuals in GrDrawTarget and GrGpu private. Subclasses should...Gravatar bsalomon@google.com2013-01-28
* Remove unnecessary ptr derefs int r7411 (deref result is not used).Gravatar bsalomon@google.com2013-01-28
* Remove getter of writable GrEffectStage from GrDrawState.Gravatar bsalomon@google.com2013-01-28
* add missing parameter to overridden onFindClickHandlerGravatar mike@reedtribe.org2013-01-28
* Rebaselined webpage image GMs for ['base-shuttle_ubuntu12_ati5770'] on Google...Gravatar rmistry@google.com2013-01-27
* Rebaselined webpage image GMs for ['base-shuttle_ubuntu12_ati5770'] on Google...Gravatar rmistry@google.com2013-01-27
* Rebaselined webpage image GMs for ['base-shuttle-win7-intel-float'] on Google...Gravatar rmistry@google.com2013-01-26
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Test for (SkipBuildbotRuns) IIGravatar rmistry@google.com2013-01-25
* Test for (SkipBuildbotRuns)Gravatar rmistry@google.com2013-01-25
* Manually parse arguments in submit_tryGravatar borenet@google.com2013-01-25
* Whitespace change to test (SkipBuildbotRuns)Gravatar rmistry@google.com2013-01-25
* [PDF] Handle invalid glyph IDs on drawText methods.Gravatar vandebo@chromium.org2013-01-25
* Fix nextRangeU(0, MAX_UINT) div by zero.Gravatar bsalomon@google.com2013-01-25
* Presubmit should check that source files end in atleast one newlineGravatar rmistry@google.com2013-01-25
* Leave one and only one newline at the end of source filesGravatar rmistry@google.com2013-01-25
* Avoid O(n) stack space usage in qsort.Gravatar bungeman@google.com2013-01-25
* reduce array size in debug builds for sortbench. This avoids a stack-overflowGravatar reed@google.com2013-01-25
* Move random from core to utilsGravatar bsalomon@google.com2013-01-25
* Whitespace change to test (SkipBuildbotRuns) locallyGravatar rmistry@google.com2013-01-25
* Only clear the part of the texture used by the device (duh!)Gravatar bsalomon@google.com2013-01-25
* doh: use *srcPtr instead of src (which is now obsolete) when we check for spe...Gravatar reed@google.com2013-01-25
* Hid large dashed line optimization behind compiler flagGravatar robertphillips@google.com2013-01-25
* Whitespace change to trigger rebuildsGravatar rmistry@google.com2013-01-25
* Whitespace change to trigger rebuildsGravatar rmistry@google.com2013-01-25
* Triggering rebuilds after r7386Gravatar rmistry@google.com2013-01-25
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-25
* Rebaselined webpage image GMs for ['base-shuttle-win7-intel-float'] on Google...Gravatar rmistry@google.com2013-01-25
* Remove ConcaveToTriangles.Gravatar bungeman@google.com2013-01-24
* Bottom-up heapsort.Gravatar bungeman@google.com2013-01-24
* fix missing-case-statement warningGravatar reed@google.com2013-01-24
* shape ops work in progressGravatar caryclark@google.com2013-01-24
* Modify submit_try to work on windowsGravatar borenet@google.com2013-01-24
* add optional cull-rect to patheffects, so they can do less work if their resultsGravatar reed@google.com2013-01-24
* Fix SampleApp ANGLE mode.Gravatar bsalomon@google.com2013-01-24
* Fix spelling error.Gravatar bsalomon@google.com2013-01-24
* change giantdashline test to use 4 intervals, to explicitly avoid the asPointsGravatar reed@google.com2013-01-24
* doh. drawRRect is not on SkDevice.... yetGravatar reed@google.com2013-01-24
* Fix logic bug introduced in r7346.Gravatar bsalomon@google.com2013-01-24
* override drawOval and drawRRect in GatherPixelRefDevice, so we don't miss those,Gravatar reed@google.com2013-01-24
* update to emphasis the culling aspect of the test (making the line much longer,Gravatar reed@google.com2013-01-24
* add bench for giant dashed lines, to test future optimizations for cullingGravatar reed@google.com2013-01-24
* use DEF_BENCH for clarityGravatar reed@google.com2013-01-24