intel: Fix compiler warnings from winsys msaa.

This commit is contained in:
Eric Anholt
2012-08-07 11:33:10 -07:00
parent e943e5c291
commit 3aaeb3e5e7
2 changed files with 1 additions and 3 deletions

View File

@@ -146,8 +146,6 @@ do_blorp_blit(struct intel_context *intel, GLbitfield buffer_bit,
GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
bool mirror_x, bool mirror_y)
{
struct gl_context *ctx = &intel->ctx;
/* Find source/dst miptrees */
struct intel_mipmap_tree *src_mt = find_miptree(buffer_bit, src_rb);
struct intel_mipmap_tree *dst_mt = find_miptree(buffer_bit, dst_rb);

View File

@@ -918,7 +918,7 @@ intel_screen_make_configs(__DRIscreen *dri_screen)
__DRIconfig **new_configs;
const int num_depth_stencil_bits = 2;
int num_msaa_modes;
int num_msaa_modes = 0;
depth_bits[0] = 0;
stencil_bits[0] = 0;