summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-08-16intel: don't setup texOffsetStart unless using EXA2.1Dave Airlie1-0/+1
2007-08-14Bump driver version to 2.1.1xf86-video-intel-2.1.1Kyle McMartin1-1/+1
2007-08-14Clean up tv mode name allocation and copy.Keith Packard1-4/+2
2007-08-14i965: increase composite vertex buffer size and alignment to be safeDave Airlie1-2/+2
2007-08-14i965: fix memcpy of the sf_kernel when a mask is neededDave Airlie1-1/+2
2007-08-14Allow 965 composite acceleration to A8 destinations.Carl Worth1-8/+1
2007-08-14Bug #11593: Remove dead struct vch_bdb_20 which was angering the sun compiler.Eric Anholt1-3/+0
2007-08-14Define INTEL_VERSION_MAJOR/MINOR/PATCH using PACKAGE_VERSION_*Brice Goglin2-10/+4
2007-08-14Add the file mode for bios_dumper output so it doesn't have 000 permissions.Eric Anholt1-1/+2
2007-08-08Legacy backlight changes: - add support for 965GM - make sure legacy enabled ...Jesse Barnes3-26/+61
2007-08-08Quirk away the nonexistent TV connector on the Panasonic CF-Y4.Eric Anholt1-0/+2
2007-07-29Update Lenovo TV quirk infoZhenyu Wang1-0/+1
2007-07-29Add another Lenovo TV output quirkWang Zhenyu1-0/+1
2007-07-29Add quirk supportWang Zhenyu6-26/+111
2007-07-26Fix some physical address handling for >4GB addresses.Eric Anholt2-28/+33
2007-07-26Fix typo in intel.manBrice Goglin1-1/+1
2007-07-26Fix device id info for 945GME, 965GMEZhenyu Wang1-2/+10
2007-07-26Remove hard-coded CRT blanking frobbing for load detection.Keith Packard2-4/+4
2007-07-26Ensure pipe/output active before doing load detection.Keith Packard5-70/+94
2007-07-26Eliminate bogus (and harmful) blanking adjustment for load detect.Keith Packard2-50/+94
2007-07-02Update documentation and bump driver version to 2.1.0.xf86-video-intel-2.1.0Eric Anholt3-17/+23
2007-07-02Fix reversed LVDS dither enabling logic on GM965.Eric Anholt1-2/+2
2007-07-02Bug #11365: Disable the panel fitter unless it's needed for the chosen mode.Eric Anholt1-6/+12
2007-06-30Fix load detection to use border region instead of blanking.Keith Packard4-14/+46
2007-06-28Add *~ to .gitignore to skip emacs & patch backup filesAlan Coopersmith1-0/+1
2007-06-28Add AM_PROG_CC_C_O to configure.acAlan Coopersmith1-0/+1
2007-06-28Handle dual-channel LVDS on i855.Keith Packard1-4/+3
2007-06-28Decode PLL registers in LVDS mode a bit better in debug code.Keith Packard1-32/+84
2007-06-27EXA: fallback mask transform on i965Wang Zhenyu1-0/+2
2007-06-27EXA: don't have to check offscreen sizeWang Zhenyu1-10/+3
2007-06-25Use local structures for vs_state, sf_state, and wm_stateCarl Worth1-6/+15
2007-06-25Use local structure for src_sampler_state and mask_sampler_stateCarl Worth1-6/+10
2007-06-25Use local structure for mask_surf_stateCarl Worth1-4/+5
2007-06-25Use local structure for src_surf_stateCarl Worth1-2/+5
2007-06-25Use local structure for dest_surf_stateCarl Worth1-2/+5
2007-06-25Use local structure for cc_stateCarl Worth1-2/+5
2007-06-25Remove redundant i830WaitSync from i965_prepare_compositeCarl Worth1-3/+0
2007-06-22Bug #11171: Add support for the Ti TFP410 DVO TMDS transmitter.Dave Mueller8-1/+471
2007-06-22Move the ivch's fixed panel mode support to i830_dvo.c for other LVDS drivers.Eric Anholt4-96/+73
2007-06-22I830 needs to have plane/pipe/pll started in mode_set.Keith Packard1-1/+1
2007-06-22Increase vblank wait timeout from 20ms to 30ms. 49.6Hz < 20ms.Keith Packard1-1/+1
2007-06-21Follow BIOS configuration for Legacy Backlight Brightness.Keith Packard2-6/+36
2007-06-21Eliminate some uninitialized variable warningsKeith Packard2-0/+5
2007-06-21Add 3DSTATE_CLEAR_PARAMETERS bitsKeith Packard1-0/+7
2007-06-19Fix left G33 issuesWang Zhenyu6-8/+10
2007-06-18Bug #11295: Disable textured video on i915 with framebuffer width too large.Eric Anholt1-1/+3
2007-06-17Let DPMS functions enable plane/pipe/output on 8xx hardware.Keith Packard1-5/+11
2007-06-17Include stdint.h to get uint64_tRĂ©mi Cardona1-0/+1
2007-06-15sdvo: add support for RGB outputs on SDVODave Airlie1-2/+14
2007-06-13Fix and enable the 915-class planar textured video path.Eric Anholt2-85/+60