OSDN Git Service

intel: Initial IS_GEN7 plumbing.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 16 May 2011 22:19:22 +0000 (15:19 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 18 May 2011 06:32:58 +0000 (23:32 -0700)
commit89a82d72cafc1efbcf099e5229ba9b1cb53504f0
treea1d75be63e64c58b06db22915ff130f994444c10
parentd55471768e308853432de7d18f663034ddbc8599
intel: Initial IS_GEN7 plumbing.

Currently, IS_GEN7, IS_IVYBRIDGE, IS_IVB_GT1, and IS_IVB_GT2 all return
false.  This allows me to write the code for them before actually adding
the PCI IDs and thus enabling the hardware.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/intel/intel_chipset.h
src/mesa/drivers/dri/intel/intel_context.c
src/mesa/drivers/dri/intel/intel_screen.c