- 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
- cabe00e Fix build break after r7411 when GR_STATIC_RECT_VB is enabled. by bsalomon@google.com · 13 years ago
- ef5dbe1 Add an origin flag for backend (external) textures. Some textures in WebKit have a topdown orientation, and skia needs to be notified of this, so that they are not drawn upside-down. by senorblanco@chromium.org · 13 years ago
- 02ddc8b Make a bunch of virtuals in GrDrawTarget and GrGpu private. Subclasses shouldn't call them directly. by bsalomon@google.com · 13 years ago
- 9e040ae Remove unnecessary ptr derefs int r7411 (deref result is not used). by bsalomon@google.com · 13 years ago
- adc6536 Remove getter of writable GrEffectStage from GrDrawState. by bsalomon@google.com · 13 years ago
- e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
- 4e1cc6a [PDF] Handle invalid glyph IDs on drawText methods. by vandebo@chromium.org · 13 years ago
- bbec4e6 Avoid O(n) stack space usage in qsort. by bungeman@google.com · 13 years ago
- 32cf29e Only clear the part of the texture used by the device (duh!) by bsalomon@google.com · 13 years ago
- 7037552 doh: use *srcPtr instead of src (which is now obsolete) when we check for specialLine by reed@google.com · 13 years ago
- d760073 Hid large dashed line optimization behind compiler flag by robertphillips@google.com · 13 years ago
- 4024f32 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
- 82c2fec Remove ConcaveToTriangles. by bungeman@google.com · 13 years ago
- 59ed910 Bottom-up heapsort. https://codereview.appspot.com/7199050/ by bungeman@google.com · 13 years ago
- 4bbdeac add optional cull-rect to patheffects, so they can do less work if their results by reed@google.com · 13 years ago
- 82502e2 Fix SampleApp ANGLE mode. Review URL: https://codereview.appspot.com/7206052 by bsalomon@google.com · 13 years ago
- c5fae9e Fix spelling error. by bsalomon@google.com · 13 years ago
- 7fcfeb1 doh. drawRRect is not on SkDevice.... yet by reed@google.com · 13 years ago
- dcd69bf Fix logic bug introduced in r7346. by bsalomon@google.com · 13 years ago
- 72aa79c override drawOval and drawRRect in GatherPixelRefDevice, so we don't miss those, by reed@google.com · 13 years ago
- b77b69f Remove method calls on invalid "this" pointer. by bungeman@google.com · 13 years ago
- 95ed55a Make all GrContext members that return a texture also ref the texture for the caller. by bsalomon@google.com · 13 years ago
- baa0220 Move code in isPaintOpaque from SkDeferredCanvas.cpp to SkPaintPriv by junov@chromium.org · 13 years ago
- 838f6e1 Add deferred count to GrResource. by bsalomon@google.com · 13 years ago
- 1f0f1a3 Fix bug introduced in r7348, deleting wrapped resources. by bsalomon@google.com · 13 years ago
- 194bf82 Reverse sense of convex-quad-fix compiler flag by robertphillips@google.com · 13 years ago
- 7283022 Make GrResource know whether 3D objects' lifetimes are managed by Skia or not. by bsalomon@google.com · 13 years ago
- f91c63e Revert r7341 by edisonn@google.com · 13 years ago
- ca43208 Reland r7342 with fixes. by bsalomon@google.com · 13 years ago
- 58f9ae1 Revert 7342 to investigate failures. by bsalomon@google.com · 13 years ago
- bcede39 Add GrDrawState::DeferredState for saving GrDrawStates in GrInOrderDrawBuffer. by bsalomon@google.com · 13 years ago
- c13ee60 If getAdvance fails, getAdvanceData should not assert, but ignored. by edisonn@google.com · 13 years ago
- e782f5e Ensure that streams written using SkFlattenableBuffer's can be read with readByteArray(...) by djsollen@google.com · 13 years ago
- 98ded84 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
- d507775 Fix for oversight in r7325 by robertphillips@google.com · 13 years ago
- 8a252f7 Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef. by bsalomon@google.com · 13 years ago
- 1e30523 Fix bug in 1xN SkBitmapProcShader optimization by robertphillips@google.com · 13 years ago
- 962f2d4 Fix r7321 build errors on non-windows compilers (using forward declared but not defined class in templated function). by bsalomon@google.com · 13 years ago
- f38f93c Fix Android only code in SkDraw for 7317. by bungeman@google.com · 13 years ago
- 6340a41 Let them eat GrEffectRef. by bsalomon@google.com · 13 years ago
- ba3284e Fix VC++ warning and Android only code for 7317. by bungeman@google.com · 13 years ago
- 532470f Expose geometry and gamma on device. https://codereview.appspot.com/6499101/ by bungeman@google.com · 13 years ago
- 3f5ecd6 Simple Build fix. Unreviewed. by junov@chromium.org · 13 years ago
- f3b1223 Fixing invalid text clipping on SkPicture playback by junov@chromium.org · 13 years ago
- b83b6b4 Added toString to SkXfermode-derived classes (for debugger) by robertphillips@google.com · 13 years ago
- 46d3d39 Add GPU support for axis-aligned ovals: by jvanverth@google.com · 13 years ago
- 5632e76d Place fix in r7278 behind compile flag by robertphillips@google.com · 13 years ago
- 90b17c7 Placing 1xN bitmap shader opt behind a flag to delay WebKit rebaselines by robertphillips@google.com · 13 years ago
- 36df7ed Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
- 514b922 Partial revert of r7287 to green up the bots. by senorblanco@chromium.org · 13 years ago
- 3f2d45a (Relanding r7275 with assert fix, plus fixes from r7276, r7280, r7283.) by senorblanco@chromium.org · 13 years ago
- c51f752 Reverting chain of SkBicubicImageFilter changes (7275, 7276, 7280 & 7283) by robertphillips@google.com · 13 years ago
- 2124446 fix unused-variable warning in src/effects/SkBicubicImageFilter.cpp by reed@google.com · 13 years ago
- 9f49652 Removed unused variable in SkBicubicImageFilter.cpp by robertphillips@google.com · 13 years ago
- f919b72 in SkPath::dump(), add \n after close() printf, so we don't run into the next verb (e.g. moveTo) by reed@google.com · 13 years ago
- 64d6295 increase iteration count from 16 to 24, when computing cubic-line intersection. by reed@google.com · 13 years ago
- 7da456d Fix 7273 for neon by robertphillips@google.com · 13 years ago
- 92435a4 Fix GPU-less build. Unreviewed. by senorblanco@chromium.org · 13 years ago
- 744820e Implement a bicubic resampling image filter, with raster and GPU backends. by senorblanco@chromium.org · 13 years ago
- 8b8bf4d Added shaderproc for 1xN repeatX/repeatY BitmapProcShader by robertphillips@google.com · 13 years ago
- 15dd300 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
- 51bbe75 change SkPath::dump() to output compilable code snippet, to aid in debugging. by reed@google.com · 13 years ago
- 148a396 Don't die when there are no fonts available. by bungeman@google.com · 13 years ago
- 70db51f Fix call to INHERITED::isEqual in GrRadial2Gradient. Should be INHERITED::onIsEqual. by bsalomon@google.com · 13 years ago
- 68b58c9 Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffect abstract. by bsalomon@google.com · 13 years ago
- 2b16570 cherry-pick from 7241: speed-up matrix44::setconcat when both inputs are by reed@google.com · 13 years ago
- 3f71372 Switch debugger profiling stubs over to being guarded by SK_DEVELOPER by robertphillips@google.com · 13 years ago
- 7cfb9c7 Revert r7241, which broke tests on most platforms. by tomhudson@google.com · 13 years ago
- 21e4322 Add SSE2 multiplication for SkMatrix44 on some platforms. by tomhudson@google.com · 13 years ago
- a1ebbe4 Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr->GrEffectRef renaming. by bsalomon@google.com · 13 years ago
- 5d2cd20 Fix GPU-less build. by bsalomon@google.com · 13 years ago
- 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 13 years ago
- 6f54724 remove legacy build-flags for drawBitmapRect by reed@google.com · 13 years ago
- ff21c2e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
- 23595a5 Fix busted texture coords in GrGLBlendEffect. by bsalomon@google.com · 13 years ago
- 3c95d5b Have drawBitmapRectToRect devolve to drawBitmap if it can (to avoid creating by reed@google.com · 13 years ago
- 4e23068 Re-enable inst counting in debug builds. by bsalomon@google.com · 13 years ago
- 7fbcfe9 add LF at end of file to fix warning by reed@google.com · 13 years ago
- 76f9e93 Added print out of SkShader information to debugger by robertphillips@google.com · 13 years ago
- 4d69227 Unreviewed mac build fix : Removing unused variable by sugoi@google.com · 13 years ago
- 8cec63e Added missing include in non GPU case. by sugoi@google.com · 13 years ago
- 848148e Fix bug in cubic-clipper (SkEdgeClipper). When we chop the cubic on Top/Bottom by reed@google.com · 13 years ago
- 781cc76 Implementation of the displacement effect (both CPU and GPU) by sugoi@google.com · 13 years ago
- d530253 To support alignment pragmas (for speed), we need to relax assumptions about by reed@google.com · 13 years ago
- 5c4d558 dashing asPoints could draw excessively long first dash by robertphillips@google.com · 13 years ago
- e7591bb call endContext() if we have to return false from setContext(), to keep the by mike@reedtribe.org · 13 years ago
- 7fc0e0a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago