Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-11 | whoops, revert some unnecessary changes | Alan Hourihane | |
2006-07-11 | Add an additional check before rotating | Alan Hourihane | |
2006-06-21 | Fix build without DRI | Alan Hourihane | |
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-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-04-10 | x86_64 warning fixes | Alan Hourihane | |
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-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-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-10-03 | Bug #4353: Fix lockup when suspend and resume when playing video.XORG-6_8_99_901 | Alan Hourihane | |
Shutdown the overlay on LeaveVT. | |||
2005-09-27 | Put back the print code to display the DDC information, and remove some bogus | Alan Hourihane | |
DDC messages. | |||
2005-09-08 | fix another possible crash | Alan Hourihane | |
2005-09-08 | Fix a crash situation | Alan Hourihane | |
2005-09-06 | Fix DirectColor visual colormap issues at 16bpp in the i830 driver. | Alan Hourihane | |
2005-09-06 | Sync the accelerator before calling AdjustFrame to avoid lockups. | Alan Hourihane | |
2005-08-21 | Fix typo in debug ErrorF. | Daniel Stone | |
2005-08-08 | Enable gamma correction bit even for 8bit modes. | Alan Hourihane | |
The pipeconf register handles the real enablement. | |||
2005-08-02 | Adjust newPipe code for BIOS's starting at 1200XORG-6_99_99_900 | Alan Hourihane | |
2005-07-11 | Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_16XORG-6_8_99_15 | Adam Jackson | |
2005-06-13 | commit missing piece from resume patchXORG-6_8_99_12 | Alan Hourihane | |
2005-06-07 | Fix text restoration when display switching has been activated and we could be | Alan Hourihane | |
potentially on a different display than the initial one. | |||
2005-05-31 | and another. sheesh.XORG-6_8_99_10 | Alan Hourihane | |
2005-05-31 | missed hunk | Alan Hourihane | |
2005-05-31 | Add Intel(R) 945G support | Alan Hourihane | |
2005-05-25 | Change the sequence on how refresh rates are set in the i830 driver. This worksXORG-6_8_99_9 | Alan Hourihane | |
much better with custom modelines. | |||
2005-05-20 | Bugzilla #3292: https://bugs.freedesktop.org/show_bug.cgi?id=3292XORG-6_8_99_8 | Alan Hourihane | |
Add shadowFB support to the Intel driver (Dima Dorfman) | |||
2005-05-20 | Bugzilla #2339: https://bugs.freedesktop.org/show_bug.cgi?id=2339 | Alan Hourihane | |
Bugzilla #1064: https://bugs.freedesktop.org/show_bug.cgi?id=1064 Bugzilla #3055: https://bugs.freedesktop.org/show_bug.cgi?id=3055 Much better display switching support for mobile chipsets using the Fn+F? combination keys. Add DirectColor support. Add gamma correction support. | |||
2005-05-20 | Bugzilla #2585: https://bugs.freedesktop.org/show_bug.cgi?id=2585 | Alan Hourihane | |
Support the Intel E7221 server chipset. | |||
2005-04-20 | Fix includes right throughout the Xserver tree:sco_port_update-baseXORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4sco_port_update | Daniel Stone | |
* change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h; * change "foo.h", "extensions/foo.h" and "X11/foo.h" to <X11/extensions/foo.h> for extension headers, e.g. Xv.h; * change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files. | |||
2005-04-14 | Fix initial DDC parameters when validating modes.XORG-6_8_99_3 | Alan Hourihane | |
2005-04-01 | Check the VESA BIOS scanline requirements and adjust the displayWidthXORG-6_8_99_2XORG-6_8_99_1 | Alan Hourihane | |
accordingly. Fixes an assumption that the screen width was always used as the displayWidth. | |||
2005-03-21 | a one line fixup to the UseDDC code | Alan Hourihane | |
2005-03-15 | LFP's may exist on Pipe A in older i830's. Check that case so that Panel ID can | Alan Hourihane | |
be obtained and Xvideo is correctly setup for panel fitting. | |||
2005-03-15 | Enforce DDC monitor ranges usage if we have them and reject bad | Alan Hourihane | |
modes. Use NoDDC option to override DDC timings. We currently only use DS_RANGES, but could use other DDC information, as does the common layer, to deduce the h/v ranges. | |||
2005-03-03 | Limit the maximum refresh rate to 85Hz and remove the bogus | Alan Hourihane | |
100Hz and 120Hz settings as they don't match close enough and are really unsupported. | |||
2005-01-10 | Revert some changes to TweakMemorySize | Alan Hourihane | |
2005-01-06 | Add: | Alan Hourihane | |
- Intel i915GM support to 2D DDX and 3D Mesa drivers. - PanelID identification - DRI suspend/resume support - Detection of monitor changes on VT switches - Support custom video modes if available in the Video BIOS - 3D enhancements: * GL_ARB_texture_cube_map * GL_EXT_blend_equation_separate * GL_ATI_blend_equation_separate * GL_ARB_point_parameters * GL_NV_blend_square * GL_EXT_cull_vertex * GL_ARB_depth_texture * GL_SGIX_depth_texture * GL_ARB_shadow * GL_EXT_shadow_funcs * GL_3DFX_texture_compression_FXT1 By Tungsten Graphics, Keith Whitwell & Alan Hourihane. | |||
2004-12-04 | Encoding of numerous files changed to UTF-8xprint_packagertest_20041217_basexprint_packagertest_20041217 | Markus Kuhn | |
2004-10-12 | Change order of SetDisplayDevice(), HWRestore(), UnbindGART() and | Egbert Eich | |
RestoreBIOSMemSize() to be exactly opposite to the Save procedure in EnterVT() (Matthias Hopf, Alan Hourihane). Fixed server crash on reset when a structure allocated in PreInit() was freed on CloseScreen(). Fixed ring buffer lock ups that happened because the structure that contained ringbuffer data was not zeroed after allocation. Fixed numerous warnings due to signed unsigned comparisons. | |||
2004-07-30 | add i845 to the list of chips that allow memory size tweaking. | Egbert Eich | |
2004-07-30 | Removed bugs on TweakMemorySize() which prevented it from working at all. | Egbert Eich | |
Initialized last element of BIOS version number string to 0 to avoid random problems. | |||
2004-07-06 | Increase default video RAM size to 16MB when DRI is enabled and more than 128MB | Egbert Eich | |
are available (Egbert Eich). Fixed lockups during mode switch. Problem was introduced when attempting to copy the behavior during LeaveVT()/EnterVT() but but forgetting to call I810DRILeave() before I810DRIEnter(). The entire DRILeave()/Enter() scenario has been commented out as it didn't seem to be necessary (Egbert Eich). Fix TweakMemorySize() (tested with i855/i865) (Egbert Eich). |