mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +02:00
disable _mesa_init_shaderobjects_3dlabs() call until build is fixed
This commit is contained in:
parent
7d4abc9b3a
commit
32e845f05e
1 changed files with 2 additions and 0 deletions
|
|
@ -1177,6 +1177,8 @@ _mesa_init_shaderobjects (GLcontext *ctx)
|
||||||
{
|
{
|
||||||
ctx->ShaderObjects.current_program = NULL;
|
ctx->ShaderObjects.current_program = NULL;
|
||||||
|
|
||||||
|
#if 0 /* DISABLE FOR NOW */
|
||||||
_mesa_init_shaderobjects_3dlabs (ctx);
|
_mesa_init_shaderobjects_3dlabs (ctx);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue