summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/g3dvl/vl_context.c
diff options
context:
space:
mode:
authorYounes Manton <younes.m@gmail.com>2008-12-20 16:31:29 -0500
committerYounes Manton <younes.m@gmail.com>2009-01-10 13:52:06 -0500
commitdb1021a37c29a60c70ce294077680ca3e98a6460 (patch)
tree0a59030bcd56d9a40411ddeb74017e4686bbae64 /src/gallium/state_trackers/g3dvl/vl_context.c
parent3c1b790c313b46e16640d25a93d165646454d3d6 (diff)
g3dvl: Get rid of old unbuffered motion compensation code.
Diffstat (limited to 'src/gallium/state_trackers/g3dvl/vl_context.c')
-rw-r--r--src/gallium/state_trackers/g3dvl/vl_context.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/state_trackers/g3dvl/vl_context.c b/src/gallium/state_trackers/g3dvl/vl_context.c
index fe107e406d..5b7bb73b39 100644
--- a/src/gallium/state_trackers/g3dvl/vl_context.c
+++ b/src/gallium/state_trackers/g3dvl/vl_context.c
@@ -5,7 +5,6 @@
#include <pipe/p_context.h>
#include <pipe/p_state.h>
#include "vl_render.h"
-#include "vl_r16snorm_mc.h"
#include "vl_r16snorm_mc_buf.h"
#include "vl_csc.h"
#include "vl_basic_csc.h"
@@ -127,7 +126,6 @@ int vlCreateContext
vlInitCommon(ctx);
- /*vlCreateR16SNormMC(pipe, picture_width, picture_height, picture_format, &ctx->render);*/
vlCreateR16SNormBufferedMC(pipe, picture_width, picture_height, picture_format, &ctx->render);
vlCreateBasicCSC(pipe, &ctx->csc);