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
*
GPU: add failure checks for the scratch textures used in Gaussian blur.
robertphillips@google.com
2012-10-19
*
Make table color filter use asNewCustomStage.
bsalomon@google.com
2012-10-17
*
Use GrCustomStage to implement color matrix.
bsalomon@google.com
2012-10-17
*
Reland r5963 with two fixes:
bsalomon@google.com
2012-10-16
*
Revert r5962 because of failures.
bsalomon@google.com
2012-10-16
*
Require matrix for custom stage to be set when custom stage is installed.
bsalomon@google.com
2012-10-16
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-10-13
*
Beef up GrContext::AutoMatrix to handle doing GrPaint matrix adjustments.
bsalomon@google.com
2012-10-12
*
Minimize use of SkDraw's matrix in SkGpuDevice.
bsalomon@google.com
2012-10-11
*
SkTCopyOnFirstWrite
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
*
Remove external matrix feature.
bsalomon@google.com
2012-10-08
*
Remove translate param from GrContext::drawPath (and subsequent calls).
bsalomon@google.com
2012-10-08
*
GrPaint encapsulation.
bsalomon@google.com
2012-10-05
*
Rename GrPaint fields/enums/members texture->color mask->coverage.
bsalomon@google.com
2012-10-05
*
Oops, forgot a file
caryclark@google.com
2012-10-02
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-10-02
*
Speculative render target ref/unref fixes
robertphillips@google.com
2012-10-01
*
Fixed bug in drawing of large bitmaps
robertphillips@google.com
2012-10-01
*
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
*
Fix recursive GPU processing for SkImageFilter. Plumb through the
senorblanco@chromium.org
2012-09-27
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-09-26
*
Fix some linux build warnings
bsalomon@google.com
2012-09-25
*
Reimplement drawBitmapRectToRect to correctly handle fraction srcRect.
reed@google.com
2012-09-25
*
Addressed xcode analysis complaints
robertphillips@google.com
2012-09-24
*
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
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Remove unnecessary flush from SkGpuDevice
bsalomon@google.com
2012-08-22
*
Revert 5213. WK r126226 has landed in Chromium and the workaround is no longe...
bsalomon@google.com
2012-08-22
*
Flush in ~SkGpuDevice to unblock Skia roll
bsalomon@google.com
2012-08-21
*
Remove _UPM_ GrPixelConfigs
bsalomon@google.com
2012-08-20
*
Fix uninitialized color filter data on GrPaint
bsalomon@google.com
2012-08-16
*
Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEn...
robertphillips@google.com
2012-08-16
*
Split cache-specific fields out of GrTextureDesc
robertphillips@google.com
2012-08-13
*
Add a zoom filter to Skia. This will be used on ChromeOS to implement the scr...
bsalomon@google.com
2012-08-13
*
Added SkClipStack portion of new clip mask caching system
robertphillips@google.com
2012-08-07
*
Fixed oversized SkRegion bound problem for complexclip_aa GM
robertphillips@google.com
2012-08-02
*
Replace the asAFoo() functions in SkImageFilter with canFilterImageGPU() and
senorblanco@chromium.org
2012-08-01
*
Replace GrClip with SkClipStack
robertphillips@google.com
2012-07-31
*
Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate s...
robertphillips@google.com
2012-07-31
*
GrClip no longer translates its clips (to better mimic SkClipStack's behavior)
robertphillips@google.com
2012-07-31
*
Move GPU gradients into src/effects/gradients.
rileya@google.com
2012-07-27
*
Remove texture/mask setters on GrPaint
bsalomon@google.com
2012-07-26
*
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
[next]