diff options
author | Marek Olšák <[email protected]> | 2012-08-30 05:38:02 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-08-31 01:19:03 +0200 |
commit | 64db3cc6ad2d52dec46119e5b80030393cb60bf4 (patch) | |
tree | fab4b4b57c3ff9da009a766d78ec3e7ecb769ed1 /src/gallium/auxiliary/util/u_blitter.h | |
parent | f8a8f069ee2dae35470c6e2a681e5e110044e6fe (diff) |
r600g: implement MSAA for Cayman
Everything works except for blitting MSAA colorbuffers, which isn't
so trivial on Cayman. It's a rarely-used feature anyway.
Diffstat (limited to 'src/gallium/auxiliary/util/u_blitter.h')
-rw-r--r-- | src/gallium/auxiliary/util/u_blitter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/u_blitter.h b/src/gallium/auxiliary/util/u_blitter.h index 2055fd64f40..680407381a6 100644 --- a/src/gallium/auxiliary/util/u_blitter.h +++ b/src/gallium/auxiliary/util/u_blitter.h @@ -329,6 +329,7 @@ void util_blitter_custom_resolve_color(struct blitter_context *blitter, unsigned dst_layer, struct pipe_resource *src, unsigned src_layer, + unsigned sampled_mask, void *custom_blend); /* The functions below should be used to save currently bound constant state |