- e2d76d5 Remove fIsMipMapped from GrSurfaceDesc by Greg Daniel · 7 years ago
- 90f28ec Add some asserts and explict setting of fIsMipMapped by Greg Daniel · 7 years ago
- 2191823 Revert "Remove isMipMapped from GrSurfaceDesc" and follow up find exact scratch CL by Greg Daniel · 7 years ago
- 52cb5fe Remove isMipMapped from GrSurfaceDesc by Greg Daniel · 7 years ago
- f95b175 Retract Gr*Priv.h includes a bit by Robert Phillips · 7 years ago
- b0e93a2 Remove origin field from GrSurface (take 2) by Robert Phillips · 7 years ago
- 7294b85 Revert "Remove origin field from GrSurface" by Robert Phillips · 7 years ago
- df0e09f Remove origin field from GrSurface by Robert Phillips · 8 years ago
- 16d8ec6 Pull non-substantive changes out of omnibus GrSurface CL by Robert Phillips · 8 years ago
- 2890fbf Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget) by Robert Phillips · 8 years ago
- 066f020 Reduce dependence on GrSurface's origin field (take 3) by Robert Phillips · 8 years ago
- 6af2a66 Revert "Reduce dependence on GrSurface's origin field (take 2)" by Robert Phillips · 8 years ago
- 22115b4 Reduce dependence on GrSurface's origin field (take 2) by Robert Phillips · 8 years ago
- 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 8 years ago
- 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 8 years ago
- d17f658 Remove GrBackendTextureDesc by Brian Salomon · 8 years ago
- 8e8c755 Move GrResourceProvider::createMipMappedTexture to GrSurfaceProxy::MakeDeferredMipMap by Robert Phillips · 8 years ago
- 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 8 years ago
- 48c9919 Expand texturability testing to cover mip-mapped textures, and fix iOS by Brian Osman · 8 years ago
- 842a560 Revert "Expand texturability testing to cover mip-mapped textures, and fix iOS" by Brian Osman · 8 years ago
- c2b5175 Expand texturability testing to cover mip-mapped textures, and fix iOS by Brian Osman · 8 years ago
- c674e26 Revert "Expand texturability testing to cover mip-mapped textures, and fix iOS" by Brian Osman · 8 years ago
- 9f6f41b Expand texturability testing to cover mip-mapped textures, and fix iOS by Brian Osman · 8 years ago
- 3b3307f Disable MSAA for Intel GPUs and re-enable GrSurfaceRenderability test by Robert Phillips · 8 years ago
- d17b4a6 Revert "Revert "Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. "" by Brian Salomon · 8 years ago
- a9e795e Revert "Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. " by Brian Salomon · 8 years ago
- 45e5068 Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. by Brian Salomon · 8 years ago
- b7b7e5f Add fixes & test for isConfigTexturable and isConfigRenderable by Robert Phillips · 8 years ago
- 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 8 years ago
- 7fa5c31 Revert "Plumb GrBackendTexture throughout skia." by Stan Iliev · 8 years ago
- 7da62b9 Plumb GrBackendTexture throughout skia. by Greg Daniel · 8 years ago
- e78b725 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 3) by Robert Phillips · 8 years ago
- 1b35256 Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)" by Robert Phillips · 8 years ago
- aaee31f Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2) by Robert Phillips · 8 years ago
- 171cc5f Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv" by Robert Phillips · 8 years ago
- fb0bd98 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv by Robert Phillips · 8 years ago
- 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago
- 655f347 Revert "Revert "Revert "Revert "Move GrTextureProvider to src"""" by Brian Osman · 8 years ago
- 580ffa0 Revert "Revert "Revert "Move GrTextureProvider to src""" by Brian Osman · 8 years ago
- 2fe8373 Revert "Revert "Move GrTextureProvider to src"" by Brian Osman · 8 years ago
- 13d7f5d Revert "Move GrTextureProvider to src" by Brian Osman · 8 years ago
- 24429c6 Move GrTextureProvider to src by Brian Osman · 8 years ago
- 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
- 777b563 Remove many uses of kSkia8888 and kSkiaGamma8888 by Brian Osman · 8 years ago
- 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 9 years ago
- 758586c Make existing unit tests only run on GL contexts by bsalomon · 9 years ago
- f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 9 years ago
- 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
- bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 9 years ago
- 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
- 1530283 Generate list of GPU contexts outside tests by kkinnunen · 9 years ago
- 091f60c Use a struct for client GL texture handles by bsalomon · 9 years ago
- 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
- 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 10 years ago
- d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 10 years ago
- d042358 One createTexture function, attempt to recycle scratch in createTexture. by bsalomon · 10 years ago
- a2c2323 Remove GrSurface::isSameAs by bsalomon · 10 years ago
- f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
- afbf2d6 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
- b06e5a2 Revert of Make "priv" classes for GrTexure and GrSurface. (patchset #9 id:260001 of https://codereview.chromium.org/596053002/) by robertphillips · 10 years ago
- c0eb9b9 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
- 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
- 9ea53f9 Preprend Test to test function name generated by DEF_TEST() macro. by tfarina · 11 years ago
- e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
- 4ee16bf Add a DEF_GPUTEST() macro. by tfarina@chromium.org · 11 years ago
- 686bcb8 Reland of 8525 with fix for case when GrRT outlives GrTexture. by bsalomon@google.com · 12 years ago
- e06f8ef Revert 8525,8526 pending investigation of bench_pictures crashes. by bsalomon@google.com · 12 years ago
- d02e880 Remove GrTexture::releaseRenderTarget() and add GrSurface::isSameAs(). by bsalomon@google.com · 12 years ago