mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
mesa: disable fprintf() error
This commit is contained in:
parent
e3b13dba4d
commit
eb9efc6ad5
1 changed files with 2 additions and 0 deletions
|
|
@ -310,8 +310,10 @@ void driInitSingleExtension( GLcontext * ctx,
|
|||
*/
|
||||
offset = _glapi_add_dispatch( functions, parameter_signature );
|
||||
if (offset == -1) {
|
||||
#if 0 /* this causes noise with egl */
|
||||
fprintf(stderr, "DISPATCH ERROR! _glapi_add_dispatch failed "
|
||||
"to add %s!\n", functions[0]);
|
||||
#endif
|
||||
}
|
||||
else if (ext->functions[i].remap_index != -1) {
|
||||
driDispatchRemapTable[ ext->functions[i].remap_index ] =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue