gallium: make g3dvl build again
authorDave Airlie <airlied@redhat.com>
Sat, 18 Jul 2009 07:44:44 +0000 (17:44 +1000)
committerDave Airlie <airlied@redhat.com>
Sat, 18 Jul 2009 07:44:44 +0000 (17:44 +1000)
src/gallium/state_trackers/g3dvl/vl_basic_csc.c
src/gallium/state_trackers/g3dvl/vl_r16snorm_mc_buf.c
src/gallium/state_trackers/g3dvl/vl_surface.c

index 643e68e6a6f62ebab98817c4cabf88eb0de80ff9..20d682de3fba68e5e44b64e148ad3d9607e9350e 100644 (file)
@@ -82,7 +82,6 @@ static int vlResizeFrameBuffer
        template.width[0] = width;
        template.height[0] = height;
        template.depth[0] = 1;
-       template.compressed = 0;
        pf_get_block(template.format, &template.block);
        template.tex_usage = PIPE_TEXTURE_USAGE_DISPLAY_TARGET;
 
index 79318fe24b259a5db7ff69b5252f690b45794094..23631adb69370f3b0fd477158e30443e79eb07d3 100644 (file)
@@ -1089,7 +1089,6 @@ static int vlInit
        template.width[0] = vlRoundUpPOT(mc->picture_width);
        template.height[0] = vlRoundUpPOT(mc->picture_height);
        template.depth[0] = 1;
-       template.compressed = 0;
        pf_get_block(template.format, &template.block);
        template.tex_usage = PIPE_TEXTURE_USAGE_SAMPLER | PIPE_TEXTURE_USAGE_DYNAMIC;
 
index 92388f7978ddb3d80cc8a380fe78071a6222f26e..7f60852cae8c7a52f9d49aaeb20a6041c76f334b 100644 (file)
@@ -45,7 +45,6 @@ int vlCreateSurface
        template.width[0] = vlRoundUpPOT(sfc->width);
        template.height[0] = vlRoundUpPOT(sfc->height);
        template.depth[0] = 1;
-       template.compressed = 0;
        pf_get_block(template.format, &template.block);
        template.tex_usage = PIPE_TEXTURE_USAGE_SAMPLER | PIPE_TEXTURE_USAGE_RENDER_TARGET;