mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
Disable _mesa_3dlabs_create_{program,shader}_object references.
This commit is contained in:
parent
425569bbc5
commit
26772ac988
1 changed files with 4 additions and 0 deletions
|
|
@ -130,7 +130,9 @@ _mesa_DetachObjectARB (GLhandleARB containerObj, GLhandleARB attachedObj)
|
|||
GLhandleARB GLAPIENTRY
|
||||
_mesa_CreateShaderObjectARB (GLenum shaderType)
|
||||
{
|
||||
#if 0
|
||||
return _mesa_3dlabs_create_shader_object (shaderType);
|
||||
#endif
|
||||
}
|
||||
|
||||
void GLAPIENTRY
|
||||
|
|
@ -233,7 +235,9 @@ _mesa_CompileShaderARB (GLhandleARB shaderObj)
|
|||
GLhandleARB GLAPIENTRY
|
||||
_mesa_CreateProgramObjectARB (void)
|
||||
{
|
||||
#if 0
|
||||
return _mesa_3dlabs_create_program_object ();
|
||||
#endif
|
||||
}
|
||||
|
||||
void GLAPIENTRY
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue