Revert "i965: fallback lineloop on sandybridge for now"

This reverts commit 73dab75b41.
This commit is contained in:
Zhenyu Wang 2010-10-14 11:24:49 +08:00
parent e8e79c1d7e
commit 338b3f0b90
1 changed files with 0 additions and 7 deletions

View File

@ -204,13 +204,6 @@ static GLboolean check_fallbacks( struct brw_context *brw,
struct gl_context *ctx = &brw->intel.ctx;
GLuint i;
/* XXX FIXME */
if (brw->intel.gen >= 6) {
for (i = 0; i < nr_prims; i++)
if (prim[i].mode == GL_LINE_LOOP)
return GL_TRUE;
}
/* If we don't require strict OpenGL conformance, never
* use fallbacks. If we're forcing fallbacks, always
* use fallfacks.