freedreno/ir3: rename ir3_compile -> ir3_context
authorRob Clark <robdclark@gmail.com>
Fri, 10 Nov 2017 14:04:52 +0000 (09:04 -0500)
committerRob Clark <robdclark@gmail.com>
Sun, 12 Nov 2017 17:28:59 +0000 (12:28 -0500)
commit5009dc55f206567df1f1527cac06bcbf7cb95814
tree76940c5ac614851557524d42965ea1c318b67e6d
parent9a0465b3a3a1a6e8beda7a59506c2e1a1aae776f
freedreno/ir3: rename ir3_compile -> ir3_context

Having both an ir3_compile (which was really context for compiling a
single shader variant) and ir3_compiler (which is the compiler object
that compiles all variants, ie. basically holds the RA regset) is a
bit confusing.

Signed-off-by: Rob Clark <robdclark@gmail.com>
src/gallium/drivers/freedreno/ir3/ir3_compiler_nir.c