mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 04:30:10 +01:00
radeon: increase max bo count
This commit is contained in:
parent
9abc72d1fc
commit
e21e82f425
1 changed files with 1 additions and 1 deletions
|
|
@ -378,7 +378,7 @@ typedef void (*radeon_line_func) (radeonContextPtr,
|
|||
|
||||
typedef void (*radeon_point_func) (radeonContextPtr, radeonVertex *);
|
||||
|
||||
#define RADEON_MAX_BOS 24
|
||||
#define RADEON_MAX_BOS 32
|
||||
struct radeon_state {
|
||||
struct radeon_colorbuffer_state color;
|
||||
struct radeon_depthbuffer_state depth;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue