diff options
author | Hans de Goede <[email protected]> | 2015-09-03 12:38:01 +0200 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2015-09-04 16:07:08 -0400 |
commit | 3c6c4d4f298ec81fe57992790a68aaab2e573519 (patch) | |
tree | 0e27697f4fb05ad9cf2e8c61379e858488ba9941 /src/gallium/drivers/nouveau/nv30/nv30_resource.h | |
parent | 3329703eb116a7ad73bc694356b43e014532240b (diff) |
nv30: Implement color resolve for msaa
Note this is not ideal. Since the sifm can only do source sizes upto
1024x1024 we end up using the blitter on nv4x, which is not that fast.
And on nv3x we end up using the cpu which is really slow.
Cc: "10.6 11.0" <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>
Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau/nv30/nv30_resource.h')
-rw-r--r-- | src/gallium/drivers/nouveau/nv30/nv30_resource.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/nouveau/nv30/nv30_resource.h b/src/gallium/drivers/nouveau/nv30/nv30_resource.h index 8dac7795c9d..20d86b634f2 100644 --- a/src/gallium/drivers/nouveau/nv30/nv30_resource.h +++ b/src/gallium/drivers/nouveau/nv30/nv30_resource.h @@ -66,9 +66,6 @@ nv30_resource_copy_region(struct pipe_context *pipe, const struct pipe_box *src_box); void -nv30_resource_resolve(struct pipe_context *, const struct pipe_resolve_info *); - -void nv30_blit(struct pipe_context *pipe, const struct pipe_blit_info *blit_info); |