Skip to content

intel/fs,vec4: Properly account SENDs in IVB memory fence

Caio Oliveira requested to merge cmarcelo/mesa:r/brw-fix-send-accounting into master

Change brw_memory_fence to return the number of messages emitted, and use that to update the send_count statistic in code generation.

This will fix the book-keeping for IVB since the memory fences will result in two SEND messages.

Reviewed-by: Francisco Jerez currojerez@riseup.net

Edited by Caio Oliveira

Merge request reports