Skip to content

swrast_kms: use swkmsDRI2Extension instead of driDRI2Extension

Alexander Kanavin requested to merge alex.kanavin/mesa:fix-swrast into main

This set of changes: !15649 (merged)

caused a regression in Xorg when using swrast_kms: (EE) AIGLX error: Calling driver entry point failed

This commit changes the swrast_kms driver to use a dedicated screen init function (which I believe was overlooked); I also took the opportunity to rename the associated plumbling to have swrast-specific names.

Signed-off-by: Alexander Kanavin alex@linutronix.de

Merge request reports