aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/SkGpuDevice.cpp
Commit message (Expand)AuthorAge
* Minimize use of SkDraw's matrix in SkGpuDevice.Gravatar bsalomon@google.com2012-10-11
* SkTCopyOnFirstWriteGravatar bsalomon@google.com2012-10-11
* Reland r5861 but leave setMatrixClip virtual on SkDevice (IOW this is a parti...Gravatar bsalomon@google.com2012-10-10
* Reverting r5861 (remove gainfocus and setMatixClip) due to Chrome compilation...Gravatar robertphillips@google.com2012-10-09
* Remove gainFocus() and setMatrixClip() virtuals from SkDevice.Gravatar bsalomon@google.com2012-10-09
* Remove external matrix feature.Gravatar bsalomon@google.com2012-10-08
* Remove translate param from GrContext::drawPath (and subsequent calls).Gravatar bsalomon@google.com2012-10-08
* GrPaint encapsulation.Gravatar bsalomon@google.com2012-10-05
* Rename GrPaint fields/enums/members texture->color mask->coverage.Gravatar bsalomon@google.com2012-10-05
* Oops, forgot a fileGravatar caryclark@google.com2012-10-02
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-02
* Speculative render target ref/unref fixesGravatar robertphillips@google.com2012-10-01
* Fixed bug in drawing of large bitmapsGravatar robertphillips@google.com2012-10-01
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-29
* Update Ganesh to support fractional rects in drawBitmapRectGravatar robertphillips@google.com2012-09-28
* Fix recursive GPU processing for SkImageFilter. Plumb through theGravatar senorblanco@chromium.org2012-09-27
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-26
* Fix some linux build warningsGravatar bsalomon@google.com2012-09-25
* Reimplement drawBitmapRectToRect to correctly handle fraction srcRect.Gravatar reed@google.com2012-09-25
* Addressed xcode analysis complaintsGravatar robertphillips@google.com2012-09-24
* Move GrTextureParams from GrSamplerState to GrTextureAccessGravatar bsalomon@google.com2012-09-18
* Make the SkGrPixelRef be responsible for unlocking device's scratch texture i...Gravatar bsalomon@google.com2012-08-28
* Remove SkGpuDevice::fTexture, use new pixel ref class nameGravatar bsalomon@google.com2012-08-28
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Remove unnecessary flush from SkGpuDeviceGravatar bsalomon@google.com2012-08-22
* Revert 5213. WK r126226 has landed in Chromium and the workaround is no longe...Gravatar bsalomon@google.com2012-08-22
* Flush in ~SkGpuDevice to unblock Skia rollGravatar bsalomon@google.com2012-08-21
* Remove _UPM_ GrPixelConfigsGravatar bsalomon@google.com2012-08-20
* Fix uninitialized color filter data on GrPaintGravatar bsalomon@google.com2012-08-16
* Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEn...Gravatar robertphillips@google.com2012-08-16
* Split cache-specific fields out of GrTextureDescGravatar robertphillips@google.com2012-08-13
* Add a zoom filter to Skia. This will be used on ChromeOS to implement the scr...Gravatar bsalomon@google.com2012-08-13
* Added SkClipStack portion of new clip mask caching systemGravatar robertphillips@google.com2012-08-07
* Fixed oversized SkRegion bound problem for complexclip_aa GMGravatar robertphillips@google.com2012-08-02
* Replace the asAFoo() functions in SkImageFilter with canFilterImageGPU() andGravatar senorblanco@chromium.org2012-08-01
* Replace GrClip with SkClipStackGravatar robertphillips@google.com2012-07-31
* Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate s...Gravatar robertphillips@google.com2012-07-31
* GrClip no longer translates its clips (to better mimic SkClipStack's behavior)Gravatar robertphillips@google.com2012-07-31
* Move GPU gradients into src/effects/gradients.Gravatar rileya@google.com2012-07-27
* Remove texture/mask setters on GrPaintGravatar bsalomon@google.com2012-07-26
* Altered Ganesh's clip stack plumbing to pass down new GrClipData classGravatar robertphillips@google.com2012-07-26
* Move filter/wrap out of GrSamplerState into GrTextureParamsGravatar bsalomon@google.com2012-07-25
* Use asNewCustomStage instead of asABitmap in SkGpuDevice, also removed now-un...Gravatar rileya@google.com2012-07-25
* Added isIntersectionOfRects to SkClipStackGravatar robertphillips@google.com2012-07-24
* Fix npot bitmap tilingGravatar bsalomon@google.com2012-07-24
* Added bound computation to SkClipStackGravatar robertphillips@google.com2012-07-24
* Fix build break in r4694: move reset() call before setting custom stage on sa...Gravatar tomhudson@google.com2012-07-20
* Remove easily-removable uses of setTexture(), instead creating a GrSingleText...Gravatar tomhudson@google.com2012-07-20
* Remove assertion when texture matrix is unusedGravatar bsalomon@google.com2012-07-20
* Fix color filter LUT (install custom stage after reset of sampler). Over the ...Gravatar bsalomon@google.com2012-07-20