- 9f2b86c More SkISizification in GPU code. by Brian Salomon · 5 years ago
- a00bcad Remove GrPixelConfig version of CompressedDataSize. by Greg Daniel · 5 years ago
- 7fd7a8a Remove uses of GrPixelConfig version of GrBytesPerPixel. by Greg Daniel · 5 years ago
- aee18c9 Cleanup after removal of IORefs from GrSurface by Robert Phillips · 5 years ago
- bf8bf83 Remove IORefs from GrSurface by Robert Phillips · 5 years ago
- f41b2bd Reland "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
- f21bf9e Revert "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
- 2a59541 Merge GrOpList and GrRTOpList and rename to GrOpsTask. by Greg Daniel · 5 years ago
- 201cdbb Make GrSamplerState.h and GrRenderTarget.h private by Brian Salomon · 5 years ago
- 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 5 years ago
- f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
- f9fcf7f Alter approximate scratch texture binning after 1024 by Robert Phillips · 5 years ago
- 1d43530 Pass alpha type to GrSurfaceContext::read/writePixels and remove flags. by Brian Salomon · 5 years ago
- f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
- c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
- 2d35a1c Move texture release proc to GrSurface so that render targets can also have releases. by Greg Daniel · 6 years ago
- 1676cb9 Restore ETC1 compressed texture support. by Jim Van Verth · 6 years ago
- bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 7 years ago
- 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 7 years ago
- 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 7 years ago
- 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 7 years ago
- d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 7 years ago
- c1ce2f7 Revert "Redefine the meaning of sample counts in GPU backend." by Brian Salomon · 7 years ago
- 48825b1 Redefine the meaning of sample counts in GPU backend. by Brian Salomon · 7 years ago
- f8e2502 Prepare to enable explicit gpu resource allocation (take 2) by Robert Phillips · 7 years ago
- 065b41d Revert "Prepare to enable explicit gpu resource allocation" by Greg Daniel · 7 years ago
- f290376 Prepare to enable explicit gpu resource allocation by Robert Phillips · 7 years ago
- e252f08 Add hint to SkSurface::MakeRenderTarget that we will use mips by Greg Daniel · 7 years ago
- c4f0a82 Move Flags from GrRenderTarget to GrTypesPriv.h & rename by Robert Phillips · 7 years ago
- 92de631 Remove compressed (ETC1) texture support from Ganesh (take 2) by Robert Phillips · 7 years ago
- bc262e1 Revert "Remove compressed (ETC1) texture support from Ganesh" by Brian Osman · 7 years ago
- ee26363 Remove compressed (ETC1) texture support from Ganesh by Robert Phillips · 7 years ago
- bb5711a Remove GrSurfaceDesc member from GrSurfaceProxy. by Brian Salomon · 7 years ago
- cef213c Move ReleaseProc info to GrTexture and for implementations to define it. by Greg Daniel · 8 years ago
- c589b0b Remove lastOpList capability from GrSurface by Robert Phillips · 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
- 1ec1faa Remove GrSurface::flushWrites by Robert Phillips · 8 years ago
- 84dd857 make GrPaint.h private -- IWYU by Mike Reed · 8 years ago
- 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 8 years ago
- b62ea22 Change GPU read/write pixels API to support color space conversion by Brian Osman · 8 years ago
- 31c2608 Demote savePixels to save_pixels by Robert Phillips · 8 years ago
- 1fcc404 SkEncodeImage: no more link-time registration by Hal Canary · 8 years ago
- db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
- a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 8 years ago
- 248ff02 SkImageEncoder: simplify API by Hal Canary · 8 years ago
- b446088 Fix computation of texture size for approximately-fit deferred proxies by Robert Phillips · 8 years ago
- 68b7a52 Fix fuzzer bug by Robert Phillips · 8 years ago
- d6214d4 Further centralize computation of GrSurface VRAM consumption - take 2 by Robert Phillips · 8 years ago
- 9c46b68 Revert "Further centralize computation of GrSurface VRAM consumption" by Ben Wagner · 8 years ago
- ccd3c89 Further centralize computation of GrSurface VRAM consumption by Robert Phillips · 8 years ago
- f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago
- f1c6cd7 Rename WorseCaseSize to WorstCasSize by robertphillips · 8 years ago
- 4c56b9f Cast for fuzzer complaint by robertphillips · 8 years ago
- 8c523e0 Move prepareForExternalIO from GrRenderTarget to GrDrawContext by robertphillips · 8 years ago
- 396fcdb Cleanup of code that converts from GPU-backed resources to SkImageInfo by brianosman · 8 years ago
- 52ede1d More removal of SkColorProfileType... by brianosman · 8 years ago
- 802acec Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of https://codereview.chromium.org/2071393002/ ) by egdaniel · 8 years ago
- 944876f More removal of SkColorProfileType... by brianosman · 8 years ago
- 55f2d2d Creating functions for uploading a mipmapped texture. by cblume · 9 years ago
- f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 9 years ago
- 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
- 6e83ac7 Defer flushes if kPreferNoIO is specified by robertphillips · 9 years ago
- e8d21e8 Make readpixels work on GrTextures by bsalomon · 9 years ago
- c49e868 Rename flushForExternalRead->flushForExternalIO and always call in SkSurface::getTextureHandle by bsalomon · 9 years ago
- 74f681d Make SkGpuDevice know its alpha type by bsalomon · 9 years ago
- de49988 add callbacks to Images that wrap client-provided content by reed · 9 years ago
- fa1e8a7 Add sRGB texture support. by jvanverth · 10 years ago
- a2c2323 Remove GrSurface::isSameAs by bsalomon · 10 years ago
- 87a94eb Rename and clarify semantics of GrContext::resolveRenderTarget. by bsalomon · 10 years ago
- 81beccc Devirtualize read/write pixels on surface. by bsalomon · 10 years ago
- f80bfed GrContext::copyTexture->GrContext::copySurface. by bsalomon · 10 years ago
- 85d3427 Revert of GrContext::copyTexture->GrContext::copySurface. Add a flush writes pixel ops flag. (patchset #3 id:40001 of https://codereview.chromium.org/622663002/) by bsalomon · 10 years ago
- cf99b00 GrContext::copyTexture->GrContext::copySurface. 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
- 8d034a1 Don't flush on read/write pixels unless necessary by bsalomon · 10 years ago
- 4401a1f Revert of Don't flush on read/write pixels unless necessary (patchset #2 id:20001 of https://codereview.chromium.org/586073002/) by bsalomon · 10 years ago
- 150723b Don't flush on read/write pixels unless necessary by bsalomon · 10 years ago
- e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
- 8482504 make allocPixels throw on failure by reed · 10 years ago
- 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
- 9ebcac5 add installPixels by reed@google.com · 11 years ago
- bf79023 Update all callsites to use info for pixelrefs by reed@google.com · 11 years ago
- 0daa1ad Reverting r12665 & r12666 (Remove duplicate impl for SkImageInfo flattening) due to Chromium/Blink compilation errors by robertphillips@google.com · 11 years ago
- 93b4059 Remvoe duplicate impl for SkImageInfo flattening Add onNewLockPixels by reed@google.com · 11 years ago
- 398337b Revert "remvoe duplicate impl for SkImageInfo flattening" by reed@google.com · 11 years ago
- a0d183d Revert "Revert of https://codereview.chromium.org/108773003/" by reed@google.com · 11 years ago
- ff9c6c9 Revert of https://codereview.chromium.org/108773003/ by commit-bot@chromium.org · 11 years ago
- f3aead2 remvoe duplicate impl for SkImageInfo flattening by reed@google.com · 11 years ago
- 6a32add Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap.""""" by reed@google.com · 11 years ago
- 6965a0a PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap."""" by reed@google.com · 11 years ago
- 2ebc10d Revert "Revert "Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap.""" by reed@google.com · 11 years ago
- 473f0aa Revert "Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap."" by reed@google.com · 11 years ago
- 5b132b2 Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap." by reed@google.com · 11 years ago
- 3e89524 PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap. by reed@google.com · 11 years ago