Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-11 | Add an additional check before rotating | Alan Hourihane | |
2006-06-21 | Fix build without DRI | Alan Hourihane | |
2006-06-21 | Fix build without DRI | Matthieu Herrb | |
2006-06-19 | Set vblank interrupt configuration to match pipe configuration | Keith 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-19 | additions for rotation fixes | Alan Hourihane | |
2006-06-19 | Set some invarient state, cures some problems with | Alan Hourihane | |
rotation at startup. This mimicks the 3D drivers setup. | |||
2006-06-13 | fix 8bpp & 16bpp rotation modes for i8xx | Alan Hourihane | |
series chips | |||
2006-06-12 | Use 800x600 mode to double check | Alan Hourihane | |
2006-06-12 | Don't rely on register check to find out | Alan 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-12 | Only mark rotation flags after initial screen setup. | Alan Hourihane | |
Fixes bug #7053 | |||
2006-06-02 | intel: fix VT switch DRI locking | Dave Airlie | |
The DRI locking is incorrect at VT switch, due to reference counting inside the driver. Just call the DRI directly. | |||
2006-05-17 | fixup chipid override | Dave Airlie | |
This makes the ChipID override work so that we actually override the pci id that gets used everywhere in the driver. | |||
2006-05-09 | Video 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-01 | Fix non-dri build. | Matthieu Herrb | |
2006-05-01 | Fix non-dri build. | Matthieu Herrb | |
2006-04-20 | fix bug 6365 | Alan Hourihane | |
2006-04-17 | Add missing new-line character in log message. | Ian Romanick | |
2006-04-12 | fix typo | Alan Hourihane | |
2006-04-11 | Fix a broken test that resulted in page flipping always being enabled, not just | Wang Zhenyu | |
when the user enabled it. | |||
2006-04-11 | Replace .cvsignore with .gitignore. | Eric Anholt | |
2006-04-10 | Bump to 1.6.0.i810-1_6_0 | Adam Jackson | |
2006-04-10 | Add a DrawablePtr argument to the XV functions to pave the way for redirected | Aaron Plattner | |
video. | |||
2006-04-10 | x86_64 warning fixes | Alan Hourihane | |
2006-04-05 | Fix some argument inversions in xf86DrvMsg function calls | Dave Airlie | |
2006-04-04 | Add more missing #include's, in particular assert.h. | Kristian Høgsberg | |
2006-03-22 | Drop libc wrapper; don't include xf86_ansic.h and add includes now missing. | Kristian Høgsberg | |
2006-03-10 | Enable gamma for hw cursor when ARGB cursor in use (Lukas Hejtmanek) | Alan Hourihane | |
2006-03-03 | Check the version of shadow being used and turn off rotation if it isn't thexf86-video-i810-1_5_1_0 | Alan Hourihane | |
right one. Bump the Xvideo resolution support from 1920x1080 to 1920x1088. | |||
2006-02-20 | Fix a rotation problem when DRI is disabled | Alan Hourihane | |
2006-02-20 | Fix a rotation problem when DRI is disabled | Alan Hourihane | |
2006-02-19 | fix another build problem | Alan Hourihane | |
2006-02-17 | fix build failure | Alan Hourihane | |
2006-02-15 | a little more of a workaround until we unplug the frontbuffer from libdri | Alan Hourihane | |
2006-02-10 | temporary workaround until DRI frontbuffer mapping code is removed from | Alan Hourihane | |
libdri.a | |||
2006-01-26 | update Changelog | Alan Hourihane | |
2006-01-26 | add changelog | Alan Hourihane | |
2006-01-25 | When going dual head only take a portion of memory for the second headxf86-video-i810-1_5_0_0 | Alan Hourihane | |
instead of doubling the requirements. | |||
2006-01-25 | Fix a glitch in a dual head fix from #3105 | Alan Hourihane | |
2006-01-24 | Bump version to 1.5.0.0 | Alan Hourihane | |
Add Intel 945GM support Add RandR rotation support (full 3D acceleration, HWcursor & Xvideo rotated too) Remove shadow framebuffer rotation code Add a new LinearAlloc option to allow more offscreen memory to be allocated for XVideo applications. This allows HDTV movies to be played via Xvideo. | |||
2005-12-21 | Update package version for X11R7 release.XORG-7_0 | Kevin E Martin | |
2005-12-19 | Stub COPYING files | Adam Jackson | |
2005-12-19 | Typo fixes, mailing list & url updates, and other changes to prepare for | Alan Coopersmith | |
X11R6.9 & 7.0 releases. | |||
2005-12-15 | Update package version number for final X11R7 release candidate.XORG-6_99_99_904 | Kevin E Martin | |
2005-12-06 | Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPY | Kevin E Martin | |
2005-12-03 | Update package version number for X11R7 RC3 release.XORG-6_99_99_903 | Kevin E Martin | |
2005-12-02 | Remove extraneous AC_MSG_RESULT. | Kevin E Martin | |
2005-11-30 | Bump libdrm dep to 2.0. | Adam Jackson | |
2005-11-29 | Only build dlloader modules by default. | Adam Jackson | |
2005-11-28 | Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 | Alan Coopersmith | |
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) | |||
2005-11-21 | Add .cvsignores for drivers. | Eric Anholt | |