mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 15:48:36 +02:00
r300g: enable OpenGL 2.1 on r3xx-r4xx chipsets
This commit is contained in:
parent
a955f86b31
commit
bba6957da3
1 changed files with 1 additions and 5 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue