st/wgl: add support for multisample pixel formats
authorBrian Paul <brianp@vmware.com>
Tue, 16 Jun 2015 21:32:45 +0000 (15:32 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 19 Jun 2015 14:45:00 +0000 (08:45 -0600)
commit9405c1b3b0b207409931166a608276198a068cb8
treec0302a13349d93a1e7d7fdc3aa162a01c30a0b07
parent0925e5f5bc843237e534313dd5b99095ecbdd987
st/wgl: add support for multisample pixel formats

Create pixel formats with 0, 4, 8 and 16 samples per pixel.
Add a SVGA_FORCE_MSAA env var to force creating all pixel formats
with a particular sample count.  This is useful for testing Mesa/GLUT/
etc. programs which don't ordinarily use multisample.

Reviewed-by: Matthew McClure <mcclurem@vmware.com>
src/gallium/state_trackers/wgl/stw_pixelformat.c