| Commit message (Expand) | Author | Age |
* | add first cut at arithmetic mode | mike@reedtribe.org | 2011-12-10 |
* | Closing fd for mmap after mapping succeeds. | djsollen@google.com | 2011-12-09 |
* | Add support for GL_ANGLE_texture_usage | bsalomon@google.com | 2011-12-09 |
* | Adding isOpaque method to skia shader classes | junov@chromium.org | 2011-12-09 |
* | add SK_OVERRIDE, move subclass impls of virtuals into .cpp | reed@google.com | 2011-12-07 |
* | add SK_OVERRIDEs | reed@google.com | 2011-12-07 |
* | add SK_OVERRIDEs, move impl of virtuals into .cpp | reed@google.com | 2011-12-07 |
* | add more SK_OVERRIDEs | reed@google.com | 2011-12-07 |
* | don't specify default parameter values when overriding a method | reed@google.com | 2011-12-07 |
* | rename sk_float_isNaN to sk_float_isnan to match related functions | reed@google.com | 2011-12-06 |
* | rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speed | reed@google.com | 2011-12-06 |
* | Prep for GrDrawState as a class Part 2 | bsalomon@google.com | 2011-12-06 |
* | Prep #1 for making GrDrawState a class | bsalomon@google.com | 2011-12-06 |
* | Remove fConfig/fFormat union in GrTextureDesc | bsalomon@google.com | 2011-12-06 |
* | make _isnan windows specific | reed@google.com | 2011-12-05 |
* | add sk_float_isfinite to mask platform differences | reed@google.com | 2011-12-05 |
* | When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deep | senorblanco@chromium.org | 2011-12-02 |
* | revert 2783 -- broke debug gm | reed@google.com | 2011-12-01 |
* | New function SkBlitter::blitAntiRect(); specifically accelerated for | tomhudson@google.com | 2011-12-01 |
* | Doxygen configuration file, documentation and minor cleanup on blitters. | tomhudson@google.com | 2011-12-01 |
* | Fix Paint == comparison on Android. | djsollen@google.com | 2011-12-01 |
* | Remove suffixes from SK_wGL macros | bsalomon@google.com | 2011-12-01 |
* | Add SkWGLExtensionInterface for dealing with WGL extensions | bsalomon@google.com | 2011-12-01 |
* | Move SkGLCanvas.h to obsolete, delete from gyp | bsalomon@google.com | 2011-12-01 |
* | add 2nd _ to __OpenBSD_ | reed@google.com | 2011-11-30 |
* | Add support for GL_ANGLE_pack_reverse_row_order | bsalomon@google.com | 2011-11-30 |
* | replacing Gr* with Sk* in SkTArray.h | junov@chromium.org | 2011-11-30 |
* | Add more Unix platforms on which Skia for Chromium has been built, | reed@google.com | 2011-11-30 |
* | [GPU] tile when large bitmap pased drawBitmap and only a small fraction is used | bsalomon@google.com | 2011-11-30 |
* | add bytes() to SkTDArray, which returns the number of bytes in the array, | reed@google.com | 2011-11-28 |
* | Unroll loops in SkBlurMask for speedup on Windows (benchmarks should see | tomhudson@google.com | 2011-11-28 |
* | define SK_OVERRIDE based on windows compiler, not windows platform (for mingw) | reed@google.com | 2011-11-28 |
* | Fix mac debug asserts | bsalomon@google.com | 2011-11-23 |
* | Fix build | bsalomon@google.com | 2011-11-23 |
* | Add hints for static analysis about when we intend to crash | bsalomon@google.com | 2011-11-23 |
* | fix mac warnings | caryclark@google.com | 2011-11-23 |
* | add SK_OVERRIDE | mike@reedtribe.org | 2011-11-23 |
* | store 3 bits of luminance, but (for now) discretize that in fonthost::filterec | reed@google.com | 2011-11-22 |
* | remove GetGammaFlag from SkFontHost | reed@google.com | 2011-11-22 |
* | add SetFlags for command line control | caryclark@google.com | 2011-11-21 |
* | use a define for the shift amount for the hinting bits | reed@google.com | 2011-11-21 |
* | reorder bits and remove obsolete kForceAA experimental bit | reed@google.com | 2011-11-21 |
* | ensure we never change the text_encoding of the master paint, since it is used | reed@google.com | 2011-11-21 |
* | Add support for GL_CHROMIUM_flipy | bsalomon@google.com | 2011-11-21 |
* | assert that resources used with ctx are owned by the ctx | bsalomon@google.com | 2011-11-19 |
* | Resubmit 2717 w/ fix workaround OS X GL bug. | bsalomon@google.com | 2011-11-19 |
* | Revert 2717 | bsalomon@google.com | 2011-11-18 |
* | Recommit r2714 with clip fix | bsalomon@google.com | 2011-11-18 |
* | Revert 2714 for debugging of test failure | bsalomon@google.com | 2011-11-18 |
* | Write direct to RT/Tex when possible, use BGRA rather than RGBA intermediate ... | bsalomon@google.com | 2011-11-18 |