mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
llvmpipe: enable seamless cube filtering
Reviewed-by: Jose Fonseca <jfonseca@vmware.com> Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
3bdd1074e1
commit
ac81b6f2be
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ llvmpipe_get_param(struct pipe_screen *screen, enum pipe_cap param)
|
|||
return 1;
|
||||
case PIPE_CAP_SEAMLESS_CUBE_MAP:
|
||||
case PIPE_CAP_SEAMLESS_CUBE_MAP_PER_TEXTURE:
|
||||
return 0;
|
||||
return 1;
|
||||
case PIPE_CAP_SCALED_RESOLVE:
|
||||
return 0;
|
||||
/* this is a lie could support arbitrary large offsets */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue