mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 04:00:12 +01: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;
|
||||
|
||||
#if 0 /* DISABLE FOR NOW */
|
||||
_mesa_init_shaderobjects_3dlabs (ctx);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue