aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* experimental -- add SkImageFilter to paint. Not called yet.Gravatar reed@google.com2011-11-03
* Update the Skia gyp files to use the external android sources.Gravatar djsollen@google.com2011-11-03
* revert accidental change to lcd format prefGravatar reed@google.com2011-11-03
* create inline versions of common CGRect functions, since they appeared onGravatar reed@google.com2011-11-03
* custom memset32 to speed up erasing the offscreen when its width is small.Gravatar reed@google.com2011-11-03
* Adding support to trunk for building Skia using the Android NDK.Gravatar djsollen@google.com2011-11-03
* speed up font cache creation (20x using FontScalerBench)Gravatar reed@google.com2011-11-02
* add hack for testing gSkSuppressFontCachePurgeSpewGravatar reed@google.com2011-11-02
* Line-endings only change (some windows line-endings snuck in)Gravatar bsalomon@google.com2011-11-02
* Make SkDevice::onReadPixels take a const& rather than const*Gravatar bsalomon@google.com2011-11-02
* Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt ...Gravatar bsalomon@google.com2011-11-02
* Revert r2584 (new test fails in fixed pt builds)Gravatar bsalomon@google.com2011-11-02
* Changes the SkCanvas::readPixels API. Allows caller to read into prealloced b...Gravatar bsalomon@google.com2011-11-02
* fix font id calculationGravatar caryclark@google.com2011-11-02
* up glyphcache hash table to 12bits (from 8bits).Gravatar reed@google.com2011-11-02
* [PDF] Add debug assert to detect failure of GDI cache hack.Gravatar vandebo@chromium.org2011-11-01
* remove unused copyPixelsFrom ... (copyPixelsTo is next on the chopping block)Gravatar reed@google.com2011-11-01
* fix monospace glyph bounds on LionGravatar caryclark@google.com2011-11-01
* add getDeviceSize() so callers won't need to call getDevice() so muchGravatar reed@google.com2011-11-01
* match blitH computation for coverage in new blitRect for supersamplerGravatar reed@google.com2011-11-01
* specialize blitRect in supersampler:Gravatar reed@google.com2011-10-31
* internalDrawBitmap is using kShaderTextureIdx. It should be kBitmapTextureIdx...Gravatar bsalomon@google.com2011-10-31
* implement blitRect for aaclip builder. This speeds up setRect by 15x (for 640...Gravatar reed@google.com2011-10-31
* call blitRect in our convex scanconverter (next: take advantage of that in ourGravatar reed@google.com2011-10-31
* can't assume (ever :( ) that a 2-ptr src will convexGravatar reed@google.com2011-10-31
* don't assume a 2-point path is convex, unless its also not closedGravatar reed@google.com2011-10-31
* handle when initial edges don't agree on start-yGravatar mike@reedtribe.org2011-10-31
* PDF: Fix bug in weak pointer pattern.Gravatar vandebo@chromium.org2011-10-30
* Can't put a variable sized array of non-pod on the stack. Use SkAutoTDeleteAr...Gravatar mike@reedtribe.org2011-10-30
* Fix pure virtual call from destructor and turn VertBench back onGravatar bsalomon@google.com2011-10-28
* add convex special case in scanconverter. about 10% faster for modest ovals a...Gravatar reed@google.com2011-10-28
* reload base after we call memmoveGravatar reed@google.com2011-10-28
* warning fixesGravatar bsalomon@google.com2011-10-27
* fix bad return type (should have been void)Gravatar reed@google.com2011-10-27
* Add NULL GL context implementation. Use in bench (-nullgl) and SampleApp (bac...Gravatar bsalomon@google.com2011-10-27
* Extract GrDrawTarget::DrState into independent GrDrawState struct.Gravatar tomhudson@google.com2011-10-27
* Fix leak, reset not called in ~GrTAllocatorGravatar bsalomon@google.com2011-10-27
* now we trim the aaclip after building it, to ensure that it has tight boundsGravatar reed@google.com2011-10-27
* Remove warnings (trailing \, signed vs unsigned, parenthesization).Gravatar tomhudson@google.com2011-10-27
* Don't use GrDrawTarget's AA state bit to convey whether to do custom-aaGravatar bsalomon@google.com2011-10-27
* Fix cmdline argument passing in SampleApp/Mac.Gravatar senorblanco@chromium.org2011-10-26
* add initial unittests for aaclip. Fix case where BuilderBlitter skipped the topGravatar reed@google.com2011-10-26
* remove unhelpful pixel cache in blitVGravatar reed@google.com2011-10-25
* Move helper functions out of header file, write new genProgram helpers.Gravatar tomhudson@google.com2011-10-25
* check-point for convex scan-converter (disabled for now)Gravatar reed@google.com2011-10-25
* Don't use LCD on grayscale devices.Gravatar caryclark@google.com2011-10-25
* don't blend with zero in colorproc (forgot to return after memcpy check).Gravatar reed@google.com2011-10-25
* remember our convexity when we're transformed (when not perspective)Gravatar reed@google.com2011-10-25
* fix Leopard glyph boundsGravatar caryclark@google.com2011-10-25
* get proc addresses of gl funcs not declared in gl SDK headers on macGravatar bsalomon@google.com2011-10-25