[Mesa-dev] [PATCH 4/4] r300g: Remove an incorrect comment

Stefan Dösinger stefandoesinger at gmx.at
Wed Dec 5 14:08:22 PST 2012


This occurred because I started this patch by reverting another patch and
forgot to remove it.
---
 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 de5e4a1..8cb1406 100644
--- a/src/gallium/drivers/r300/r300_screen.c
+++ b/src/gallium/drivers/r300/r300_screen.c
@@ -105,7 +105,7 @@ static int r300_get_param(struct pipe_screen* pscreen, enum pipe_cap param)
         case PIPE_CAP_VERTEX_COLOR_CLAMPED:
         case PIPE_CAP_USER_INDEX_BUFFERS:
         case PIPE_CAP_USER_CONSTANT_BUFFERS:
-        case PIPE_CAP_DEPTH_CLIP_DISABLE: /* XXX implemented, but breaks Regnum Online */
+        case PIPE_CAP_DEPTH_CLIP_DISABLE:
             return 1;
 
         case PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT:
-- 
1.7.8.6



More information about the mesa-dev mailing list