aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* [GPU] Add explicit byte order and PM vs. UPM 8888 configsGravatar bsalomon@google.com2011-11-07
* Add support for building Android SampleApp.Gravatar djsollen@google.com2011-11-07
* Add support for GL_ARB_texture_swizzleGravatar bsalomon@google.com2011-11-07
* Recommit r2611 with fix for gmGravatar bsalomon@google.com2011-11-07
* consolidate debug draw param checking codeGravatar bsalomon@google.com2011-11-07
* Revert r2611 until windows gm can be debuggedGravatar bsalomon@google.com2011-11-07
* Add replacement APIs for createPlatformSurface: createPlatformTexture and cre...Gravatar bsalomon@google.com2011-11-07
* Turn off annoying printfsGravatar bsalomon@google.com2011-11-05
* Use timestamp to detect when client GL calls could cause Gr's cache of glTexP...Gravatar bsalomon@google.com2011-11-05
* More removal of texture fUploadByteCount and rename fFormat to fConfig for co...Gravatar bsalomon@google.com2011-11-05
* Remove unneeded field from GrGLTextureGravatar bsalomon@google.com2011-11-05
* bump GrGpu reset context timestamp sizeGravatar bsalomon@google.com2011-11-05
* Add reset context count to GrGpuGravatar bsalomon@google.com2011-11-05
* Back out fontscaler gm, as it seems to show up a gpu issue.Gravatar bungeman@google.com2011-11-04
* Add font scaler gm.Gravatar bungeman@google.com2011-11-04
* Move the Android sample app into the android repo.Gravatar djsollen@google.com2011-11-04
* Override 32BPP format in SkCanvas::readPixelsGravatar bsalomon@google.com2011-11-03
* experimental -- add SkImageFilter to paint. Not called yet.Gravatar reed@google.com2011-11-03
* Update the Skia gyp files to use the external android sources.Gravatar djsollen@google.com2011-11-03
* revert accidental change to lcd format prefGravatar reed@google.com2011-11-03
* create inline versions of common CGRect functions, since they appeared onGravatar reed@google.com2011-11-03
* custom memset32 to speed up erasing the offscreen when its width is small.Gravatar reed@google.com2011-11-03
* Fix for missing file from previous CL that broke the build.Gravatar djsollen@google.com2011-11-03
* Adding support to trunk for building Skia using the Android NDK.Gravatar djsollen@google.com2011-11-03
* speed up font cache creation (20x using FontScalerBench)Gravatar reed@google.com2011-11-02
* add bench for building the font cacheGravatar reed@google.com2011-11-02
* add hack for testing gSkSuppressFontCachePurgeSpewGravatar reed@google.com2011-11-02
* Line-endings only change (some windows line-endings snuck in)Gravatar bsalomon@google.com2011-11-02
* Make SkDevice::onReadPixels take a const& rather than const*Gravatar bsalomon@google.com2011-11-02
* Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt ...Gravatar bsalomon@google.com2011-11-02
* Revert r2584 (new test fails in fixed pt builds)Gravatar bsalomon@google.com2011-11-02
* Changes the SkCanvas::readPixels API. Allows caller to read into prealloced b...Gravatar bsalomon@google.com2011-11-02
* fix font id calculationGravatar caryclark@google.com2011-11-02
* up glyphcache hash table to 12bits (from 8bits).Gravatar reed@google.com2011-11-02
* [PDF] Add debug assert to detect failure of GDI cache hack.Gravatar vandebo@chromium.org2011-11-01
* remove tests for copyPixelsFrom (it is not gone)Gravatar reed@google.com2011-11-01
* remove unused copyPixelsFrom ... (copyPixelsTo is next on the chopping block)Gravatar reed@google.com2011-11-01
* fix monospace glyph bounds on LionGravatar caryclark@google.com2011-11-01
* add getDeviceSize() so callers won't need to call getDevice() so muchGravatar reed@google.com2011-11-01
* match blitH computation for coverage in new blitRect for supersamplerGravatar reed@google.com2011-11-01
* specialize blitRect in supersampler:Gravatar reed@google.com2011-10-31
* Delete DEPS.android in favor of a different approachGravatar epoger@google.com2011-10-31
* First attempt at DEPS.android fileGravatar epoger@google.com2011-10-31
* internalDrawBitmap is using kShaderTextureIdx. It should be kBitmapTextureIdx...Gravatar bsalomon@google.com2011-10-31
* Remove SK_OVERRIDE from func defnGravatar bsalomon@google.com2011-10-31
* support multiple (OR'd) -match parametersGravatar reed@google.com2011-10-31
* all for multiple --match foo args, which will be logically OR'd togetherGravatar reed@google.com2011-10-31
* implement blitRect for aaclip builder. This speeds up setRect by 15x (for 640...Gravatar reed@google.com2011-10-31
* add bench for building aaclipsGravatar reed@google.com2011-10-31
* Import all GMs as Samples.Gravatar bsalomon@google.com2011-10-31