- fa5e68e add getTextureHandle to SkSurface by reed · 9 years ago
- 74f681d Make SkGpuDevice know its alpha type by bsalomon · 9 years ago
- 7b05ff1 Rename all things "leaky" in SkDevice by robertphillips · 9 years ago
- fcf7829 remove SkDeviceProperties by robertphillips · 9 years ago
- 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
- 7a61793 Don't clear in SkSurface::NewWrappedRenderTarget by bsalomon · 9 years ago
- dded696 Implement support for mixed sampled render targets by vbuzinov · 9 years ago
- 5581236 Towards removing getTexture() on SkImage by bsalomon · 9 years ago
- 9572a10 don't use accessBitmap by reed · 9 years ago
- 8b26b99 new image from backend desc by reed · 9 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
- e4579ad Add helper for creating a SkSurface from a client created texture. by bsalomon · 10 years ago
- abcfab4 Swap render target instead of creating a new gpu device for surface copy-on-write by kkinnunen · 10 years ago
- 3582d3e Split out methods in GrGpuResource::CacheAccess that can be called outside of the cache. by bsalomon · 10 years ago
- eaaaf0b Take budgeted param when snapping new image. by bsalomon · 10 years ago
- afe3005 Require budget decision when creating a RenderTarget SkSurface. by bsalomon · 10 years ago
- 7b9e8a4 Apply the layer's image filter to the hoisted image by robertphillips · 10 years ago
- 8eddfb5 Change clear() to respect the clip by reed · 10 years ago
- af641a1 Revert "Change clear() to respect the clip" by reed · 10 years ago
- 3729469 Change clear() to respect the clip by reed · 10 years ago
- 4af267b add SkImage::newSurface by reed · 10 years ago
- b2db898 rename filterTextFlags to disableLCD by reed · 10 years ago
- 4736e14 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
- aa30ab3 Revert of Get gpudft support working in dm, gm, nanobench and bench_pictures (patchset #2 id:20001 of https://codereview.chromium.org/699453005/) by jvanverth · 10 years ago
- 06ba179 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
- f037e0b allow SkUserConfig.h to control NOGPU by reed · 10 years ago
- f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
- e305973 Remove uses of GrAutoScratchTexture. by bsalomon · 10 years ago
- bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
- 9323b8b Revert "GrResourceCache2 manages scratch texture." by Brian Salomon · 10 years ago
- d14e1a2 GrResourceCache2 manages scratch texture. 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
- dbe6074 Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 of https://codereview.chromium.org/608883003/) by robertphillips · 10 years ago
- 3d398c8 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
- 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
- 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
- 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
- 65b4895 remove RenderTargetFlags -- NewRenderTargetDirect will never clear by reed · 10 years ago
- 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
- 952841b Begin atlasing by robertphillips · 10 years ago
- e462f2b Revert of Begin atlasing (https://codereview.chromium.org/354533004/) by robertphillips · 10 years ago
- 55e61f0 Begin atlasing by robertphillips · 10 years ago
- 6fcd1ef Add flag for SkGpuSurface creation to enable distance fields. by commit-bot@chromium.org · 11 years ago
- 3adcc34 stop using deprecated bitmap::config for gpu by commit-bot@chromium.org · 11 years ago
- 28361fa Add discard API to SkCanvas, plumb it to glDiscardFramebuffer() by commit-bot@chromium.org · 11 years ago
- d8a57af Adding a new SkSurface factory for generating surfaces from the scratch texture pool. by commit-bot@chromium.org · 11 years ago
- e492ac4 Manual revert of https://code.google.com/p/skia/source/detail?r=13353 due to perf regression. by commit-bot@chromium.org · 11 years ago
- 403f8d7 still trying to kill setDevice: rename to setRootDevice (better name) and make private by commit-bot@chromium.org · 11 years ago
- 15a1405 Change device factories to take SkImageInfo instead of SkBitmap::Config by commit-bot@chromium.org · 11 years ago
- d5911c4 remove unneeded SK_SUPPORT_LEGACY_NEWRENDERTARGETDIRECT by reed@google.com · 11 years ago
- 70ac79b use new instead of createCompatibleDevice, since we know the subclass we want by reed@google.com · 11 years ago
- 372b7a4 remove redundant GrContext parameter to NewRenderTargetDirect by reed@google.com · 11 years ago
- ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
- 2bd8b81 move SkImage::ColorType into SkColorType by reed@google.com · 11 years ago
- db6fa17 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
- 4d24b74 Make SkImage_Gpu share it's pixelref with the surface to prevent premature return to scratch pool. by commit-bot@chromium.org · 11 years ago
- b8d00db Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. by commit-bot@chromium.org · 11 years ago
- d092524 Force checking of all color, stencil and FBO allocations for SkSurface_Gpu. This fixes the software canvas fallback in Chrome. by senorblanco@chromium.org · 11 years ago
- c4c9870 Adding optimization to avoid image copy in SkSurface copy on write when content is discardable by commit-bot@chromium.org · 12 years ago
- acea3ef Cleanup: Removing unnecessary args/complexity in SkSurface_Base and friends by junov@chromium.org · 12 years ago
- 5ee449a Fixing viral copy/paste typo Shapshot -> Snapshot by junov@chromium.org · 12 years ago
- 45c3db8 Fixed bug in SkSurface_Gpu to make the surface receive the new copy when copy by junov@chromium.org · 12 years ago
- e0e385c Removed unused parameters by sugoi@google.com · 12 years ago
- e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- b947625 remove unused (and undefined) SkColorSpace parameter. by mike@reedtribe.org · 12 years ago
- ea5d8af Fix for 2 parallel gpu rendering issues (bigbitmaprect & image-surface) by robertphillips@google.com · 12 years ago
- 671eac6 Fix leaks in SkSurface_Gpu.cpp by robertphillips@google.com · 12 years ago
- f3dc199 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 97b6b07 Fleshed out GPU portion of image/surface feature by robertphillips@google.com · 12 years ago
- fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
- 5d4ba88 check-point for gpu support in SkImage/SkSurface by reed@google.com · 12 years ago