| Commit message (Expand) | Author | Age |
* | Add GPU support for axis-aligned ovals: | jvanverth@google.com | 2013-01-22 |
* | Place fix in r7278 behind compile flag | robertphillips@google.com | 2013-01-21 |
* | Placing 1xN bitmap shader opt behind a flag to delay WebKit rebaselines | robertphillips@google.com | 2013-01-21 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-19 |
* | Partial revert of r7287 to green up the bots. | senorblanco@chromium.org | 2013-01-18 |
* | (Relanding r7275 with assert fix, plus fixes from r7276, r7280, r7283.) | senorblanco@chromium.org | 2013-01-18 |
* | Reverting chain of SkBicubicImageFilter changes (7275, 7276, 7280 & 7283) | robertphillips@google.com | 2013-01-18 |
* | fix unused-variable warning in src/effects/SkBicubicImageFilter.cpp | reed@google.com | 2013-01-18 |
* | Removed unused variable in SkBicubicImageFilter.cpp | robertphillips@google.com | 2013-01-18 |
* | in SkPath::dump(), add \n after close() printf, so we don't run into the next... | reed@google.com | 2013-01-18 |
* | increase iteration count from 16 to 24, when computing cubic-line intersection. | reed@google.com | 2013-01-18 |
* | Fix 7273 for neon | robertphillips@google.com | 2013-01-18 |
* | Fix GPU-less build. Unreviewed. | senorblanco@chromium.org | 2013-01-18 |
* | Implement a bicubic resampling image filter, with raster and GPU backends. | senorblanco@chromium.org | 2013-01-18 |
* | Added shaderproc for 1xN repeatX/repeatY BitmapProcShader | robertphillips@google.com | 2013-01-18 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-18 |
* | change SkPath::dump() to output compilable code snippet, to aid in debugging. | reed@google.com | 2013-01-17 |
* | Don't die when there are no fonts available. | bungeman@google.com | 2013-01-17 |
* | Fix call to INHERITED::isEqual in GrRadial2Gradient. Should be INHERITED::onI... | bsalomon@google.com | 2013-01-17 |
* | Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffec... | bsalomon@google.com | 2013-01-17 |
* | cherry-pick from 7241: speed-up matrix44::setconcat when both inputs are | reed@google.com | 2013-01-17 |
* | Switch debugger profiling stubs over to being guarded by SK_DEVELOPER | robertphillips@google.com | 2013-01-17 |
* | Revert r7241, which broke tests on most platforms. | tomhudson@google.com | 2013-01-17 |
* | Add SSE2 multiplication for SkMatrix44 on some platforms. | tomhudson@google.com | 2013-01-17 |
* | Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr-... | bsalomon@google.com | 2013-01-16 |
* | Fix GPU-less build. | bsalomon@google.com | 2013-01-16 |
* | Wrap GrEffects in GrEffectPtr. | bsalomon@google.com | 2013-01-16 |
* | remove legacy build-flags for drawBitmapRect | reed@google.com | 2013-01-16 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-16 |
* | Fix busted texture coords in GrGLBlendEffect. | bsalomon@google.com | 2013-01-15 |
* | Have drawBitmapRectToRect devolve to drawBitmap if it can (to avoid creating | reed@google.com | 2013-01-15 |
* | Re-enable inst counting in debug builds. | bsalomon@google.com | 2013-01-15 |
* | add LF at end of file to fix warning | reed@google.com | 2013-01-15 |
* | Added print out of SkShader information to debugger | robertphillips@google.com | 2013-01-15 |
* | Unreviewed mac build fix : Removing unused variable | sugoi@google.com | 2013-01-15 |
* | Added missing include in non GPU case. | sugoi@google.com | 2013-01-15 |
* | Fix bug in cubic-clipper (SkEdgeClipper). When we chop the cubic on Top/Bottom | reed@google.com | 2013-01-15 |
* | Implementation of the displacement effect (both CPU and GPU) | sugoi@google.com | 2013-01-15 |
* | To support alignment pragmas (for speed), we need to relax assumptions about | reed@google.com | 2013-01-15 |
* | dashing asPoints could draw excessively long first dash | robertphillips@google.com | 2013-01-15 |
* | call endContext() if we have to return false from setContext(), to keep the | mike@reedtribe.org | 2013-01-15 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-15 |
* | fix all the false --> NULL issues in the gradient code | humper@google.com | 2013-01-14 |
* | remove namespace qualifier for feof; it's making android unhappy | humper@google.com | 2013-01-14 |
* | Fix a problem in the matrix convolution image filter exposed by https://code.... | senorblanco@chromium.org | 2013-01-14 |
* | another false --> NULL return fix | humper@google.com | 2013-01-14 |
* | false --> NULL for failure return | humper@google.com | 2013-01-14 |
* | move template specializations to inline functions in the header to make windo... | humper@google.com | 2013-01-14 |
* | replace getline with fgets for portability | humper@google.com | 2013-01-14 |
* | remove dynamic_cast because rtti is disabled on some platforms (but not all??) | humper@google.com | 2013-01-14 |