aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* rver r7626, might trigger for some strange reason a heap corruptionGravatar edisonn@google.com2013-02-06
* Add a true Set class. Current use case is to be used with Pdf generator.Gravatar edisonn@google.com2013-02-06
* Remove GR_STATIC_RECT_VBGravatar bsalomon@google.com2013-02-06
* Fix WritePixels test on ANGLE.Gravatar bsalomon@google.com2013-02-06
* Set vertex layout prior to setVertexSourceToBuffer for GR_STATIC_RECT_VBGravatar jvanverth@google.com2013-02-06
* Small code cleaup: remove redundant ifGravatar edisonn@google.com2013-02-06
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-02-06
* If the stack is too deep we could get Stack Overflow in pdf's ContentEntry's ...Gravatar edisonn@google.com2013-02-05
* Fix calls to setVertexSourceToBufferGravatar robertphillips@google.com2013-02-05
* Fix bench crash (calling method on NULL object).Gravatar bsalomon@google.com2013-02-05
* Reinstate r7546: fix unused variable warningGravatar jvanverth@google.com2013-02-05
* Move vertex layout from GeometrySrcState to GrDrawState.Gravatar jvanverth@google.com2013-02-05
* Revert r7595 due to housekeeper warning-as-error.Gravatar bsalomon@google.com2013-02-05
* Re-enable static asserts with windows warning fix.Gravatar bsalomon@google.com2013-02-05
* Implement support for origin-TopLeft render targets. Note that the default be...Gravatar senorblanco@chromium.org2013-02-05
* Implement support for origin-TopLeft render targets in GL backend.Gravatar scroggo@google.com2013-02-05
* Fix some 64 bit warnings on mac.Gravatar scroggo@google.com2013-02-05
* Fix unbalanced Shader set/endContext calls in drawVerticesGravatar djsollen@google.com2013-02-05
* hide the static-assert block altogether, until we can find a construct thatGravatar reed@google.com2013-02-05
* fix (new annoying) warning (mac only I think)Gravatar reed@google.com2013-02-05
* Make windows GrGLCreateNatriveInterface not us GL.h and not use linker to res...Gravatar bsalomon@google.com2013-02-05
* Restore variable to release builds.Gravatar jvanverth@google.com2013-02-05
* Reverting r7545 (render target origin change) due to layout test issues (see ...Gravatar robertphillips@google.com2013-02-05
* remove define for SK_IGNORE_GRADIENT_DITHER_FIX to trigger rebaselinesGravatar mike@reedtribe.org2013-02-05
* Nuke SkSingleInputImageFilter. 99% of its functionality was refactored into ...Gravatar senorblanco@chromium.org2013-02-04
* remove vestiges of 32BIT_GRADIENT flag, as we always dither gradients nowGravatar reed@google.com2013-02-04
* add kMultiply_Mode to switch statement (fix warning)Gravatar reed@google.com2013-02-04
* land https://codereview.appspot.com/7221086/ -- add Multiply xfermode matchin...Gravatar reed@google.com2013-02-04
* Simplify and speed up SkIntroSort.Gravatar bungeman@google.com2013-02-04
* Commit file missing from r7550Gravatar bsalomon@google.com2013-02-04
* Go from a 1x2 to a 2x2 dither cell, and change/simplify the logic for how weGravatar reed@google.com2013-02-04
* fix unused variable warningGravatar reed@google.com2013-02-04
* Implement support for origin-TopLeft render targets in GL backend.Gravatar senorblanco@chromium.org2013-02-04
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-02-04
* Accelerate handling of clipRRect in calls to SkPictureUtils::GatherPixelRefsGravatar junov@chromium.org2013-02-01
* Move dither toggle logic into common helper functions, to make it easier toGravatar reed@google.com2013-02-01
* landing https://codereview.appspot.com/7225077/ -- tweak for GIF 5.x apiGravatar reed@google.com2013-02-01
* Fix init order warningGravatar bsalomon@google.com2013-02-01
* Prevent SkPictureUtils::GatherPixelRefs from generating bitmaps from gradientGravatar junov@google.com2013-02-01
* Only support SkPicture abort for Android due to the fragility of the existing...Gravatar djsollen@google.com2013-02-01
* Fix android errors when unflattening an SkImageRef_ashmem object.Gravatar djsollen@google.com2013-02-01
* don't use NULL when comparing against ints/size_t (fixes warning)Gravatar reed@google.com2013-02-01
* revert name changes to SkBlendImageFilter. It (correctly) named its enum kMul...Gravatar reed@google.com2013-02-01
* Make drawIndexedInstances non-virtual and rewrite GrIODB's drawRect on top of...Gravatar bsalomon@google.com2013-02-01
* restore cache-count for gradients to p.o.2. so we can perform fancier ditheringGravatar reed@google.com2013-02-01
* Change vertex buffer allocator functions to take size rather than layout, tak...Gravatar jvanverth@google.com2013-01-31
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-31
* Change vertex buffer allocator functions to take size rather than layout.Gravatar jvanverth@google.com2013-01-31
* Add SHA1 and MD5 to utils.Gravatar bungeman@google.com2013-01-31
* Update filter tool to allow more flexible filteringGravatar robertphillips@google.com2013-01-31