aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/SkGpuDevice.cpp
Commit message (Expand)AuthorAge
* silence the error test to be a better citizenGravatar commit-bot@chromium.org2013-09-19
* Baby step in making SkGpuDevice no longer derive from SkBitmapDeviceGravatar robertphillips@google.com2013-09-17
* alpha threshold bitmap shaderGravatar commit-bot@chromium.org2013-09-06
* Revert "alpha threshold bitmap shader"Gravatar bsalomon@google.com2013-09-05
* alpha threshold bitmap shaderGravatar commit-bot@chromium.org2013-09-05
* Split SkDevice into SkBaseDevice and SkBitmapDeviceGravatar robertphillips@google.com2013-08-29
* In image filters, apply the CTM and offset to the crop rect. This is necessar...Gravatar senorblanco@chromium.org2013-08-27
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-21
* Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...Gravatar robertphillips@google.com2013-08-20
* Split SkDevice out of SkBitmapDeviceGravatar robertphillips@google.com2013-08-20
* Third (and hopefully final) change to support bleed flag in GaneshGravatar robertphillips@google.com2013-08-20
* Fix name of "bleed" flagGravatar robertphillips@google.com2013-08-20
* Update tiled bitmap path to respect bleed flagGravatar robertphillips@google.com2013-08-20
* Replace uses of GrAssert by SkASSERT.Gravatar tfarina@chromium.org2013-08-17
* This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on ...Gravatar commit-bot@chromium.org2013-08-16
* Added ctm matrix to GPU pathGravatar commit-bot@chromium.org2013-08-05
* Revert "Don't call SkGpuDevice::drawVertices from drawPoints when AA is requi...Gravatar djsollen@google.com2013-08-01
* Don't call SkGpuDevice::drawVertices from drawPoints when AA is required.Gravatar commit-bot@chromium.org2013-08-01
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-26
* fix android buildGravatar humper@google.com2013-07-25
* make the filter mode for GrTextureAccess an enum so we can plumb downGravatar humper@google.com2013-07-25
* drawBitmap* cleanupGravatar robertphillips@google.com2013-07-25
* This patch implements a crop rect for SkImageFilter. It has been implemented ...Gravatar senorblanco@chromium.org2013-07-24
* Reverting r10251 (Implement crop rect for SkImageFilter) due to Chromium-side...Gravatar robertphillips@google.com2013-07-24
* This patch implements a crop rect for SkImageFilter. It has been implemented ...Gravatar senorblanco@chromium.org2013-07-22
* Hold on to image-filtered texture in SkGpuDeviceGravatar commit-bot@chromium.org2013-07-18
* Replace all instances of GrRect with SkRect.Gravatar commit-bot@chromium.org2013-07-17
* Make GrPaint have a variable sized array of color and coverage stages rather ...Gravatar commit-bot@chromium.org2013-07-13
* Win7/8 compiler warnings/errors fix for r9980Gravatar robertphillips@google.com2013-07-11
* Implement offset for GPU filter path. Although we can't yet use this in Blink...Gravatar commit-bot@chromium.org2013-07-10
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-04
* Add canFilterMaskGPU & filterMaskGPU to SkMaskFilterGravatar robertphillips@google.com2013-07-03
* Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRen...Gravatar commit-bot@chromium.org2013-06-26
* Reland r9043 with fix.Gravatar bsalomon@google.com2013-05-07
* revert 9043Gravatar bsalomon@google.com2013-05-07
* SkGpuDevice: Delay locking bitmap pixels until we have a known texture cache ...Gravatar bsalomon@google.com2013-05-07
* Add geometry-based rotated AA rect drawing pathGravatar robertphillips@google.com2013-05-02
* Disable AA for ovals and roundrects if MSAA is enabled.Gravatar commit-bot@chromium.org2013-05-02
* Add GPU support for roundrectsGravatar commit-bot@chromium.org2013-04-25
* Perform coverage blend with the dst in the shader when using a dst-reading xf...Gravatar bsalomon@google.com2013-04-19
* First pass at Rect EffectGravatar robertphillips@google.com2013-04-09
* Allow single-pass filters (which use asNewEffect()) to participate in the ima...Gravatar senorblanco@chromium.org2013-04-08
* Add support for reading the dst pixel value in an effect. Use in a new effect...Gravatar bsalomon@google.com2013-03-29
* Make GM render to render targets that are also textures.Gravatar bsalomon@google.com2013-03-28
* Add GrPaint stage for xfermodes.Gravatar bsalomon@google.com2013-03-28
* Fix assertion failure in SkGpuDevice from 8412.Gravatar bsalomon@google.com2013-03-27
* Add interface to SkXfermode to return a GrEffect and blend coeffs.Gravatar bsalomon@google.com2013-03-27
* PDF: add support for named destinations.Gravatar epoger@google.com2013-03-08
* Revert r8000 due to failures on some buildbotsGravatar epoger@google.com2013-03-06
* PDF: add support for named destinations Gravatar epoger@google.com2013-03-06