platform/upstream/libSkiaSharp.git
2011-03-21 mike@reedtribe.orgallow window-subclass to handle dispatching click event...
2011-03-20 mike@reedtribe.orgadd draw sample
2011-03-19 vandebo@chromium.orgMake SkDeviceFactory part of the API.
2011-03-18 scroggoPass motion events in the unix sample app.
2011-03-18 scroggoUpdates to the unix sample app.
2011-03-18 reed@google.comfix scalar math to work with float and fixed
2011-03-18 reed@google.comfix warnings of int->float and double->float
2011-03-18 twiz@google.comRemove the compile-time selection of the GL implementat...
2011-03-18 twiz@google.comThis CL removes all dependencies on GL headers across...
2011-03-18 bsalomon@google.comRevert GR_STATIC_RECT_VB in GrGLConfig_chrome.h
2011-03-18 reed@google.comfix warnings (local storage too small, int->scalar)
2011-03-18 reed@google.comchange operator== to return bool instead of int
2011-03-18 bsalomon@google.comInitial GYP file for skia / gr. Builds SampleApp on...
2011-03-18 mike@reedtribe.orguse SkSafeUnref()
2011-03-17 reed@google.comabort drawing if srcRect is outside of the bitmap bounds
2011-03-17 twiz@google.comAddition of missing file in Visual Studio sample app...
2011-03-16 bsalomon@google.comMake chrome use the static square vb when drawing rects.
2011-03-16 reed@google.comupdate dox for setLooper()
2011-03-16 bsalomon@google.comRemove dependence on glew for creating SkOSWindow_Win...
2011-03-16 reed@google.comadd fling
2011-03-16 ctguil@chromium.orgAdd SK_API to SkCreateTypefaceFromLOGFONT.
2011-03-15 ctguil@chromium.orgAdd code needed to build skia as a windows dll within...
2011-03-15 reed@google.comadd filterTextFlags() to SkDevice (virtual) to allow...
2011-03-15 reed@google.comneed a separate texture for each maskformat in atlasmgr
2011-03-15 bsalomon@google.comAdd blend constant color and use it for lcd text common...
2011-03-15 twiz@google.comCorrection of GLES build issue introduced by in revision:
2011-03-15 reed@google.comsupport lcd16 in text atlas (sans shader support)
2011-03-15 scroggoAdd a sample application that runs on unix.
2011-03-14 twiz@google.comImplementation of a GL-virtualization layer for Skia...
2011-03-14 djsollen@google.comUpstreaming changes from android.
2011-03-14 reed@google.comtrim 3-byte column at start and end of freetype bitmap
2011-03-14 reed@google.comdisable lcd format for lcd16 as well
2011-03-14 twiz@google.comCorrection of Windows SampleApp build break introduced...
2011-03-14 reed@google.comadd LCD16 copy routine
2011-03-14 reed@google.comuse system font path when building on the mac
2011-03-14 reed@google.comwork around linker-error when building on the Mac
2011-03-14 reed@google.comDon't use LCD16 if SK_SUPPORT_LCDTEXT is defined (for...
2011-03-14 reed@google.comrebaseline shadows on gpu
2011-03-11 reed@google.comundo recent addition of kLCD16_Format to FormatIsLCD()
2011-03-11 reed@google.comadd tristate toggle 'l' for lcd text drawing
2011-03-11 junov@google.comFixes shadow colors with alpha value smaller that one...
2011-03-11 reed@google.comsupport lcd16 mask format
2011-03-10 vandebo@chromium.orgUse Type3 fonts for platforms that don't yet support...
2011-03-10 reed@google.comFix warnings of SkScalar -> int conversions, by using...
2011-03-10 reed@google.comadd kLCD16_Format to the list in FormatIsLCD()
2011-03-10 bsalomon@google.comAdd complex clip gm sample and cleanup unused headers...
2011-03-10 bsalomon@google.comRemove offscreen GL support from SampleApp and SkOSWind...
2011-03-10 reed@google.comcheck-point for kLCD16_Format mask support
2011-03-10 bsalomon@google.comRemove "true ||" in conditional that was accidentally...
2011-03-10 bsalomon@google.comDelete GL tex ID when last of GrGLTexture or GrGLRender...
2011-03-10 bsalomon@google.comMake flush discardable and lazily reset context
2011-03-10 reed@google.comadd realloc() to SkAutoSMalloc, plus some documentation
2011-03-09 twiz@google.comCorrection of the non-portable use of dynamically alloc...
2011-03-09 reed@google.comCorrect blitmask procs to recognize that we pass them...
2011-03-09 reed@google.comhttp://codereview.appspot.com/3980041/
2011-03-08 bsalomon@google.comIf we compute an exact clip bounds prefer it over user...
2011-03-08 bsalomon@google.comRemove deleted GrApi.h from gpu xcode project
2011-03-08 bsalomon@google.comAdd new pdf files to SampleApp xcode proj
2011-03-08 vandebo@chromium.orgEnable compiling the PDF backend by default in the...
2011-03-08 vandebo@chromium.org[PDF] Add support for Shaders.
2011-03-08 bsalomon@google.comAdd filters to organize the VS project. Remove unused...
2011-03-08 reed@google.comremove unused methods from SkRefPtr, as a check-point...
2011-03-08 reed@google.comadd LF at end of file (dumb warning)
2011-03-08 reed@google.comadd LF at end of file (ancient warning appeased)
2011-03-08 reed@google.comadd const to SkColorShader's asABitmap
2011-03-07 reed@google.comfix warnings in VS 2010
2011-03-07 reed@google.commake asABitmap() const
2011-03-07 bsalomon@google.comFix warning about uninit var subpathClosed
2011-03-05 vandebo@chromium.org[PDF] Re add line accidentally removed in r892.
2011-03-04 bsalomon@google.comFix Sample App on Win32 GL window resize, fix sk->gr...
2011-03-04 reed@google.comadd origin to device
2011-03-04 ctguil@chromium.orgAdd SkPDFUtils.cpp to build.
2011-03-04 ctguil@chromium.orgPDF Type3 Support.
2011-03-04 bsalomon@google.comFixups for clipstack, convexity test for paths.
2011-03-04 ctguil@chromium.orgUpdate windows port of of SkFontHost::GetAdvancedTypefa...
2011-03-04 reed@google.comfix () warning
2011-03-04 ctguil@chromium.orgImplement SkScalerContext_Windows::generateGlyphCount...
2011-03-04 ctguil@chromium.orgAdd include\ports to include path for SampleApp project...
2011-03-04 reed@google.comexport SkCreateTypefaceFromLOGFONT
2011-03-04 reed@google.comdelete unused file
2011-03-04 thakis@chromium.orgDelete another unused file.
2011-03-04 vandebo@chromium.org[PDF] Restrict scalars to the range that PDF understands.
2011-03-03 reed@google.combump SkStrAppendScalar_MaxSize to 15 to handle 3-digit...
2011-03-03 vandebo@chromium.orgExpose explicit functions to stringify float's and...
2011-03-03 reed@google.comOur region blitter (invoked by region::setPath()) must...
2011-03-03 bsalomon@google.comAdd support for clipstack to Gr. GrClip is now a list...
2011-03-03 reed@google.comadd setXYWH to rects
2011-03-02 reed@google.comFix inverse scanconversion -- be sure to keep our calls...
2011-03-02 bsalomon@google.comSample that exercises complex clipping variations.
2011-03-02 reed@google.com#ifdef protect win specific code (e.g. LOGFONT)
2011-03-01 reed@google.comcheck that alloc() succeeded before calling the scaler...
2011-03-01 reed@google.combump SkStrAppendScalar_MaxSize to 14 to accomodate...
2011-03-01 reed@google.comremove obsolete generateLineHeight
2011-03-01 reed@google.comfix float->int warning
2011-03-01 reed@google.comfix warnings from windows
2011-03-01 ctguil@chromium.orgAdd uniscribe library to windows release configuration.
2011-02-28 reed@google.comuse sprintf to generate float->string for SkString...
2011-02-28 reed@google.comexport SkCreateTypefaceFromLOGFONT
2011-02-28 vandebo@chromium.org[PDF] Fix broken encoding conversion code for non-multi...
2011-02-25 ctguil@chromium.orgRemove SkRefCnt.cpp from windows build.
next