[Mesa-dev] [PATCH 01/11] mesa: Remove Driver.GetBufferSize and its callers.

Brian Paul brianp at vmware.com
Fri Jun 21 06:37:17 PDT 2013


On 06/21/2013 12:07 AM, Eric Anholt wrote:
> Only the GDI driver set it to non-NULL any more, and that driver has a
> Viewport hook that should keep it limping along as well as it ever has.
> ---
>   src/mesa/drivers/common/driverfuncs.c    |  1 -
>   src/mesa/drivers/dri/r200/r200_context.c |  1 -
>   src/mesa/drivers/dri/swrast/swrast.c     |  1 -
>   src/mesa/drivers/osmesa/osmesa.c         |  1 -
>   src/mesa/drivers/windows/gdi/wmesa.c     |  1 -
>   src/mesa/drivers/x11/xm_dd.c             |  1 -
>   src/mesa/main/context.c                  | 45 ---------------------
>   src/mesa/main/dd.h                       |  9 -----
>   src/mesa/main/framebuffer.c              | 69 --------------------------------
>   9 files changed, 129 deletions(-)
>

Tested with llvmpipe, softpipe and swrast.

Tested-by: Brian Paul <brianp at vmware.com>
Reviewed-by: Brian Paul <brianp at vmware.com>




More information about the mesa-dev mailing list