aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/SkGr.cpp
Commit message (Expand)AuthorAge
* Don't draw if SkShader::asNewFragmentProcessor fails.Gravatar bsalomon2015-04-15
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* add kGray_8_SkColorTypeGravatar reed2015-03-17
* Adding linear interpolation to rgb->yuv conversionGravatar sugoi2015-03-06
* change colorfilter to return an array of frag processorsGravatar reed2015-03-03
* adding preabandon flag to DMGravatar joshualitt2015-02-25
* I'd really like to land this before the branch so speedy reviews are apprecia...Gravatar joshualitt2015-02-25
* Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.c...Gravatar joshualitt2015-02-25
* I'd really like to land this before the branch so speedy reviews are apprecia...Gravatar joshualitt2015-02-25
* Dynamically create stencil buffer when needed.Gravatar bsalomon2015-02-23
* Allow resources' unique keys to be changed.Gravatar bsalomon2015-02-19
* Rename GrContentKey to GrUniqueKeyGravatar bsalomon2015-02-19
* Pass Rendertarget into context.Gravatar joshualitt2015-02-18
* YUV scale fixGravatar sugoi2015-02-13
* Revert of YUV scale fix (patchset #2 id:20001 of https://codereview.chromium....Gravatar jvanverth2015-02-13
* YUV scale fixGravatar sugoi2015-02-13
* Reimplement gpu message bus for invalidated bitmap gen IDsGravatar bsalomon2015-02-06
* One createTexture function, attempt to recycle scratch in createTexture.Gravatar bsalomon2015-02-06
* More cleanup around GrContext, textures, and SkGr.cppGravatar bsalomon2015-02-04
* No more caching volatile bitmapsGravatar sugoi2015-02-04
* Make npot resizing work properly for bmps that are explicitly texture backed.Gravatar bsalomon2015-02-04
* Move npot resizing out of GrContext and simplify GrContext texture functions.Gravatar bsalomon2015-02-02
* Revert of Move npot resizing out of GrContext and simplify GrContext texture ...Gravatar bsalomon2015-01-31
* Move npot resizing out of GrContext and simplify GrContext texture functions.Gravatar bsalomon2015-01-31
* Revert of Move npot resizing out of GrContext and simplify GrContext texture ...Gravatar fmalita2015-01-31
* Move npot resizing out of GrContext and simplify GrContext texture functions.Gravatar bsalomon2015-01-30
* Add specialized content key class for resources.Gravatar bsalomon2015-01-23
* Do more cleanup from xp changesGravatar egdaniel2015-01-20
* Broken dm fixGravatar sugoi2015-01-19
* YUV planes cacheGravatar sugoi2015-01-19
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Disable GPU sRGB textures for the moment.Gravatar jvanverth2014-12-22
* Add sRGB texture support.Gravatar jvanverth2014-12-22
* When bitmap is texture backed, don't download and reupload pixelsGravatar bsalomon2014-12-19
* remove view matrix from contextGravatar joshualitt2014-12-17
* Make all blending up to GrOptDrawState be handled by the xp/xp factory.Gravatar egdaniel2014-12-09
* Revert of Make all blending up to GrOptDrawState be handled by the xp/xp fact...Gravatar egdaniel2014-12-08
* Make all blending up to GrOptDrawState be handled by the xp/xp factory.Gravatar egdaniel2014-12-08
* Use static XPF for porter duff xp factories.Gravatar egdaniel2014-12-03
* Add XferProcessor factory in GrPaint and GrDrawState.Gravatar egdaniel2014-12-03
* SkColorTable locking serves no purpose anymore.Gravatar mtklein2014-12-02
* Replace GrResourceCache with GrResourceCache2.Gravatar bsalomon2014-11-14
* Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:1200...Gravatar bsalomon2014-11-14
* Replace GrResourceCache with GrResourceCache2.Gravatar bsalomon2014-11-14
* Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:1000...Gravatar bsalomon2014-11-13
* Replace GrResourceCache with GrResourceCache2.Gravatar bsalomon2014-11-13
* Cleanup: Go with SkDebugf instead of GrPrintf.Gravatar tfarina2014-10-31
* rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlagsGravatar bsalomon2014-10-28
* When bmp is not cached don't upload as index8 format.Gravatar bsalomon2014-10-24
* Disabled YUV decoding for subsetsGravatar sugoi2014-10-16