aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
Commit message (Expand)AuthorAge
* Allow unbudgeted resources to be recycled by the cache as scratch.Gravatar bsalomon2015-01-23
* Remove GrBinHashKeyGravatar bsalomon2015-01-23
* Compile fix after Add specialized content key class for resourcesGravatar kkinnunen2015-01-23
* Add specialized content key class for resources.Gravatar bsalomon2015-01-23
* Initialize the pad memory in GrBufferAllocPool.Gravatar dongseong.hwang2015-01-22
* Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilderGravatar egdaniel2015-01-22
* fLuminance is unsed unless SK_GAMMA_APPLY_TO_A8 is definedGravatar mtklein2015-01-22
* XPFactory lazily initializie in drawstate / GrPaintGravatar joshualitt2015-01-22
* Make SkStream *not* ref counted.Gravatar scroggo2015-01-21
* remove drawtypeGravatar joshualitt2015-01-21
* remove drawType from optStateGravatar joshualitt2015-01-21
* Add perspective divide when we're mapping down to a 2D varyingGravatar robertphillips2015-01-20
* Do more cleanup from xp changesGravatar egdaniel2015-01-20
* BUG=skia:Gravatar joshualitt2015-01-20
* Remove willReadDst from GrFragmentProcessor.Gravatar egdaniel2015-01-20
* Remove a few unused statements.Gravatar cwallez2015-01-19
* Broken dm fixGravatar sugoi2015-01-19
* YUV planes cacheGravatar sugoi2015-01-19
* Refactor position computation to enable device space "nudge"Gravatar robertphillips2015-01-18
* Require budget decision when creating a RenderTarget SkSurface.Gravatar bsalomon2015-01-16
* Add Xfer Processor for GrCustomXfermodesGravatar egdaniel2015-01-16
* Move XferEffects class to GrCustomXfermode fileGravatar egdaniel2015-01-15
* fMaxTexCoords is unused in Release buildsGravatar mtklein2015-01-14
* possible bug fix for nvprGravatar joshualitt2015-01-14
* Add Arithmetic mode xp.Gravatar egdaniel2015-01-14
* Make uncached textures uncached from the get go.Gravatar bsalomon2015-01-14
* More changes to bring together path / geo procsGravatar joshualitt2015-01-14
* Switch to a more complete method of filtering hoisted layersGravatar robertphillips2015-01-14
* fix for winvdows nvprGravatar joshualitt2015-01-13
* Move most of the transform logic into the primitive processorsGravatar joshualitt2015-01-13
* fix for FB fetch on nexus 10 ES3.0Gravatar joshualitt2015-01-13
* Revert of Switch to a more complete method of filtering hoisted layers (patch...Gravatar robertphillips2015-01-13
* Switch to a more complete method of filtering hoisted layersGravatar robertphillips2015-01-13
* Simplify SkInstCntGravatar mtklein2015-01-13
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Allow non-atlasable layer to still be hoistedGravatar robertphillips2015-01-08
* It is dangerous to ignore SkRect::intersect's return valueGravatar robertphillips2015-01-07
* Remove distance field generation and storage from SkGlyphCache.Gravatar jvanverth2015-01-07
* Revert of It is dangerous to ignore SkRect::intersect's return value (patchse...Gravatar robertphillips2015-01-07
* It is dangerous to ignore SkRect::intersect's return valueGravatar robertphillips2015-01-07
* Rename SkDrawPictureCallback to SkPicture::AbortCallbackGravatar robertphillips2015-01-07
* Revert of Rename SkDrawPictureCallback to SkPicture::AbortCallback (patchset ...Gravatar reed2015-01-06
* Rename SkDrawPictureCallback to SkPicture::AbortCallbackGravatar robertphillips2015-01-06
* Cap id size returned by GrScratchKey::GenerateResourceTypeGravatar robertphillips2015-01-05
* Add conic support to Default and AAConvex path redender.Gravatar egdaniel2015-01-05
* Fix for chrome fuzzerGravatar joshualitt2015-01-02
* Add a simpler key type for scratch resource keys.Gravatar bsalomon2014-12-30
* Fix for disabled color writes xp on n6Gravatar egdaniel2014-12-30
* ViewMatrix uniform upload moved to GeometryProcessorGravatar joshualitt2014-12-30
* Move ViewMatrix off of drawstateGravatar joshualitt2014-12-29