mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
Fixed segfault due to an off-by-one error in SAVAGE_TEX_MAXLEVELS.
This commit is contained in:
parent
798e753e07
commit
116986bad5
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
#include "savagecontext.h"
|
||||
#include "texmem.h"
|
||||
|
||||
#define SAVAGE_TEX_MAXLEVELS 11
|
||||
#define SAVAGE_TEX_MAXLEVELS 12
|
||||
|
||||
/** \brief Texture tiling information */
|
||||
typedef struct savage_tileinfo_t {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue