summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe
diff options
context:
space:
mode:
authorChristian König <[email protected]>2010-12-10 11:05:11 +0100
committerChristian König <[email protected]>2010-12-10 11:05:11 +0100
commit680f1181389103427d57704e8ae2cc453d329f1f (patch)
tree559a1d5b90ce098d748f26444c11306008d19595 /src/gallium/drivers/softpipe
parent9c296be7d6fc4cabed97b9d10e24c226b2ee7d08 (diff)
[g3dvl] double buffering seems to be enough
Diffstat (limited to 'src/gallium/drivers/softpipe')
-rw-r--r--src/gallium/drivers/softpipe/sp_video_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/sp_video_context.c b/src/gallium/drivers/softpipe/sp_video_context.c
index 34fa64e178e..355ad75064c 100644
--- a/src/gallium/drivers/softpipe/sp_video_context.c
+++ b/src/gallium/drivers/softpipe/sp_video_context.c
@@ -38,7 +38,7 @@
#include "sp_public.h"
#include "sp_texture.h"
-#define NUM_BUFFERS 8
+#define NUM_BUFFERS 2
static void
flush_buffer(struct sp_mpeg12_context *ctx)