- 8b26b99 new image from backend desc by reed · 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
- bed83a6 Don't draw if SkShader::asNewFragmentProcessor fails. by bsalomon · 10 years ago
- 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
- 0c9b1a8 add kGray_8_SkColorType by reed · 10 years ago
- 4ab3dbb Adding linear interpolation to rgb->yuv conversion by sugoi · 10 years ago
- cff10b2 change colorfilter to return an array of frag processors by reed · 10 years ago
- 5f5a8d7 adding preabandon flag to DM by joshualitt · 10 years ago
- 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
- 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 10 years ago
- 586d5d6 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
- 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 10 years ago
- f99e961 Allow resources' unique keys to be changed. by bsalomon · 10 years ago
- 8718aaf Rename GrContentKey to GrUniqueKey by bsalomon · 10 years ago
- 25d9c15 Pass Rendertarget into context. by joshualitt · 10 years ago
- 4ccce7e YUV scale fix by sugoi · 10 years ago
- 0ff748a Revert of YUV scale fix (patchset #2 id:20001 of https://codereview.chromium.org/922273002/) by jvanverth · 10 years ago
- e6eddf7 YUV scale fix by sugoi · 10 years ago
- 23e619c Reimplement gpu message bus for invalidated bitmap gen IDs by bsalomon · 10 years ago
- d042358 One createTexture function, attempt to recycle scratch in createTexture. by bsalomon · 10 years ago
- d2a6f4e More cleanup around GrContext, textures, and SkGr.cpp by bsalomon · 10 years ago
- ba18f91 No more caching volatile bitmaps by sugoi · 10 years ago
- 8842556 Make npot resizing work properly for bmps that are explicitly texture backed. by bsalomon · 10 years ago
- 37f9a26 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
- e137db8 Revert of Move npot resizing out of GrContext and simplify GrContext texture functions. (patchset #10 id:200001 of https://codereview.chromium.org/882223003/) by bsalomon · 10 years ago
- 6c96672 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
- 6bfef2d Revert of Move npot resizing out of GrContext and simplify GrContext texture functions. (patchset #9 id:160001 of https://codereview.chromium.org/882223003/) by fmalita · 10 years ago
- 8a81003 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
- 24db3b1 Add specialized content key class for resources. by bsalomon · 10 years ago
- 5813616 Do more cleanup from xp changes by egdaniel · 10 years ago
- 4043d17 Broken dm fix by sugoi · 10 years ago
- 692135f YUV planes cache by sugoi · 10 years ago
- 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
- fe43c40 Disable GPU sRGB textures for the moment. by jvanverth · 10 years ago
- fa1e8a7 Add sRGB texture support. by jvanverth · 10 years ago
- 9ed7f57 When bitmap is texture backed, don't download and reupload pixels by bsalomon · 10 years ago
- 5531d51 remove view matrix from context by joshualitt · 10 years ago
- 9513143 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
- 8d95ffa Revert of Make all blending up to GrOptDrawState be handled by the xp/xp factory. (patchset #7 id:140001 of https://codereview.chromium.org/759713002/) by egdaniel · 10 years ago
- 7c66342 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
- c016fb8 Use static XPF for porter duff xp factories. by egdaniel · 10 years ago
- 378092f Add XferProcessor factory in GrPaint and GrDrawState. by egdaniel · 10 years ago
- 775b819 SkColorTable locking serves no purpose anymore. by mtklein · 10 years ago
- 71cb0c2 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
- ac49acd Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:120001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
- 407aa58 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
- f21dab9 Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:100001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
- 66a450f Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
- 38406c8 Cleanup: Go with SkDebugf instead of GrPrintf. by tfarina · 10 years ago
- f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
- e79a2da When bmp is not cached don't upload as index8 format. by bsalomon · 10 years ago
- ff58e46 Disabled YUV decoding for subsets by sugoi · 10 years ago
- e305973 Remove uses of GrAutoScratchTexture. by bsalomon · 10 years ago
- 81beccc Devirtualize read/write pixels on surface. 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
- ebfce41 Revert of Don't readback and reupload texture-backed bitmaps (patchset #1 id:1 of https://codereview.chromium.org/635573004/) by bsalomon · 10 years ago
- b9ab563 Don't readback and reupload texture-backed bitmaps 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
- b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
- abaef86 Add support for the Rec601 YUV color space to GrYUVtoRGBEffect. by rileya · 10 years ago
- 77cd8b0 Revert of Added test for non cached ETC1 (patchset #2 id:20001 of https://codereview.chromium.org/564493002/) by bungeman · 10 years ago
- d9ec549 Added test for non cached ETC1 by sugoi · 10 years ago
- 0249ec2 Adding texture uploads without cache for YUV and ETC1 by sugoi · 10 years ago
- 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
- bbe7a2a eliminate code related to SkBitmap::Config by reed · 10 years ago
- d4cb922 Consider index8 a compressed config. by bsalomon · 10 years ago
- 40a1e11 Add support for all compressed formats in KTX file format by krajcevski · 10 years ago
- 518d83d Skia side RGB to YUV gpu conversion by sugoi · 10 years ago
- 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
- f461a8f Simple GPU based dithering: by krajcevski · 10 years ago
- c3b3266 hide SkBitmap::Config entirely (behind a flag) by reed · 10 years ago
- 0689d7b stop using SkBitmap::Config by reed · 10 years ago
- 9de5b51 SkShader::asNewEffect Refactoring by dandov · 10 years ago
- 9a3cdbb Two new benches for ETC1 bitmaps. by krajcevski · 11 years ago
- 99ffe24 Initial KTX file decoder by krajcevski · 11 years ago
- 8c111f7 Change #def to be opt-out by krajcevski · 11 years ago
- 309e869 Fix bracket outside of ifdef by krajcevski · 11 years ago
- 9c0e629 Initial work to get ETC1 data up to the GPU by krajcevski · 11 years ago
- 999cfd1 Revert of Initial work to get ETC1 data up to the GPU (https://codereview.chromium.org/302783002/) by commit-bot@chromium.org · 11 years ago
- af091a1 Initial work to get ETC1 data up to the GPU by commit-bot@chromium.org · 11 years ago
- 9e967ad Preserve GrContext's matrix when calling SkShader::asNewEffect. by commit-bot@chromium.org · 11 years ago
- 3595f88 Pass in GrContext instead of SkGpuDevice for dashing and Sk2GrPaint conversion by commit-bot@chromium.org · 11 years ago
- 1663d40 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 8dcff64 Move skPaint2GrPaint to SkGr.h/cpp by commit-bot@chromium.org · 11 years ago
- 3adcc34 stop using deprecated bitmap::config for gpu by commit-bot@chromium.org · 11 years ago
- 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 11 years ago
- 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 11 years ago
- d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 11 years ago
- 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 11 years ago
- 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 11 years ago
- 7111d46 Revert "Revert of implement readPixels and writePixels natively, w/o using the (deprecated) (https://codereview.chromium.org/199733016/)" by reed@google.com · 11 years ago
- 231f6b8 Revert of implement readPixels and writePixels natively, w/o using the (deprecated) (https://codereview.chromium.org/199733016/) by commit-bot@chromium.org · 11 years ago
- 1121170 implement readPixels and writePixels natively, w/o using the (deprecated) by reed@google.com · 11 years ago
- 180e36a Revert "hide Config8888 entirely". Broke a bunch of builds. by bsalomon@google.com · 11 years ago
- be41d38 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- e14792d hide Config8888 entirely by commit-bot@chromium.org · 11 years ago
- 8a2ad3c add new copyTo version to SkBitmap, which takes SkColorType by commit-bot@chromium.org · 11 years ago