summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_screen.h
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2010-08-09 14:57:56 +0200
committerMarek Olšák <maraeo@gmail.com>2010-08-09 15:00:19 +0200
commit2cad5350f9691d4d2c18a637548735925fa0ee97 (patch)
treef8f8f3af3cd555054de7190a3870892d937f4b99 /src/gallium/drivers/r600/r600_screen.h
parent00963589b4d92460e3ae2c1557a5d816b5c67a6d (diff)
r600g: fix some warnings
Diffstat (limited to 'src/gallium/drivers/r600/r600_screen.h')
-rw-r--r--src/gallium/drivers/r600/r600_screen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_screen.h b/src/gallium/drivers/r600/r600_screen.h
index 9a452ecfe3..53b560c617 100644
--- a/src/gallium/drivers/r600/r600_screen.h
+++ b/src/gallium/drivers/r600/r600_screen.h
@@ -80,4 +80,6 @@ void r600_texture_transfer_unmap(struct pipe_context *ctx,
int r600_conv_pipe_format(unsigned pformat, unsigned *format);
int r600_conv_pipe_prim(unsigned pprim, unsigned *prim);
+void r600_init_screen_texture_functions(struct pipe_screen *screen);
+
#endif