- d0419b1 Revert "Revert "Revert "Revert of https://codereview.chromium.org/110593003/""" by reed@google.com · 11 years ago
- ba82bd1 Revert "Revert "Revert of https://codereview.chromium.org/110593003/"" by reed@google.com · 11 years ago
- 6776b82 Make SkImageFilter crop rects relative to the primitive origin, instead of relative to their parent's crop rect. This is required by SVG semantics, and is more sane anyway. by senorblanco@chromium.org · 11 years ago
- 9271389 Revert "Revert of https://codereview.chromium.org/110593003/" by reed@google.com · 11 years ago
- 27f8902 Revert of https://codereview.chromium.org/110593003/ by commit-bot@chromium.org · 11 years ago
- f1ce052 Add onNewLockPixels, that returns rowbytes and relies on info in pixelref by reed@google.com · 11 years ago
- 22e9672 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 4744231 Add detection of mip support by commit-bot@chromium.org · 11 years ago
- 8128d8c Move distance field font code into GrDistanceFieldTextContext. by commit-bot@chromium.org · 11 years ago
- 94d8f1e Update bench pictures to time image decode & upload costs by robertphillips@google.com · 11 years ago
- e1ca705 deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #define SK_SUPPORT_DEPRECATED_SCALARROUND for legacy clients by reed@google.com · 11 years ago
- 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
- 79b7eee Tweaks in how to apply bitmap filter levels in GPU. by commit-bot@chromium.org · 11 years ago
- 7d7f314 Use GrTextureDomain in GrBicubicEffect to perform non-bleeding HQ filter drawBitmap. by commit-bot@chromium.org · 11 years ago
- 96f5fa0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.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
- bc91fd7 Make GrBicubicEffect take tile modes rather than GrTextureParams. by commit-bot@chromium.org · 11 years ago
- d7b1af6 cast -1 to Mode to avoid warning (enum compared to signed int) by reed@google.com · 11 years ago
- cea9abb Do not use GrBicubic effect when downscaling. Also, don't use glTexStorage as it interferes with deleyed mipmap generation. by commit-bot@chromium.org · 11 years ago
- 907fbd5 Make texture domain a helper so that it can be incorporated into other effects. by commit-bot@chromium.org · 11 years ago
- 6186787 add SkImageInfo to SkGrPixelRef constructor, to prep for larger CL by reed@google.com · 11 years ago
- 3e7f385 gpudevice should never allocate pixels for its backend by commit-bot@chromium.org · 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
- ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
- 8491d24 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- f543fd9 Simplify matrix generation for convex path renderer by commit-bot@chromium.org · 11 years ago
- db6f36e Remove problematic GrContext thread local instance counting by commit-bot@chromium.org · 11 years ago
- 6e515d6 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- f8cb184 Add GPU support for color bitmap fonts by commit-bot@chromium.org · 11 years ago
- 0d9e3da Use lowercase windows.h in includes to fix Windows cross compilation using mingw. by bungeman@google.com · 11 years ago
- 845da77 Delay setting initial memory block until it officially exists. by commit-bot@chromium.org · 11 years ago
- dec6150 HQ filtering for tiled/bleed drawBitmap sample at pix center in bicubic by commit-bot@chromium.org · 11 years ago
- d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
- 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 742058f Speed up GrResourceCache lookup by inlining GrBinHashKey comparisons by commit-bot@chromium.org · 11 years ago
- 9c96352 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- a50418f Don't check the framebuffer status every time we flush when we're on Chromium; by commit-bot@chromium.org · 11 years ago
- 7435f34 Minimal changes to not crash GPU with color fonts. by bungeman@google.com · 11 years ago
- 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
- d6ca4ac [GPU] Use view matrix + rect to implement subrect for drawBitmap when there is a mask filter and bleed. by commit-bot@chromium.org · 11 years ago
- e0a868c Apply hairline optimization only if the path renderer wants it by commit-bot@chromium.org · 11 years ago
- ce0e4ef Fix VC++ ptr-to-... and va_list confusion by commit-bot@chromium.org · 11 years ago
- 8660783 Minor fix in Ganesh shader generation. by commit-bot@chromium.org · 11 years ago
- 8b656c6 Avoid printing draw target info to stderr while running unit tests by commit-bot@chromium.org · 11 years ago
- 75a2295 Minor fixes for distance field fonts: by commit-bot@chromium.org · 11 years ago
- a466286 More Windows 64b compilation warning fixes by robertphillips@google.com · 11 years ago
- 2731040 Remove the SKIA_IGNORE_GPU_MIPMAPS now that Chrome sets glGenMipmap for by commit-bot@chromium.org · 11 years ago
- 8c99c9f Reverting r12315 (More Windows 64b compilation warning fixes) due to compilation failures by robertphillips@google.com · 11 years ago
- 80051d3 More Windows 64b compilation warning fixes by robertphillips@google.com · 11 years ago
- f1077f9 Add extra warnings to match what Android uses. by mtklein@google.com · 11 years ago
- b60cdc8 Revert "Add extra warnings to match what Android uses." by scroggo@google.com · 11 years ago
- 692f88c Add extra warnings to match what Android uses. by djsollen@google.com · 11 years ago
- ec3ca87 Revert "Revert "switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice"" by reed@google.com · 11 years ago
- 4d16470 Revert "switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice" by reed@google.com · 11 years ago
- 3f4bf51 switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice by reed@google.com · 11 years ago
- 11a253b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- d830d13 Hook in rough distance field support for fonts by jvanverth@google.com · 11 years ago
- 9901727 Fix stale assert in GrDrawTarget::print by commit-bot@chromium.org · 11 years ago
- 1b20a10 Revert "Do not apply hairline optimization for paths if nv_path_rendering is used" by bsalomon@google.com · 11 years ago
- 44fb865 Do not apply hairline optimization for paths if nv_path_rendering is used by commit-bot@chromium.org · 11 years ago
- d3baf20 Added support for Chrome's gpu command buffer extension BindUniformLocation. by commit-bot@chromium.org · 11 years ago
- eacc489 Fix for thin filled and hairline roundrects. by commit-bot@chromium.org · 11 years ago
- 126f7f5 Revert "Revert "speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values."" by reed@google.com · 11 years ago
- 2614418 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 6006d0f Add bevel-stroke support in GrAARectRenderer by commit-bot@chromium.org · 11 years ago
- d3e5842 Avoid re-rendering stencil clip for every draw with reducable clip stack by commit-bot@chromium.org · 11 years ago
- 84e922b Revert "speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values." by reed@google.com · 11 years ago
- ac9d306 speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values. by reed@google.com · 11 years ago
- 32700ac Reverting r12082 (Add bevel-stroke support in GrAARectRenderer) due to GM failures by robertphillips@google.com · 11 years ago
- f0784bd Revert "Avoid re-rendering stencil clip for every draw with reducable clip stack" by reed@google.com · 11 years ago
- 679eb67 Avoid re-rendering stencil clip for every draw with reducable clip stack by commit-bot@chromium.org · 11 years ago
- 5c8ee25 Make GrContext cache the gpu paths by commit-bot@chromium.org · 11 years ago
- e1e99ef Add bevel-stroke support in GrAARectRenderer by commit-bot@chromium.org · 11 years ago
- 8995b7b Only disable scratch texture reuse on the N10 and N4 by robertphillips@google.com · 11 years ago
- 2080722 Fix two inconsistencies in handling fixed-function texture coordinate set generation by commit-bot@chromium.org · 11 years ago
- 18bb41e Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 3b60c14 Fix for r12069 (actually turn on don't-reuse-scratch-textures feature) by robertphillips@google.com · 11 years ago
- f7ee05f Turn on don't-reuse-scratch-textures for all Android devices by robertphillips@google.com · 11 years ago
- 56ce48a Add can-ignore-rect hint to clear call by robertphillips@google.com · 11 years ago
- 3843f3f Partial fix for Skia issue 1769: GenerateGMs crashing (out of memory) by commit-bot@chromium.org · 11 years ago
- 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
- 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
- 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
- 94bdd7e Fix bug in don't-reuse-scratch-textures path by robertphillips@google.com · 11 years ago
- 7ed98df Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- cb50510 No longer use scratch textures on ARM devices by robertphillips@google.com · 11 years ago
- 2d2e5c4 Make not-reusing-scratch-textures only apply to texture uploads by robertphillips@google.com · 11 years ago
- c9424b8 Don't check if shaders compile or program links in release Chromium by commit-bot@chromium.org · 11 years ago
- 4e5559a Allow specifying the max texture count on the bots by robertphillips@google.com · 11 years ago