OSDN Git Service

freedreno/ir3: small RA cleanup
authorRob Clark <robdclark@gmail.com>
Fri, 10 Aug 2018 18:16:54 +0000 (14:16 -0400)
committerRob Clark <robdclark@gmail.com>
Tue, 14 Aug 2018 21:59:02 +0000 (17:59 -0400)
commit4813060ed4d1d59367b145a72786a92a2bc6c40e
treeed9274b37c3e10218c123507359ec9e75bbd1baa
parentfdd35f497bd9fe840b5bcc4a21464967e7abf866
freedreno/ir3: small RA cleanup

Collapse is_temp() into it's only callsite, and pass compiler object as
struct rather than void.  Just cleanups to reduce noise in next patch.

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