diff options
author | Dave Airlie <airlied@redhat.com> | 2009-06-12 11:17:32 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-06-12 11:17:32 +1000 |
commit | 7f223ff89172069dbad987f592aea2a8ba16355f (patch) | |
tree | 4bcf0bcf8f59b717e617640cb187570fabab0930 /src/mesa/drivers/dri/radeon/radeon_tex.h | |
parent | 877061141ae263128eac8ec1f1077f34e52651fa (diff) | |
parent | 67bbfb9c68d0bf459f706a4cb50caf8245a37a34 (diff) |
Merge remote branch 'main/radeon-rewrite'
Diffstat (limited to 'src/mesa/drivers/dri/radeon/radeon_tex.h')
-rw-r--r-- | src/mesa/drivers/dri/radeon/radeon_tex.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_tex.h b/src/mesa/drivers/dri/radeon/radeon_tex.h index 8000880828..a4aaddc74f 100644 --- a/src/mesa/drivers/dri/radeon/radeon_tex.h +++ b/src/mesa/drivers/dri/radeon/radeon_tex.h @@ -41,12 +41,16 @@ extern void radeonSetTexOffset(__DRIcontext *pDRICtx, GLint texname, unsigned long long offset, GLint depth, GLuint pitch); +extern void radeonSetTexBuffer(__DRIcontext *pDRICtx, GLint target, __DRIdrawable *dPriv); +extern void radeonSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint glx_texture_format, + __DRIdrawable *dPriv); + extern void radeonUpdateTextureState( GLcontext *ctx ); -extern int radeonUploadTexImages( radeonContextPtr rmesa, radeonTexObjPtr t, +extern int radeonUploadTexImages( r100ContextPtr rmesa, radeonTexObjPtr t, GLuint face ); -extern void radeonDestroyTexObj( radeonContextPtr rmesa, radeonTexObjPtr t ); +extern void radeonDestroyTexObj( r100ContextPtr rmesa, radeonTexObjPtr t ); extern void radeonInitTextureFuncs( struct dd_function_table *functions ); |