aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/SkGpuDevice.cpp
Commit message (Expand)AuthorAge
* Make "priv" classes for GrTexure and GrSurface.Gravatar bsalomon2014-09-30
* Allow previously-hoisted layers to be reused in the same drawGravatar robertphillips2014-09-30
* Revert of Make "priv" classes for GrTexure and GrSurface. (patchset #9 id:260...Gravatar robertphillips2014-09-30
* Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 o...Gravatar robertphillips2014-09-30
* GrResourceCache2 manages scratch texture.Gravatar bsalomon2014-09-30
* Make "priv" classes for GrTexure and GrSurface.Gravatar bsalomon2014-09-29
* Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of htt...Gravatar fmalita2014-09-29
* Update RecordReplaceDrawTest to generate and pass picturesGravatar robertphillips2014-09-29
* Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://c...Gravatar robertphillips2014-09-29
* Fix SkTextBlob offset semantics.Gravatar Florin Malita2014-09-26
* Update layer hoisting code to correctly render sub-picture layersGravatar robertphillips2014-09-24
* Patch to create a distinct geometry processor. The vast majority of this patchGravatar joshualitt2014-09-23
* Introduce Props to surface (patchset #27 id:520001 of https://codereview.chro...Gravatar reed2014-09-22
* Revert of introduce Props to surface (patchset #27 id:520001 of https://coder...Gravatar reed2014-09-21
* introduce Props to surface (work in progress)Gravatar reed2014-09-21
* Refactor layer hoisting codeGravatar robertphillips2014-09-18
* Copy layer-hoisting related SkPaintsGravatar robertphillips2014-09-18
* hide deviceproperties, prepare the way for surfacepropsGravatar reed2014-09-17
* Separate replacement creation from layer discoveryGravatar robertphillips2014-09-17
* when we disable lcd for impl reasons, add kGenA8 to document the original intentGravatar reed2014-09-16
* Fix bug in layer hoisting transition to SkRecord backendGravatar robertphillips2014-09-16
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Switch Layer Hoisting over to SkRecord backendGravatar robertphillips2014-09-04
* Remove use of EXPERIMENTAL_getActiveOps from layer hoisting codeGravatar robertphillips2014-09-03
* Hide fields in SkImageInfoGravatar reed2014-09-03
* Reorganize Layer Hoisting codeGravatar robertphillips2014-09-02
* Make SkGrPixelRef responsible for owning GrSurface's texture rather than RT.Gravatar bsalomon2014-08-29
* Simplify SkGpuDevice constructionGravatar bsalomon2014-08-29
* Switch GPU Optimization code to SkRecordGravatar robertphillips2014-08-27
* Convert BBH APIs to use SkRect.Gravatar mtklein2014-08-27
* Split up monolithic EXPERIMENTAL_drawPicture methodGravatar robertphillips2014-08-21
* Rename GPUAccelData to GrAccelDataGravatar robertphillips2014-08-18
* Refactor GrLayerCache for new APIGravatar robertphillips2014-08-18
* Add layer counting to SkPictureRecordGravatar robertphillips2014-08-12
* Revert of Add layer counting to SkPictureRecord (https://codereview.chromium....Gravatar mtklein2014-08-11
* Add layer counting to SkPictureRecordGravatar robertphillips2014-08-11
* add drawPicture variant that takes a matrix and paintGravatar reed2014-08-09
* Remove external SkImageFilter cache, and rename UniqueIDCache -> Cache.Gravatar senorblanco2014-08-08
* Fix drawVertices() on GPU when texs=colors=shaders=indices=nullGravatar bsalomon2014-08-06
* Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions.Gravatar bsalomon2014-08-04
* Add CTM to the cached layers' key and reduce render target pingponging in lay...Gravatar robertphillips2014-07-31
* Implement a persistent uniqueID-based cache for SkImageFilter.Gravatar senorblanco2014-07-30
* Add plot-based purging to GrLayerCacheGravatar robertphillips2014-07-29
* Add auto purging for SkPicture-related Ganesh resources (esp. layers)Gravatar robertphillips2014-07-22
* Always have GrLayer's rect be validGravatar robertphillips2014-07-15
* Fixed the bug in drawVertices when no colors or texture coordinates are provi...Gravatar dandov2014-07-15
* Revert of drawVertices bug on gpu side (https://codereview.chromium.org/38711...Gravatar dandov2014-07-14
* Fixed the bug in drawVertices when no colors or texture coordinates are provi...Gravatar dandov2014-07-14
* Cleanup SkPicture* classes a bitGravatar robertphillips2014-07-10
* Split SkPictureReplacementPlayback out of SkPicturePlaybackGravatar robertphillips2014-07-10