diff options
author | Marek Olšák <[email protected]> | 2012-09-13 00:50:54 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-09-30 18:57:57 +0200 |
commit | ad3d5dbcc52dd866c54b768a13429bcd4c4573b0 (patch) | |
tree | 0b3a3896350f79855b7e72c10296a502b2e8a419 /src/gallium/drivers/svga/svga_context.h | |
parent | 3d9d4b1ce6e700d85920eca84ae58a4dcf7288c2 (diff) |
svga: implement blit
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/drivers/svga/svga_context.h')
-rw-r--r-- | src/gallium/drivers/svga/svga_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/svga/svga_context.h b/src/gallium/drivers/svga/svga_context.h index f243b4f5da6..f2f26da1cd5 100644 --- a/src/gallium/drivers/svga/svga_context.h +++ b/src/gallium/drivers/svga/svga_context.h @@ -31,6 +31,7 @@ #include "pipe/p_defines.h" #include "pipe/p_state.h" +#include "util/u_blitter.h" #include "util/u_double_list.h" #include "tgsi/tgsi_scan.h" @@ -314,6 +315,7 @@ struct svga_context { struct pipe_context pipe; struct svga_winsys_context *swc; + struct blitter_context *blitter; struct { boolean no_swtnl; |