mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 12:18:09 +02:00
llvmpipe: add a max samples define set to 4.
I doubt I'll care about much higher MSAA levels, so 4 it is. Reviewed-by: Roland Scheidegger <sroland@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4122>
This commit is contained in:
parent
1b02eb1a4c
commit
bcbe5b3d26
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@
|
|||
#define LP_MAX_HEIGHT (1 << (LP_MAX_TEXTURE_LEVELS - 1))
|
||||
#define LP_MAX_WIDTH (1 << (LP_MAX_TEXTURE_LEVELS - 1))
|
||||
|
||||
#define LP_MAX_SAMPLES 4
|
||||
|
||||
#define LP_MAX_THREADS 16
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue