summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_blit.h
diff options
context:
space:
mode:
authorMaciej Cencora <m.cencora@gmail.com>2009-12-13 16:12:11 +0100
committerMaciej Cencora <m.cencora@gmail.com>2009-12-13 17:20:11 +0100
commit9d8501bf2742519cc958c5f32122e196b64f8278 (patch)
tree6c9a1c0bbe6a52e9e06d21769e1fb43924ae1168 /src/mesa/drivers/dri/r300/r300_blit.h
parent079b670111fe41cabf700d089f489d4b116af5eb (diff)
r300: fix glCopyTexSubImage
Need to properly setup colorbuffer when dst pitch != dst width.
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_blit.h')
-rw-r--r--src/mesa/drivers/dri/r300/r300_blit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_blit.h b/src/mesa/drivers/dri/r300/r300_blit.h
index 29c5aa9514..28ffd4ea42 100644
--- a/src/mesa/drivers/dri/r300/r300_blit.h
+++ b/src/mesa/drivers/dri/r300/r300_blit.h
@@ -40,6 +40,7 @@ GLboolean r300_blit(struct r300_context *r300,
struct radeon_bo *dst_bo,
intptr_t dst_offset,
gl_format dst_mesaformat,
+ unsigned dst_pitch,
unsigned dst_width,
unsigned dst_height);