platform/upstream/libSkiaSharp.git
2011-06-02 bungeman@google.comAdd EGL context for Windows.
2011-06-02 tomhudson@google.comReduce GrGLProgram::ProgramDesc from 88B to 24B.
2011-06-02 epoger@google.comcreate GYP files for these targets: tests, gm, skhello...
2011-06-02 reed@google.comadd copyright notices
2011-06-02 reed@google.comremove unneeded check for thumb. see codereview.appspot...
2011-06-01 senorblanco... Add a missing include path for the linux build of utils...
2011-06-01 tomhudson@google.comFix to bug, partial fix to unit tests following on...
2011-06-01 reed@google.cominclude SkTypes.h
2011-06-01 caryclark@google.comcommitting http://codereview.appspot.com/4515175/
2011-06-01 tomhudson@google.comSpeed up GrBinHashKey computation by replacing Adler32...
2011-06-01 reed@google.comremove dead/abandoned file
2011-06-01 senorblanco... Clean up the gyp files to reflect some files that were...
2011-06-01 yangsu@google.comAdded code to enable the pipe module to record to a...
2011-06-01 reed@google.cominitialize fCurrY
2011-06-01 yangsu@google.comAdded a sample pipe reader app that uses File I/O for...
2011-06-01 bungeman@google.comFixup utils.gyp.
2011-06-01 bungeman@google.comMake gyp VC project debug configuration /DEBUG.
2011-06-01 yangsu@google.comAdded 3 new sample tests. codereview.appspot.com/4527092/
2011-06-01 reed@google.comadd MatrixBench.cpp
2011-06-01 reed@google.comspeed-up SkMatrix::preScale by 3x, by special-casing...
2011-06-01 bungeman@google.comAdd gyp for bench and make run on Windows. (2)
2011-06-01 reed@google.comupdate to SampleView
2011-06-01 reed@google.cominherit from SampleView
2011-05-31 bungeman@google.comAdd gyp for bench and make run on Windows.
2011-05-31 senorblanco... Rename some global symbols defined by glu's libtess...
2011-05-31 reed@google.comremember previous x-offset when we re-enter the runs...
2011-05-31 reed@google.comremove dump printf
2011-05-31 epoger@google.commake this work again: ./gyp_skia && make SampleApp
2011-05-31 vandebo@chromium.org[PDF] Add pages accessor to SkPDFDocument.
2011-05-31 ScroggoPort the SampleApp (raster) to Android.
2011-05-31 ScroggoRemove unnecessary call to unlock.
2011-05-31 reed@google.comfix memory leaks
2011-05-31 reed@google.comremove dead code
2011-05-31 epoger@google.comsplit skia.gyp into separate gypfile for each source dir
2011-05-30 vandebo@chromium.orgAdd more SK_API declarations to fix Chrome.
2011-05-29 vandebo@chromium.org[PDF] Add plumbing and accessors so that Chrome can...
2011-05-27 bsalomon@google.comFix copy/paste bug that checks same stencil field twice...
2011-05-26 reed@google.commake --replay be the default. Now --noreplay will disab...
2011-05-26 reed@google.comretool without shapes, which are broken/experimental
2011-05-26 twiz@google.comRemoval of obsolete interface, SkMatrixClipObserver.
2011-05-26 reed@google.comremove self-modifying matrix code, which can't work...
2011-05-26 reed@google.comdynamically allocate the pixels, so they can be referen...
2011-05-26 reed@google.comwe don't checkin baselines for pdf yet
2011-05-26 reed@google.comadd gpu baselines for linux
2011-05-26 reed@google.comdraw rotated rects as paths if we're antialiasing,...
2011-05-26 reed@google.comcheckpoint for better 8bit->5bit reduction (disable...
2011-05-26 reed@google.combalance the call to matrix::flatten from r1414. Formerl...
2011-05-25 ScroggoShow fatbits mode in openGL. codereview.appspot.com...
2011-05-25 junov@google.comThis change eliminates a potential memory leak and it
2011-05-25 reed@google.comadd
2011-05-25 reed@google.cominherit from SampleView
2011-05-25 senorblanco... Rename glu libtess symbols. When enabled in WebKit...
2011-05-25 vandebo@chromium.org[PDF] Improve the SkClipStack skipping prefix code.
2011-05-25 vandebo@chromium.org[PDF] Reuse the invert function object for xform object...
2011-05-24 vandebo@chromium.org[PDF] Rename ContentEntryAccessor to ScopedContentEntry.
2011-05-24 vandebo@chromium.org[PDF] Fix regression - correct for fInitialTrnasform...
2011-05-24 senorblanco... Grab-bag of memory fixes. SkFlatMatrix::Flatten had...
2011-05-24 ctguil@chromium.orgCleanup: Use member function isContentEmpty().
2011-05-24 tomhudson@google.comStores index.html in the output (diff) directory rather...
2011-05-24 vandebo@chromium.org[PDF] Don't draw empty layers.
2011-05-24 vandebo@chromium.org[PDF] Add helper class to manage ContentEntry set up...
2011-05-24 epoger@google.comRebase GM tool for SKIA_SCALAR=fixed
2011-05-24 vandebo@chromium.org[PDF] Add clip support and some optimizations for ...
2011-05-24 junov@google.comFixes performance for texture domain uniform upload
2011-05-24 epoger@google.comWarn when an SkScalar is passed into SkIntToScalar...
2011-05-24 reed@google.comreturn the bytes read, not the total provided
2011-05-24 reed@google.comadd copyright notices
2011-05-24 thakis@chromium.orgFix a new clang warning:
2011-05-23 reed@google.comcall notify after we write the kDone verb
2011-05-23 reed@google.comadd optoinal bytesRead argument (output) to playback()
2011-05-23 reed@google.comfix warnings
2011-05-23 reed@google.compass correct size to read(buffer, ...) tests
2011-05-23 reed@google.comadd cross-process option to gpipe
2011-05-20 ctguil@chromium.orgExpose SkComposeShader as SK_API.
2011-05-20 senorblanco... Fix unnitialized memory in Sk2DPathEffect. The SkDescr...
2011-05-20 bungeman@google.comFixed point no longer crashes when GL enabled in gm...
2011-05-20 senorblanco... Clean up some valgrind errors in SkTransparentShader...
2011-05-20 bsalomon@google.comTag GrPrintf with GR_API so that it is exposed to users...
2011-05-20 epoger@google.comtiny document-only change
2011-05-20 bsalomon@google.comAdd dual source blending support for proper blending...
2011-05-20 bungeman@google.comFix gm tests for fixed point.
2011-05-19 bungeman@google.comFix clipping in StrokeRectGM test for fixed point.
2011-05-19 bsalomon@google.comRemove createPlatformRenderTarget, undeprecate createRe...
2011-05-19 senorblanco... The plain Makefile was using -Wall, but the gyp build...
2011-05-19 bungeman@google.comAdd build for unix to gyp.
2011-05-19 senorblanco... Plug a leak in SampleShaderTest.
2011-05-19 bungeman@google.comAdd unix and mesa GL files to gyp.
2011-05-19 bungeman@google.comAdd Mesa as a GL backend.
2011-05-19 epoger@google.comfix assertion failure in Skia_Linux_Fixed_Debug build
2011-05-19 senorblanco... Batch up draws into triangle fans as large as possible...
2011-05-19 bsalomon@google.comFix windows color order
2011-05-19 bsalomon@google.comAdd snapshot of gyp-generated vs proj for any third...
2011-05-19 bsalomon@google.comFix windows build (missing SkFontHost.cpp)
2011-05-19 bsalomon@google.comRemove old visual studio project
2011-05-18 vandebo@chromium.org[PDF] Implement clear xfermode with a mask instead...
2011-05-18 vandebo@chromium.org[PDF] Fix windows compile warning.
2011-05-18 reed@google.commove SHIFT default definitions from SkColorPriv.h to...
2011-05-18 reed@google.comsetHinting modifies fFlags in places, so call it last...
2011-05-18 epoger@google.comfix PathTest for SKIA_SCALAR=fixed
2011-05-18 reed@google.comshow consistent timings between debug and release
next