- 14b23c7 whitespace change to trigger buildbots by epoger@google.com · 14 years ago
- 6e28a47 whitespace change to trigger buildbots by epoger@google.com · 14 years ago
- 0d10c2e whitespace change to trigger buildbots by epoger@google.com · 14 years ago
- 369e966 whitespace change to trigger buildbots by epoger@google.com · 14 years ago
- 537b809 Whitespace commit to trigger buildbot by epoger@google.com · 14 years ago
- 3726000 More little improvements to bench_graph_svg.py by epoger@google.com · 14 years ago
- 88edf1e Protect much of SkDevice and clarify usage of drawDevice. by bungeman@google.com · 14 years ago
- 3f69b54 Fixed Compiler flag error in CocoaSampleApp.gyp by yangsu@google.com · 14 years ago
- 22b4724 Whitespace change to trigger buildbot by epoger@google.com · 14 years ago
- 42fd1e9 CocoaSampleApp no longer depends on SkOSWindow_Mac.h by yangsu@google.com · 14 years ago
- c71174d Incremental improvements to bench graph generation by epoger@google.com · 14 years ago
- 558a75b Use a single stencil buffer for a given width,height,samplecount by bsalomon@google.com · 14 years ago
- f121b05 Removed networking dependencies from SampleApp, Pipe now off by default by yangsu@google.com · 14 years ago
- db03eaa Added transitions and net pipe to SampleApp, updated gyp files by yangsu@google.com · 14 years ago
- f3493f0 iOS/Cocoa SampleApp, Drawingboard, and Networking updates by yangsu@google.com · 14 years ago
- 0168afc Make RT & TEX base classes aware of NPOT/min-RT bloated size by bsalomon@google.com · 14 years ago
- 2f9462d Fixed error in SkOSMenu by yangsu@google.com · 14 years ago
- e55f533 Updated SkOSMenu to use the updated SkEvents by yangsu@google.com · 14 years ago
- a767fa0 add api for scalers to force us to use skia to generate their bits from their by reed@google.com · 14 years ago
- 6513cd0 Fail draws when can't get geom into vb/ib. by bsalomon@google.com · 14 years ago
- 82866fd Fail path rendering gracefully when vb/ib space alloc fails by bsalomon@google.com · 14 years ago
- 3bbee32 ignore alphaBit (and mask) for 32bit images, 'cause that seems to break this by reed@google.com · 14 years ago
- edc177d Fixes for iOS / Ganesh (consistent fs/vs uni precision decl and don't use stencil-only fbo for clear) by bsalomon@google.com · 14 years ago
- c7e6d08 Fix dumb copy/paste error by bsalomon@google.com · 14 years ago
- 9181aa8 revert rotated-lcd workaround until I can render gray/lcd+subpixel myself by reed@google.com · 14 years ago
- 53d11e0 submit LCD alpha support by caryclark@google.com · 14 years ago
- a5a1da8 Handle recursive call into GrResourceCache::purgeAsNeeded by bsalomon@google.com · 14 years ago
- 0e0c94c disable test by reed@google.com · 14 years ago
- f2164b2 use new SkEvent notion of passing targetID to constructor by reed@google.com · 14 years ago
- 87fac4a retool SkEvent to own its target ID or target proc by reed@google.com · 14 years ago
- 5aa937b Honor fixed width font in Windows. by ctguil@chromium.org · 14 years ago
- d7a5c64 whitespace commit to trigger buildbot by epoger@google.com · 14 years ago
- c514dde allow events to store their target sink ID by reed@google.com · 14 years ago
- 81c3f8d Add GrStencilBuffer as a separate resource type from render target by bsalomon@google.com · 14 years ago
- c49d66b Add glReadBuffer to GrGLInterface. by bsalomon@google.com · 14 years ago
- d32c5f5 by bsalomon@google.com · 14 years ago
- 901aea5 Moved references of SkOSWindow_mac.cpp and skia_main.cpp out of utils to SampleApp.gyp by yangsu@google.com · 14 years ago
- 4737082 Correct check against GR_USE_PLATFORM_CREATE_SAMPLE_COUNT by bsalomon@google.com · 14 years ago
- 4043ae2 Revert r2026 due to bot failures by bsalomon@google.com · 14 years ago
- a16d650 Create a separate GrStencilBuffer class apart from GrRenderTarget. by bsalomon@google.com · 14 years ago
- 9b540ce Move SkBitmap members of the skdiff DiffRecord to pointers so that they by tomhudson@google.com · 14 years ago
- 921091f Set up global options for SampleApp and now allows SampleApp to request menu items from the slides by yangsu@google.com · 14 years ago
- e938b19 iOS SampleApp menu related changes by yangsu@google.com · 14 years ago
- 5987045 iOS Sample App menu implementation http://codereview.appspot.com/4798055/ by yangsu@google.com · 14 years ago
- b3d5bc1 Remove unneeded include in SkBitSet. http://codereview.appspot.com/4801072/ by bungeman@google.com · 14 years ago
- 68c4d12 Clip GPU blur against clip bounds. Clip the size of the FBOs used for blurs by senorblanco@chromium.org · 14 years ago
- 099d22d add roundOut() by reed@google.com · 14 years ago
- 1b20280 deprecate SkScalarFloor, SkScalarCeil, SkScalarRound by reed@google.com · 14 years ago
- 14fc321 Add Commit to SkWIStream. http://codereview.appspot.com/4809069/ by bungeman@google.com · 14 years ago
- 955bb07 Make WIC encoder lock the bitmap pixels. http://codereview.appspot.com/4832045/ by bungeman@google.com · 14 years ago
- 22b4950 Windows image decoder should handle all bitmap formats. by bungeman@google.com · 14 years ago
- 030302c Fix comment alignment by bsalomon@google.com · 14 years ago
- 654d72f Revised SkOSMenu http://codereview.appspot.com/4827042/ by yangsu@google.com · 14 years ago
- 12d177d Cocoa SampleApp files by yangsu@google.com · 14 years ago
- dea2f8d Remove unnecessary dirty clip flag in GrGpu, remove getUsableStencilBits() by bsalomon@google.com · 14 years ago
- 896d79d whitespace commit to trigger buildbot by epoger@google.com · 14 years ago
- 04accd3 Add trunk/out to svn:ignore list by bsalomon@google.com · 14 years ago
- 71f341a Split texture upload out from onCreateTexture by bsalomon@google.com · 14 years ago
- cf9b750 Fix bug in SkMatrix::invert where typemask is not set on inverse when a matrix is inverted into itself. by bsalomon@google.com · 14 years ago
- 84b437e update dox for LCD text by reed@google.com · 14 years ago
- feee9e8 another whitespace commit to trigger buildbot by epoger@google.com · 14 years ago
- ab5161f whitespace commit to trigger buildbot by epoger@google.com · 14 years ago
- 5bfc217 cleanup GrGLTexture / GrGLRenderTarget cons. Make GrRenderTarget aware of its msaa sample count. by bsalomon@google.com · 14 years ago
- aa5b673 move render target decls / defs to their own headers / srcs by bsalomon@google.com · 14 years ago
- 3448e9e disable optimization in Mac debug build by epoger@google.com · 14 years ago
- 2c2508d More variable initializations and curly braces to avoid Linux compiler warnings. by tomhudson@google.com · 14 years ago
- e14490a Move GL headers out of public include dir by bsalomon@google.com · 14 years ago
- a7ed3cc Eliminate Linux compile warnings throughout animator/ with variable by tomhudson@google.com · 14 years ago
- 221db3c Fix initialization of variables; eliminates warnings on Linux. by tomhudson@google.com · 14 years ago
- 5c210c7 Break onEncode() into two functions to avoid clobbering variables with by tomhudson@google.com · 14 years ago
- d53bd4a balance destructor's CFRelease with a CFRetain when we get the cgfont by reed@google.com · 14 years ago
- 1d32978 Fixing the ignore transform flag in Ganesh with mask filter and drawBitmap by junov@google.com · 14 years ago
- 3eba9d3 whitespace commit to trigger buildbot by epoger@google.com · 14 years ago
- b81be7a Include <new> required for placement new in SkTLazy. by bungeman@google.com · 14 years ago
- 935d945 Script to automatically update copyright notices in C/C++ source code. by epoger@google.com · 14 years ago
- ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 14 years ago
- fd03db0 Manually update copyright notices in files that defied the automated process by epoger@google.com · 14 years ago
- 69485bc delete dead file by reed@google.com · 14 years ago
- 61d46a0 This new test provides a test case for by junov@google.com · 14 years ago
- 17e66e2 [PDF] Improve efficiency of glyph id collection during font subsetting. by vandebo@chromium.org · 14 years ago
- 93225ff [PDF] Fix mem leak in font subsetting. by vandebo@chromium.org · 14 years ago
- 026dcee include <new> for SkTLazy, since windows seems to need it. by reed@google.com · 14 years ago
- 05a32da new baseline now that we're using the built-in quad->cubic converter by reed@google.com · 14 years ago
- 32e5d97 don't modify a const paint by reed@google.com · 14 years ago
- a44ea51 use SkConvertQuadToCubic() by reed@google.com · 14 years ago
- ceff287 add simple test for writepixels by reed@google.com · 14 years ago
- 325bdc3 whitespace commit to trigger buildbot by epoger@google.com · 14 years ago
- 08c315d re-enable "core" build target lost in r1968 by epoger@google.com · 14 years ago
- 90751c5 use safeunref on typefaces, since Deserialize might return NULL. by reed@google.com · 14 years ago
- c9493a4 Properly handle parallel make ("make -j"), and only rerun gyp if necessary. by epoger@google.com · 14 years ago
- 6fc321a add test for SkConvertQuadToCubic by reed@google.com · 14 years ago
- 9510ccc Cleanup from r1843 based on revision comments. by ctguil@chromium.org · 14 years ago
- 50398bf Make GrTextureCache into a generic GrResource cache. Also some GrContext texture interface cleanup. by bsalomon@google.com · 14 years ago
- f131694 Add functionality for isRect() to SkPath. http://codereview.appspot.com/4807052/ by caryclark@google.com · 14 years ago
- 8937989 remove this, since diff Win machines differ on LCD settings by reed@google.com · 14 years ago
- 6f72eac rebaseline given new AA text generation in SkFontHost_win.cpp by reed@google.com · 14 years ago
- 82a34d8 GetGlyphOutline can return clipped results :( so we now draw offscreen by reed@google.com · 14 years ago
- cee661a Reapply r1951. by bsalomon@google.com · 14 years ago
- ec36471 Revert "Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config (r1951)" by vandebo@chromium.org · 14 years ago
- 1f16589 [PDF] Add font subsetting using the sfntly library. by vandebo@chromium.org · 14 years ago