aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrContext.cpp
Commit message (Expand)AuthorAge
...
* 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
* Fix npot bitmap tilingGravatar bsalomon@google.com2012-07-24
* Remove easily-removable uses of setTexture(), instead creating a GrSingleText...Gravatar tomhudson@google.com2012-07-20
* Remove stage masksGravatar bsalomon@google.com2012-07-20
* Create GL implementation for GrSingleTextureEffect, use it instead of GrPaint...Gravatar tomhudson@google.com2012-07-19
* Clean up the use of AutoScratchTexture in the gaussian blur and morphologyGravatar senorblanco@chromium.org2012-07-18
* Having updated the documentation of GrCustomStage to argue that all custom st...Gravatar tomhudson@google.com2012-07-16
* Start removing calls to GrDrawState::setTexture() (and GrPaint::setTexture()?...Gravatar tomhudson@google.com2012-07-13
* Introduces new SingleTextureEffect base class for GrCustomStage objects.Gravatar tomhudson@google.com2012-07-12
* Added GrContext::AutoClipStack to encapsulate setting\resetting of clip stackGravatar robertphillips@google.com2012-07-11
* Minor refactoring to make GrAutoMatrix a nested sub-class of GrContextGravatar robertphillips@google.com2012-07-11
* Forced GrClip to always have conservative boundsGravatar robertphillips@google.com2012-07-11
* Change TextContext handling of stages and draw targets; this allows us toGravatar tomhudson@google.com2012-07-11
* More carefully disable stages in Ganesh to avoid textures or effectsGravatar tomhudson@google.com2012-07-10
* Add placement new macros to SkPostConfig, call SkNEW* from Ganesh.Gravatar tomhudson@google.com2012-07-09
* Rolling back r4034 (Proposed plumbing to propagate save & restore)Gravatar robertphillips@google.com2012-07-03
* plumb SkInstCnt to all subclasses of GrRefCntGravatar reed@google.com2012-06-26
* Disable assert blocking DEPS roll. This is a sanity-checking assert notGravatar tomhudson@google.com2012-06-25
* Fix crash when buidling with no deferred drawing in grcontextGravatar bsalomon@google.com2012-06-25
* Add GrPaint::*StageEnabled() and GrDrawState::stageEnabled() functions.Gravatar tomhudson@google.com2012-06-25
* Simplify vertex layout bitfields by making Position-as-texcoords theGravatar tomhudson@google.com2012-06-25
* Extend texture release on GrDrawState to also handle custom stages.Gravatar tomhudson@google.com2012-06-22
* Revert r4287. Large numbers of textures created by random gradients can cause...Gravatar bsalomon@google.com2012-06-22
* Fix clipping of ovals on top & rightGravatar robertphillips@google.com2012-06-22
* AutoScratchTexture can now release its texture and it will return to the text...Gravatar robertphillips@google.com2012-06-22
* Fixed two bugs in SW-only clip mask generationGravatar robertphillips@google.com2012-06-21
* Remove count budget from resource cacheGravatar bsalomon@google.com2012-06-21
* TLS GrContext countGravatar bsalomon@google.com2012-06-15
* releaseTextures portion of GrDrawState Ref textures CL (http://codereview.app...Gravatar robertphillips@google.com2012-06-13
* Split GrContext's AA Rect drawing methods into helper classGravatar robertphillips@google.com2012-06-12
* Move clientID into texture descGravatar robertphillips@google.com2012-06-07
* Search and replace change. Some Gr enum value names didn't have a "Gr" in the...Gravatar bsalomon@google.com2012-06-06
* Remove gpu stats trackingGravatar bsalomon@google.com2012-06-06
* GrTexture can now create its own cache keyGravatar robertphillips@google.com2012-06-04
* Implement morphology as a custom effectGravatar bsalomon@google.com2012-05-31
* Rolling back 4053Gravatar robertphillips@google.com2012-05-28
* Speculative fix for Android Debug only crash in r4049Gravatar robertphillips@google.com2012-05-28
* Rolling back r4049Gravatar robertphillips@google.com2012-05-25
* Altered GrDrawState to always ref textures and render targetGravatar robertphillips@google.com2012-05-25
* Removed SoftwarePathRenderer from GrContext's path renderer chainGravatar robertphillips@google.com2012-05-23
* Plumbing to propagate save & restore from SkCanvas down to GrContext & lowerGravatar robertphillips@google.com2012-05-23
* Free cached AA clip mask when create hard/stencil clip maskGravatar robertphillips@google.com2012-05-17
* make "Partial pixel coverage will be incorrectly blended" debug message condi...Gravatar reed@google.com2012-05-15
* Attached ClipMaskManager to GPU resource freeing systemGravatar robertphillips@google.com2012-05-14
* Fixed GrContext.cpp Windows compiler complaintsGravatar robertphillips@google.com2012-05-10
* Move convolution from code in GrGLProgram to new GrConvolutionEffectGravatar tomhudson@google.com2012-05-10
* Fix to prevent infinite recursion during AA clip mask generationGravatar robertphillips@google.com2012-05-03
* Moved SW path renderer from GrContext.cpp to GrSoftwarePathRenderer.cppGravatar robertphillips@google.com2012-05-01