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
index 4c9d5609c06014c1364d3dae11a27291100fe909,3a85a25065a7461d0f8fddfc691994ed6d9b9b3e..048d0b61e3b62b7f8086be2a0d4cabe603346daf
@@@ -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,