diff options
author | Kenneth Graunke <kenneth@whitecape.org> | 2015-08-28 00:29:05 -0700 |
---|---|---|
committer | Kenneth Graunke <kenneth@whitecape.org> | 2015-09-03 22:31:03 -0700 |
commit | 323962182547aeafcdb3bac28434ef81f70eb785 (patch) | |
tree | da5b88f17f8921000cf9f2bab98e5aa047a2ce4a /src/mesa/drivers/dri/i965/brw_vs_state.c | |
parent | 27e83b62bb52de7a681ed82679a707555023f43d (diff) | |
download | external_mesa3d-323962182547aeafcdb3bac28434ef81f70eb785.zip external_mesa3d-323962182547aeafcdb3bac28434ef81f70eb785.tar.gz external_mesa3d-323962182547aeafcdb3bac28434ef81f70eb785.tar.bz2 |
i965: Virtualize vec4_visitor::emit_urb_slot().
This avoids a downcast of key, which won't exist in the base class soon.
I'm not a huge fan of this patch, but given that we're currently using
inheritance, this seems like the "right" way to do it. The alternative
is to make key a void pointer in the parent class and continue
downcasting.
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_vs_state.c')
0 files changed, 0 insertions, 0 deletions