aboutsummaryrefslogtreecommitdiffhomepage
path: root/debugger/QT/SkGLWidget.cpp
Commit message (Expand)AuthorAge
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Fix debugger compilationGravatar robertphillips2015-06-24
* Get debugger compiling againGravatar robertphillips2015-05-04
* debugger: Abandon context when Qt changes it without noticeGravatar kkinnunen2015-02-10
* Fix debugger wrt to new SkGpuDevice factory signature'Gravatar Brian Salomon2015-01-16
* debugger: SW rasterize the picture only when it changesGravatar kkinnunen2015-01-13
* Remove draw window size state from SkDebugCanvasGravatar kkinnunen2015-01-05
* Avoid leaking render targets in debuggerGravatar kkinnunen2014-12-22
* Introduce Props to surface (patchset #27 id:520001 of https://codereview.chro...Gravatar reed2014-09-22
* Revert of introduce Props to surface (patchset #27 id:520001 of https://coder...Gravatar reed2014-09-21
* introduce Props to surface (work in progress)Gravatar reed2014-09-21
* Try out scalar picture sizesGravatar robertphillips2014-08-29
* Make SkGpuDevice constructors private.Gravatar bsalomon2014-08-28
* Avoid black flashes when resizing debugger window using MSAAGravatar commit-bot@chromium.org2014-03-10
* deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de...Gravatar reed@google.com2013-12-17
* Support MSAA in the picture debuggerGravatar commit-bot@chromium.org2013-08-02
* Basic error checking for debugger GL widget.Gravatar bungeman@google.com2013-07-01
* Allow debugger to be compiled without GaneshGravatar robertphillips@google.com2013-02-13
* Fix uninitialized Render Target origin issue in debuggerGravatar robertphillips@google.com2013-02-08
* Remove legacy names no longer referenced in Chrome and WebKit.Gravatar bsalomon@google.com2013-02-07
* Platform/Engine -> BackendGravatar bsalomon@google.com2012-10-25
* Bug Fix: Fixes incremental drawing in conjunction with the highlighting filte...Gravatar chudy@google.com2012-08-14
* Refactoring into a public facing facing SkDebugger class first pass.Gravatar chudy@google.com2012-08-07
* Moved the ownership of the current clip and current matrix into the debug can...Gravatar chudy@google.com2012-08-03
* Optimization: SkDebugCanvas is capable of pausing and drawing incrementally i...Gravatar chudy@google.com2012-08-01
* Optimized hit testing feature, refactored into seperate function from canvas ...Gravatar chudy@google.com2012-07-31
* Fixed numerous mem errorsGravatar chudy@google.com2012-07-31
* GL Widget AlphaGravatar chudy@google.com2012-07-26