- 5c493d5 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- 29a159c Adds microbench range generation option; renames file appropriately. (SkipBuildbotRuns) by bensong@google.com · 12 years ago
- 4df1673 Build fix after r9598. by fmalita@google.com · 12 years ago
- 86681b3 Expose debugger backend classes externally. by fmalita@google.com · 12 years ago
- 732c5d5 fix warning related to && and || and parens by reed@google.com · 12 years ago
- a25c94e add validate to SkView for debugging by reed@google.com · 12 years ago
- f09b87d Fix compiler error for r9592 by robertphillips@google.com · 12 years ago
- 4532711 most pdf dictionary types suported, need enabling now by edisonn@google.com · 12 years ago
- 2fad5a8 Hopefully fix Android warning-as-error about uninit var. by bsalomon@google.com · 12 years ago
- eb6879f Replace fixed-size array of effect stages in GrDrawState with two appendable arrays, one for color, one for coverage. by bsalomon@google.com · 12 years ago
- 74feb15 skimage self-tests: confirm correctness of bitmap hash values by epoger@google.com · 12 years ago
- 21c10c5 Make text context responsible for setting GrPaint on GrDrawState. by bsalomon@google.com · 12 years ago
- 07f0147 Parse pdf reference manual for 1.4 to extract dictionary definition, initial code. Use spec2def.py <PdfReference-okular-1.txt by edisonn@google.com · 12 years ago
- d510414 Enhancements and a fix to templated containers. by bsalomon@google.com · 12 years ago
- 7fb04bc oops, fix missing change in 9532, setting hashbits to 8 by reed@google.com · 12 years ago
- 741b2e1 Fixes zero division when there are no lines to plot (only one revision in range) by bensong@google.com · 12 years ago
- 5f87975 Add benchmark for PremultiplyAlpha and UnpremultiplyAlpha in Skia by commit-bot@chromium.org · 12 years ago
- a707fd5 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- 1d32cc6 add canvas scale and rotate by mike@reedtribe.org · 12 years ago
- 4567209 add SkIntToScalar and SkFloatToScalar to stop build errors on Mac10.6 by commit-bot@chromium.org · 12 years ago
- 4f77c88 Another warning as error fix for r9554 by robertphillips@google.com · 12 years ago
- dd5d462 Warnings as errors fix for r9554 by robertphillips@google.com · 12 years ago
- b1b3d51 Disable the unpremultiply/remultiply in SkArithmeticMode, both raster and GPU, since the SVG spec actually defines arithmetic compositing to operate on premul colours directly. by senorblanco@chromium.org · 12 years ago
- 1ac1cf6 Added tests for radial gradients with shader matrices by commit-bot@chromium.org · 12 years ago
- ace2269 Fixed a bug with linear gradient PDF matrices and added test cases by commit-bot@chromium.org · 12 years ago
- 01efe13 remove leftover printf by reed@google.com · 12 years ago
- b8b3d90 use ForceLinking to get codecs into lua_picture by reed@google.com · 12 years ago
- 312e9a2 add script to count glyph -vs- char draw calls by reed@google.com · 12 years ago
- e4d11be remove some old code by edisonn@google.com · 12 years ago
- af3daa0 Code generator for dinamic generation of podofo wrappers by edisonn@google.com · 12 years ago
- bd4af3a rebaseline.py: keep going if we encounter an "INVALID" entry in the JSON file by epoger@google.com · 12 years ago
- 826ec81 Small change that eliminates Parse Errors with encoded skps. by commit-bot@chromium.org · 12 years ago
- 7de1e3f test thick stroking of conics by reed@google.com · 12 years ago
- e78d207 rebaseline.py: try to download images from Google Storage before skia-autogen by epoger@google.com · 12 years ago
- b8b619a use 8 bits for fontcache hash by reed@google.com · 12 years ago
- c265230 add cache efficiency test by reed@google.com · 12 years ago
- fbe03bc Remove svn:externals and update the README. by djsollen@google.com · 12 years ago
- 24ed8d7 Fixes microbench format change caused by r9417. by bensong@google.com · 12 years ago
- dad5310 rebaseline.py: add --add-new option, and only add new expectations if it is set by epoger@google.com · 12 years ago
- de69eee Nexus 7 performance trigger rebaselines by robertphillips@google.com · 12 years ago
- 7063c2f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- f7dd491 generate enums for pdf types by edisonn@google.com · 12 years ago
- 1a191c6 generate code for pdf viewer (initial draft) by edisonn@google.com · 12 years ago
- 5872e00 doh. send byte length, not word count, to measureText by reed@google.com · 12 years ago
- 2fef6d2 move measureText to be the only thing in the inner loop by reed@google.com · 12 years ago
- 5065cbe revert DEPS for angle until tools are fixed by djsollen@google.com · 12 years ago
- 7815c9e update WebP to a dev version of 0.3.1 by djsollen@google.com · 12 years ago
- c9ab48f switch array to uint16_t to fix overflows by reed@google.com · 12 years ago
- fad3e5e comment out value > int16_t by reed@google.com · 12 years ago
- 664621a include the right named .h for glyph data by reed@google.com · 12 years ago
- 42db2e4 Fixes to make the gm run when GrContext can't be created for ANGLE context. by bsalomon@google.com · 12 years ago
- 8af0371 add bench for fontcache performance (measurement) by reed@google.com · 12 years ago
- cc2e1cf rebaseline.py: improve readability of dry-run output by epoger@google.com · 12 years ago
- bda4e91 rebaseline.py: if rebaselining all platforms (not listing them explicitly), allow missing platforms by epoger@google.com · 12 years ago
- 05d550e GYP Changes and Scripts for Compiling Skia for ChromeOS by borenet@google.com · 12 years ago
- 82f3178 rebaseline.py: in option names, replace underscores with hyphens by epoger@google.com · 12 years ago
- 0a1c387 Remove the non-separable blur because it is no longer used. by commit-bot@chromium.org · 12 years ago
- 6fbe54c Compact the clipstack for kReplace_Op'd geometry by commit-bot@chromium.org · 12 years ago
- 7fb5373 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- 792bbd1 add drawImage to lua by mike@reedtribe.org · 12 years ago
- 5f9f2b0 Improve batching of drawBitmap* calls by robertphillips@google.com · 12 years ago
- dc1d727 Compile pdf viewer manaully only, disable on build bots. by edisonn@google.com · 12 years ago
- 01cd4d5 simple podofo and skia based pdf viewer by edisonn@google.com · 12 years ago
- 4e05fd2 add conic support to hairlines by reed@google.com · 12 years ago
- 110aff2 Add 2 missing neon files for the android build by djsollen@google.com · 12 years ago
- 42416ee Update DEPS to use only googlesource.com repositories. by djsollen@google.com · 12 years ago
- d092524 Force checking of all color, stencil and FBO allocations for SkSurface_Gpu. This fixes the software canvas fallback in Chrome. by senorblanco@chromium.org · 12 years ago
- d537af5 Fixed gpu perlin noise on Windows by sugoi@google.com · 12 years ago
- 370c534 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- 73d9f1c more paint methods to lua by mike@reedtribe.org · 12 years ago
- fb85824 add pdf lib to lua_pictures to fix linker error by mike@reedtribe.org · 12 years ago
- 09efb17 Revert "add document and textAlign support to lua" by mike@reedtribe.org · 12 years ago
- bdf59df add document and textAlign support to lua by mike@reedtribe.org · 12 years ago
- ddc813b move kAlignCount out of Align enum, so it can't accidentally be passed as a parameter by mike@reedtribe.org · 12 years ago
- 6319367 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- e6469f1 add drawtext to lua by mike@reedtribe.org · 12 years ago
- 99ac02b SkDocument base for pdf, xps, etc. by reed@google.com · 12 years ago
- 99d43ff Fix for caller of GetTmpDir. by scroggo@google.com · 12 years ago
- cf5eb6a Preparations for running skimage tool on bots. by scroggo@google.com · 12 years ago
- e762dad Run skimage as part of run.sh by scroggo@google.com · 12 years ago
- a009083 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- 6ede1fe Make SkDrawCommands lighter weight by robertphillips@google.com · 12 years ago
- 7bb28a1 Disable msaa16 by default by robertphillips@google.com · 12 years ago
- e47e7d1 Fix crash when attempting to use a font fallback chain with a custom font. by djsollen@google.com · 12 years ago
- 2c84aa3 separate arrays for color and coverage effects. by bsalomon@google.com · 12 years ago
- f111851 Add dependency to podofo at skia_ext branch. by commit-bot@chromium.org · 12 years ago
- bbba784 Fix ninja/angle build with new gyp rev. by bsalomon@google.com · 12 years ago
- 804e994 Make GrGLProgram no longer depend on kNumStages by bsalomon@google.com · 12 years ago
- 2497c0f Whitespace change to test Commit Queue (SkipBuildbotRuns) by commit-bot@chromium.org · 12 years ago
- 88605bb Fix leak in SkFontHost_fontconfig temporary code. by bungeman@google.com · 12 years ago
- 19e80c1 rebaseline.py self-tests: split test inputs and outputs into completely separate directories by epoger@google.com · 12 years ago
- c76218d Fix bug in setting directories for tests. by scroggo@google.com · 12 years ago
- 7d05ac9 if you use --picture in SampleApp, make that sample come up first by reed@google.com · 12 years ago
- fb62522 Whitespace change to verify builds after r9453 by borenet@google.com · 12 years ago
- c5fd093 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- a15f7e5 Use all available texture units. by commit-bot@chromium.org · 12 years ago
- f51e125 Update gyp from 1563 to 1643 (take two). by bungeman@google.com · 12 years ago
- 5a64902 call through to the device from SkDraw by reed@google.com · 12 years ago
- 4609b9c Reverting gyp roll in 9445 due to Windows failures. by bungeman@google.com · 12 years ago
- bf65378 add more rebaseline test resources (no behavioral changes) (SkipBuildbotRuns) by epoger@google.com · 12 years ago