summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_texture.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2011-08-01 08:46:47 -0700
committerEric Anholt <eric@anholt.net>2011-08-29 10:10:03 -0700
commitff68e3d30415712e0c3d36dc48b47345c852da01 (patch)
tree8ddc2f13e1e09f49461ae215612accf5aad0acc9 /src/mesa/drivers/dri/radeon/radeon_texture.h
parente10337da21d45ab7cccfa98b4112d1b33f3a5604 (diff)
radeon: Refactor the common texture hook setup to common code.
Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/mesa/drivers/dri/radeon/radeon_texture.h')
-rw-r--r--src/mesa/drivers/dri/radeon/radeon_texture.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_texture.h b/src/mesa/drivers/dri/radeon/radeon_texture.h
index 388512ab128..c02aa30c789 100644
--- a/src/mesa/drivers/dri/radeon/radeon_texture.h
+++ b/src/mesa/drivers/dri/radeon/radeon_texture.h
@@ -140,4 +140,8 @@ void radeon_image_target_texture_2d(struct gl_context *ctx, GLenum target,
GLeglImageOES image_handle);
#endif
+void
+radeon_init_common_texture_funcs(radeonContextPtr radeon,
+ struct dd_function_table *functions);
+
#endif