summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_context.h
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2012-09-13 00:34:56 +0200
committerMarek Olšák <maraeo@gmail.com>2012-09-30 18:57:56 +0200
commitff2d192ec50e6a8cbaa8f14bca989fe5b61a3c46 (patch)
treea5f32b49c872d2ce0deb7e67348d7de83cacbdbe /src/gallium/drivers/llvmpipe/lp_context.h
parent6d2f59ce5494a9435b6b3d3faa1d94ba6caad100 (diff)
downloadexternal_mesa3d-ff2d192ec50e6a8cbaa8f14bca989fe5b61a3c46.zip
external_mesa3d-ff2d192ec50e6a8cbaa8f14bca989fe5b61a3c46.tar.gz
external_mesa3d-ff2d192ec50e6a8cbaa8f14bca989fe5b61a3c46.tar.bz2
llvmpipe: implement blit
Tested-by: Michel Dänzer <michel.daenzer@amd.com> Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_context.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_context.h b/src/gallium/drivers/llvmpipe/lp_context.h
index b7b7ede..fcdc0f8 100644
--- a/src/gallium/drivers/llvmpipe/lp_context.h
+++ b/src/gallium/drivers/llvmpipe/lp_context.h
@@ -34,6 +34,7 @@
#include "pipe/p_context.h"
#include "draw/draw_vertex.h"
+#include "util/u_blitter.h"
#include "lp_tex_sample.h"
#include "lp_jit.h"
@@ -122,6 +123,8 @@ struct llvmpipe_context {
/** The primitive drawing context */
struct draw_context *draw;
+ struct blitter_context *blitter;
+
unsigned tex_timestamp;
boolean no_rast;