i965: Remove the create_raw_surface vtbl hook.
authorFrancisco Jerez <currojerez@riseup.net>
Tue, 10 Feb 2015 13:54:55 +0000 (15:54 +0200)
committerFrancisco Jerez <currojerez@riseup.net>
Mon, 2 Mar 2015 12:33:13 +0000 (14:33 +0200)
commit7bfbaf4a5ab580a8661ea99059cb48c64a016ab6
treef0af54356fa10563bd0078c5695e33f0058b1002
parent65f9b83e05d790ddb3846b7a0e2b02241c61ab02
i965: Remove the create_raw_surface vtbl hook.

It's a wrapper around emit_buffer_surface_state with format=RAW, pitch=1,
rw=true and the remaining arguments ordered differently.  There's no point in
having a separate vtbl pointer for that.

Reviewed-by: Kristian Høgsberg <krh@bitplanet.net>
src/mesa/drivers/dri/i965/brw_binding_tables.c
src/mesa/drivers/dri/i965/brw_context.h
src/mesa/drivers/dri/i965/brw_wm_surface_state.c
src/mesa/drivers/dri/i965/gen7_wm_surface_state.c
src/mesa/drivers/dri/i965/gen8_surface_state.c