gallium: another interface change for multisampling
authorRoland Scheidegger <sroland@vmware.com>
Mon, 17 May 2010 18:52:08 +0000 (20:52 +0200)
committerRoland Scheidegger <sroland@vmware.com>
Mon, 17 May 2010 18:52:08 +0000 (20:52 +0200)
commit6272d7632a8d2948e45698d1c75eae8c441c3916
tree4d8c67d332e576b31923a5928f6408a180268b2c
parent0ae2f59c0287f4baec6c7de5f2f0fdf736fba26d
gallium: another interface change for multisampling

due to popular request, use nr_samples parameter in is_format_supported()
instead of new is_msaa_supported() query.
This makes it easily possible to query if a format with a given sample count
is also supported not only as render target, but for sampler views (note that
texture sampling from multisampled resources isn't supported yet).
It is not quite how dx10 format msaa queries work, but we might need to revisit
format queries completely in the future anyway.
src/gallium/docs/source/screen.rst
src/gallium/include/pipe/p_screen.h