index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
gpu
/
SkGpuDevice.h
Commit message (
Expand
)
Author
Age
*
Add GPU support for roundrects
commit-bot@chromium.org
2013-04-25
*
Make GM render to render targets that are also textures.
bsalomon@google.com
2013-03-28
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Add GPU support for axis-aligned ovals:
jvanverth@google.com
2013-01-22
*
Reland 6914 w/ fixes.
bsalomon@google.com
2012-12-20
*
Revert 6914 to fix build issues.
bsalomon@google.com
2012-12-20
*
Simplify cache IDs and keys.
bsalomon@google.com
2012-12-20
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-01
*
Add validation check to GrGpu::createTexture & minor SkGpuDevice cleanup
robertphillips@google.com
2012-10-31
*
Commit SkGpuDevice.h which was omitted from r5918 for some reason.
bsalomon@google.com
2012-10-12
*
Minimize use of SkDraw's matrix in SkGpuDevice.
bsalomon@google.com
2012-10-11
*
Reland r5861 but leave setMatrixClip virtual on SkDevice (IOW this is a parti...
bsalomon@google.com
2012-10-10
*
Reverting r5861 (remove gainfocus and setMatixClip) due to Chrome compilation...
robertphillips@google.com
2012-10-09
*
Remove gainFocus() and setMatrixClip() virtuals from SkDevice.
bsalomon@google.com
2012-10-09
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-09-29
*
Update Ganesh to support fractional rects in drawBitmapRect
robertphillips@google.com
2012-09-28
*
Reimplement drawBitmapRectToRect to correctly handle fraction srcRect.
reed@google.com
2012-09-25
*
Move GrTextureParams from GrSamplerState to GrTextureAccess
bsalomon@google.com
2012-09-18
*
Make the SkGrPixelRef be responsible for unlocking device's scratch texture i...
bsalomon@google.com
2012-08-28
*
Remove SkGpuDevice::fTexture, use new pixel ref class name
bsalomon@google.com
2012-08-28
*
Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEn...
robertphillips@google.com
2012-08-16
*
Replace GrClip with SkClipStack
robertphillips@google.com
2012-07-31
*
Altered Ganesh's clip stack plumbing to pass down new GrClipData class
robertphillips@google.com
2012-07-26
*
Move filter/wrap out of GrSamplerState into GrTextureParams
bsalomon@google.com
2012-07-25
*
Move texture lock/unlock functions from SkGpuDevice into SkGr as global funct...
rileya@google.com
2012-07-18
*
Added SkDevice onAttachToCanvas & onDetachFromCanvas methods
robertphillips@google.com
2012-07-13
*
Rolling back r4034 (Proposed plumbing to propagate save & restore)
robertphillips@google.com
2012-07-03
*
Un-trifurcate GrTextContext: get rid of Default and Batched subclasses,
tomhudson@google.com
2012-06-29
*
Plumbing to propagate save & restore from SkCanvas down to GrContext & lower
robertphillips@google.com
2012-05-23
*
Reland 3563
bsalomon@google.com
2012-03-30
*
Revet 3563 due to mac bot failure
bsalomon@google.com
2012-03-30
*
Improve save layer handling in SkGpuDevice
bsalomon@google.com
2012-03-30
*
apply imagefilter to all draw calls
reed@google.com
2012-03-23
*
Split GrTextContext into baseclass and subclass
bsalomon@google.com
2012-03-16
*
make skpaint2grpaint functions be local to skgpudevice.cpp
bsalomon@google.com
2012-03-05
*
Formatting cleanup: remove extra whitespace
vandebo@chromium.org
2012-01-28
*
add filterImage() entry-point to SkDevice, to allow it to specialize on subcl...
reed@google.com
2012-01-05
*
Remove static initiazled gClampNearest in gpu backend
bsalomon@google.com
2011-12-12
*
add SK_OVERRIDEs, move impl of virtuals into .cpp
reed@google.com
2011-12-07
*
[GPU] tile when large bitmap pased drawBitmap and only a small fraction is used
bsalomon@google.com
2011-11-30
*
Add config8888 support to writePixels
bsalomon@google.com
2011-11-10
*
Override 32BPP format in SkCanvas::readPixels
bsalomon@google.com
2011-11-03
*
Make SkDevice::onReadPixels take a const& rather than const*
bsalomon@google.com
2011-11-02
*
Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt ...
bsalomon@google.com
2011-11-02
*
Revert r2584 (new test fails in fixed pt builds)
bsalomon@google.com
2011-11-02
*
Changes the SkCanvas::readPixels API. Allows caller to read into prealloced b...
bsalomon@google.com
2011-11-02
*
Revert r2250 - removal of setMatrixClip() - because Chrome makes heavy use
tomhudson@google.com
2011-09-13
*
Replaces SkDevice::setMatrixClip() with markMatrixDirty() and markClipDirty(),
tomhudson@google.com
2011-09-12
*
Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary t...
bsalomon@google.com
2011-08-19
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
[next]