platform/upstream/libSkiaSharp.git
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/
2011-04-26 epoger@google.comAnother tiny comment-only change to trigger svn update
2011-04-26 tomhudson@google.comAllocate a bitmap on the stack in xfermodes.cpp to...
2011-04-26 bsalomon@google.comUpdate GR_API to support non-Windows DLLs.
2011-04-26 reed@google.comadd helper available()
2011-04-26 reed@google.comadd experimental canvas pipe
2011-04-26 bsalomon@google.comPer-draw super sampling. Disabled, path only, 2x2 only
2011-04-26 tomhudson@google.comFix default value of doSerialize parameter (oops!).
2011-04-26 epoger@google.comTiny comment-only change to trigger SVN update in buildbot
2011-04-26 reed@google.comCGColorSpaceCreateDeviceRGB() better matches CG's output
2011-04-26 bsalomon@google.comFix signed/unsigned warning in GrInOrderDrawBuffer.cpp
2011-04-26 bsalomon@google.comRemove sampler state param from lockKeylessTexture...
2011-04-26 mike@reedtribe.orgmake SkDeviceFactory reference counted
2011-04-25 tomhudson@google.comFix to (two-point radial) gradient playback error in...
2011-04-25 reed@google.comadd SK_API
2011-04-25 tomhudson@google.comAdd command-line parameters to control execution of...
2011-04-25 bsalomon@google.comMake clear a GrDrawTarget virtual method and implement...
2011-04-25 bsalomon@google.comrebaseline strokerects and gradients do to new aa code.
2011-04-25 reed@google.comdevolve flattening parameters to their base classes
2011-04-25 bsalomon@google.comRemove unnecessary BindBuffers. These were needed when...
2011-04-25 bsalomon@google.comAdd lockKeylessTexture() for caching texture without...
2011-04-25 tomhudson@google.comExtends gm to test SkPicture replay and serialization.
2011-04-25 reed@google.commove end-timer for FPS to afterChildren, so we will...
2011-04-25 bsalomon@google.comMove alpha-ramp AA to GrContext, detect cases when...
2011-04-22 bsalomon@google.comFix copy/paste bug that causes stage 0 sample mode...
2011-04-22 reed@google.comadd test for premultiplycolor
2011-04-22 reed@google.commigrate some samples over to SampleView, for FPS measur...
2011-04-22 mike@reedtribe.orgadd 'f' toggle to trigger timer for sample. Must subcla...
2011-04-20 epoger@google.comMove docs/ outside of trunk/
2011-04-20 epoger@google.comtiny test commit
2011-04-20 bsalomon@google.comFix alignment issues with stack allocated memory alloca...
2011-04-20 bsalomon@google.comFix mask from change r1155. (I blame the mistake on...
2011-04-20 mike@reedtribe.orgcode style
2011-04-20 mike@reedtribe.orgcode style
2011-04-20 mike@reedtribe.orgcode style
2011-04-20 mike@reedtribe.orgcode style
2011-04-20 mike@reedtribe.orgcode style
2011-04-19 bsalomon@google.comAdds a build flag for GL to never use vertex attributes...
2011-04-19 tomhudson@google.comUpdate shadows_ images to new baselines (per reed@).
2011-04-19 reed@google.comcode style
2011-04-19 reed@google.comoptimize when we have a colorfilter, but no shader...
2011-04-19 reed@google.comremove static from template functions
2011-04-19 bsalomon@google.comAdd SkClampRange files to gyp
2011-04-18 reed@google.comhandle overflow
2011-04-18 bsalomon@google.comSuppress warnings in GrBufferAllocPool
2011-04-18 reed@google.comfix warnings
2011-04-18 ctguil@chromium.orgAdd newline to GrStencil.cpp to prevent warning.
2011-04-18 reed@google.comadd fFx1 field, returning where to start the iterator...
2011-04-18 reed@google.comdisable fast linear for now (really this time)
2011-04-18 reed@google.comdisable fast linear until we handle the overflow cases
2011-04-15 vandebo@chromium.org[PDF] Implement clear() method and a couple fixes.
next