i965: Pull out INTEL_DEBUG handling into new intel_debug.[ch] files.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 8 Jul 2013 02:02:56 +0000 (19:02 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Sun, 13 Oct 2013 07:10:43 +0000 (00:10 -0700)
commit832bcc36133107e604a89f1762b9794fa7fc52ca
treed4d4a1391bba7ac17897967db186bd4a93b7da87
parent3f7b4e5d04cf9f0274ddcd37d573eb96f835278e
i965: Pull out INTEL_DEBUG handling into new intel_debug.[ch] files.

Now that there isn't an intel_context structure, the split between
brw_context.[ch] and intel_context.[ch] is rather awkward and arbitrary.
Removing intel_context.[ch] seems desirable, but not everything really
belongs in brw_context.[ch], either.

Moving INTEL_DEBUG handling into separate intel_debug.[ch] files should
make them relatively easy to find.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/drivers/dri/i965/Makefile.sources
src/mesa/drivers/dri/i965/intel_context.c
src/mesa/drivers/dri/i965/intel_context.h
src/mesa/drivers/dri/i965/intel_debug.c [new file with mode: 0644]
src/mesa/drivers/dri/i965/intel_debug.h [new file with mode: 0644]