| Commit message (Expand) | Author | Age |
* | replace GR_GL(GetIntegerv with GR_GL_GetIntegerv to ensure that we zero-init | reed@google.com | 2011-01-20 |
* | update chrome-specific glconfig (should make versions of this for mac/win/linux) | reed@google.com | 2011-01-19 |
* | add experimental custom GL header for chrome | reed@google.com | 2011-01-19 |
* | Cleanup including of GL headers and provide way to include custom headers, ex... | bsalomon@google.com | 2011-01-19 |
* | fix fEntryCount when we purge a cache entry (bug caught by our validate()) | reed@google.com | 2011-01-19 |
* | document new (temporary) build flags | reed@google.com | 2011-01-19 |
* | add compile flag GR_SKIP_2POINTRADIAL_PROGRAMS to ignore the 2point-radial | reed@google.com | 2011-01-19 |
* | add getter/setter for TextureCache, so that clients can make their budget | reed@google.com | 2011-01-18 |
* | add GR_BUILD_CHROME for now. hopefully we can replace it with other, | reed@google.com | 2011-01-18 |
* | add new 2nd argument for rendertarget to SkGpuCanvas | reed@google.com | 2011-01-18 |
* | Remove notion of default rendertarget. This doesn't map well to usage pattern... | bsalomon@google.com | 2011-01-18 |
* | detect empty/inverted rect before using autobounds helper (as with prev. rev.) | reed@google.com | 2011-01-18 |
* | don't use SkAutoPathBoundsUpdate until after we've checked for degenerate | reed@google.com | 2011-01-18 |
* | Fix stencil format array. | bsalomon@google.com | 2011-01-18 |
* | Fix BGRA on ES Issue 109. | bsalomon@google.com | 2011-01-18 |
* | Fix vertex buffer size computation when deferred text is disabled. This chang... | bsalomon@google.com | 2011-01-18 |
* | add black, opaque, blend variants for text blits, to exercise different | reed@google.com | 2011-01-17 |
* | add SK_DISABLE_DITHER_32BIT_GRADIENT flag. If defined, disables the newly added | reed@google.com | 2011-01-17 |
* | enable sse2 source in makefile | reed@google.com | 2011-01-17 |
* | add SSE2 opt files to xcode | reed@google.com | 2011-01-17 |
* | Use macro to call gl. | bsalomon@google.com | 2011-01-13 |
* | Remove static from template specilizations (linux build complained) | reed@google.com | 2011-01-13 |
* | Towards issue #106 | bsalomon@google.com | 2011-01-13 |
* | 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 |