aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Reverse sense of convex-quad-fix compiler flagGravatar robertphillips@google.com2013-01-23
* Make GrResource know whether 3D objects' lifetimes are managed by Skia or not.Gravatar bsalomon@google.com2013-01-23
* Revert r7341Gravatar edisonn@google.com2013-01-23
* Reland r7342 with fixes.Gravatar bsalomon@google.com2013-01-23
* Revert 7342 to investigate failures.Gravatar bsalomon@google.com2013-01-23
* Add GrDrawState::DeferredState for saving GrDrawStates in GrInOrderDrawBuffer.Gravatar bsalomon@google.com2013-01-23
* If getAdvance fails, getAdvanceData should not assert, but ignored.Gravatar edisonn@google.com2013-01-23
* Ensure that streams written using SkFlattenableBuffer's can be read with read...Gravatar djsollen@google.com2013-01-23
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-23
* Fix for oversight in r7325Gravatar robertphillips@google.com2013-01-23
* Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef.Gravatar bsalomon@google.com2013-01-22
* Fix bug in 1xN SkBitmapProcShader optimizationGravatar robertphillips@google.com2013-01-22
* Fix r7321 build errors on non-windows compilers (using forward declared but ...Gravatar bsalomon@google.com2013-01-22
* Fix Android only code in SkDraw for 7317.Gravatar bungeman@google.com2013-01-22
* Let them eat GrEffectRef.Gravatar bsalomon@google.com2013-01-22
* Fix VC++ warning and Android only code for 7317.Gravatar bungeman@google.com2013-01-22
* Expose geometry and gamma on device.Gravatar bungeman@google.com2013-01-22
* Simple Build fix. Unreviewed.Gravatar junov@chromium.org2013-01-22
* Fixing invalid text clipping on SkPicture playbackGravatar junov@chromium.org2013-01-22
* Added toString to SkXfermode-derived classes (for debugger) Gravatar robertphillips@google.com2013-01-22
* Add GPU support for axis-aligned ovals:Gravatar jvanverth@google.com2013-01-22
* Place fix in r7278 behind compile flagGravatar robertphillips@google.com2013-01-21
* Placing 1xN bitmap shader opt behind a flag to delay WebKit rebaselinesGravatar robertphillips@google.com2013-01-21
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-19
* Partial revert of r7287 to green up the bots.Gravatar senorblanco@chromium.org2013-01-18
* (Relanding r7275 with assert fix, plus fixes from r7276, r7280, r7283.)Gravatar senorblanco@chromium.org2013-01-18
* Reverting chain of SkBicubicImageFilter changes (7275, 7276, 7280 & 7283)Gravatar robertphillips@google.com2013-01-18
* fix unused-variable warning in src/effects/SkBicubicImageFilter.cppGravatar reed@google.com2013-01-18
* Removed unused variable in SkBicubicImageFilter.cppGravatar robertphillips@google.com2013-01-18
* in SkPath::dump(), add \n after close() printf, so we don't run into the next...Gravatar reed@google.com2013-01-18
* increase iteration count from 16 to 24, when computing cubic-line intersection.Gravatar reed@google.com2013-01-18
* Fix 7273 for neonGravatar robertphillips@google.com2013-01-18
* Fix GPU-less build. Unreviewed.Gravatar senorblanco@chromium.org2013-01-18
* Implement a bicubic resampling image filter, with raster and GPU backends.Gravatar senorblanco@chromium.org2013-01-18
* Added shaderproc for 1xN repeatX/repeatY BitmapProcShaderGravatar robertphillips@google.com2013-01-18
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-18
* change SkPath::dump() to output compilable code snippet, to aid in debugging.Gravatar reed@google.com2013-01-17
* Don't die when there are no fonts available.Gravatar bungeman@google.com2013-01-17
* Fix call to INHERITED::isEqual in GrRadial2Gradient. Should be INHERITED::onI...Gravatar bsalomon@google.com2013-01-17
* Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffec...Gravatar bsalomon@google.com2013-01-17
* cherry-pick from 7241: speed-up matrix44::setconcat when both inputs areGravatar reed@google.com2013-01-17
* Switch debugger profiling stubs over to being guarded by SK_DEVELOPERGravatar robertphillips@google.com2013-01-17
* Revert r7241, which broke tests on most platforms.Gravatar tomhudson@google.com2013-01-17
* Add SSE2 multiplication for SkMatrix44 on some platforms.Gravatar tomhudson@google.com2013-01-17
* Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr-...Gravatar bsalomon@google.com2013-01-16
* Fix GPU-less build.Gravatar bsalomon@google.com2013-01-16
* Wrap GrEffects in GrEffectPtr.Gravatar bsalomon@google.com2013-01-16
* remove legacy build-flags for drawBitmapRectGravatar reed@google.com2013-01-16
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-16
* Fix busted texture coords in GrGLBlendEffect.Gravatar bsalomon@google.com2013-01-15