projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8260ab9
)
r300g: clean up warning due to unknown cap.
author
Dave Airlie
<airlied@redhat.com>
Thu, 14 Oct 2010 22:46:16 +0000
(08:46 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Thu, 14 Oct 2010 22:46:16 +0000
(08:46 +1000)
src/gallium/drivers/r300/r300_screen.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r300/r300_screen.c
b/src/gallium/drivers/r300/r300_screen.c
index 7f41ff0e2ec9f58ce2c7a1093d3cefa96abc9742..b448924f85e4c90b666ed43ed6de620758355485 100644
(file)
--- a/
src/gallium/drivers/r300/r300_screen.c
+++ b/
src/gallium/drivers/r300/r300_screen.c
@@
-124,6
+124,7
@@
static int r300_get_param(struct pipe_screen* pscreen, enum pipe_cap param)
case PIPE_CAP_INDEP_BLEND_FUNC:
case PIPE_CAP_DEPTH_CLAMP: /* XXX implemented, but breaks Regnum Online */
case PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATE:
+ case PIPE_CAP_SHADER_STENCIL_EXPORT:
return 0;
/* Texturing. */