mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-22 17:28:09 +02:00
Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa
This commit is contained in:
commit
dd120776d1
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ nv50_screen_get_param(struct pipe_screen *pscreen, int param)
|
|||
case PIPE_CAP_TWO_SIDED_STENCIL:
|
||||
return 1;
|
||||
case PIPE_CAP_GLSL:
|
||||
return 0;
|
||||
return 1;
|
||||
case PIPE_CAP_ANISOTROPIC_FILTER:
|
||||
return 1;
|
||||
case PIPE_CAP_POINT_SPRITE:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue