r200: fix some breakage after move to common blit code

This commit is contained in:
Alex Deucher
2010-01-20 10:00:50 -05:00
parent 5a99ca490f
commit 67aa704112
-4
View File
@@ -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)) {