On Mon,  6 Jun 2011 17:49:27 +0200, Benjamin Franzke 
<benjaminfran...@googlemail.com> wrote:
> ---
>  src/mesa/drivers/dri/intel/i915_pci_ids.h |   19 +++++++++++++++++++
>  src/mesa/drivers/dri/intel/i965_pci_ids.h |   27 +++++++++++++++++++++++++++
>  2 files changed, 46 insertions(+), 0 deletions(-)
>  create mode 100644 src/mesa/drivers/dri/intel/i915_pci_ids.h
>  create mode 100644 src/mesa/drivers/dri/intel/i965_pci_ids.h
> 
> diff --git a/src/mesa/drivers/dri/intel/i915_pci_ids.h 
> b/src/mesa/drivers/dri/intel/i915_pci_ids.h
> new file mode 100644
> index 0000000..269f5f0
> --- /dev/null
> +++ b/src/mesa/drivers/dri/intel/i915_pci_ids.h
> @@ -0,0 +1,19 @@
> +CHIPSET(0x7121, I810, i8xx)
> +CHIPSET(0x7123, I810_DC100, i8xx)
> +CHIPSET(0x7125, I810_E, i8xx)
> +CHIPSET(0x1132, I815, i8xx)

These 4 chipsets aren't part of the i915 driver.

Other than that, thanks for taking this on!  Looks like much more
sanity, and we've talked about using something like the third argument
to avoid some of the if trees we've got around.

Attachment: pgpos6AwF1O4a.pgp
Description: PGP signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to