platform/upstream/libSkiaSharp.git
2011-01-25 vandebo@chromium.orgUpdate SkPDFDevice::drawPath signature to match SkDevice.
2011-01-25 vandebo@chromium.orgAdd Truetype and Type 1 font embedding support
2011-01-25 reed@google.comfixes for some warnings:
2011-01-25 bsalomon@google.comAdd SampleShaderText to vs project.
2011-01-25 bsalomon@google.comAdd shaded text sample and gm test.
2011-01-25 reed@google.comchrome always assumes BGRA for its textures
2011-01-25 reed@google.comfix comments for U8CPU and S16CPU
2011-01-24 bsalomon@google.comAdd GrGpuGLShaders2 to gr_files.mk
2011-01-24 bsalomon@google.comIncrease number of stages from 1 to 2
2011-01-21 reed@google.commake xfermode warning printf be debug-only
2011-01-21 reed@google.comfix release build
2011-01-21 bsalomon@google.comRev the GrContext interface. Context has draw* function...
2011-01-20 bsalomon@google.comIn GrMatrix's setScale, setSkew, & setTranslate check...
2011-01-20 reed@google.comreplace GR_GL(GetIntegerv with GR_GL_GetIntegerv to...
2011-01-19 reed@google.comupdate chrome-specific glconfig (should make versions...
2011-01-19 reed@google.comadd experimental custom GL header for chrome
2011-01-19 bsalomon@google.comCleanup including of GL headers and provide way to...
2011-01-19 reed@google.comfix fEntryCount when we purge a cache entry (bug caught...
2011-01-19 reed@google.comdocument new (temporary) build flags
2011-01-19 reed@google.comadd compile flag GR_SKIP_2POINTRADIAL_PROGRAMS to ignor...
2011-01-18 reed@google.comadd getter/setter for TextureCache, so that clients...
2011-01-18 reed@google.comadd GR_BUILD_CHROME for now. hopefully we can replace...
2011-01-18 reed@google.comadd new 2nd argument for rendertarget to SkGpuCanvas
2011-01-18 bsalomon@google.comRemove notion of default rendertarget. This doesn't...
2011-01-18 reed@google.comdetect empty/inverted rect before using autobounds...
2011-01-18 reed@google.comdon't use SkAutoPathBoundsUpdate until after we've...
2011-01-18 bsalomon@google.comFix stencil format array.
2011-01-18 bsalomon@google.comFix BGRA on ES Issue 109.
2011-01-18 bsalomon@google.comFix vertex buffer size computation when deferred text...
2011-01-17 reed@google.comadd black, opaque, blend variants for text blits, to...
2011-01-17 reed@google.comadd SK_DISABLE_DITHER_32BIT_GRADIENT flag. If defined...
2011-01-17 reed@google.comenable sse2 source in makefile
2011-01-17 reed@google.comadd SSE2 opt files to xcode
2011-01-13 bsalomon@google.comUse macro to call gl.
2011-01-13 reed@google.comRemove static from template specilizations (linux build...
2011-01-13 bsalomon@google.comTowards issue #106
2011-01-13 reed@google.comIf you #define SK_ALLOW_OVER_32K_BITMAPS, then skia...
2011-01-13 reed@google.cominitialize SkGlyph::fMaskFormat to avoid valgrind warnings
2011-01-13 reed@google.comadd dithering to 32bit linear gradients
2011-01-12 bsalomon@google.comShould be calculating alignment based on the vertex...
2011-01-12 reed@google.comrename DrawState to DrState -- MS decided to #define...
2011-01-12 reed@google.comadd helpers to initialize our var-int args before calli...
2011-01-12 reed@google.comfix refcount bug - as picture gets referenced by canvas...
2011-01-11 reed@google.comgit-svn-id: skia.googlecode.com/svn/trunk@685 2bbb7eff...
2011-01-11 reed@google.comexpose gpu-device-factory
2011-01-11 reed@google.comadd getter/setter for device-factory on canvas
2011-01-11 reed@google.comadd port for Brew - untested
2011-01-10 reed@google.comuse -O2 for release, -g for debug (so we can get symbol...
2011-01-10 reed@google.cominit src either opaquely (e.g. white), or with a valid...
2011-01-07 reed@google.comremove obsolete, unsupported sound files
2011-01-07 reed@google.comfix issue 99 -- unneeded assignment inside find_y
2011-01-05 bsalomon@google.comMake SampleApp build on Win32 (still requires glew...
2011-01-05 reed@google.comupdate dox to reflect that the default colorspace is...
2011-01-05 reed@google.comrevert to DeviceRGB colorspace by default, which was...
2011-01-05 reed@google.comadd template macro to "safely" perform casts w/o breaki...
2011-01-05 reed@google.comrev. 637 changed the settings for premultiplied on...
2011-01-04 reed@google.comfix for issue 93: need to rewind the shared stream...
2011-01-04 reed@google.comfix build for scalar==fixed
2011-01-04 bsalomon@google.comRemove user-specific visual studio project files.
2011-01-04 reed@google.comfix uninitialized warning
2011-01-04 reed@android.comstatic inline eliminates multiple definitions (and...
2011-01-03 reed@android.commake inline helper static, so it can be included from...
2011-01-03 reed@android.comadd colorspace option to SkBitmap -> CGImageRef utility...
2011-01-01 reed@android.comremove unneeded file (will be automatically generated)
2010-12-31 reed@google.comreplace various png_[type]_NULL defines with just NULL
2010-12-23 bsalomon@google.comFix bug where createTexture may bind a texture to GL...
2010-12-23 reed@google.comupdate copyright
2010-12-23 reed@google.comfix build for linux
2010-12-23 reed@google.comadd gpu to gm tool
2010-12-23 bsalomon@google.comStop using GrSamplerState to track the texture paramete...
2010-12-23 reed@google.comupdate baselines to add 2point-radial gradients, and...
2010-12-23 reed@google.comrequire lpng12 for gm tool (since Mac encoder tweaks...
2010-12-23 bsalomon@google.comDelete D3D9 gpu class. Was fixed-function only, had...
2010-12-23 reed@google.commerge in gpu changes to gradientshaders
2010-12-23 reed@google.comsilence some of our startup spew
2010-12-23 reed@google.comadd gpu to the default makefile
2010-12-23 wjmaclean@chromium.orgFixing results of incorrect conflict resolution in...
2010-12-22 reed@google.comflush inorder drawtarget (i.e. flushText) before we...
2010-12-22 bsalomon@google.comForce bool StageDesc to be a byte so that our memcmp...
2010-12-22 reed@google.comadd gpu backend (not hooked up yet)
2010-12-22 reed@google.comremove obsolete test
2010-12-22 wjmaclean@chromium.orgFixed tab character.
2010-12-22 wjmaclean@chromium.orgSecurity fixes re getSize().
2010-12-21 reed@google.comadd for quick gl-offscreen context (so we can draw...
2010-12-20 reed@google.com-d dir will write out a difference-bitmap for each...
2010-12-20 reed@google.comremove ZLIB include from SkUserConfig for how (doesn...
2010-12-20 reed@google.comadd option to write PDFs from gm
2010-12-20 reed@google.comadd SkFlate.cpp
2010-12-20 reed@android.comadd
2010-12-20 reed@android.comadd
2010-12-20 reed@android.comupdate for GPU backend
2010-12-20 reed@android.commerge with changes for GPU backend
2010-12-16 senorblanco... Fix perf regression in Color32.
2010-12-15 senorblanco... Unreviewed; ARM build fix.
2010-12-14 reed@android.comdump message confirming read or write directory
2010-12-13 senorblanco... SSE2 optimizations for 32bit Color operation.
2010-12-07 senorblanco... Upstream mulDiv255Ceil() from WebKit to the skia reposi...
2010-12-06 senorblanco... Patch by Mike Lawther (mikelawther@chromium.org).
2010-12-06 agl@chromium.orgCorrectly handle SkPath::kInverseWinding_FillType
2010-12-02 vandebo@chromium.orgAdd flate compression test and fix bugs.
next