aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Add support for GL_ANGLE_pack_reverse_row_orderGravatar bsalomon@google.com2011-11-30
* handle if unflattening returned a null shaderGravatar reed@google.com2011-11-30
* Rebaseline mac gpu imagesGravatar bsalomon@google.com2011-11-30
* Remove more failing gpu baselines on linuxGravatar bsalomon@google.com2011-11-30
* replacing Gr* with Sk* in SkTArray.hGravatar junov@chromium.org2011-11-30
* Temporarily remove failing linux gpu baselines.Gravatar bsalomon@google.com2011-11-30
* Temporarily remove windows gpu baselines that need new images.Gravatar bsalomon@google.com2011-11-30
* Make skdiff robust to image size differences: if the two image sizes differ,Gravatar tomhudson@google.com2011-11-30
* Fix issue where bumping the max gm width/height affects gpu imagesGravatar bsalomon@google.com2011-11-30
* add baselinesGravatar reed@google.com2011-11-30
* Add more Unix platforms on which Skia for Chromium has been built,Gravatar reed@google.com2011-11-30
* update verttext to remove leading space from image nameGravatar reed@google.com2011-11-30
* fix lcd16_shader_blend mathGravatar reed@google.com2011-11-30
* enable shadermask optimization all the timeGravatar reed@google.com2011-11-30
* [GPU] tile when large bitmap pased drawBitmap and only a small fraction is usedGravatar bsalomon@google.com2011-11-30
* speedup AAClip::setRegion (n^2 to n)Gravatar reed@google.com2011-11-28
* add bytes() to SkTDArray, which returns the number of bytes in the array,Gravatar reed@google.com2011-11-28
* Add missing return statement.Gravatar bsalomon@google.com2011-11-28
* Detect teximage2d failureGravatar bsalomon@google.com2011-11-28
* Unroll loops in SkBlurMask for speedup on Windows (benchmarks should seeGravatar tomhudson@google.com2011-11-28
* fix copy/paste error in LCD16 masks: mask type needed to be uint16_tGravatar reed@google.com2011-11-28
* add test for shader text w/ and w/o lcd (and w/ and w/o opaque)Gravatar reed@google.com2011-11-28
* call getSaveCount inside restoreToCount, in case it goes virtual...Gravatar reed@google.com2011-11-28
* add unittest for save/restoreGravatar reed@google.com2011-11-28
* move variable declarations above goto lines, to fix warning/error aboutGravatar reed@google.com2011-11-28
* separate declaration from impl for overrides, so we can declare some ofGravatar reed@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
* more rgn==aaclip testsGravatar reed@google.com2011-11-23
* Fix clang static analyzer errors in GrGravatar bsalomon@google.com2011-11-23
* add test for drawPosText, to measure any difference it introduces given thatGravatar reed@google.com2011-11-23
* Fix warningsGravatar bsalomon@google.com2011-11-23
* fix mac warningsGravatar caryclark@google.com2011-11-23
* add test that aaclip.setRegion creates the same mask as the regionGravatar mike@reedtribe.org2011-11-23
* add SK_OVERRIDEGravatar mike@reedtribe.org2011-11-23
* needs to be rebaselinedGravatar reed@google.com2011-11-22
* delete since it needs to be rebaselinedGravatar reed@google.com2011-11-22
* improve accuracy for luminance coefficientsGravatar reed@google.com2011-11-22
* remove obsolete assertGravatar reed@google.com2011-11-22
* [GPU] Allow kMulRGBByAlpha_InConfigFlag and kSwapRAndB_InConfigFlag to both b...Gravatar bsalomon@google.com2011-11-22
* store 3 bits of luminance, but (for now) discretize that in fonthost::filterecGravatar reed@google.com2011-11-22
* Add fractional-radius blurs to blur benchmark.Gravatar tomhudson@google.com2011-11-22
* remove GetGammaFlag from SkFontHostGravatar reed@google.com2011-11-22
* Add windowscodecs.lib to images.gypGravatar bsalomon@google.com2011-11-21
* 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