diff options
author | Bruce Cherniak <[email protected]> | 2017-04-13 17:40:11 -0500 |
---|---|---|
committer | Tim Rowley <[email protected]> | 2017-04-14 15:22:45 -0500 |
commit | 1832ef6cd9bdce4f546128c0b77d7acd6fd898a7 (patch) | |
tree | 81da3c4beeb3d64a846b4986a37f785e83d6d6b3 /docs/codingstyle.html | |
parent | 91a7f0b3afaa88e787d7b80df491928e037967a4 (diff) |
swr: Enable MSAA in OpenSWR software renderer
This patch enables multisample antialiasing in the OpenSWR software renderer.
MSAA is a proof-of-concept/work-in-progress with bug fixes and performance
on the way. We wanted to get the changes out now to allow several customers
to begin experimenting with MSAA in a software renderer. So as not to
impact current customers, MSAA is turned off by default - previous
functionality and performance remain intact. It is easily enabled via
environment variables, as described below.
It has only been tested with the glx-lib winsys. The intention is to
enable other state-trackers, both Windows and Linux and more fully support
FBOs.
There are 2 environment variables that affect behavior:
* SWR_MSAA_FORCE_ENABLE - force MSAA on, for apps that are not designed
for MSAA... Beware, results will vary. This is mainly for testing.
* SWR_MSAA_MAX_SAMPLE_COUNT - sets maximum supported number of
samples (1,2,4,8,16), or 0 to disable MSAA altogether.
(The default is currently 0.)
Reviewed-by: George Kyriazis <[email protected]>
Diffstat (limited to 'docs/codingstyle.html')
0 files changed, 0 insertions, 0 deletions