aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* add first cut at arithmetic modeGravatar mike@reedtribe.org2011-12-10
* Closing fd for mmap after mapping succeeds.Gravatar djsollen@google.com2011-12-09
* Add support for GL_ANGLE_texture_usageGravatar bsalomon@google.com2011-12-09
* Adding isOpaque method to skia shader classesGravatar junov@chromium.org2011-12-09
* add SK_OVERRIDE, move subclass impls of virtuals into .cppGravatar reed@google.com2011-12-07
* add SK_OVERRIDEsGravatar reed@google.com2011-12-07
* add SK_OVERRIDEs, move impl of virtuals into .cppGravatar reed@google.com2011-12-07
* add more SK_OVERRIDEsGravatar reed@google.com2011-12-07
* don't specify default parameter values when overriding a methodGravatar reed@google.com2011-12-07
* rename sk_float_isNaN to sk_float_isnan to match related functionsGravatar reed@google.com2011-12-06
* rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speedGravatar reed@google.com2011-12-06
* Prep for GrDrawState as a class Part 2Gravatar bsalomon@google.com2011-12-06
* Prep #1 for making GrDrawState a classGravatar bsalomon@google.com2011-12-06
* Remove fConfig/fFormat union in GrTextureDescGravatar bsalomon@google.com2011-12-06
* make _isnan windows specificGravatar reed@google.com2011-12-05
* add sk_float_isfinite to mask platform differencesGravatar reed@google.com2011-12-05
* When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deepGravatar senorblanco@chromium.org2011-12-02
* revert 2783 -- broke debug gmGravatar reed@google.com2011-12-01
* New function SkBlitter::blitAntiRect(); specifically accelerated forGravatar tomhudson@google.com2011-12-01
* Doxygen configuration file, documentation and minor cleanup on blitters.Gravatar tomhudson@google.com2011-12-01
* Fix Paint == comparison on Android.Gravatar djsollen@google.com2011-12-01
* Remove suffixes from SK_wGL macrosGravatar bsalomon@google.com2011-12-01
* Add SkWGLExtensionInterface for dealing with WGL extensionsGravatar bsalomon@google.com2011-12-01
* Move SkGLCanvas.h to obsolete, delete from gypGravatar bsalomon@google.com2011-12-01
* add 2nd _ to __OpenBSD_Gravatar reed@google.com2011-11-30
* Add support for GL_ANGLE_pack_reverse_row_orderGravatar bsalomon@google.com2011-11-30
* replacing Gr* with Sk* in SkTArray.hGravatar junov@chromium.org2011-11-30
* Add more Unix platforms on which Skia for Chromium has been built,Gravatar reed@google.com2011-11-30
* [GPU] tile when large bitmap pased drawBitmap and only a small fraction is usedGravatar bsalomon@google.com2011-11-30
* add bytes() to SkTDArray, which returns the number of bytes in the array,Gravatar reed@google.com2011-11-28
* Unroll loops in SkBlurMask for speedup on Windows (benchmarks should seeGravatar tomhudson@google.com2011-11-28
* define SK_OVERRIDE based on windows compiler, not windows platform (for mingw)Gravatar reed@google.com2011-11-28
* Fix mac debug assertsGravatar bsalomon@google.com2011-11-23
* Fix buildGravatar bsalomon@google.com2011-11-23
* Add hints for static analysis about when we intend to crashGravatar bsalomon@google.com2011-11-23
* fix mac warningsGravatar caryclark@google.com2011-11-23
* add SK_OVERRIDEGravatar mike@reedtribe.org2011-11-23
* store 3 bits of luminance, but (for now) discretize that in fonthost::filterecGravatar reed@google.com2011-11-22
* remove GetGammaFlag from SkFontHostGravatar reed@google.com2011-11-22
* add SetFlags for command line controlGravatar caryclark@google.com2011-11-21
* use a define for the shift amount for the hinting bitsGravatar reed@google.com2011-11-21
* reorder bits and remove obsolete kForceAA experimental bitGravatar reed@google.com2011-11-21
* ensure we never change the text_encoding of the master paint, since it is usedGravatar reed@google.com2011-11-21
* Add support for GL_CHROMIUM_flipyGravatar bsalomon@google.com2011-11-21
* assert that resources used with ctx are owned by the ctxGravatar bsalomon@google.com2011-11-19
* Resubmit 2717 w/ fix workaround OS X GL bug.Gravatar bsalomon@google.com2011-11-19
* Revert 2717Gravatar bsalomon@google.com2011-11-18
* Recommit r2714 with clip fixGravatar bsalomon@google.com2011-11-18
* Revert 2714 for debugging of test failureGravatar bsalomon@google.com2011-11-18
* Write direct to RT/Tex when possible, use BGRA rather than RGBA intermediate ...Gravatar bsalomon@google.com2011-11-18