aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/SkGr.cpp
Commit message (Expand)AuthorAge
* Fix NULL accessGravatar bsalomon2015-06-01
* Stretch small textures up to 16 pixels on PowerVR 54xGravatar bsalomon2015-06-01
* Add direct getter for GrCaps to GrContext.Gravatar bsalomon2015-05-29
* Revert of Add direct getter for GrCaps to GrContext. (patchset #4 id:60001 of...Gravatar bsalomon2015-05-28
* Add direct getter for GrCaps to GrContext.Gravatar bsalomon2015-05-28
* Split drawing functionality out of GrContext and into new GrDrawContextGravatar robertphillips2015-05-26
* Further work on sRGB support.Gravatar jvanverth2015-05-22
* new image from backend descGravatar reed2015-05-07
* This replaces the texture creation/caching functions on GrContext with a GrTe...Gravatar bsalomon2015-04-30
* 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