mesa: remove ctx->Driver.ClearColor() hook
authorBrian Paul <brianp@vmware.com>
Mon, 12 Mar 2012 00:31:32 +0000 (18:31 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 12 Mar 2012 17:40:43 +0000 (11:40 -0600)
commitf21dfa9d4b7b1f4956a5c0e5926559d00bc19315
treee1e35a608a4f68ba6c31494f0b406fd206d90b5a
parent9c53fc593e9d8c735e492ace688c76fcbb0fc687
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>
src/mesa/drivers/common/driverfuncs.c
src/mesa/main/clear.c
src/mesa/main/dd.h