diff options
author | Alex Deucher <[email protected]> | 2010-01-18 20:51:15 -0500 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2010-01-18 20:56:58 -0500 |
commit | 1ced546577745d361ad06577914f44f484656d37 (patch) | |
tree | e95f363858c057a78bfd50fc4f8075c647ae55f2 /src/mesa/drivers/dri/r200/r200_context.h | |
parent | 047719182f2df147449535d7573b2f9653306a2e (diff) |
r200: add blit support
Only enabled with KMS.
Diffstat (limited to 'src/mesa/drivers/dri/r200/r200_context.h')
-rw-r--r-- | src/mesa/drivers/dri/r200/r200_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_context.h b/src/mesa/drivers/dri/r200/r200_context.h index 17e4d8962ea..a9dce310ae1 100644 --- a/src/mesa/drivers/dri/r200/r200_context.h +++ b/src/mesa/drivers/dri/r200/r200_context.h @@ -645,6 +645,8 @@ extern GLboolean r200MakeCurrent( __DRIcontext *driContextPriv, __DRIdrawable *driReadPriv ); extern GLboolean r200UnbindContext( __DRIcontext *driContextPriv ); +extern void r200_init_texcopy_functions(struct dd_function_table *table); + /* ================================================================ * Debugging: */ |