mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
st/mesa: we don't support GL_NV_point_sprite (see comment)
This commit is contained in:
parent
35e3449ad7
commit
ed6125fe9b
1 changed files with 3 additions and 1 deletions
|
|
@ -222,7 +222,9 @@ void st_init_extensions(struct st_context *st)
|
|||
|
||||
if (screen->get_param(screen, PIPE_CAP_POINT_SPRITE)) {
|
||||
ctx->Extensions.ARB_point_sprite = GL_TRUE;
|
||||
ctx->Extensions.NV_point_sprite = GL_TRUE;
|
||||
/* GL_NV_point_sprite is not supported by gallium because we don't
|
||||
* support the GL_POINT_SPRITE_R_MODE_NV option.
|
||||
*/
|
||||
}
|
||||
|
||||
if (screen->get_param(screen, PIPE_CAP_OCCLUSION_QUERY)) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue