Bug 438777 - ssaa support for every 3d application
Summary: ssaa support for every 3d application
Status: RESOLVED INTENTIONAL
Alias: None
Product: kde
Classification: I don't know
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other Other
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-16 22:53 UTC by Toadfield
Modified: 2021-06-17 18:34 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Toadfield 2021-06-16 22:53:49 UTC
I want to use ssaa for every 3d application,cause that's the best anti aliasing method.
I asked on the archforum and the people said that the compositor needs to support that feature.
Comment 1 Nate Graham 2021-06-17 18:34:45 UTC
In fact at least on X11, we *disable* the compositor while full-screen 3d games are running, because games will implement this themselves. I know there are some graphics drivers that allow you to force this, and that's their prerogative. We can't do it generically in KWin because we can't guarantee the graphics capabilities of the underlying hardware. A configuration UI of the driver itself would be the most appropriate place to do it.