aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
Commit message (Expand)AuthorAge
* Print error from driver when shader compiler failsGravatar bsalomon2016-08-15
* Convert GrAppliedClip interface to builder styleGravatar csmartdalton2016-08-15
* Fix 4444 on Vulkan devices who don't support RGBA_4444Gravatar egdaniel2016-08-15
* Fix copying of data in vulkan testing textureGravatar egdaniel2016-08-15
* Remove stencil settings param from stencilPath()Gravatar csmartdalton2016-08-12
* Re-adding analytical GeoProc for rectanglesGravatar dvonbeck2016-08-12
* Allow vulkan to upload data to testing textures with optimal layoutsGravatar egdaniel2016-08-12
* Revert of Fix 4444 on Vulkan devices who don't support RGBA_4444 (patchset #4...Gravatar egdaniel2016-08-11
* LightingShader and NormalSource comment and style fixesGravatar dvonbeck2016-08-11
* Fix 4444 on Vulkan devices who don't support RGBA_4444Gravatar egdaniel2016-08-11
* Move GrAtlasTextContext to GrDrawingManager, so we only have one.Gravatar brianosman2016-08-11
* Avoid creating full screen clear batches when there is already one in the queue.Gravatar bsalomon2016-08-11
* Inline fast path for GrPaint::isConstantBlendedColor when no color FPs and sr...Gravatar bsalomon2016-08-11
* Remove a useless call: Calling lineVec.dot(qPts[0])Gravatar jcgregorio2016-08-11
* Add a full clear method to GrDrawTarget.Gravatar bsalomon2016-08-10
* Implement GPU occluded blur mask filterGravatar robertphillips2016-08-10
* Create blurred RRect mask on GPU (rather than uploading it)Gravatar robertphillips2016-08-10
* Add flag for window rectangles to GrRenderTargetGravatar csmartdalton2016-08-10
* Revert of Create blurred RRect mask on GPU (rather than uploading it) (patchs...Gravatar robertphillips2016-08-10
* Check allignment of sub heap allocation in vulkanGravatar egdaniel2016-08-10
* Create blurred RRect mask on GPU (rather than uploading it)Gravatar robertphillips2016-08-10
* Revert of Create blurred RRect mask on GPU (rather than uploading it) (patchs...Gravatar robertphillips2016-08-10
* Create blurred RRect mask on GPU (rather than uploading it)Gravatar robertphillips2016-08-10
* Restore scratch texture reuse on Adreno.Gravatar brianosman2016-08-09
* Include EXT_window_rectangles APIGravatar csmartdalton2016-08-09
* Split distance vector into direction and magnitude componentsGravatar dvonbeck2016-08-08
* Encapsulate GrReducedClip result in class membersGravatar csmartdalton2016-08-08
* Use sse4.2 CRC32 instructions to hash when available.Gravatar mtklein2016-08-08
* Merge GrClipMaskManager into GrClipStackClipGravatar csmartdalton2016-08-05
* Rename GrDrawingManager::drawContext to makeDrawContextGravatar robertphillips2016-08-05
* Minor clean up related to blur mask filtersGravatar robertphillips2016-08-05
* Fix vulkan resolveGravatar egdaniel2016-08-05
* Remove color-dodge/burn from NVIDIA blacklist on 355.00+Gravatar csmartdalton2016-08-04
* Implement Vulkan Resolve.Gravatar egdaniel2016-08-04
* SkRTConf: eliminateGravatar halcanary2016-08-04
* Remove SkSurface::MakeRenderTargetDirectGravatar robertphillips2016-08-04
* Remove GrRenderTarget member variable from SkGpuDeviceGravatar robertphillips2016-08-04
* Revert of SkRTConf: reduce functionality to what we use, increase simplicity ...Gravatar mtklein2016-08-03
* SkRTConf: reduce functionality to what we use, increase simplicityGravatar halcanary2016-08-03
* Move GrContext::makeDrawContext to new GrContextPriv objectGravatar robertphillips2016-08-03
* Convert SkAutoTUnref<SkData> to sk_sp<SkData>.Gravatar bungeman2016-08-03
* Move off SK_SUPPORT_LEGACY_DATA_FACTORIES.Gravatar bungeman2016-08-02
* Add drawImageLattice() and drawBitmapLattice() APIsGravatar msarett2016-08-02
* Added distance vector support for CircleGeometryProcessorGravatar dvonbeck2016-08-01
* GrFP can express distance vector field req., program builder declares variab...Gravatar dvonbeck2016-08-01
* Revert of GrFP can express distance vector field req., program builder decla...Gravatar mtklein2016-07-30
* Revert of Added distance vector support for CircleGeometryProcessor (patchset...Gravatar mtklein2016-07-30
* If scissor would be empty in GrClipMaskManager::SetupClipping indicate draw c...Gravatar bsalomon2016-07-29
* Add ES 3.0 fallback for instanced renderingGravatar csmartdalton2016-07-29
* Fix vulkan buildGravatar egdaniel2016-07-29