summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2006-08-08Re-enable monitor detect after a few fixups.xf86-video-intel-1.6.2xf86-video-i810-1.6.2Alan Hourihane
2006-08-08Disable detecting of new monitors on VT switch.Alan Hourihane
It's doesn't always work. The modesetting branch will deal with hotplug displays correctly.
2006-08-08bump to 1.6.2 to indicate mergedfb supportAlan Hourihane
2006-08-08Merge branch 'master' of ↵mergedfbAlan Hourihane
git+ssh://xorg.freedesktop.org/git/xorg/driver/xf86-video-intel
2006-08-08Ensure palette is updated in mergedfb & clone modesAlan Hourihane
2006-07-28Fix DGA with MergedFBAlan Hourihane
Turn off rotation support when MergedFB enabled
2006-07-27Fix pipe reversal for XvAlan Hourihane
2006-07-27Calculate allowable refresh rates on the privateAlan Hourihane
mode data for each independent screen in mergedfb. Lots of other fixes too.
2006-07-26When detecting new monitors in mergedfb renew the modepool.Alan Hourihane
2006-07-26Update Xvideo to deal with MergedFB modes.Alan Hourihane
2006-07-26Fix a build problemxf86-video-intel-1.6.1xf86-video-i810-1.6.1Alan Hourihane
2006-07-26Bump to 1.6.1Alan Hourihane
2006-07-25Add mergedfb support to the intel driver withAlan Hourihane
additional pseudo-Xinerama support.
2006-07-18Convert i915 rotate code to the new fragment program API.Eric Anholt
2006-07-18Add an API for programming i915 fragment programs.Eric Anholt
2006-07-18Convert magic numbers to symbolic names in i915 rotate code.Eric Anholt
This doesn't cover the fragment shader yet, which we need to make a sensible set of macros for (at least the basic bits). Reviewed by: md5
2006-07-16whoops, reverse part of that.Alan Hourihane
2006-07-16move ContextMem out of XF86DRIAlan Hourihane
2006-07-11whoops, revert some unnecessary changesAlan Hourihane
2006-07-11Merge branch 'master' of ↵Alan Hourihane
git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-intel
2006-07-11Add an additional check before rotatingAlan Hourihane
2006-06-26Merge branch 'origin'Eric Anholt
2006-06-26Turn on extra warning flags for GCC, and clean up the resulting fallout.Eric Anholt
2006-06-22Provide definitions of __FUNCTION__ for non-gcc compilersAlan Coopersmith
2006-06-21Fix build without DRIAlan Hourihane
2006-06-21Fix build without DRIMatthieu Herrb
2006-06-19Set vblank interrupt configuration to match pipe configurationKeith Packard
New i915 drm ioctl (in version 1.5) allows the X server to select which pipe drives vblank interrupts. Use this to drive from the 'preferred' pipe. Yes, per-window vblanks would be nice in a shared fb environment. Maybe someday. (cherry picked from 2fb375b665f4802819b89f2277fd6154006c11ee commit)
2006-06-19additions for rotation fixesAlan Hourihane
2006-06-19Set some invarient state, cures some problems withAlan Hourihane
rotation at startup. This mimicks the 3D drivers setup.
2006-06-13fix 8bpp & 16bpp rotation modes for i8xxAlan Hourihane
series chips
2006-06-12Use 800x600 mode to double checkAlan Hourihane
2006-06-12Don't rely on register check to find outAlan Hourihane
if we're resuming - it's not reliable. But then, neither is the BIOS, but it's the best we can hope for until Eric's work is complete. Try setting another mode to cater for some broken BIOS' too.
2006-06-12Only mark rotation flags after initial screen setup.Alan Hourihane
Fixes bug #7053
2006-06-02intel: fix VT switch DRI lockingDave Airlie
The DRI locking is incorrect at VT switch, due to reference counting inside the driver. Just call the DRI directly.
2006-05-17fixup chipid overrideDave Airlie
This makes the ChipID override work so that we actually override the pci id that gets used everywhere in the driver.
2006-05-09Video overlay gamma bounds checking must be done bytewise.Keith Packard
Also, pend bound computations to register writes to allow updates to individual values that are 'out of spec' so the client can update multiple values. (cherry picked from 190f9ad0606e96e684e0b028d576d822dc9aa3cf commit)
2006-05-01Fix non-dri build.Matthieu Herrb
2006-04-20fix bug 6365Alan Hourihane
2006-04-17Add missing new-line character in log message.Ian Romanick
2006-04-12fix typoAlan Hourihane
2006-04-11Fix a broken test that resulted in page flipping always being enabled, not justWang Zhenyu
when the user enabled it.
2006-04-11Replace .cvsignore with .gitignore.Eric Anholt
2006-04-10Bump to 1.6.0.i810-1_6_0Adam Jackson
2006-04-10Add a DrawablePtr argument to the XV functions to pave the way for redirectedAaron Plattner
video.
2006-04-10x86_64 warning fixesAlan Hourihane
2006-04-05Fix some argument inversions in xf86DrvMsg function callsDave Airlie
2006-04-04Add more missing #include's, in particular assert.h.Kristian Høgsberg
2006-03-22Drop libc wrapper; don't include xf86_ansic.h and add includes now missing.Kristian Høgsberg
2006-03-10Enable gamma for hw cursor when ARGB cursor in use (Lukas Hejtmanek)Alan Hourihane
2006-03-03Check the version of shadow being used and turn off rotation if it isn't thexf86-video-i810-1_5_1_0Alan Hourihane
right one. Bump the Xvideo resolution support from 1920x1080 to 1920x1088.