intel: Fix compiler warnings from winsys msaa.
authorEric Anholt <eric@anholt.net>
Tue, 7 Aug 2012 18:33:10 +0000 (11:33 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 7 Aug 2012 18:47:11 +0000 (11:47 -0700)
src/mesa/drivers/dri/i965/brw_blorp_blit.cpp
src/mesa/drivers/dri/intel/intel_screen.c

index 53b72f6..1e49ac5 100644 (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);
index 5c38c8d..088fd61 100644 (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;