| Commit message (Expand) | Author | Age |
* | If you #define SK_ALLOW_OVER_32K_BITMAPS, then skia will try to draw bitmaps | reed@google.com | 2011-01-13 |
* | initialize SkGlyph::fMaskFormat to avoid valgrind warnings | reed@google.com | 2011-01-13 |
* | add dithering to 32bit linear gradients | reed@google.com | 2011-01-13 |
* | Should be calculating alignment based on the vertex size. | bsalomon@google.com | 2011-01-12 |
* | rename DrawState to DrState -- MS decided to #define DrawState, complicating | reed@google.com | 2011-01-12 |
* | add helpers to initialize our var-int args before calling GL. Some drivers | reed@google.com | 2011-01-12 |
* | fix refcount bug - as picture gets referenced by canvas when canvas is a | reed@google.com | 2011-01-12 |
* | git-svn-id: http://skia.googlecode.com/svn/trunk@685 2bbb7eff-a529-9590-31e7-... | reed@google.com | 2011-01-11 |
* | expose gpu-device-factory | reed@google.com | 2011-01-11 |
* | add getter/setter for device-factory on canvas | reed@google.com | 2011-01-11 |
* | add port for Brew - untested | reed@google.com | 2011-01-11 |
* | use -O2 for release, -g for debug (so we can get symbols for gdb) | reed@google.com | 2011-01-10 |
* | init src either opaquely (e.g. white), or with a valid ctable index (e.g. 0) | reed@google.com | 2011-01-10 |
* | remove obsolete, unsupported sound files | reed@google.com | 2011-01-07 |
* | fix issue 99 -- unneeded assignment inside find_y | reed@google.com | 2011-01-07 |
* | Make SampleApp build on Win32 (still requires glew, this needs to be fixed) | bsalomon@google.com | 2011-01-05 |
* | update dox to reflect that the default colorspace is CGColorSpaceCreateDevice... | reed@google.com | 2011-01-05 |
* | revert to DeviceRGB colorspace by default, which was changed accidentially | reed@google.com | 2011-01-05 |
* | add template macro to "safely" perform casts w/o breaking strict-aliasing | reed@google.com | 2011-01-05 |
* | rev. 637 changed the settings for premultiplied on the info parameter. This | reed@google.com | 2011-01-05 |
* | fix for issue 93: need to rewind the shared stream each time openStream() is ... | reed@google.com | 2011-01-04 |
* | fix build for scalar==fixed | reed@google.com | 2011-01-04 |
* | Remove user-specific visual studio project files. | bsalomon@google.com | 2011-01-04 |
* | fix uninitialized warning | reed@google.com | 2011-01-04 |
* | static inline eliminates multiple definitions (and makes it zero-cost, since | reed@android.com | 2011-01-04 |
* | make inline helper static, so it can be included from than one .cpp | reed@android.com | 2011-01-03 |
* | add colorspace option to SkBitmap -> CGImageRef utility (patch from nico) | reed@android.com | 2011-01-03 |
* | remove unneeded file (will be automatically generated) | reed@android.com | 2011-01-01 |
* | replace various png_[type]_NULL defines with just NULL | reed@google.com | 2010-12-31 |
* | Fix bug where createTexture may bind a texture to GL without ever updating fH... | bsalomon@google.com | 2010-12-23 |
* | update copyright | reed@google.com | 2010-12-23 |
* | fix build for linux | reed@google.com | 2010-12-23 |
* | add gpu to gm tool | reed@google.com | 2010-12-23 |
* | Stop using GrSamplerState to track the texture parameters for GL textures. It... | bsalomon@google.com | 2010-12-23 |
* | update baselines to add 2point-radial gradients, and use gpu-friendly xfermod... | reed@google.com | 2010-12-23 |
* | require lpng12 for gm tool (since Mac encoder tweaks the results for colorspa... | reed@google.com | 2010-12-23 |
* | Delete D3D9 gpu class. Was fixed-function only, had significant defeciencies ... | bsalomon@google.com | 2010-12-23 |
* | merge in gpu changes to gradientshaders | reed@google.com | 2010-12-23 |
* | silence some of our startup spew | reed@google.com | 2010-12-23 |
* | add gpu to the default makefile | reed@google.com | 2010-12-23 |
* | Fixing results of incorrect conflict resolution in r646. | wjmaclean@chromium.org | 2010-12-23 |
* | flush inorder drawtarget (i.e. flushText) before we purge the atlas/cache | reed@google.com | 2010-12-22 |
* | Force bool StageDesc to be a byte so that our memcmp equality test will work.... | bsalomon@google.com | 2010-12-22 |
* | add gpu backend (not hooked up yet) | reed@google.com | 2010-12-22 |
* | remove obsolete test | reed@google.com | 2010-12-22 |
* | Fixed tab character. | wjmaclean@chromium.org | 2010-12-22 |
* | Security fixes re getSize(). | wjmaclean@chromium.org | 2010-12-22 |
* | add for quick gl-offscreen context (so we can draw and then readpixels for GM) | reed@google.com | 2010-12-21 |
* | -d dir will write out a difference-bitmap for each compare that failes | reed@google.com | 2010-12-20 |
* | remove ZLIB include from SkUserConfig for how (doesn't work on mac sampleapp)... | reed@google.com | 2010-12-20 |