Merge remote branch 'origin/master' into pipe-video
authorChristian König <deathsimple@vodafone.de>
Mon, 28 Feb 2011 22:59:53 +0000 (23:59 +0100)
committerChristian König <deathsimple@vodafone.de>
Mon, 28 Feb 2011 22:59:53 +0000 (23:59 +0100)
1  2 
src/gallium/drivers/r600/eg_asm.c
src/gallium/drivers/r600/r600_asm.c
src/gallium/drivers/r600/r600_asm.h
src/gallium/drivers/r600/r600_pipe.c
src/gallium/drivers/r600/r600_shader.c
src/gallium/drivers/r600/r600_texture.c
src/gallium/drivers/softpipe/sp_screen.c

Simple merge
Simple merge
Simple merge
Simple merge
@@@ -292,9 -292,9 +292,9 @@@ static boolean permit_hardware_blit(str
                bind = PIPE_BIND_RENDER_TARGET;
  
        /* hackaround for S3TC */
-       if (util_format_is_s3tc(res->format))
+       if (util_format_is_compressed(res->format))
                return TRUE;
 -          
 +
        if (!screen->is_format_supported(screen,
                                res->format,
                                res->target,