Test either GL_FRONT_LEFT or GL_FRONT for front-buffer rendering
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 28 Apr 2009 17:08:57 +0000 (10:08 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 1 May 2009 16:49:06 +0000 (09:49 -0700)
commit2085cf24628be7cd297ab0f9ef5ce02bd5a006e2
treeb3b3ed87547c16bdc1c7c959efc1fb2fdce76eb3
parentcd6734288ddc15a778def9578e128184b3f6bdea
Test either GL_FRONT_LEFT or GL_FRONT for front-buffer rendering

For non-stereo visuals, which is all we support, we treat
GL_FRONT_LEFT as GL_FRONT.  However, they are technically different,
and they have different enum values.  Test for either one to determine
if we're in front-buffer rendering mode.

This fix was suggested by Pierre Willenbrock.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/drivers/dri/intel/intel_buffers.c