OSDN Git Service

i965: Move gen6_blorp.c to a file that gets recompiled per-gen
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 8 Aug 2016 21:07:12 +0000 (14:07 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 19 Aug 2016 10:11:29 +0000 (03:11 -0700)
commitc8bc1ae96a2980f33cf770b909ab9d7e830e95bc
tree03eb8d54af9d5095ec122bba95382b8c0f96fada
parenteea6a66222c0f4d59bb29388b275a3520dd652be
i965: Move gen6_blorp.c to a file that gets recompiled per-gen

At the moment, it's only used for gen6 but that will change soon.  We use
the genX prefix for recompiled things in the Vulkan driver.  It isn't
great, but it seems to have worked ok.

Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/mesa/drivers/dri/i965/Makefile.am
src/mesa/drivers/dri/i965/Makefile.sources
src/mesa/drivers/dri/i965/genX_blorp_exec.c [moved from src/mesa/drivers/dri/i965/gen6_blorp.c with 99% similarity]