mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 15:10:12 +01:00
Revert "radeonsi: decrease the number of texture slots to 24"
This reverts commit bdd860e307.
Requested by a game developer.
Cc: 17.0 <mesa-stable@lists.freedesktop.org>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
parent
b457f67495
commit
dfe111368d
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
#define SI_MAX_ATTRIBS 16
|
||||
#define SI_NUM_VERTEX_BUFFERS SI_MAX_ATTRIBS
|
||||
#define SI_NUM_SAMPLERS 24 /* OpenGL textures units per shader */
|
||||
#define SI_NUM_SAMPLERS 32 /* OpenGL textures units per shader */
|
||||
#define SI_NUM_CONST_BUFFERS 16
|
||||
#define SI_NUM_IMAGES 16
|
||||
#define SI_NUM_SHADER_BUFFERS 16
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue