Added the path ops features
[platform/upstream/libSkiaSharp.git] / src / gpu /
2016-09-13 Matthew LeibowitzMerge pull request #23 from google/chrome/m54
2016-09-03 Matthew LeibowitzMerge pull request #22 from google/chrome/m54
2016-09-02 Matthew LeibowitzMerge pull request #21 from mono/merge-m54
2016-09-02 Matthew LeibowitzMerge pull request #20 from mono/gpu-support
2016-08-30 Matthew LeibowitzMerge branch 'chrome/m54' into merge-m54
2016-08-30 Matthew LeibowitzMerge pull request #17 from google/chrome/m53
2016-08-24 ajumaMake GrTextureStripAtlas flush pending IO on newly...
2016-08-24 egdanielAdd addtional resolve calls to vulkan backend
2016-08-24 reedcombine setRectFan and mapRect
2016-08-23 csmartdaltonSkip non-AA intersect rects in GrReducedClip
2016-08-23 csmartdaltonReduce window rectangles cap to 8
2016-08-23 robertphillipsFix valgrind issue in CircleBatch__Test
2016-08-22 robertphillipsFix Ganesh analytic blurred rect draws
2016-08-22 bsalomonFix GLSL int to float error in arc code in GrOvalRenderer.
2016-08-22 bsalomonRemove virtual from overrides in SkGpuDevice.h
2016-08-22 bsalomonFix CircleBatch::TestCreate to always use a legal matrix
2016-08-22 bsalomonGPU implementation of drawArc.
2016-08-22 reedcheck for wide-open inside quickContains
2016-08-22 reedadd SkMatrixPriv for specialized helpers
2016-08-20 reedstore info in basedevice, change getter to non-virtual...
2016-08-19 csmartdaltonMove GrFixedClip into src directory
2016-08-19 senorblancoSome assert fixes for running the Fuzzer sample in...
2016-08-18 msarettBatched implementation of drawLattice() for GPU
2016-08-18 egdanielRelax check for gpu use of static src-over XP
2016-08-18 msarettRevert of Batched implementation of drawLattice() for...
2016-08-18 robertphillipsDelay creation of cpu-side buffer memory until actually...
2016-08-18 msarettBatched implementation of drawLattice() for GPU
2016-08-18 senorblancoTessellator: better fix for reused-edges issue.
2016-08-18 bsalomonDon't emit dead code in circle shader when not using...
2016-08-18 robertphillipsRename WorseCaseSize to WorstCasSize
2016-08-18 brianosmanAdd alpha type to texture producer
2016-08-17 robertphillipsRevert of Reduce window rectangles cap to 8 (patchset...
2016-08-17 senorblancoFix assert caused by floating point error in tessellati...
2016-08-17 bsalomonFix computation of clipped src rect when tiling bitmaps...
2016-08-17 csmartdaltonReduce window rectangles cap to 8
2016-08-17 egdanielFix fb variable name in GLSL
2016-08-17 bsalomonSimplify adding attributes to GrGeometryProcessor
2016-08-17 reedpin as texture api
2016-08-17 egdanielFix various issues with framebuffer fetch
2016-08-17 bsalomonDetemplatize GrGLSLGeometryProcessor::setTransformDataH...
2016-08-17 csmartdaltonImplement difference clip rects with window rectangles
2016-08-17 csmartdaltonMake GrReducedClip's gen ID only apply to the element...
2016-08-17 bsalomonFix tile bitmap code in SkGpuDevice to compute correct...
2016-08-17 bsalomonMinor cleanup of GP classes in GrOvalRenderer
2016-08-17 robertphillipsCast for fuzzer complaint
2016-08-17 jvanverthAdd alternative ambient shadow method to Android shadow...
2016-08-17 egdanielAdd mssa configs for vulkan, and simple bug fix
2016-08-16 reedsimplify GrTextureAdjuster given there is only one...
2016-08-15 bsalomonAttempt to throw away rrect clips of rrects.
2016-08-15 brianosmanFix compile warning on MSVC-vulkan (VkDeviceSize -...
2016-08-15 bsalomonPrint error from driver when shader compiler fails
2016-08-15 csmartdaltonConvert GrAppliedClip interface to builder style
2016-08-15 egdanielFix 4444 on Vulkan devices who don't support RGBA_4444
2016-08-15 egdanielFix copying of data in vulkan testing texture
2016-08-12 csmartdaltonRemove stencil settings param from stencilPath()
2016-08-12 dvonbeckRe-adding analytical GeoProc for rectangles
2016-08-12 egdanielAllow vulkan to upload data to testing textures with...
2016-08-11 egdanielRevert of Fix 4444 on Vulkan devices who don't support...
2016-08-11 Matthew LeibowitzMerge pull request #16 from google/chrome/m53
2016-08-11 dvonbeckLightingShader and NormalSource comment and style fixes
2016-08-11 egdanielFix 4444 on Vulkan devices who don't support RGBA_4444
2016-08-11 brianosmanMove GrAtlasTextContext to GrDrawingManager, so we...
2016-08-11 bsalomonAvoid creating full screen clear batches when there...
2016-08-11 bsalomonInline fast path for GrPaint::isConstantBlendedColor...
2016-08-11 jcgregorioRemove a useless call: Calling lineVec.dot(qPts[0])
2016-08-10 bsalomonAdd a full clear method to GrDrawTarget.
2016-08-10 robertphillipsImplement GPU occluded blur mask filter
2016-08-10 robertphillipsCreate blurred RRect mask on GPU (rather than uploading it)
2016-08-10 csmartdaltonAdd flag for window rectangles to GrRenderTarget
2016-08-10 robertphillipsRevert of Create blurred RRect mask on GPU (rather...
2016-08-10 egdanielCheck allignment of sub heap allocation in vulkan
2016-08-10 robertphillipsCreate blurred RRect mask on GPU (rather than uploading it)
2016-08-10 robertphillipsRevert of Create blurred RRect mask on GPU (rather...
2016-08-10 robertphillipsCreate blurred RRect mask on GPU (rather than uploading it)
2016-08-09 brianosmanRestore scratch texture reuse on Adreno.
2016-08-09 csmartdaltonInclude EXT_window_rectangles API
2016-08-08 dvonbeckSplit distance vector into direction and magnitude...
2016-08-08 csmartdaltonEncapsulate GrReducedClip result in class members
2016-08-08 mtkleinUse sse4.2 CRC32 instructions to hash when available.
2016-08-06 csmartdaltonMerge GrClipMaskManager into GrClipStackClip
2016-08-05 robertphillipsRename GrDrawingManager::drawContext to makeDrawContext
2016-08-05 robertphillipsMinor clean up related to blur mask filters
2016-08-05 egdanielFix vulkan resolve
2016-08-04 csmartdaltonRemove color-dodge/burn from NVIDIA blacklist on 355.00+
2016-08-04 egdanielImplement Vulkan Resolve.
2016-08-04 halcanarySkRTConf: eliminate
2016-08-04 robertphillipsRemove SkSurface::MakeRenderTargetDirect
2016-08-04 robertphillipsRemove GrRenderTarget member variable from SkGpuDevice
2016-08-04 mtkleinRevert of SkRTConf: reduce functionality to what we...
2016-08-03 halcanarySkRTConf: reduce functionality to what we use, increase...
2016-08-03 robertphillipsMove GrContext::makeDrawContext to new GrContextPriv...
2016-08-03 bungemanConvert SkAutoTUnref<SkData> to sk_sp<SkData>.
2016-08-02 bungemanMove off SK_SUPPORT_LEGACY_DATA_FACTORIES.
2016-08-02 Matthew LeibowitzMerge branch 'chrome/m53' into xamarin-mobile-bindings
2016-08-02 msarettAdd drawImageLattice() and drawBitmapLattice() APIs
2016-08-01 dvonbeckAdded distance vector support for CircleGeometryProcessor
2016-08-01 dvonbeckGrFP can express distance vector field req., program...
2016-07-30 mtkleinRevert of GrFP can express distance vector field req...
2016-07-30 mtkleinRevert of Added distance vector support for CircleGeome...
2016-07-29 bsalomonIf scissor would be empty in GrClipMaskManager::SetupCl...
next