Subversion Repositories Kolibri OS

Rev

Rev 4358 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4358 Rev 4401
Line 185... Line 185...
185
      cc->cc3.ia_blend_enable = (srcA != srcRGB ||
185
      cc->cc3.ia_blend_enable = (srcA != srcRGB ||
186
				dstA != dstRGB ||
186
				dstA != dstRGB ||
187
				eqA != eqRGB);
187
				eqA != eqRGB);
188
   }
188
   }
Line -... Line 189...
-
 
189
 
189
 
190
   /* _NEW_BUFFERS */
190
   if (ctx->Color.AlphaEnabled) {
191
   if (ctx->Color.AlphaEnabled && ctx->DrawBuffer->_NumColorDrawBuffers <= 1) {
191
      cc->cc3.alpha_test = 1;
192
      cc->cc3.alpha_test = 1;
192
      cc->cc3.alpha_test_func =
193
      cc->cc3.alpha_test_func =
193
	 intel_translate_compare_func(ctx->Color.AlphaFunc);
194
	 intel_translate_compare_func(ctx->Color.AlphaFunc);