aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrGpu.h
Commit message (Expand)AuthorAge
* Initial work to get ETC1 data up to the GPUGravatar krajcevski2014-06-02
* Revert of Initial work to get ETC1 data up to the GPU (https://codereview.chr...Gravatar commit-bot@chromium.org2014-05-30
* Initial work to get ETC1 data up to the GPUGravatar commit-bot@chromium.org2014-05-30
* Rename from "(un)lock" to "(un)map" for geometry buffers.Gravatar commit-bot@chromium.org2014-05-07
* Split GrResource into GrCacheable/GrGpuObjectGravatar commit-bot@chromium.org2014-05-02
* Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAILGravatar commit-bot@chromium.org2014-04-30
* Use fixed function pipeline only when drawing pathsGravatar commit-bot@chromium.org2014-04-23
* Use int rather than size_t for pathCount in GrDrawTarget::drawPathsGravatar commit-bot@chromium.org2014-03-28
* Remove forceRenderTargetFlush (unused)Gravatar commit-bot@chromium.org2014-03-25
* Make it possible to draw multiple paths at once to a draw targetGravatar commit-bot@chromium.org2014-03-25
* Add dev bounds to bmp txt context, use bounds to ignore clipsGravatar commit-bot@chromium.org2014-02-11
* Add can-ignore-rect hint to clear callGravatar robertphillips@google.com2013-10-31
* Start cleaning up 64bit Win warningsGravatar robertphillips@google.com2013-10-14
* Move renderable config list to GrDrawTargetCapsGravatar commit-bot@chromium.org2013-10-14
* Implement stroking a path with nv_path_renderingGravatar commit-bot@chromium.org2013-10-09
* Implement filling a path with nv_path_rendering coverGravatar commit-bot@chromium.org2013-10-09
* Remove GrRefCnt.h in favor of SkRefCnt.hGravatar commit-bot@chromium.org2013-09-09
* Replace uses of GrAssert by SkASSERT.Gravatar tfarina@chromium.org2013-08-17
* Replace all instances of GrRect with SkRect.Gravatar commit-bot@chromium.org2013-07-17
* Add flag bits for partial GrContext resetGravatar bsalomon@google.com2013-06-28
* revert 9802 breacking tests on some configsGravatar edisonn@google.com2013-06-28
* Add flag bits for partial GrContext resetGravatar bsalomon@google.com2013-06-28
* Replace fixed-size array of effect stages in GrDrawState with two appendable ...Gravatar bsalomon@google.com2013-06-13
* fix slowness of getImageData() for CanvasRenderingContext2D in linux due to u...Gravatar commit-bot@chromium.org2013-05-24
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-11
* Don't call purgeCache() from within GrResource memebers.Gravatar bsalomon@google.com2013-05-10
* Remove GR_STATIC_RECT_VBGravatar robertphillips@google.com2013-04-20
* Reland of 8525 with fix for case when GrRT outlives GrTexture.Gravatar bsalomon@google.com2013-04-09
* Revert 8525,8526 pending investigation of bench_pictures crashes.Gravatar bsalomon@google.com2013-04-03
* Remove GrTexture::releaseRenderTarget() and add GrSurface::isSameAs().Gravatar bsalomon@google.com2013-04-03
* Add support for reading the dst pixel value in an effect. Use in a new effect...Gravatar bsalomon@google.com2013-03-29
* Make GrGLShaderBuilder::TextureSampler extract only required info from GrText...Gravatar bsalomon@google.com2013-03-28
* Give GrDrawTarget a back ptr to its owning GrContext.Gravatar bsalomon@google.com2013-02-25
* Revert 7625 until after M26 due to a mix of perf changes.Gravatar bsalomon@google.com2013-02-08
* Remove GR_STATIC_RECT_VBGravatar bsalomon@google.com2013-02-06
* Fix WritePixels test on ANGLE.Gravatar bsalomon@google.com2013-02-06
* Move vertex layout from GeometrySrcState to GrDrawState.Gravatar jvanverth@google.com2013-02-05
* Implement support for origin-TopLeft render targets. Note that the default be...Gravatar senorblanco@chromium.org2013-02-05
* Reverting r7545 (render target origin change) due to layout test issues (see ...Gravatar robertphillips@google.com2013-02-05
* Implement support for origin-TopLeft render targets in GL backend.Gravatar senorblanco@chromium.org2013-02-04
* Change vertex buffer allocator functions to take size rather than layout, tak...Gravatar jvanverth@google.com2013-01-31
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-31
* Change vertex buffer allocator functions to take size rather than layout.Gravatar jvanverth@google.com2013-01-31
* Add GrDrawTarget::DrawInfo, combine API for performing indexed/non-indexed dr...Gravatar bsalomon@google.com2013-01-30
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-29
* Make a bunch of virtuals in GrDrawTarget and GrGpu private. Subclasses should...Gravatar bsalomon@google.com2013-01-28
* Follow up on the previous patch :Gravatar sugoi@google.com2012-12-17
* As part of preliminary groundwork for a chromium fix, this changelist is depr...Gravatar sugoi@google.com2012-12-06
* Rename SkTDLinkedList to SkTInternalLinked list, add some methods useful for ...Gravatar bsalomon@google.com2012-12-03
* Platform/Engine -> BackendGravatar bsalomon@google.com2012-10-25