diff options
author | Eric Anholt <[email protected]> | 2011-08-01 08:46:47 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2011-08-29 10:10:03 -0700 |
commit | ff68e3d30415712e0c3d36dc48b47345c852da01 (patch) | |
tree | 8ddc2f13e1e09f49461ae215612accf5aad0acc9 /src/mesa/drivers/dri/radeon/radeon_texture.h | |
parent | e10337da21d45ab7cccfa98b4112d1b33f3a5604 (diff) |
radeon: Refactor the common texture hook setup to common code.
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/radeon/radeon_texture.h')
-rw-r--r-- | src/mesa/drivers/dri/radeon/radeon_texture.h | 4 |
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 |