summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/barrier.c
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2016-08-18 10:56:48 -0700
committerKenneth Graunke <[email protected]>2016-08-25 19:18:24 -0700
commit3203fe3d509b6a0e44c82384fba1dcc4c8c43dc6 (patch)
treedf2e4ce0edf30879f31f3ef2d260c6bddb8461fc /src/mesa/main/barrier.c
parent93bfa1d7a2e70a72a01c48a04c208845c22f9376 (diff)
nir: Use nir_shader_get_entrypoint in TCS quad workaround code.
We want to insert the code at the end of the program. Looping over all the functions (of which there was only one) was the old way of doing this, but now we have nir_shader_get_entrypoint(), so let's use it. Suggested by Connor Abbott. v2: Update for nir_shader_get_entrypoint API change. Signed-off-by: Kenneth Graunke <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]> Reviewed-by: Connor Abbott <[email protected]>
Diffstat (limited to 'src/mesa/main/barrier.c')
0 files changed, 0 insertions, 0 deletions