From 680f1181389103427d57704e8ae2cc453d329f1f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20K=C3=B6nig?= Date: Fri, 10 Dec 2010 11:05:11 +0100 Subject: [PATCH] [g3dvl] double buffering seems to be enough --- src/gallium/drivers/softpipe/sp_video_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/softpipe/sp_video_context.c b/src/gallium/drivers/softpipe/sp_video_context.c index 34fa64e..355ad75 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) -- 2.7.4