platform/upstream/libSkiaSharp.git
2012-10-30 reed@google.comadd test for bug in line drawing. fix is pending a...
2012-10-30 bsalomon@google.comUpstreaming changes from gpu_dev to trunk.
2012-10-30 junov@chromium.orgEliminating implicit conversion from enum to bool....
2012-10-30 epoger@google.comcomment-only: add "this may change" warning to SkChecksum.h
2012-10-30 epoger@google.comRevert r6051, re-adding json to DEPS file
2012-10-30 bsalomon@google.comRemove unnecessary mul and assignment in gradient shaders.
2012-10-30 robertphillips... Add GL texture validity check to GrGpuGL
2012-10-30 senorblanco... Simple rebaseline tool: Add support for ANGLE, DirectW...
2012-10-30 reed@google.comfactor out computation for dy in SkEdge lines, so we...
2012-10-30 bungeman@google.comFix cross compilation with mingw.
2012-10-30 bsalomon@google.comExpose vertex position to GrGLEffect via GrGLShaderBuilder.
2012-10-29 bungeman@google.comUse consistent globals in AttachCache.
2012-10-29 bsalomon@google.comRebase gpu_dev up to r5182
2012-10-29 bsalomon@google.comAdd file accidentally omitted from r6182.
2012-10-29 bsalomon@google.comPass GrCustomStage to key-generation functions and...
2012-10-29 senorblanco... Fix alpha computation for specular lighting filter...
2012-10-29 djsollen@google.comAllow default texture cache limit to be set within...
2012-10-29 epoger@google.comAlphabetize gm options (in usage message and option...
2012-10-29 senorblanco... First stab at a simple rebaseline script.
2012-10-29 epoger@google.comAdd option to gm: write out images into a hierarchy...
2012-10-29 bsalomon@google.comMake GrEffectStage keep a const ptr (rather than non...
2012-10-29 bsalomon@google.comMake lighting filters directly inherit from GrGLEffect.
2012-10-29 bsalomon@google.comMake GrGLConvolutionEffect, GrGLMorphologyEffect, and...
2012-10-29 bsalomon@google.comMake GrGLGradientEffect derive directly from GrGLEffect.
2012-10-27 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-10-26 bsalomon@google.comRebaseline gpu_dev from trunk at r6159.
2012-10-26 caryclark@google.comshape ops work in progress
2012-10-26 bungeman@google.comFix generateMask to properly apply pre-blend.
2012-10-26 senorblanco... Add a factory Create function for SkColorFilterImageFil...
2012-10-26 bungeman@google.comClean up usage of mask gamma.
2012-10-26 bsalomon@google.comMake a bunch of GrGLEffects derive directly from GrGLEf...
2012-10-26 bsalomon@google.comMerging trunk revs up to 6147 into gpu_dev.
2012-10-26 bsalomon@google.comMake the orientation of a texture accessible from and...
2012-10-26 epoger@google.comobject-ify gmmain.cpp (no functional change) to ease...
2012-10-26 borenet@google.comWhitespace change to trigger bots
2012-10-26 bsalomon@google.comMake GrGLEffect::setData take GrEffectStage rather...
2012-10-26 djsollen@google.comRefactor gm to minimize wasted passes through picture...
2012-10-26 bsalomon@google.comCreate a branch for continued GPU development during...
2012-10-26 bsalomon@google.comUpdate comment in GrDrawState.h to reflect renaming...
2012-10-26 borenet@google.comMake output path to render_pictures optional
2012-10-26 bsalomon@google.comRename GrSamplerState to GrEffectStage.
2012-10-26 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-10-25 bsalomon@google.comMisc stage->effect renaming
2012-10-25 bsalomon@google.comGrGLGradientStage->GrGLGradientEffect
2012-10-25 bsalomon@google.comRename StageKey and related stuff.
2012-10-25 scroggo@google.comFix WIN64 break from variable redefinition.
2012-10-25 bsalomon@google.comFix self assignment in GrGLShaderVar
2012-10-25 scroggo@google.comAdd a callback to cleanup TLS data on Windows.
2012-10-25 bsalomon@google.comRename GrProgramStageFactory to GrBackendEffectFactory.
2012-10-25 bsalomon@google.comFiles accidentally omitted from r6123.
2012-10-25 bsalomon@google.comPlatform/Engine -> Backend
2012-10-25 reed@google.comdon't send % by itself to printf
2012-10-25 reed@google.comuse subclasses instead of function-ptrs for hairline...
2012-10-25 reed@google.comadd bench for hairlines
2012-10-25 reed@google.comadd MACRO macros to help with concat. Stolen from gpu...
2012-10-25 epoger@google.comgyp: generate "everything" and "most" targets instead...
2012-10-25 epoger@google.comclarify code/comments in gmmain.cpp (no functional...
2012-10-25 bungeman@google.comRemove SK_DISABLE_EXTRACTSUBSET_OPAQUE_FIX test since...
2012-10-25 bsalomon@google.comFix decl of gl_FragCoord in GLSL versions <= 1.20.
2012-10-25 robertphillips... Correctly set width & height in filtered SkPictures
2012-10-25 bsalomon@google.comGrGLProgramStage Renaming Part 3
2012-10-25 borenet@google.comWhitespace change to trigger bot
2012-10-25 bsalomon@google.comGrGLProgramStage Renaming Part 2
2012-10-25 bsalomon@google.comGrGLProgramStage Renaming Part 1.
2012-10-25 bsalomon@google.comGrCustomStage Renaming Part 5
2012-10-25 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-10-24 reed@google.comIf a path is known to be nonfinite, don't forget that...
2012-10-24 bsalomon@google.comGrCustomStage Renaming Part 4
2012-10-24 bsalomon@google.comGrCustomStage Renaming Part 3
2012-10-24 robertphillips... Make filter tool actually filter the read in SkPicture
2012-10-24 bsalomon@google.comGrCustomStage Renaming Part 2
2012-10-24 bsalomon@google.comCustomStage Renaming Part 1
2012-10-24 bsalomon@google.comPass the GrCustomStage and key to GrGLProgramStage...
2012-10-24 senorblanco... Protect filter_texture() against render target change.
2012-10-24 robertphillips... Reset clip in ~SkGpuDevice
2012-10-24 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-10-23 edisonn@google.comCatch callers who pass invalid glyph ids and improve...
2012-10-23 djsollen@google.comEnable Android executables (like skia_launcher) to...
2012-10-23 bsalomon@google.comCombine the emit functions in GrGLProgramStage.
2012-10-23 robertphillips... Removed degenerate quads from zero radius Chrome-style...
2012-10-23 borenet@google.comRemove extra dependencies on json-cpp
2012-10-23 reed@google.comadd label
2012-10-23 bsalomon@google.comReland r6330 thru r6333 but do without enabling GL_ARB_...
2012-10-23 bsalomon@google.comAdd support for GLSL 1.40.
2012-10-23 bsalomon@google.comReorder the vertex attributes to be friendlier to android.
2012-10-23 bsalomon@google.comAdd vendor to context info.
2012-10-23 robertphillips... Make Debugger print out more information (mainly w...
2012-10-23 mike@reedtribe.orgsupport click-drag translate
2012-10-23 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-10-22 reed@google.comupdate
2012-10-22 reed@google.comupdate
2012-10-22 bsalomon@google.comRevert r6330 thru 6333 while we figure out what to...
2012-10-22 djsollen@google.comFix slow gm debug builds that are doing large path...
2012-10-22 vandebo@chromium.org[PDF] Fix gradient generation code (remove extra 'dup...
2012-10-22 vandebo@chromium.org[PDF] Fix index calculation for Type1 advance retrieval.
2012-10-22 bsalomon@google.comFix name of extension enabled in r6031 (should be plura...
2012-10-22 bsalomon@google.comEnable extension GL_ARB_fragment_coord_convention in...
2012-10-22 bsalomon@google.comRemove two params from GrGLProgramStage::setData that...
2012-10-22 bsalomon@google.comAutomatically handle converting gl_FragCoord to Skia...
2012-10-22 senorblanco... Remove use of varargs in SkImageFilter. This is causin...
next