Module: Mesa Branch: master Commit: 67d7021ae06e1c3559f3c0c35162768fcd1402d4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=67d7021ae06e1c3559f3c0c35162768fcd1402d4
Author: Brian Paul <[email protected]> Date: Tue Sep 22 11:14:58 2009 -0600 progs/perf: add missing texture enable in fbobind.c --- progs/perf/fbobind.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/progs/perf/fbobind.c b/progs/perf/fbobind.c index 99a56ef..fb52a93 100644 --- a/progs/perf/fbobind.c +++ b/progs/perf/fbobind.c @@ -105,6 +105,8 @@ PerfInit(void) /* clear the FBO */ glClear(GL_COLOR_BUFFER_BIT); } + + glEnable(GL_TEXTURE_2D); } _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
