Skip to content
Snippets Groups Projects
Commit ab7312ef authored by Dave Airlie's avatar Dave Airlie
Browse files

precedence precedence precedence.. add some brackets

parent 67742383
No related branches found
No related tags found
No related merge requests found
......@@ -422,7 +422,7 @@ GLboolean r200CreateContext( const __GLcontextModes *glVisual,
_math_matrix_set_identity( &rmesa->tmpmat );
driInitExtensions( ctx, card_extensions, GL_TRUE );
if (!rmesa->r200Screen->chipset & R200_CHIPSET_YCBCR_BROKEN) {
if (!(rmesa->r200Screen->chipset & R200_CHIPSET_YCBCR_BROKEN)) {
/* yuv textures don't work with some chips - R200 / rv280 okay so far
others get the bit ordering right but don't actually do YUV-RGB conversion */
_mesa_enable_extension( ctx, "GL_MESA_ycbcr_texture" );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment