summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/common/driverfuncs.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2012-03-11 18:31:32 -0600
committerBrian Paul <brianp@vmware.com>2012-03-12 11:40:43 -0600
commitf21dfa9d4b7b1f4956a5c0e5926559d00bc19315 (patch)
treee1e35a608a4f68ba6c31494f0b406fd206d90b5a /src/mesa/drivers/common/driverfuncs.c
parent9c53fc593e9d8c735e492ace688c76fcbb0fc687 (diff)
downloadexternal_mesa3d-f21dfa9d4b7b1f4956a5c0e5926559d00bc19315.zip
external_mesa3d-f21dfa9d4b7b1f4956a5c0e5926559d00bc19315.tar.gz
external_mesa3d-f21dfa9d4b7b1f4956a5c0e5926559d00bc19315.tar.bz2
mesa: remove ctx->Driver.ClearColor() hook
The driver Clear() function should just grab the clear color out of the context. Reviewed-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/mesa/drivers/common/driverfuncs.c')
-rw-r--r--src/mesa/drivers/common/driverfuncs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/common/driverfuncs.c b/src/mesa/drivers/common/driverfuncs.c
index c0e0297..ca12057 100644
--- a/src/mesa/drivers/common/driverfuncs.c
+++ b/src/mesa/drivers/common/driverfuncs.c
@@ -131,7 +131,6 @@ _mesa_init_driver_functions(struct dd_function_table *driver)
driver->BlendColor = NULL;
driver->BlendEquationSeparate = NULL;
driver->BlendFuncSeparate = NULL;
- driver->ClearColor = NULL;
driver->ClipPlane = NULL;
driver->ColorMask = NULL;
driver->ColorMaterial = NULL;