- 682e1f9 Use CGL rather than AGL on the Mac. by bsalomon@google.com · 12 years ago
- 791f12e Move SkPaint::toString from debugger to SkPaint by robertphillips@google.com · 12 years ago
- 73a9694 Use SkMWRandom in GLPrograms test. by bsalomon@google.com · 12 years ago
- 45a412e r7719 was an exact reland of r7713. This CL is fix. by bsalomon@google.com · 12 years ago
- 6a51dcb Attempt to reland r7713 with fix. by bsalomon@google.com · 12 years ago
- 1eeef16 Revert r7713 until GM changes are understood. by bsalomon@google.com · 12 years ago
- d2afa6e Move view matrix flush to GrGLPrograms. by bsalomon@google.com · 12 years ago
- 9120748 Move code that builds GrGLProgram::Desc to GrGLProgram. Move color and coverage flush to GrGLProgram. by bsalomon@google.com · 12 years ago
- 2b44673 Move blend optimization functions to GrDrawState. by bsalomon@google.com · 12 years ago
- f186757 call through to to the virtual drawPath from drawOval, for subclasses (e.g. pdf) by reed@google.com · 12 years ago
- 2ae67e7 add custom implementation for drawBitmapRect to shield from changes in SkDevice by edisonn@google.com · 12 years ago
- e182829 mirror of https://codereview.appspot.com/7312060/ by reed@google.com · 12 years ago
- 8626719 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 8d84b8f Adding comments based on review https://codereview.appspot.com/7300072/ by junov@chromium.org · 12 years ago
- 6438695 Revert 7625 until after M26 due to a mix of perf changes. by bsalomon@google.com · 12 years ago
- f507c41 Adding option to SkTileGrid for specifying border pixels. by junov@chromium.org · 12 years ago
- d8e0d6a Optimize building gradient cache for when we know alpha is always 0xFF. by reed@google.com · 12 years ago
- 8598328 Remove compile time option to use different types for text vertices. by bsalomon@google.com · 12 years ago
- edbd21a Temporarily disable new GL error checking in ~SkGLContext by robertphillips@google.com · 12 years ago
- 82b0ec6 Remove GR_DISABLE_DRAW_BUFFERING, replace with RTConf variable. by bsalomon@google.com · 12 years ago
- 53009ba only take the vertical special-case for gradients when dx is exactly 0, as a by reed@google.com · 12 years ago
- 5b25a8d Remove GR_DUMP_TEXTURE_UPLOADS by bsalomon@google.com · 12 years ago
- 51ac7e6 Remove GR_AGGRESSIVE_SHADER_OPTS build option. by bsalomon@google.com · 12 years ago
- fe1b536 Enhance GL error checking for non-Ganesh GL calls by robertphillips@google.com · 12 years ago
- efbe8e9 Fix errors when compiling with -Wall -Werror on Android. by djsollen@google.com · 12 years ago
- fec0bc3 Remove legacy names no longer referenced in Chrome and WebKit. by bsalomon@google.com · 12 years ago
- 709906b Fix a perf regression introduced by r7594: when computing a texture cache key, use the resolved (Top or Bottom) surface origin, never Default, otherwise we never get a cache hit. by senorblanco@chromium.org · 12 years ago
- a519f48 rver r7626, might trigger for some strange reason a heap corruption by edisonn@google.com · 12 years ago
- 848b9af Add a true Set class. Current use case is to be used with Pdf generator. by edisonn@google.com · 12 years ago
- 1c7c01a Remove GR_STATIC_RECT_VB Review URL: https://codereview.appspot.com/7304055 by bsalomon@google.com · 12 years ago
- 9c68058 Fix WritePixels test on ANGLE. by bsalomon@google.com · 12 years ago
- cbe4f6a Set vertex layout prior to setVertexSourceToBuffer for GR_STATIC_RECT_VB by jvanverth@google.com · 12 years ago
- 90096b6 Small code cleaup: remove redundant if unreviewd, comment from previous cl by edisonn@google.com · 12 years ago
- ae68392 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 2e6a69b If the stack is too deep we could get Stack Overflow in pdf's ContentEntry's destructor. by edisonn@google.com · 12 years ago
- 55cac11 Fix calls to setVertexSourceToBuffer by robertphillips@google.com · 12 years ago
- f3a7bc7 Fix bench crash (calling method on NULL object). by bsalomon@google.com · 12 years ago
- a4d18dd Reinstate r7546: fix unused variable warning by jvanverth@google.com · 12 years ago
- b75b0a0 Move vertex layout from GeometrySrcState to GrDrawState. by jvanverth@google.com · 12 years ago
- 5c265d6 Revert r7595 due to housekeeper warning-as-error. by bsalomon@google.com · 12 years ago
- 3e9b076 Re-enable static asserts with windows warning fix. by bsalomon@google.com · 12 years ago
- 3cb406b Implement support for origin-TopLeft render targets. Note that the default behaviour remains the same: textures default to origin-TopLeft, render targets default to origin-BottomLeft, and backend textures default to origin-BottomLeft. However, the caller can override the default by setting fOrigin in GrTextureDesc, GrBackendTextureDesc or GrBackendRenderTargetDesc. by senorblanco@chromium.org · 12 years ago
- 9349101 Implement support for origin-TopLeft render targets in GL backend. by scroggo@google.com · 12 years ago
- 493c65f Fix some 64 bit warnings on mac. by scroggo@google.com · 12 years ago
- 19376b8 Fix unbalanced Shader set/endContext calls in drawVertices by djsollen@google.com · 12 years ago
- e7767cf hide the static-assert block altogether, until we can find a construct that by reed@google.com · 12 years ago
- 3ac5eb5 fix (new annoying) warning (mac only I think) by reed@google.com · 12 years ago
- bc2f0e8 Make windows GrGLCreateNatriveInterface not us GL.h and not use linker to resolve gl functions. Instead load the GL library and use GetProcAddress. by bsalomon@google.com · 12 years ago
- d4ce480 Restore variable to release builds. by jvanverth@google.com · 12 years ago
- cf9faf6 Reverting r7545 (render target origin change) due to layout test issues (see https://codereview.chromium.org/12210002/) by robertphillips@google.com · 12 years ago
- 1c295e4 remove define for SK_IGNORE_GRADIENT_DITHER_FIX to trigger rebaselines by mike@reedtribe.org · 12 years ago
- 377c14a Nuke SkSingleInputImageFilter. 99% of its functionality was refactored into SkImageFilterUtils in https://code.google.com/p/skia/source/detail?r=7467, so it has outlived its usefulness. by senorblanco@chromium.org · 13 years ago
- ae97c06 remove vestiges of 32BIT_GRADIENT flag, as we always dither gradients now by reed@google.com · 13 years ago
- 394c885 add kMultiply_Mode to switch statement (fix warning) by reed@google.com · 13 years ago
- 25cfa69 land https://codereview.appspot.com/7221086/ -- add Multiply xfermode matching CSS spec by reed@google.com · 13 years ago
- 4e5a895 Simplify and speed up SkIntroSort. https://codereview.appspot.com/7273048/ by bungeman@google.com · 13 years ago
- a45afcf Commit file missing from r7550 by bsalomon@google.com · 13 years ago
- 6004029 Go from a 1x2 to a 2x2 dither cell, and change/simplify the logic for how we by reed@google.com · 13 years ago
- 7fbf5cf fix unused variable warning by reed@google.com · 13 years ago
- ed8659b Implement support for origin-TopLeft render targets in GL backend. by senorblanco@chromium.org · 13 years ago
- 9dde018 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
- 50a5cfb Accelerate handling of clipRRect in calls to SkPictureUtils::GatherPixelRefs by junov@chromium.org · 13 years ago
- 55853db Move dither toggle logic into common helper functions, to make it easier to by reed@google.com · 13 years ago
- bb89613 landing https://codereview.appspot.com/7225077/ -- tweak for GIF 5.x api by reed@google.com · 13 years ago
- 4d26340 Fix init order warning by bsalomon@google.com · 13 years ago
- 8b2f41b Prevent SkPictureUtils::GatherPixelRefs from generating bitmaps from gradient by junov@google.com · 13 years ago
- d9b0f48 Only support SkPicture abort for Android due to the fragility of the existing API by djsollen@google.com · 13 years ago
- 528a556 Fix android errors when unflattening an SkImageRef_ashmem object. by djsollen@google.com · 13 years ago
- 009dfe2 don't use NULL when comparing against ints/size_t (fixes warning) by reed@google.com · 13 years ago
- ba3a3c9 revert name changes to SkBlendImageFilter. It (correctly) named its enum kMultiply_Mode, by reed@google.com · 13 years ago
- d62e88e Make drawIndexedInstances non-virtual and rewrite GrIODB's drawRect on top of drawIndexedInstances. by bsalomon@google.com · 13 years ago
- 3c2102c restore cache-count for gradients to p.o.2. so we can perform fancier dithering by reed@google.com · 13 years ago
- a633898 Change vertex buffer allocator functions to take size rather than layout, take two. by jvanverth@google.com · 13 years ago
- 747f1ec Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
- 84cd77c Change vertex buffer allocator functions to take size rather than layout. by jvanverth@google.com · 13 years ago
- cfcb1be Add SHA1 and MD5 to utils. https://codereview.appspot.com/7071055/ by bungeman@google.com · 13 years ago
- 3b0a9fe Update filter tool to allow more flexible filtering by robertphillips@google.com · 13 years ago
- 633c32b optimize region::intersect when one wholly contains the other by reed@google.com · 13 years ago
- c3ecf65 Speculative change to SkImageFilterUtils.cpp to try to get compiling in Chrome by robertphillips@google.com · 13 years ago
- 3c97442 [PDF] Fix multi-level page count calculation. by vandebo@chromium.org · 13 years ago
- 8d3cd7a clone of https://codereview.appspot.com/7208043/ by reed@google.com · 13 years ago
- 118c1a7 SkNextLog2 requires positive values. by bungeman@google.com · 13 years ago
- a265a1e SkNextLog2 requires values > 0. by bungeman@google.com · 13 years ago
- e83e994 Avoid possible O(n) stack space use by skqsort. by bungeman@google.com · 13 years ago
- 5b33211 Start addressing the clang static analyzer issues by robertphillips@google.com · 13 years ago
- c2594f4 This changes the signature of SkImageFilter::filterImageGPU() to use SkBitmaps for input and output, and removes the rect param. This allows us to return textures which are larger than the actual result, such as when GrAutoScratchTextures are used. The SkBitmap's size represents the active region, while the GrTexture's size is the full texture size. by senorblanco@chromium.org · 13 years ago
- 74749cd Add GrDrawTarget::DrawInfo, combine API for performing indexed/non-indexed draws in subclasses. by bsalomon@google.com · 13 years ago
- e40591d return if we're invertible for the fast scale+trans case when we have no inverse by reed@google.com · 13 years ago
- f53d0a9 add SK_DISABLE_PIXELREF_LOCKCOUNT_BALANCE_CHECK option, to disable check for by reed@google.com · 13 years ago
- 2a772e1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
- 81d3ce0 Mark SkPictureStateTree::Draw::operator< as const. by bungeman@google.com · 13 years ago
- bd08473 Fix Japanese font issue for devices running JB MR1 and higher. by djsollen@google.com · 13 years ago
- cdcb2ce Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
- 94f20dc Fixing crash in cloning empty SkPicture object by junov@chromium.org · 13 years ago
- 68f670f Fix assert by robertphillips@google.com · 13 years ago
- 7584719 fix build Review URL: https://codereview.appspot.com/7229052 by reed@google.com · 13 years ago
- b941bb3 REBASELINE: enable setline fix for scan converter, with SK_IGNORE_SETLINE_FIX build guard. by reed@google.com · 13 years ago
- cc78238 Move vertex layout definitions from GrDrawTarget to GrDrawState. by jvanverth@google.com · 13 years ago
- 4991b8f Added toString to SkDrawLooper-derived classes by robertphillips@google.com · 13 years ago
- 22943cd Fix debug build. Unreviewed. by senorblanco@chromium.org · 13 years ago