[Mesa-dev] [PATCH] mesa: Remove extra MapBufferRange in create_beginend_table()
Jose Fonseca
jfonseca at vmware.com
Mon Apr 22 11:31:18 PDT 2013
----- Original Message -----
> Looks like a copy&paste typo.
> ---
> src/mesa/main/context.c | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c
> index ce76243..9d915b6 100644
> --- a/src/mesa/main/context.c
> +++ b/src/mesa/main/context.c
> @@ -923,7 +923,6 @@ create_beginend_table(const struct gl_context *ctx)
> COPY_DISPATCH(MapBuffer);
> COPY_DISPATCH(UnmapBuffer);
> COPY_DISPATCH(MapBufferRange);
> - COPY_DISPATCH(MapBufferRange);
> COPY_DISPATCH(ObjectPurgeableAPPLE);
> COPY_DISPATCH(ObjectUnpurgeableAPPLE);
>
Reviewed-by: Jose Fonseca <jfonseca at vmware.com>
More information about the mesa-dev
mailing list