vk/cmd_buffer: Move the re-emission of STATE_BASE_ADDRESS to the flushing code
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 27 Jul 2015 22:05:04 +0000 (15:05 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Mon, 27 Jul 2015 22:05:06 +0000 (15:05 -0700)
commitd4c249364dc7049cf91d8f626b289d51a53b3bc1
treeb070438bb28cb01a797d2edbda420dc573b2f646
parent117d74b4e20d2fa9713ad83f85ca5c0f70b9b12e
vk/cmd_buffer: Move the re-emission of STATE_BASE_ADDRESS to the flushing code

This used to happen magically in cmd_buffer_new_surface_state_bo.  However,
according to Ken, STATE_BASE_ADDRESS is very gen-specific so we really
shouldn't have it in the generic data-structure code.
src/vulkan/anv_cmd_buffer.c
src/vulkan/anv_cmd_emit.c