From: Christian König Date: Fri, 10 Dec 2010 10:05:11 +0000 (+0100) Subject: [g3dvl] double buffering seems to be enough X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=680f1181389103427d57704e8ae2cc453d329f1f;p=mesa.git [g3dvl] double buffering seems to be enough --- 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)