summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2016-08-29 15:57:41 -0700
committerMatt Turner <[email protected]>2016-08-31 13:11:27 -0700
commit90eaf01616a8cf7a39dae63a3d5636874fa68fa5 (patch)
treea54ff03684358b361f38ed418818eed92247f90e /src/compiler/glsl
parentbea048752ea95d5e074891f2131f54d6e0760538 (diff)
i965: Pass start_offset to brw_set_uip_jip().
Without this, we would pass over the instructions in the SIMD8 program (which is located earlier in the buffer) when brw_set_uip_jip() is called to handle the SIMD16 program. The assertion about compacted control flow was bogus: halt, cont, break cannot be compacted because they have both JIP and UIP. Instead, we should never see a compacted instruction in this code at all. Reviewed-by: Iago Toral Quiroga <[email protected]>
Diffstat (limited to 'src/compiler/glsl')
0 files changed, 0 insertions, 0 deletions