radeon/r100/r200: actually init the OQ support properly
This commit is contained in:
@@ -347,6 +347,7 @@ GLboolean r200CreateContext( const __GLcontextModes *glVisual,
|
||||
r200InitStateFuncs(&functions);
|
||||
r200InitTextureFuncs(&functions);
|
||||
r200InitShaderFuncs(&functions);
|
||||
radeonInitQueryObjFunctions(&functions);
|
||||
|
||||
if (!radeonInitContext(&rmesa->radeon, &functions,
|
||||
glVisual, driContextPriv,
|
||||
|
||||
@@ -277,6 +277,7 @@ r100CreateContext( const __GLcontextModes *glVisual,
|
||||
*/
|
||||
_mesa_init_driver_functions( &functions );
|
||||
radeonInitTextureFuncs( &functions );
|
||||
radeonInitQueryObjFunctions(&functions);
|
||||
|
||||
if (!radeonInitContext(&rmesa->radeon, &functions,
|
||||
glVisual, driContextPriv,
|
||||
|
||||
@@ -44,6 +44,7 @@
|
||||
#include "radeon_tcl.h"
|
||||
#include "radeon_tex.h"
|
||||
#include "radeon_swtcl.h"
|
||||
#include "radeon_queryobj.h"
|
||||
|
||||
#include "../r200/r200_reg.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user