OSDN Git Service

mesa: Remove Driver.GetBufferSize and its callers.
authorEric Anholt <eric@anholt.net>
Thu, 20 Jun 2013 16:39:11 +0000 (09:39 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 26 Jun 2013 02:19:20 +0000 (19:19 -0700)
commitbab755ad1b8cc5560c7d92e21b1fb1c3bebd43ae
tree1c5f9bc939cc4569a292dd18a7fc2c3681a8f174
parent61bfed2d0998065bdb20f3f67e1591f8d5005ba6
mesa: Remove Driver.GetBufferSize and its callers.

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.

Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/common/driverfuncs.c
src/mesa/drivers/dri/r200/r200_context.c
src/mesa/drivers/dri/swrast/swrast.c
src/mesa/drivers/osmesa/osmesa.c
src/mesa/drivers/windows/gdi/wmesa.c
src/mesa/drivers/x11/xm_dd.c
src/mesa/main/context.c
src/mesa/main/dd.h
src/mesa/main/framebuffer.c