r300g: enable OpenGL 2.1 on r3xx-r4xx chipsets

This commit is contained in:
Marek Olšák 2010-04-05 07:01:52 +02:00
parent a955f86b31
commit bba6957da3

View file

@ -88,11 +88,7 @@ static int r300_get_param(struct pipe_screen* pscreen, int param)
* figure out later how to emulate this */
return 1;
case PIPE_CAP_TWO_SIDED_STENCIL:
if (r300screen->caps.is_r500) {
return 1;
} else {
return 0;
}
return 1;
case PIPE_CAP_GLSL:
/* I'll be frank. This is a lie.
*