diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2010-01-19 01:47:04 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2010-01-19 01:47:04 -0500 |
commit | ef631104d51d011ef1dbaf7b4aeba274ae103ad7 (patch) | |
tree | 4393743d44adca85526737cb65c3aed24f366276 /src/mesa/drivers/dri/r600 | |
parent | 2b1d5ea4f0250a6a7fa312ced0a7af85e909381b (diff) |
r100/r200/r600: fix typo in 2b1d5ea4f0250a6a7fa312ced0a7af85e909381b
Diffstat (limited to 'src/mesa/drivers/dri/r600')
-rw-r--r-- | src/mesa/drivers/dri/r600/r600_blit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r600/r600_blit.c b/src/mesa/drivers/dri/r600/r600_blit.c index 1e87d3d7c8..418544a08d 100644 --- a/src/mesa/drivers/dri/r600/r600_blit.c +++ b/src/mesa/drivers/dri/r600/r600_blit.c @@ -1582,7 +1582,7 @@ GLboolean r600_blit(context_t *context, { int id = 0; - if (is_blit_supported(dst_mesaformat)) + if (!is_blit_supported(dst_mesaformat)) return GL_FALSE; if (src_bo == dst_bo) { |