platform/upstream/libSkiaSharp.git
2012-11-02 bsalomon@google.comMake GrGLTextureDomainEffect use GrGLEffectMatrix.
2012-11-02 junov@chromium.orgFixing crash in render_pictures. Uninitialized member...
2012-11-02 epoger@google.comSplit off SkConsistentChecksum from SkChecksum
2012-11-02 bsalomon@google.comMake GrGLConfigConversionEffect use GrGLEffectMatrix
2012-11-02 junov@chromium.orgAdding rtree support to the bench_pictures utility
2012-11-02 robertphillips... Fix for 2 parallel gpu rendering issues (bigbitmaprect...
2012-11-02 borenet@google.comAnother whitespace change to trigger bots
2012-11-02 borenet@google.comWhitespace change to trigger bots
2012-11-02 borenet@google.comWhitespace change to trigger rebuild after r6259
2012-11-02 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-11-01 robertphillips... Disable static asserts to get Chrome compiling
2012-11-01 edisonn@google.comSupport render_pdfs in iOS too (add tool_main()).
2012-11-01 edisonn@google.comAdd utility to convert skp files to pdf files. Code...
2012-11-01 bsalomon@google.comCheck modulo values passed to GM.
2012-11-01 bsalomon@google.comReplace GrMatrix with SkMatrix.
2012-11-01 borenet@google.comFix NoGPU build
2012-11-01 borenet@google.comImprove NaCl support
2012-11-01 robertphillips... Fix leaks in SkSurface_Gpu.cpp
2012-11-01 bsalomon@google.comRemove GrScalar, replace with SkScalar.
2012-11-01 junov@chromium.orgRefactoring RTree integration to support SkBBoxHierarch...
2012-11-01 bsalomon@google.comReland r6233 with fix.
2012-11-01 scroggo@google.comUse SkToBool to fix a warning.
2012-11-01 bsalomon@google.comRe-revert r6233.
2012-11-01 bsalomon@google.comReland r6233 with fix for config conversion texture...
2012-11-01 bsalomon@google.comRevert r6233 while investigating bot failures.
2012-11-01 bsalomon@google.comCheckpoint in moving texture matrices out of GrGLProgra...
2012-11-01 djsollen@google.comFix asserts in SkPathMeasure to honor documented API
2012-11-01 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-10-31 bungeman@google.comGDI fonthost to serialize using correct font name.
2012-10-31 reed@google.comadd SkScalarsEqual() so we don't have to use memcmp...
2012-10-31 scroggo@google.comImplement SkCondVar for windows.
2012-10-31 caryclark@google.comshape ops work in progress
2012-10-31 bsalomon@google.comMake SkShader store localM directly rather than as...
2012-10-31 reed@google.comcatch case where clipping shortened the line down to...
2012-10-31 bsalomon@google.comShortcut inverting the identity matrix.
2012-10-31 scroggo@google.comAdd SkThreadPool for managing threads.
2012-10-31 robertphillips... Fix for error in r6214 (missing pre-declaration)
2012-10-31 robertphillips... Fleshed out GPU portion of image/surface feature
2012-10-31 robertphillips... Add validation check to GrGpu::createTexture & minor...
2012-10-31 robertphillips... Ganesh resource cache changes
2012-10-31 skia.committer... Sanitizing source files in Skia_Periodic_House_Keeping
2012-10-30 borenet@google.comWhitespace change to trigger bots
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...
next