summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/radeon/core/radeon_drm.h
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2010-01-09 19:19:44 +0100
committerCorbin Simpson <MostAwesomeDude@gmail.com>2010-01-17 01:03:50 -0800
commit8959608051ef8e4a97214323009d09c5e9e633fb (patch)
treecd8c852f9e6e34c89a5ff7bc11856495b6e278ae /src/gallium/winsys/drm/radeon/core/radeon_drm.h
parent08edbe9f14712f719f838769c61123f83768af76 (diff)
r300g: output texture debug messages if only RADEON_DEBUG=tex is set
Diffstat (limited to 'src/gallium/winsys/drm/radeon/core/radeon_drm.h')
-rw-r--r--src/gallium/winsys/drm/radeon/core/radeon_drm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/winsys/drm/radeon/core/radeon_drm.h b/src/gallium/winsys/drm/radeon/core/radeon_drm.h
index bf0e78138d..28f2ba818e 100644
--- a/src/gallium/winsys/drm/radeon/core/radeon_drm.h
+++ b/src/gallium/winsys/drm/radeon/core/radeon_drm.h
@@ -56,6 +56,7 @@ struct pipe_context* radeon_create_context(struct drm_api* api,
struct pipe_screen* screen);
boolean radeon_buffer_from_texture(struct drm_api* api,
+ struct pipe_screen* screen,
struct pipe_texture* texture,
struct pipe_buffer** buffer,
unsigned* stride);