platform/upstream/libSkiaSharp.git
2011-05-12 reed@google.comupdate dox
2011-05-12 reed@google.comadd 'p' to toggle on/off testing the pipe
2011-05-12 bsalomon@google.comDisable blend for edge AA not general AA
2011-05-12 ScroggoStyle fix
2011-05-12 senorblanco... Edge antialiasing for convex shapes in Ganesh
2011-05-12 epoger@google.comFix intentional breakage in previous commit
2011-05-12 epoger@google.comIntentional breakage to test notifications, will fix...
2011-05-12 epoger@google.comTiny comment-only change to trigger update
2011-05-12 reed@google.comcleanup previous array of paints
2011-05-11 ScroggoAllow blending if there is a color filter.
2011-05-11 bsalomon@google.comAdd space between mediump and float in 2pt radial verte...
2011-05-11 epoger@google.comFix my intentional break.
2011-05-11 vandebo@chromium.org[PDF] Fix Chrome crash - don't assume that SkDraw.fClip...
2011-05-11 epoger@google.comIntentionally break tests, will fix quickly.
2011-05-11 epoger@google.comAnother comment-only change to test notifications
2011-05-11 ScroggoRemove a warning.
2011-05-11 epoger@google.comTiny comment-only change to test notifications
2011-05-11 ScroggoStore 1/255 as a constant to reduce number of divides.
2011-05-11 bsalomon@google.comRemove dead debug code.
2011-05-11 ScroggoRemove unused variable.
2011-05-11 bsalomon@google.comKeep program cache consistent when program creation...
2011-05-11 ScroggoAdd color filters to gpu path.
2011-05-11 reed@google.comremove some dead code in pipes
2011-05-11 reed@google.comadd include/core to header path for release build
2011-05-11 reed@google.comcheck-point for pipe: flatten/unflatten objects for...
2011-05-10 vandebo@chromium.org[PDF] Fix ending condition for font advance construction.
2011-05-10 twiz@google.comgit-svn-id: skia.googlecode.com/svn/trunk@1292 2bbb7eff...
2011-05-10 reed@google.comadd master images for macbook (which differ in the...
2011-05-10 reed@google.comfix bug where we wrote uninitialized data to the flatte...
2011-05-10 bsalomon@google.comMake GrMatrix an alias of SkMatrix. Add new methods...
2011-05-09 bsalomon@google.comFixes from Sk/Gr rect unification.
2011-05-09 reed@google.comcheck for missing filename (needs to be specified when...
2011-05-09 reed@google.comremove unneeded asserts (which may fail from imprecise...
2011-05-09 bsalomon@google.comFix unused var warning
2011-05-09 bsalomon@google.comFixup old VS2010 project in case anyone is using it
2011-05-09 bsalomon@google.comremove deleted include file (oops)
2011-05-09 bsalomon@google.comRemove previous shader generator class. No longer compi...
2011-05-09 bsalomon@google.comMake shader generator more legible. Get rid of some...
2011-05-09 vandebo@chromium.org[PDF] Add a ToUnicode mapping for fonts.
2011-05-09 vandebo@chromium.org[PDF] (regression) Update font if size changes.
2011-05-09 vandebo@chromium.org[PDF] Fix bug in graphic state comparison.
2011-05-09 reed@google.comShare code with SkRect
2011-05-09 reed@google.comremove #if 0 code
2011-05-09 bsalomon@google.comSuppress int/NULL comparison warning
2011-05-09 vandebo@chromium.org[PDF] Add support for Clear, Src, Dst, DstOver xfermodes.
2011-05-09 vandebo@chromium.org[PDF] Fix setting of existing clip for layers.
2011-05-09 vandebo@chromium.org[PDF] Refactor content stream creation in SkPDFDevice...
2011-05-06 reed@google.comuse SkPoint, creating an alias for GrPoint
2011-05-06 reed@google.comshare macros and types with SkScalar, but keep aliases...
2011-05-06 bsalomon@google.comReplace GrStringBuilder with SkString. First step in...
2011-05-06 bsalomon@google.comremove unused var, fixes warning
2011-05-06 bsalomon@google.comTab -> spaces
2011-05-06 reed@google.comadd SkScalarIsInt()
2011-05-06 reed@google.comFix some fixed-width CJK
2011-05-05 reed@google.comadd
2011-05-05 reed@google.comdon't require a ptr unless size > 0
2011-05-05 bsalomon@google.comDisable MSAA in SkOsWindow on mac and windows
2011-05-05 reed@google.comupdate
2011-05-05 reed@google.comcorrectly compute coverage when an antialiased rect...
2011-05-05 reed@google.cominherit from SampleView
2011-05-05 reed@google.comupdate for glshaders-not-2
2011-05-05 reed@google.comdisable experimental TEST_GPIPE
2011-05-05 reed@google.comupdate to SampleView
2011-05-05 bsalomon@google.comSwitch to GrGpuGLShaders (instead of GrGpuGLShaders2).
2011-05-05 bsalomon@google.comAdd 4x4 downsample filter with 4 bilinear texture reads...
2011-05-05 mike@reedtribe.orgswitch to inheriting from SampleView
2011-05-04 bsalomon@google.comRemove GrPrintf_printf from gyp (should be using GrPrin...
2011-05-04 senorblanco... SampleApp builds skia on Linux with BGRA pixel order...
2011-05-04 senorblanco... Fix SampleApp raster path on Linux to use SK_SAMPLES_FO...
2011-05-04 reed@google.comadd typeface flattening
2011-05-04 reed@google.comimplement (sort of) Serialize/Deserialize
2011-05-04 reed@google.comadd find()
2011-05-04 senorblanco... Minor fixes to get SampleApp's OpenGL path not to crash...
2011-05-04 bsalomon@google.comFix validation (glTexEnvi is fixed pipe only)
2011-05-04 reed@google.comfix precendence error (== binds tighter than &)
2011-05-04 reed@google.comnew samples
2011-05-04 reed@google.comupdate pipe test
2011-05-04 reed@google.comadd debugging test for building SkDescriptor
2011-05-04 scroggoMake the unix test app build.
2011-05-04 reed@google.comremove deprecated getViewport/setViewport
2011-05-04 bsalomon@google.comAdd all ES2 glUniform functions to GrGLInterface. Add...
2011-05-04 mike@reedtribe.orgcode style
2011-05-03 reed@google.comupdate
2011-05-03 reed@google.comupdated pipe
2011-05-03 vandebo@chromium.orgAdd comparison and assignment to SkClipStack (and fix...
2011-05-03 reed@google.comcode style
2011-05-03 vandebo@chromium.orgFix arm compile problem on Lucid.
2011-05-02 bsalomon@google.comRemove GrContext.h dependence on GrGpu.h
2011-05-02 reed@google.comnever support bw
2011-05-02 bsalomon@google.comupdate gyp file to build new files
2011-05-02 reed@google.comfix signed shift in blend32
2011-05-02 reed@google.comadd win-specific backend to SkDebugf
2011-05-02 reed@google.comfix compile
2011-05-02 reed@google.comdisable lifecycle dumps
2011-05-02 reed@google.comadd typefacecache
2011-05-02 vandebo@chromium.org[PDF] Fix fallout from r1217.
2011-05-02 bsalomon@google.com4x4 SSAA with improvements in determination of when...
2011-04-29 ctguil@chromium.orgPDF Device should report non-transformed size for width...
2011-04-29 junov@google.comFixing a simple build error in GrGpuGLShaders.cpp with...
2011-04-29 reed@google.comupdate dox
next