platform/upstream/libSkiaSharp.git
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
2011-04-29 mike@reedtribe.orgrename SkPtrRecorder and related wrappers to SkPtrSet...
2011-04-29 mike@reedtribe.orgupdate dox
2011-04-28 bsalomon@google.comOnly define debugging GL globals when the code paths...
2011-04-28 bsalomon@google.comMake gyp file define GR/SK debug/release flags. Remove...
2011-04-28 bsalomon@google.comMake reserveAndLockGeometry set index/vertex ptr to...
2011-04-28 bsalomon@google.comFix warnings.
2011-04-28 reed@google.comfix warnings about possibly-uninitialized-variables
2011-04-28 reed@google.commove SkOSFile.cpp into utils_files.mk, since it is...
2011-04-27 agl@chromium.orgAdding newline at end of file to fix compiler error.
2011-04-27 bsalomon@google.comAdd bounding rect for paths
2011-04-27 bsalomon@google.comAccidentally omitted this file from r1203, :(
2011-04-27 bsalomon@google.comMake Gr clear take a rect for a partial-clear
2011-04-27 vandebo@chromium.org[PDF] Fix warnings on Windows.
2011-04-27 tomhudson@google.comNew 'skdiff' tool to compare two directories full of...
2011-04-27 tomhudson@google.comAdd missing flattenable registrations and CreateProc...
2011-04-27 tomhudson@google.comAdd flattenable registrar for Two_Point_Radial_Gradient.
2011-04-27 reed@google.comhttp://codereview.appspot.com/4365051/
2011-04-26 tomhudson@google.comPropagate return values from compare() up to main(...
2011-04-26 bsalomon@google.comSSSA for drawVerts, cleanup determination of when stage...
2011-04-26 reed@google.comhttp://codereview.appspot.com/4431067/
2011-04-26 reed@google.comhttp://codereview.appspot.com/4436057/
2011-04-26 reed@google.comhttp://codereview.appspot.com/4438070/
next