| Commit message (Expand) | Author | Age |
* | Refactor drawContext/RenderTarget creation | robertphillips | 2016-04-27 |
* | Bring sk_sp to GrDrawContext | robertphillips | 2016-04-27 |
* | Retract SkDevice a bit more | robertphillips | 2016-04-22 |
* | Remove some unnecessary #includes of SkImageFilter.h | senorblanco | 2016-04-22 |
* | Refactor to separate backend object lifecycle and GpuResource budget decision | kkinnunen | 2016-04-22 |
* | Add onImageInfo call to SkImage_Base. | herb | 2016-04-19 |
* | Remove GrTextureStorageAllocator. This was added from Chromium but never used... | bsalomon | 2016-04-13 |
* | change flattenable factory to return sk_sp | reed | 2016-04-03 |
* | Add getDeferredTextureImageData early out | ericrk | 2016-03-24 |
* | images with offset bitmap don't share genid | halcanary | 2016-03-24 |
* | switch surface to sk_sp | reed | 2016-03-23 |
* | sRGB support in Ganesh. Several pieces: | brianosman | 2016-03-21 |
* | Propogate SkBudgeted for NewFromDeferredTextureImageData | ericrk | 2016-03-18 |
* | Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of ... | brianosman | 2016-03-17 |
* | sRGB support in Ganesh. Several pieces: | brianosman | 2016-03-17 |
* | update callsites for Make image factories | reed | 2016-03-17 |
* | Add SkSpecialImage::extractSubset & NewFromPixmap | robertphillips | 2016-03-17 |
* | detach -> release | mtklein | 2016-03-16 |
* | Revert of Add SkSpecialImage::extractSubset & NewFromPixmap (patchset #5 id:8... | robertphillips | 2016-03-16 |
* | Add SkSpecialImage::extractSubset & NewFromPixmap | robertphillips | 2016-03-16 |
* | Add deferred texture upload API. | bsalomon | 2016-03-11 |
* | Revert "Revert of add Make variations to return SkImage by sk_sp (patchset #5... | reed | 2016-03-11 |
* | Revert of add Make variations to return SkImage by sk_sp (patchset #5 id:8000... | robertphillips | 2016-03-10 |
* | add Make variations to return SkImage by sk_sp | reed | 2016-03-10 |
* | Restore SkImage::NewTextureFromPixmap changes. | bsalomon | 2016-03-09 |
* | TBR=robertphillips@google.com | bsalomon | 2016-03-09 |
* | SkImage now has makeShader to return sk_sp | reed | 2016-03-09 |
* | unify peekPixels around pixmap parameter | reed | 2016-03-09 |
* | Add SkImage::NewTextureFromPixmap | bsalomon | 2016-03-09 |
* | Add support for new bitmapshader context (patchset #5 id:80001 of https://cod... | reed | 2016-03-04 |
* | Enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://code... | reed | 2016-03-03 |
* | Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of ht... | halcanary | 2016-03-03 |
* | enforce 16byte alignment in shader contexts | reed | 2016-03-03 |
* | Revert of add support for new bitmapshader context (patchset #5 id:80001 of h... | reed | 2016-03-03 |
* | add support for new bitmapshader context | reed | 2016-03-03 |
* | fission bitmapprocstate | reed | 2016-03-02 |
* | Remove internal calls to SkImage::getTexture | bsalomon | 2016-02-29 |
* | When a surface is backed by an external render target force a copy on image snap | bsalomon | 2016-02-26 |
* | 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 |
* | Fix ~,! typo when clearing kRenderTarget flag | Brian Salomon | 2016-02-24 |
* | Add wrapBackendTextureAsRenderTarget API | ericrk | 2016-02-24 |
* | Allow client to force an SkImage snapshot to be unique (and uniquely own its ... | bsalomon | 2016-02-22 |
* | Add ContextRec param to SkShader::contextSize() | fmalita | 2016-02-22 |
* | Make copySurface work for texture dsts, return a bool, & add unit test. | bsalomon | 2016-02-16 |
* | blitters for sRGB and float16 | reed | 2016-02-15 |
* | Revert of Make copySurface work for texture dsts, return a bool, & add unit t... | kjlubick | 2016-02-11 |
* | Make copySurface work for texture dsts, return a bool, & add unit test. | bsalomon | 2016-02-11 |
* | skia: Add support for CHROMIUM_image backed textures. | erikchen | 2016-02-10 |