summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2010-01-19 01:47:04 -0500
committerAlex Deucher <alexdeucher@gmail.com>2010-01-19 01:47:04 -0500
commitef631104d51d011ef1dbaf7b4aeba274ae103ad7 (patch)
tree4393743d44adca85526737cb65c3aed24f366276 /src/mesa/drivers/dri/r200
parent2b1d5ea4f0250a6a7fa312ced0a7af85e909381b (diff)
r100/r200/r600: fix typo in 2b1d5ea4f0250a6a7fa312ced0a7af85e909381b
Diffstat (limited to 'src/mesa/drivers/dri/r200')
-rw-r--r--src/mesa/drivers/dri/r200/r200_blit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_blit.c b/src/mesa/drivers/dri/r200/r200_blit.c
index 27f18e0738..081218b3a5 100644
--- a/src/mesa/drivers/dri/r200/r200_blit.c
+++ b/src/mesa/drivers/dri/r200/r200_blit.c
@@ -332,7 +332,7 @@ GLboolean r200_blit(struct r200_context *r200,
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 */