diff options
author | Dave Airlie <[email protected]> | 2012-03-24 13:34:45 +0000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2012-04-13 17:19:02 +0100 |
commit | 0d29fb017bce0968240ae875af4b3702c2cd46ef (patch) | |
tree | 403a7ceac951bd8a3732766e6aac3d27d676eb16 /src/gallium/drivers/r300 | |
parent | 1256a5dcc86014d48bdc6fd10ea5a2fa11241667 (diff) |
gallium: rename DUAL_SOURCE_BLEND cap to MAX_DUAL_SOURCE_RENDER_TARGETS
Though I don't think we'll ever expose > 1.
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r300')
-rw-r--r-- | src/gallium/drivers/r300/r300_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_screen.c b/src/gallium/drivers/r300/r300_screen.c index 5873d9a7872..d12fa4e8249 100644 --- a/src/gallium/drivers/r300/r300_screen.c +++ b/src/gallium/drivers/r300/r300_screen.c @@ -120,7 +120,7 @@ static int r300_get_param(struct pipe_screen* pscreen, enum pipe_cap param) /* Unsupported features. */ case PIPE_CAP_TIMER_QUERY: - case PIPE_CAP_DUAL_SOURCE_BLEND: + case PIPE_CAP_MAX_DUAL_SOURCE_RENDER_TARGETS: case PIPE_CAP_INDEP_BLEND_ENABLE: case PIPE_CAP_INDEP_BLEND_FUNC: case PIPE_CAP_DEPTH_CLIP_DISABLE: |