diff options
author | Alex Deucher <[email protected]> | 2010-01-20 10:00:50 -0500 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2010-01-20 10:00:50 -0500 |
commit | 67aa70411249cf0f8c39eedaf8432ad537c166ca (patch) | |
tree | afd228c6e86d003c694cabc3ea30a58eba4bb517 /src/mesa/drivers/dri/r200 | |
parent | 5a99ca490fee65d37a4c7469888680b412d27f7f (diff) |
r200: fix some breakage after move to common blit code
Diffstat (limited to 'src/mesa/drivers/dri/r200')
-rw-r--r-- | src/mesa/drivers/dri/r200/r200_context.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_context.c b/src/mesa/drivers/dri/r200/r200_context.c index 3d6d0f5ec0d..453c8de2200 100644 --- a/src/mesa/drivers/dri/r200/r200_context.c +++ b/src/mesa/drivers/dri/r200/r200_context.c @@ -333,10 +333,6 @@ GLboolean r200CreateContext( const __GLcontextModes *glVisual, r200InitShaderFuncs(&functions); radeonInitQueryObjFunctions(&functions); - if (rmesa->radeon.radeonScreen->kernel_mm) { - r200_init_texcopy_functions(&functions); - } - if (!radeonInitContext(&rmesa->radeon, &functions, glVisual, driContextPriv, sharedContextPrivate)) { |