OSDN Git Service

i965: Fold brwInitVtbl() into brwCreateContext().
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 15 Oct 2013 23:17:15 +0000 (16:17 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 17 Oct 2013 21:27:03 +0000 (14:27 -0700)
commitb3360d23ac1db61390b2ac8963756c6133ba6e23
treea477d20e286ba56d81234cb681fbd4a6417afe09
parentf8fef8ee92576b847a4e963f2bee9bc5d1f280ba
i965: Fold brwInitVtbl() into brwCreateContext().

With most of the virtual functions gone, brwInitVtbl() is now tiny.

Merging it into the caller allows us to delete the entire file.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/Makefile.sources
src/mesa/drivers/dri/i965/brw_context.c
src/mesa/drivers/dri/i965/brw_vtbl.c [deleted file]