aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* If you #define SK_ALLOW_OVER_32K_BITMAPS, then skia will try to draw bitmapsGravatar reed@google.com2011-01-13
* initialize SkGlyph::fMaskFormat to avoid valgrind warningsGravatar reed@google.com2011-01-13
* add dithering to 32bit linear gradientsGravatar reed@google.com2011-01-13
* Should be calculating alignment based on the vertex size.Gravatar bsalomon@google.com2011-01-12
* rename DrawState to DrState -- MS decided to #define DrawState, complicatingGravatar reed@google.com2011-01-12
* add helpers to initialize our var-int args before calling GL. Some driversGravatar reed@google.com2011-01-12
* fix refcount bug - as picture gets referenced by canvas when canvas is aGravatar reed@google.com2011-01-12
* 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
* use -O2 for release, -g for debug (so we can get symbols for gdb)Gravatar reed@google.com2011-01-10
* init src either opaquely (e.g. white), or with a valid ctable index (e.g. 0)Gravatar reed@google.com2011-01-10
* 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
* update dox to reflect that the default colorspace is CGColorSpaceCreateDevice...Gravatar reed@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
* Remove user-specific visual studio project files.Gravatar bsalomon@google.com2011-01-04
* fix uninitialized warningGravatar reed@google.com2011-01-04
* static inline eliminates multiple definitions (and makes it zero-cost, sinceGravatar reed@android.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
* remove unneeded file (will be automatically generated)Gravatar reed@android.com2011-01-01
* replace various png_[type]_NULL defines with just NULLGravatar reed@google.com2010-12-31
* Fix bug where createTexture may bind a texture to GL without ever updating fH...Gravatar bsalomon@google.com2010-12-23
* update copyrightGravatar reed@google.com2010-12-23
* fix build for linuxGravatar reed@google.com2010-12-23
* add gpu to gm toolGravatar reed@google.com2010-12-23
* Stop using GrSamplerState to track the texture parameters for GL textures. It...Gravatar bsalomon@google.com2010-12-23
* update baselines to add 2point-radial gradients, and use gpu-friendly xfermod...Gravatar reed@google.com2010-12-23
* require lpng12 for gm tool (since Mac encoder tweaks the results for colorspa...Gravatar reed@google.com2010-12-23
* Delete D3D9 gpu class. Was fixed-function only, had significant defeciencies ...Gravatar bsalomon@google.com2010-12-23
* merge in gpu changes to gradientshadersGravatar reed@google.com2010-12-23
* silence some of our startup spewGravatar reed@google.com2010-12-23
* add gpu to the default makefileGravatar reed@google.com2010-12-23
* Fixing results of incorrect conflict resolution in r646.Gravatar wjmaclean@chromium.org2010-12-23
* flush inorder drawtarget (i.e. flushText) before we purge the atlas/cacheGravatar reed@google.com2010-12-22
* Force bool StageDesc to be a byte so that our memcmp equality test will work....Gravatar bsalomon@google.com2010-12-22
* add gpu backend (not hooked up yet)Gravatar reed@google.com2010-12-22
* remove obsolete testGravatar reed@google.com2010-12-22
* Fixed tab character.Gravatar wjmaclean@chromium.org2010-12-22
* Security fixes re getSize().Gravatar wjmaclean@chromium.org2010-12-22
* add for quick gl-offscreen context (so we can draw and then readpixels for GM)Gravatar reed@google.com2010-12-21
* -d dir will write out a difference-bitmap for each compare that failesGravatar reed@google.com2010-12-20
* remove ZLIB include from SkUserConfig for how (doesn't work on mac sampleapp)...Gravatar reed@google.com2010-12-20