aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
Commit message (Expand)AuthorAge
* vulkan: Blacklist MSAA path renderer on Qualcomm driversGravatar Chris Dalton2018-03-29
* Snap non-scaled emoji to pixel bordersGravatar Jim Van Verth2018-03-29
* Dump additional details about the gpu resources.Gravatar Derek Sollenberger2018-03-29
* Remove path ranges from gpu.Gravatar Ben Wagner2018-03-29
* Reland "GrTessellator: hang fix."Gravatar Stephen White2018-03-29
* Don't use gl_FragCoord on legacy Tegra hardwareGravatar Chris Dalton2018-03-29
* Revert "GrTessellator: hang fix."Gravatar Mike Klein2018-03-29
* GrTessellator: hang fix.Gravatar Stephen White2018-03-28
* Add new GrResourceCache::purgeUnlockedResources variantGravatar Robert Phillips2018-03-28
* Delete GPU alpha clip masksGravatar Chris Dalton2018-03-28
* Add handling for allocation failure in GrTextureOpListGravatar Robert Phillips2018-03-28
* ccpr: Various cleanupsGravatar Chris Dalton2018-03-27
* Pin color type when a cross-context image is constructedGravatar Brian Osman2018-03-27
* Fix TSAN race in SkPaintToGrPaintNoShaderGravatar Robert Phillips2018-03-27
* ccpr: Use Manhattan distance for curve AAGravatar Chris Dalton2018-03-26
* ccpr: Replace curve corner MSAA with analytic attenuationGravatar Chris Dalton2018-03-26
* Hide GrBackendTexture/RenderTarget constructors that take a GrPixelConfigGravatar Brian Salomon2018-03-23
* Remove legacy GrContext factories function and supporting code/types.Gravatar Brian Salomon2018-03-23
* Move GrPixelConfig to GrTypesPrivGravatar Brian Salomon2018-03-23
* Move a bunch of internal types from GrTypes to GrTypesPrivGravatar Brian Salomon2018-03-23
* Disable DDL assert to unblock ChromeGravatar Robert Phillips2018-03-23
* Add error return, upon mask creation failure, in sw_draw_with_mask_filterGravatar Robert Phillips2018-03-23
* Revert "Remove std::move from GrSimpleTextureEffect"Gravatar Robert Phillips2018-03-23
* Remove SkAutoGlyphCache decls that happen to workGravatar Herb Derby2018-03-22
* Remove std::move from GrSimpleTextureEffectGravatar Robert Phillips2018-03-22
* GrGLES Interface: GL_OES_vertex_array_object extGravatar Hal Canary2018-03-22
* Support GL_RGB textures and render targets.Gravatar Brian Salomon2018-03-22
* ccpr: Use a more stable formula to find quadratic coordinatesGravatar Chris Dalton2018-03-21
* GrGLExtensions: remove unneded unique_ptrGravatar Hal Canary2018-03-21
* Fix version check for vulkan layersGravatar Greg Daniel2018-03-21
* Add texture-specific flags for External & Rectangle texturesGravatar Robert Phillips2018-03-21
* Remove more uses of SkAutoGlyphCache.Gravatar Herb Derby2018-03-21
* Don't add change listeners to pixelRefs in DDL modeGravatar Robert Phillips2018-03-20
* ccpr: Update the sample to use proper coverage count buffersGravatar Chris Dalton2018-03-20
* Revert "Revert "New read pixels implementation that is simpler but does all c...Gravatar Brian Salomon2018-03-19
* Allow SkTraceMemoryDump to exclude wrapped objectsGravatar Eric Karl2018-03-19
* Revert "New read pixels implementation that is simpler but does all conversio...Gravatar Brian Salomon2018-03-19
* New read pixels implementation that is simpler but does all conversions on CPU.Gravatar Brian Salomon2018-03-19
* Make sure we set stencil layout when doing copy as drawGravatar Greg Daniel2018-03-19
* Fix GrTextureStripAtlasManager cleanup order bugGravatar Robert Phillips2018-03-19
* Alter GrSurface/GrSurfaceProxy flags to prepare for GrTexture/GrTextureProxy ...Gravatar Robert Phillips2018-03-19
* Don't emit empty command buffers in vulkanGravatar Greg Daniel2018-03-17
* Correctly discard or load RT when doing copies as draws in VulkanGravatar Greg Daniel2018-03-16
* Make sure we do a render pass load if we copied to a surface before handGravatar Greg Daniel2018-03-16
* Fix vulkan layout barriers when we are doing in line uploads.Gravatar Greg Daniel2018-03-16
* Fix Vulkan Copy as draw shaderGravatar Greg Daniel2018-03-16
* Prevent crash when flushing while DDL recordingGravatar Robert Phillips2018-03-16
* Support GL_OES_EGL_image_external on newer GLSL without essl3Gravatar Brian Osman2018-03-16
* Make TestForPreservingPMConversions helper use lazy createTextureProxy call.Gravatar Greg Daniel2018-03-16
* Disable CCPR path rendering in DDL modeGravatar Robert Phillips2018-03-15