index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
SkGpuDevice.cpp
Commit message (
Expand
)
Author
Age
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-07-26
*
fix android build
humper@google.com
2013-07-25
*
make the filter mode for GrTextureAccess an enum so we can plumb down
humper@google.com
2013-07-25
*
drawBitmap* cleanup
robertphillips@google.com
2013-07-25
*
This patch implements a crop rect for SkImageFilter. It has been implemented ...
senorblanco@chromium.org
2013-07-24
*
Reverting r10251 (Implement crop rect for SkImageFilter) due to Chromium-side...
robertphillips@google.com
2013-07-24
*
This patch implements a crop rect for SkImageFilter. It has been implemented ...
senorblanco@chromium.org
2013-07-22
*
Hold on to image-filtered texture in SkGpuDevice
commit-bot@chromium.org
2013-07-18
*
Replace all instances of GrRect with SkRect.
commit-bot@chromium.org
2013-07-17
*
Make GrPaint have a variable sized array of color and coverage stages rather ...
commit-bot@chromium.org
2013-07-13
*
Win7/8 compiler warnings/errors fix for r9980
robertphillips@google.com
2013-07-11
*
Implement offset for GPU filter path. Although we can't yet use this in Blink...
commit-bot@chromium.org
2013-07-10
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-07-04
*
Add canFilterMaskGPU & filterMaskGPU to SkMaskFilter
robertphillips@google.com
2013-07-03
*
Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRen...
commit-bot@chromium.org
2013-06-26
*
Reland r9043 with fix.
bsalomon@google.com
2013-05-07
*
revert 9043
bsalomon@google.com
2013-05-07
*
SkGpuDevice: Delay locking bitmap pixels until we have a known texture cache ...
bsalomon@google.com
2013-05-07
*
Add geometry-based rotated AA rect drawing path
robertphillips@google.com
2013-05-02
*
Disable AA for ovals and roundrects if MSAA is enabled.
commit-bot@chromium.org
2013-05-02
*
Add GPU support for roundrects
commit-bot@chromium.org
2013-04-25
*
Perform coverage blend with the dst in the shader when using a dst-reading xf...
bsalomon@google.com
2013-04-19
*
First pass at Rect Effect
robertphillips@google.com
2013-04-09
*
Allow single-pass filters (which use asNewEffect()) to participate in the ima...
senorblanco@chromium.org
2013-04-08
*
Add support for reading the dst pixel value in an effect. Use in a new effect...
bsalomon@google.com
2013-03-29
*
Make GM render to render targets that are also textures.
bsalomon@google.com
2013-03-28
*
Add GrPaint stage for xfermodes.
bsalomon@google.com
2013-03-28
*
Fix assertion failure in SkGpuDevice from 8412.
bsalomon@google.com
2013-03-27
*
Add interface to SkXfermode to return a GrEffect and blend coeffs.
bsalomon@google.com
2013-03-27
*
PDF: add support for named destinations.
epoger@google.com
2013-03-08
*
Revert r8000 due to failures on some buildbots
epoger@google.com
2013-03-06
*
PDF: add support for named destinations
epoger@google.com
2013-03-06
*
Remove legacy names no longer referenced in Chrome and WebKit.
bsalomon@google.com
2013-02-07
*
clone of https://codereview.appspot.com/7208043/
reed@google.com
2013-01-30
*
This changes the signature of SkImageFilter::filterImageGPU() to use SkBitmap...
senorblanco@chromium.org
2013-01-30
*
Only clear the part of the texture used by the device (duh!)
bsalomon@google.com
2013-01-25
*
add optional cull-rect to patheffects, so they can do less work if their results
reed@google.com
2013-01-24
*
Make all GrContext members that return a texture also ref the texture for the...
bsalomon@google.com
2013-01-24
*
Let them eat GrEffectRef.
bsalomon@google.com
2013-01-22
*
Add GPU support for axis-aligned ovals:
jvanverth@google.com
2013-01-22
*
Partial revert of r7287 to green up the bots.
senorblanco@chromium.org
2013-01-18
*
(Relanding r7275 with assert fix, plus fixes from r7276, r7280, r7283.)
senorblanco@chromium.org
2013-01-18
*
Reverting chain of SkBicubicImageFilter changes (7275, 7276, 7280 & 7283)
robertphillips@google.com
2013-01-18
*
Implement a bicubic resampling image filter, with raster and GPU backends.
senorblanco@chromium.org
2013-01-18
*
Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffec...
bsalomon@google.com
2013-01-17
*
Wrap GrEffects in GrEffectPtr.
bsalomon@google.com
2013-01-16
*
Change signature of SkShader::asNewEffect(), implement for SkBitmapProcShader.
bsalomon@google.com
2013-01-14
*
Rename onFilterImageGPU to filterImageGPU(), to match skia convention. No ch...
senorblanco@chromium.org
2013-01-10
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-09
*
fix GPU drawing for 8 bit alpha bitmaps
humper@google.com
2013-01-08
[next]