aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrContext.cpp
Commit message (Expand)AuthorAge
* Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions.Gravatar bsalomon2014-08-04
* Exit early when draw can be skipped. Be more robust against abandoned GrContext.Gravatar bsalomon2014-08-04
* Remove support in the gpu to use hardware AA lines. Current code paths could ...Gravatar egdaniel2014-07-29
* Revert of Remove gpu support for willUseHWAALines. (https://codereview.chromi...Gravatar egdaniel2014-07-29
* Some fixes around GrContext::abandonContext:Gravatar bsalomon2014-07-29
* Remove gpu support for willUseHWAALines.Gravatar egdaniel2014-07-29
* Test abandoning GL context in dm/nanobench.Gravatar bsalomon2014-07-28
* Rename GrGpuObject to GrGpuResourceGravatar bsalomon2014-07-25
* Merge GrGpuObject and GrCacheable.Gravatar bsalomon2014-07-25
* Make GrCacheable implement its own ref counting.Gravatar bsalomon2014-07-21
* Add macro so that gpu trace marker can add an arg to the TRACE_EVENT it makesGravatar egdaniel2014-07-21
* Improve gpu tracing when applying markers directly to gpu targetGravatar egdaniel2014-07-09
* Goodbye GrEffectRef.Gravatar bsalomon2014-07-08
* Move allocation of texture from SkGpuDevice to GrLayerCacheGravatar robertphillips2014-06-24
* Implement text rendering with NVPRGravatar kkinnunen2014-06-24
* Allow gpu debug markers to be placed by using a GrContextGravatar egdaniel2014-06-19
* Use vertex attributes for dash effect in gpuGravatar egdaniel2014-06-12
* Push dash checks into GrContext.Gravatar egdaniel2014-06-11
* Remove GrIsPow2 in favor of SkIsPow2.Gravatar tfarina2014-06-06
* 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
* Move the LATC and ETC1 enum values to GrPixelConfig. I also tried to put in c...Gravatar commit-bot@chromium.org2014-05-30
* Constify the arguments to createTextureGravatar commit-bot@chromium.org2014-05-29
* Fix Gpu texture creation bugGravatar commit-bot@chromium.org2014-05-16
* Factor GrTexture into public GrTexture and private GrTextureImpl.Gravatar commit-bot@chromium.org2014-05-09
* Revert of Factor GrTexture into public GrTexture and private GrTextureImpl. (...Gravatar commit-bot@chromium.org2014-05-09
* Factor GrTexture into public GrTexture and private GrTextureImpl.Gravatar commit-bot@chromium.org2014-05-09
* cleanup GrContext resource cache apiGravatar commit-bot@chromium.org2014-05-09
* Allow custom resources in the GrContext's cacheGravatar commit-bot@chromium.org2014-05-05
* Split GrResource into GrCacheable/GrGpuObjectGravatar commit-bot@chromium.org2014-05-02
* Implement drawDRRect for GPUGravatar commit-bot@chromium.org2014-04-09
* Revert of Discard scratch render targets before reusing them. (https://codere...Gravatar commit-bot@chromium.org2014-04-07
* Discard scratch render targets before reusing them.Gravatar commit-bot@chromium.org2014-04-07
* Add a GrLayerCache to GrContextGravatar robertphillips@google.com2014-04-03
* SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.hGravatar commit-bot@chromium.org2014-03-28
* Add discard API to SkCanvas, plumb it to glDiscardFramebuffer()Gravatar commit-bot@chromium.org2014-03-28
* Revert of Implement text rendering with NVPR (https://codereview.chromium.org...Gravatar commit-bot@chromium.org2014-03-27
* Implement text rendering with NVPRGravatar commit-bot@chromium.org2014-03-27
* Revert "Revert of implement readPixels and writePixels natively, w/o using th...Gravatar reed@google.com2014-03-25
* Add Gpu Tracing to GaneshGravatar commit-bot@chromium.org2014-03-25
* Revert of implement readPixels and writePixels natively, w/o using the (depre...Gravatar commit-bot@chromium.org2014-03-25
* implement readPixels and writePixels natively, w/o using the (deprecated)Gravatar reed@google.com2014-03-25
* replace old SK_TRACE_EVENT macros with new TRACE_EVENT ones, and then remove ...Gravatar commit-bot@chromium.org2014-03-20
* Revert "hide Config8888 entirely". Broke a bunch of builds.Gravatar bsalomon@google.com2014-03-20
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-03-20
* hide Config8888 entirelyGravatar commit-bot@chromium.org2014-03-19
* Adding a new SkSurface factory for generating surfaces from the scratch textu...Gravatar commit-bot@chromium.org2014-03-19
* Add API for GrContext to recommend rendertarget sample countGravatar commit-bot@chromium.org2014-03-10
* Revert of r13384 (Stateful PathRenderer implementation)Gravatar robertphillips@google.com2014-02-11