aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
...
* add rlepixelref file to make, to keep it from bit-rotGravatar reed@google.com2011-02-07
* Proposed fix for crash in Cr70244.Gravatar wjmaclean@chromium.org2011-02-07
* remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites withGravatar reed@google.com2011-02-07
* When we create the GL context and FBO on mac for the GM test also setup the v...Gravatar bsalomon@google.com2011-02-07
* Improve usability of SkAdvancedTypefaceMetrics for non PDF cases.Gravatar vandebo@chromium.org2011-02-03
* [PDF] Start from an identity transform for drawDevice.Gravatar vandebo@chromium.org2011-02-03
* Fix warnings on linux build (strict aliasing, cons init order, vars used only...Gravatar bsalomon@google.com2011-02-03
* Cleanup SkPDFTypfaceInfo and make it more generic.Gravatar vandebo@chromium.org2011-02-02
* Attempt to simplify NPOT texture caps. Also fixes case where textures would u...Gravatar bsalomon@google.com2011-02-01
* [PDF] Clean up ref counting.Gravatar vandebo@chromium.org2011-02-01
* Adds ability to draw rects using a unit square vertex buffer. Useful when mat...Gravatar bsalomon@google.com2011-02-01
* [PDF] Fix bugs preventing gm from running with PDF support.Gravatar vandebo@chromium.org2011-02-01
* [PDF] Support image alpha channel plus a couple small fixes.Gravatar vandebo@chromium.org2011-01-31
* [PDF] Honor srcRect in drawBitmap.Gravatar vandebo@chromium.org2011-01-29
* [PDF] Add replacement implementations for functions missing in older freetype...Gravatar vandebo@chromium.org2011-01-28
* fix slow performance on desktops by uping our max-texture-dim from 512 toGravatar reed@google.com2011-01-28
* conditionalize impl on SK_SUPPORT_PDF, to help chrome buildGravatar reed@google.com2011-01-26
* Fix windows build.Gravatar vandebo@chromium.org2011-01-26
* remove debugging code around gUseExtGravatar reed@google.com2011-01-26
* embed a refdict inside SkDeviceGravatar reed@google.com2011-01-25
* add refdict class, for holding a dictionary of reference-counted objectsGravatar reed@google.com2011-01-25
* Update SkPDFDevice::drawPath signature to match SkDevice.Gravatar vandebo@chromium.org2011-01-25
* Add Truetype and Type 1 font embedding supportGravatar vandebo@chromium.org2011-01-25
* fixes for some warnings:Gravatar reed@google.com2011-01-25
* make xfermode warning printf be debug-onlyGravatar reed@google.com2011-01-21
* Rev the GrContext interface. Context has draw* functions that take a new GrPa...Gravatar bsalomon@google.com2011-01-21
* fix fEntryCount when we purge a cache entry (bug caught by our validate())Gravatar reed@google.com2011-01-19
* Remove notion of default rendertarget. This doesn't map well to usage pattern...Gravatar bsalomon@google.com2011-01-18
* detect empty/inverted rect before using autobounds helper (as with prev. rev.)Gravatar reed@google.com2011-01-18
* don't use SkAutoPathBoundsUpdate until after we've checked for degenerateGravatar reed@google.com2011-01-18
* add SK_DISABLE_DITHER_32BIT_GRADIENT flag. If defined, disables the newly addedGravatar reed@google.com2011-01-17
* add SSE2 opt files to xcodeGravatar reed@google.com2011-01-17
* Towards issue #106Gravatar bsalomon@google.com2011-01-13
* If you #define SK_ALLOW_OVER_32K_BITMAPS, then skia will try to draw bitmapsGravatar reed@google.com2011-01-13
* add dithering to 32bit linear gradientsGravatar reed@google.com2011-01-13
* git-svn-id: http://skia.googlecode.com/svn/trunk@685 2bbb7eff-a529-9590-31e7-...Gravatar reed@google.com2011-01-11
* expose gpu-device-factoryGravatar reed@google.com2011-01-11
* add getter/setter for device-factory on canvasGravatar reed@google.com2011-01-11
* add port for Brew - untestedGravatar reed@google.com2011-01-11
* remove obsolete, unsupported sound filesGravatar reed@google.com2011-01-07
* fix issue 99 -- unneeded assignment inside find_yGravatar reed@google.com2011-01-07
* Make SampleApp build on Win32 (still requires glew, this needs to be fixed)Gravatar bsalomon@google.com2011-01-05
* revert to DeviceRGB colorspace by default, which was changed accidentiallyGravatar reed@google.com2011-01-05
* add template macro to "safely" perform casts w/o breaking strict-aliasingGravatar reed@google.com2011-01-05
* rev. 637 changed the settings for premultiplied on the info parameter. ThisGravatar reed@google.com2011-01-05
* fix for issue 93: need to rewind the shared stream each time openStream() is ...Gravatar reed@google.com2011-01-04
* fix build for scalar==fixedGravatar reed@google.com2011-01-04
* fix uninitialized warningGravatar reed@google.com2011-01-04
* make inline helper static, so it can be included from than one .cppGravatar reed@android.com2011-01-03
* add colorspace option to SkBitmap -> CGImageRef utility (patch from nico)Gravatar reed@android.com2011-01-03