unsigned reg_height,
unsigned flip_y)
{
- if (is_blit_supported(dst_mesaformat))
+ if (!is_blit_supported(dst_mesaformat))
return GL_FALSE;
/* Make sure that colorbuffer has even width - hw limitation */
{
int id = 0;
- if (is_blit_supported(dst_mesaformat))
+ if (!is_blit_supported(dst_mesaformat))
return GL_FALSE;
if (src_bo == dst_bo) {
unsigned reg_height,
unsigned flip_y)
{
- if (is_blit_supported(dst_mesaformat))
+ if (!is_blit_supported(dst_mesaformat))
return GL_FALSE;
/* Make sure that colorbuffer has even width - hw limitation */