diff options
author | Brian Paul <[email protected]> | 2013-11-07 17:28:33 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2013-11-11 08:12:18 -0700 |
commit | 34ce1a850236b94186f73c24a7ddb0f18075eb94 (patch) | |
tree | b5e450678aba1ab8d5ca47dc07ee5eda9b53f38e /src/gallium/drivers/svga/svga_screen.h | |
parent | 2182d2db28e9ae5c276dcbad1309cf3484a4476e (diff) |
svga: improve loops over color buffers
Only loop over the actual number of color buffers supported, not
PIPE_MAX_COLOR_BUFS.
Reviewed-by: José Fonseca <[email protected]>
Diffstat (limited to 'src/gallium/drivers/svga/svga_screen.h')
-rw-r--r-- | src/gallium/drivers/svga/svga_screen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/svga/svga_screen.h b/src/gallium/drivers/svga/svga_screen.h index 0606147dd20..517a3fa844a 100644 --- a/src/gallium/drivers/svga/svga_screen.h +++ b/src/gallium/drivers/svga/svga_screen.h @@ -48,6 +48,7 @@ struct svga_screen SVGA3dHardwareVersion hw_version; float maxPointSize; + unsigned max_color_buffers; struct { boolean force_level_surface_view; |