| Commit message (Expand) | Author | Age |
* | Retract GrTexture*.h & GrRenderTarget*.h from other headers | Robert Phillips | 2017-06-13 |
* | Expand texturability testing to cover mip-mapped textures, and fix iOS | Brian Osman | 2017-06-02 |
* | Revert "Expand texturability testing to cover mip-mapped textures, and fix iOS" | Brian Osman | 2017-06-01 |
* | Expand texturability testing to cover mip-mapped textures, and fix iOS | Brian Osman | 2017-06-01 |
* | Revert "Expand texturability testing to cover mip-mapped textures, and fix iOS" | Brian Osman | 2017-06-01 |
* | Expand texturability testing to cover mip-mapped textures, and fix iOS | Brian Osman | 2017-06-01 |
* | Disable MSAA for Intel GPUs and re-enable GrSurfaceRenderability test | Robert Phillips | 2017-05-25 |
* | Revert "Revert "Add a flag to GrSurfaceFlags that requires the texture to be ... | Brian Salomon | 2017-05-23 |
* | Revert "Add a flag to GrSurfaceFlags that requires the texture to be cleared ... | Brian Salomon | 2017-05-23 |
* | Add a flag to GrSurfaceFlags that requires the texture to be cleared upon cre... | Brian Salomon | 2017-05-23 |
* | Add fixes & test for isConfigTexturable and isConfigRenderable | Robert Phillips | 2017-05-22 |
* | Revert "Revert "Plumb GrBackendTexture throughout skia."" | Greg Daniel | 2017-04-20 |
* | Revert "Plumb GrBackendTexture throughout skia." | Stan Iliev | 2017-04-19 |
* | Plumb GrBackendTexture throughout skia. | Greg Daniel | 2017-04-18 |
* | Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv ... | Robert Phillips | 2017-04-06 |
* | Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrCont... | Robert Phillips | 2017-04-05 |
* | Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv ... | Robert Phillips | 2017-04-05 |
* | Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrCont... | Robert Phillips | 2017-04-05 |
* | Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv | Robert Phillips | 2017-04-05 |
* | Rebase and fix chromium | Brian Osman | 2017-03-04 |
* | Revert "Revert "Revert "Revert "Move GrTextureProvider to src"""" | Brian Osman | 2017-03-02 |
* | Revert "Revert "Revert "Move GrTextureProvider to src""" | Brian Osman | 2017-03-02 |
* | Revert "Revert "Move GrTextureProvider to src"" | Brian Osman | 2017-03-01 |
* | Revert "Move GrTextureProvider to src" | Brian Osman | 2017-03-01 |
* | Move GrTextureProvider to src | Brian Osman | 2017-03-01 |
* | Remove SkAutoTUnref and SkAutoTDelete from public includes. | bungeman | 2016-10-27 |
* | Remove many uses of kSkia8888 and kSkiaGamma8888 | Brian Osman | 2016-10-14 |
* | Turn ContextInfos returned by GrContextFactory into structs. | bsalomon | 2016-05-11 |
* | Make existing unit tests only run on GL contexts | bsalomon | 2016-04-06 |
* | One signature for creating unit tests that run on premade GrContexts | bsalomon | 2016-04-05 |
* | Move Budgeted enum out of SkSurface, use in GrTextureProvider | bsalomon | 2016-02-25 |
* | Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc... | bsalomon | 2016-02-25 |
* | Move Budgeted enum out of SkSurface, use in GrTextureProvider | bsalomon | 2016-02-25 |
* | Generate list of GPU contexts outside tests | kkinnunen | 2015-12-01 |
* | Use a struct for client GL texture handles | bsalomon | 2015-11-10 |
* | Style Change: NULL->nullptr | halcanary | 2015-08-27 |
* | Add support for creating texture backed images where Skia will delete the tex... | bsalomon | 2015-06-18 |
* | This replaces the texture creation/caching functions on GrContext with a GrTe... | bsalomon | 2015-04-30 |
* | One createTexture function, attempt to recycle scratch in createTexture. | bsalomon | 2015-02-06 |
* | Remove GrSurface::isSameAs | bsalomon | 2014-11-25 |
* | rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags | bsalomon | 2014-10-28 |
* | Make "priv" classes for GrTexure and GrSurface. | bsalomon | 2014-09-30 |
* | Revert of Make "priv" classes for GrTexure and GrSurface. (patchset #9 id:260... | robertphillips | 2014-09-30 |
* | Make "priv" classes for GrTexure and GrSurface. | bsalomon | 2014-09-29 |
* | "NULL !=" = NULL | bsalomon | 2014-09-05 |
* | Preprend Test to test function name generated by DEF_TEST() macro. | tfarina | 2014-06-24 |
* | Move macros from TestClassDef.h to Test.h | commit-bot@chromium.org | 2014-01-14 |
* | Add a DEF_GPUTEST() macro. | tfarina@chromium.org | 2014-01-10 |
* | Reland of 8525 with fix for case when GrRT outlives GrTexture. | bsalomon@google.com | 2013-04-09 |
* | Revert 8525,8526 pending investigation of bench_pictures crashes. | bsalomon@google.com | 2013-04-03 |