diff options
author | Michal Krol <[email protected]> | 2008-03-28 12:31:35 +0100 |
---|---|---|
committer | Michal Krol <[email protected]> | 2008-03-28 12:31:35 +0100 |
commit | 4e7bcaa4c20cc358206cf4668316f998d79c85b0 (patch) | |
tree | e7425ec98d4e96791d040aeb7c6909294f46ece9 /src/gallium/include/pipe/p_state.h | |
parent | 5935b16ff5d8cbe07c97f2990e281a9c5986d0a1 (diff) |
gallium: Bump PIPE_MAX_SAMPLERS to 16.
We need it to fulfil D3D minimum requirements.
Diffstat (limited to 'src/gallium/include/pipe/p_state.h')
-rw-r--r-- | src/gallium/include/pipe/p_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h index 2490412126f..b47595deca4 100644 --- a/src/gallium/include/pipe/p_state.h +++ b/src/gallium/include/pipe/p_state.h @@ -51,7 +51,7 @@ extern "C" { /** * Implementation limits */ -#define PIPE_MAX_SAMPLERS 8 +#define PIPE_MAX_SAMPLERS 16 #define PIPE_MAX_CLIP_PLANES 6 #define PIPE_MAX_CONSTANT 32 #define PIPE_MAX_ATTRIBS 32 |