OSDN Git Service

i965: Split brw_blorp.c/h into multiple files
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 8 Aug 2016 22:25:17 +0000 (15:25 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 17 Aug 2016 21:46:22 +0000 (14:46 -0700)
commitf5fbcc36831cd23ee9402a9fb8a9fb70d6ac412d
tree971371636c0ea1936d97abb14d478682fd3ce63f
parent075cc874bbdd3513034852f658204fb20ab36359
i965: Split brw_blorp.c/h into multiple files

This mega-commit pulls most of the i965-specific bits of blorp into the
brw_blorp.c/h files which now contain nothing but i965 wrappers around
"core blorp" calls.  The "core blorp" api is moved into blorp.h and the
internal blorp data structures are moved into blorp_priv.h.  The new file
blorp.c is created to house "core blorp" internals which are pulled from
the old brw_blorp.c

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/mesa/drivers/dri/i965/Makefile.sources
src/mesa/drivers/dri/i965/blorp.c [new file with mode: 0644]
src/mesa/drivers/dri/i965/blorp.h [new file with mode: 0644]
src/mesa/drivers/dri/i965/blorp_priv.h [new file with mode: 0644]
src/mesa/drivers/dri/i965/brw_blorp.c
src/mesa/drivers/dri/i965/brw_blorp.h
src/mesa/drivers/dri/i965/brw_blorp_blit.cpp
src/mesa/drivers/dri/i965/brw_blorp_clear.cpp
src/mesa/drivers/dri/i965/gen6_blorp.c
src/mesa/drivers/dri/i965/gen7_blorp.c
src/mesa/drivers/dri/i965/gen8_blorp.c