projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6491e95
)
i965: Drop INTEL_CONFORMANCE=2 fallback code.
author
Eric Anholt
<eric@anholt.net>
Wed, 25 May 2011 19:51:05 +0000
(12:51 -0700)
committer
Eric Anholt
<eric@anholt.net>
Fri, 3 Jun 2011 23:03:18 +0000
(16:03 -0700)
This was just a duplicate of no_rast=true driconf option, which is
relatively standard across drivers.
src/mesa/drivers/dri/i965/brw_draw.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_draw.c
b/src/mesa/drivers/dri/i965/brw_draw.c
index bcfd678a9243f37c5948e4ddd8adc585f50c48c0..6c52bd52aa420961797037491c1e043eb59bafd1 100644
(file)
--- a/
src/mesa/drivers/dri/i965/brw_draw.c
+++ b/
src/mesa/drivers/dri/i965/brw_draw.c
@@
-283,9
+283,6
@@
static GLboolean check_fallbacks( struct brw_context *brw,
if (brw->intel.conformance_mode == 0)
return GL_FALSE;
- if (brw->intel.conformance_mode == 2)
- return GL_TRUE;
-
if (ctx->Polygon.SmoothFlag) {
for (i = 0; i < nr_prims; i++)
if (reduced_prim[prim[i].mode] == GL_TRIANGLES)