aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrContext.cpp
Commit message (Expand)AuthorAge
...
* Modifications to GrPatherRenderer(Chain) interfaces to support clip mask mana...Gravatar bsalomon@google.com2012-12-10
* Fix some extract subset bugs.Gravatar scroggo@google.com2012-12-07
* As part of preliminary groundwork for a chromium fix, this changelist is depr...Gravatar sugoi@google.com2012-12-06
* Remove assert to allow Android bots (that don't support NPOT textures) to con...Gravatar robertphillips@google.com2012-11-05
* Make morphology, convolution, and table color filter opt out of default textu...Gravatar bsalomon@google.com2012-11-02
* Replace GrMatrix with SkMatrix.Gravatar bsalomon@google.com2012-11-01
* Remove GrScalar, replace with SkScalar.Gravatar bsalomon@google.com2012-11-01
* Reland r6233 with fix.Gravatar bsalomon@google.com2012-11-01
* Re-revert r6233.Gravatar bsalomon@google.com2012-11-01
* Reland r6233 with fix for config conversion texture matrices.Gravatar bsalomon@google.com2012-11-01
* Revert r6233 while investigating bot failures.Gravatar bsalomon@google.com2012-11-01
* Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect.Gravatar bsalomon@google.com2012-11-01
* Ganesh resource cache changesGravatar robertphillips@google.com2012-10-31
* Allow default texture cache limit to be set within gyp.Gravatar djsollen@google.com2012-10-29
* Rename GrSamplerState to GrEffectStage.Gravatar bsalomon@google.com2012-10-26
* Platform/Engine -> BackendGravatar bsalomon@google.com2012-10-25
* GrCustomStage Renaming Part 5Gravatar bsalomon@google.com2012-10-25
* GrCustomStage Renaming Part 2Gravatar bsalomon@google.com2012-10-24
* CustomStage Renaming Part 1Gravatar bsalomon@google.com2012-10-24
* Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_convent...Gravatar bsalomon@google.com2012-10-23
* Revert r6330 thru 6333 while we figure out what to do about Intel bots (possi...Gravatar bsalomon@google.com2012-10-22
* Automatically handle converting gl_FragCoord to Skia's y-down device coords.Gravatar bsalomon@google.com2012-10-22
* Speculative fix for Chrome bug in SkClipStack::isWideOpenGravatar robertphillips@google.com2012-10-19
* GPU: add failure checks for the scratch textures used in Gaussian blur.Gravatar robertphillips@google.com2012-10-19
* Attempt to patch GR_STATIC_RECT_VB pathGravatar robertphillips@google.com2012-10-18
* Make Ganesh's resource cache limits more representativeGravatar robertphillips@google.com2012-10-17
* Reland r5963 with two fixes:Gravatar bsalomon@google.com2012-10-16
* Revert r5962 because of failures.Gravatar bsalomon@google.com2012-10-16
* Require matrix for custom stage to be set when custom stage is installed.Gravatar bsalomon@google.com2012-10-16
* Beef up GrContext::AutoMatrix to handle doing GrPaint matrix adjustments.Gravatar bsalomon@google.com2012-10-12
* SkTCopyOnFirstWriteGravatar bsalomon@google.com2012-10-11
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-09
* Speculative fix for Chrome bugGravatar robertphillips@google.com2012-10-08
* Make GrDrawState::AutoRestoreViewMatrix handle sampler matrices.Gravatar bsalomon@google.com2012-10-08
* Remove translate param from GrContext::drawPath (and subsequent calls).Gravatar bsalomon@google.com2012-10-08
* Move some auto restore helpers from GrDrawTarget to GrDrawState.Gravatar bsalomon@google.com2012-10-05
* GrPaint encapsulation.Gravatar bsalomon@google.com2012-10-05
* Fix find/replace missed in #ifdef'ed out code in r5827.Gravatar bsalomon@google.com2012-10-05
* Rename GrPaint fields/enums/members texture->color mask->coverage.Gravatar bsalomon@google.com2012-10-05
* Move setPaint from GrContext to GrDrawState.Gravatar bsalomon@google.com2012-10-05
* Add convenience function on GrDrawState to set state bit based on a bool.Gravatar bsalomon@google.com2012-10-04
* Fixed bug(s) in batching of rectsGravatar robertphillips@google.com2012-10-04
* Speculative render target ref/unref fixesGravatar robertphillips@google.com2012-10-01
* Fix some linux build warningsGravatar bsalomon@google.com2012-09-25
* Fix for GrTextureStripAtlas memory leakGravatar robertphillips@google.com2012-09-24
* Move GrTextureParams from GrSamplerState to GrTextureAccessGravatar bsalomon@google.com2012-09-18
* Fix texture ref/unref bug in GrContext::createResizedTextureGravatar robertphillips@google.com2012-09-11
* Removed access of freed memory in GrContext dtorGravatar robertphillips@google.com2012-09-11
* Removed old resource locking systemGravatar robertphillips@google.com2012-09-09
* Added explicit cache clearingGravatar robertphillips@google.com2012-09-07