OSDN Git Service

i965: Make fs/vec4_visitor inherit from ir_visitor directly
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 20 May 2015 16:45:47 +0000 (09:45 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 29 May 2015 00:07:00 +0000 (17:07 -0700)
commit8b9ecfff360711cffc41a0a062de5ad810f9cf2b
tree82961251dad9b7de699bb99e2a34453dcf6939c3
parent99cb4233205edcfa1a1e2967eef7bb16ff19bec4
i965: Make fs/vec4_visitor inherit from ir_visitor directly

This is using multiple inheritance in C++.  However, ir_visitor is really
just an interface with no data so it shouldn't be so bad.

Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_fs.h
src/mesa/drivers/dri/i965/brw_shader.h
src/mesa/drivers/dri/i965/brw_vec4.h