| Commit message (Expand) | Author | Age |
* | GrDrawContext now holds GrRenderTarget pointer | robertphillips | 2015-10-15 |
* | post-commit fixes to applyFilter CL | reed | 2015-10-12 |
* | add applyFilter() to SkImage | reed | 2015-10-12 |
* | Remove image usage type enum. Use GrTextureParams instead. | bsalomon | 2015-10-12 |
* | Move functions from SkGr to SkGrPriv.h | bsalomon | 2015-10-09 |
* | Bye bye processor data manager. | bsalomon | 2015-10-06 |
* | SkImage doesn't use props, so don't need to store it | reed | 2015-10-04 |
* | Revert[4] of add ImageShader, sharing code with its Bitmap cousin | reed | 2015-09-30 |
* | Have /src files use header directly. | herb | 2015-09-29 |
* | SkImage::NewFromBitmap works with Index8 | halcanary | 2015-09-28 |
* | Move SkAtomics.h to private. | herb | 2015-09-28 |
* | Revert of Revert[2] of add ImageShader, sharing code with its Bitmap cousin (... | reed | 2015-09-28 |
* | Revert of change pixel-serializer to support reencoding existing data (patchs... | reed | 2015-09-28 |
* | change pixel-serializer to support reencoding existing data | reed | 2015-09-28 |
* | Make skpaint->grpaint flow work for composing draws (verts and atlas) | bsalomon | 2015-09-28 |
* | Revert[2] of add ImageShader, sharing code with its Bitmap cousin | reed | 2015-09-25 |
* | Remove SkImage::newImage() | fmalita | 2015-09-24 |
* | remove unused (by the outside) SkImage::newSurface, and simplify newImage -> ... | reed | 2015-09-24 |
* | Remove SkNEW and SkDELETE macros | mdempsky | 2015-09-22 |
* | Revert of add ImageShader, sharing code with its Bitmap cousin (patchset #10 ... | tomhudson | 2015-09-18 |
* | add ImageShader, sharing code with its Bitmap cousin | reed | 2015-09-18 |
* | Purge cached resources on SkImage destruction. | fmalita | 2015-09-18 |
* | share IDs between cacherator and its host-image | reed | 2015-09-17 |
* | have raster-image return itself as a texture | reed | 2015-09-16 |
* | remove code from SK_SUPPORT_LEGACY_NEWFROMGENERATOR, eliminates caller of dep... | reed | 2015-09-14 |
* | impl preroll for all image backends | reed | 2015-09-14 |
* | Use SkImageCacherator in SkImages | reed | 2015-09-10 |
* | make a shallow-copy so we don't get racy trying to lock/unlock our private bi... | reed | 2015-09-10 |
* | Add a SkPixelSerializer SkImage encode variant | fmalita | 2015-09-03 |
* | forgot base impl | reed | 2015-09-02 |
* | add preroll to image, for chrome's warmup pass | reed | 2015-09-01 |
* | Limit lifetime of GrDrawContext objects | robertphillips | 2015-09-01 |
* | Style Change: NULL->nullptr | halcanary | 2015-08-27 |
* | Remove GrStagedProcessor, remove the word Stage as it applies to FPs | bsalomon | 2015-08-27 |
* | Style Change: SkNEW->new; SkDELETE->delete | halcanary | 2015-08-26 |
* | Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FP... | rmistry | 2015-08-26 |
* | Remove GrStagedProcessor, remove the word Stage as it applies to FPs | bsalomon | 2015-08-26 |
* | SkImage method for detecting lazy decoding | fmalita | 2015-08-20 |
* | Move SkTemplates.h to private. | bungeman | 2015-08-19 |
* | add SkImage::NewFromPicture and a GM to test it | reed | 2015-08-13 |
* | SkSurface copy-on-write can yield stale GPU render targets. | fmalita | 2015-08-06 |
* | init atomic bool in SkImage_Gpu | bsalomon | 2015-08-05 |
* | cache private readback for gpu-images | reed | 2015-08-04 |
* | Some cleanup in GrTextureProvider and GrResourceProvider. | bsalomon | 2015-07-31 |
* | lock pixels in image when bitmap is immutable and not-lazy | reed | 2015-07-30 |
* | fix empty image constructor | reed | 2015-07-30 |
* | unify pixelref and image ID space, so we can share IDs when we share pixels | reed | 2015-07-30 |
* | SkImage_Raster's pixels are always immutable. | reed | 2015-07-29 |
* | Make peekPixels() usable with raster surface snapshots | fmalita | 2015-07-27 |
* | Make readpixels work on GrTextures | bsalomon | 2015-07-16 |