diff options
author | Christoph Bumiller <[email protected]> | 2012-04-14 02:38:25 +0200 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2012-04-14 02:40:09 +0200 |
commit | 42ec248eb7113595a485e205031d10ae2c6da8b1 (patch) | |
tree | 8854f00ce8178a6036bcf4fd97ea308d65518b66 /src/gallium/drivers/nv30 | |
parent | a2fc42b899de22273c1df96091bfb5c636075cb0 (diff) |
nv30: s/DUAL_SOURCE_BLEND/MAX_DUAL_SOURCE_RENDER_TARGETS
Merge accident.
Diffstat (limited to 'src/gallium/drivers/nv30')
-rw-r--r-- | src/gallium/drivers/nv30/nv30_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv30/nv30_screen.c b/src/gallium/drivers/nv30/nv30_screen.c index fa5140767bb..4f4813859cb 100644 --- a/src/gallium/drivers/nv30/nv30_screen.c +++ b/src/gallium/drivers/nv30/nv30_screen.c @@ -87,7 +87,7 @@ nv30_screen_get_param(struct pipe_screen *pscreen, enum pipe_cap param) case PIPE_CAP_PRIMITIVE_RESTART: return (eng3d->oclass >= NV40_3D_CLASS) ? 1 : 0; /* unsupported */ - case PIPE_CAP_DUAL_SOURCE_BLEND: + case PIPE_CAP_MAX_DUAL_SOURCE_RENDER_TARGETS: case PIPE_CAP_SM3: case PIPE_CAP_INDEP_BLEND_ENABLE: case PIPE_CAP_INDEP_BLEND_FUNC: |