pkgsrc/x11/xf86-video-intel/Makefile
tnn abed4aa065 Update to xf86-video-intel-2.2.1.
Full Announcement:
http://lists.freedesktop.org/archives/xorg-announce/2008-February/000451.html

Important bugs fixed:

i830_sdvo_mode_valid: Fix return values to match what we actually check.
vendor is CARD8
ivch: fails on address mismatch as I seem to get this on my 865 system
Bug 10773: fix i8xx pll p2 value in i830_crtc_clock_get()
Bug 10584: Mac Mini EDID data assigned to TMDS output
Allow non-strict free order for bo_list
Fix PLL reference clk debug dump
Fix typo in 1920x1080 resolution entry
Use "LEGACY" backlight method if backlight control is such
Add BCM_ to backlight control method enums
Fix backlight setting save/restore
CRT hotplug detection improvements
Unconditionally restore pipe configuration
Don't modify low bit of BLC_PWM_CTL when using combo backlight control
Remove unnecessary quirk code in CRT probing
Turn on backlight when LVDS panel is powered up
Program FBC fence offset register
Only enable FBC if one pipe is active
Only disable FBC if registers are available
Fix DSP*CNTR restoration
Remove side effects from VGA debug code
Add pipe A force enable quirk for ThinkPad X40
Add quirk for DVO channel selection
Add CACHE_MODE_0 register to dump output
Aopen Minipc 965GM LVDS quirk
Bug 14032: i810, set default depth to 16
Decode DSPCLK_GATE, dump PIPE*STAT, MI_MODE, MI_DISPLAY_POWER_DOWN,
MI_ARB_STATE, MI_RDRET_STATE, ECOSKPD
Bug #14246: Fix biuld on OpenBSD.
Always set pPriv->buf to NULL after freeing the memory it pointed to.
TV: fix 576p refresh rate
Make sure symbols used by other modules are public.
exa: fix rendering issue on some 855GM laptops
Fix tv quirk for Dell Latitude X1
Change origin i965G_1 to chipset market name G35.
Add new integrated graphics chipset ids
GTT access change for new integrated graphics device
Update PIPELINE_SELECT instruction and surface state format for new chipset
Disable frame buffer compression on new chipset now.
Add missing i830M and 845G pci ids info
Fix i830 block handler wrap
Clear shadow memory after allocation
Set vtSema before EnterVT
Don't crash if SW cursor
Bug #14440: fix stolen mem size mask on i830M
Wrap up chipsets which needs graphics address for status page
hardware status page initialization rework
Add DMI info for i830 quirks
Fix Lenovo X60 TV quirk
xf86-video-intel: fix ivch using wrong dvo register
2008-03-01 23:33:09 +00:00

26 lines
698 B
Makefile

# $NetBSD: Makefile,v 1.6 2008/03/01 23:33:09 tnn Exp $
DISTNAME= xf86-video-intel-2.2.1
CATEGORIES= x11
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/driver/
EXTRACT_SUFX= .tar.bz2
CONFLICTS+= xf86-video-i810-[0-9]*
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Modular Xorg Intel video driver
PKG_DESTDIR_SUPPORT= user-destdir
CONFIGURE_ARGS+= --enable-dri
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_TOOLS+= pkg-config
.include "../../x11/modular-xorg-server/buildlink3.mk"
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../x11/libXvMC/buildlink3.mk"
.include "../../x11/xineramaproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"