[Mesa-dev] [PATCH 4/4] r300g: Remove an incorrect comment
Michel Dänzer
michel at daenzer.net
Thu Dec 6 07:50:14 PST 2012
On Mit, 2012-12-05 at 23:08 +0100, Stefan Dösinger wrote:
> 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:
It still seems to break other things though, see e.g.
https://bugs.freedesktop.org/show_bug.cgi?id=57875 .
--
Earthling Michel Dänzer | http://www.amd.com
Libre software enthusiast | Debian, X and DRI developer
More information about the mesa-dev
mailing list