updated patch for vertex program
This commit is contained in:
@@ -410,7 +410,7 @@ GLboolean r200CreateContext( const __GLcontextModes *glVisual,
|
||||
if(driQueryOptionb(&rmesa->optionCache, "arb_vertex_program"))
|
||||
_mesa_enable_extension( ctx, "GL_ARB_vertex_program");
|
||||
if(driQueryOptionb(&rmesa->optionCache, "nv_vertex_program"))
|
||||
_mesa_enable_extension( ctx, "GL_NV_VERTEX_PROGRAM");
|
||||
_mesa_enable_extension( ctx, "GL_NV_vertex_program");
|
||||
|
||||
#if 0
|
||||
r200InitDriverFuncs( ctx );
|
||||
|
||||
@@ -80,7 +80,7 @@ DRI_CONF_BEGIN
|
||||
DRI_CONF_NV_VERTEX_PROGRAM(false)
|
||||
DRI_CONF_SECTION_END
|
||||
DRI_CONF_END;
|
||||
static const GLuint __driNConfigOptions = 11;
|
||||
static const GLuint __driNConfigOptions = 13;
|
||||
|
||||
#if 1
|
||||
/* Including xf86PciInfo.h introduces a bunch of errors...
|
||||
|
||||
Reference in New Issue
Block a user