r200: fix some breakage after move to common blit code
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user