summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-05-20Bugzilla #2585: https://bugs.freedesktop.org/show_bug.cgi?id=2585Alan Hourihane
Support the Intel E7221 server chipset.
2005-05-18Bug #3163: Create new DRIINFO_*_VERSION macros to indicate theAdam Jackson
version number of the DRIInfoRec, disambiguating it from the XF86DRI protocol version number. Modify DRIQueryVersion to return the libdri version number, which all DDXes were requesting implicitly. Fix the DDXes to check for the DRIINFO version they were compiled against.
2005-04-20Fix 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_updateDaniel 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-14Fix initial DDC parameters when validating modes.XORG-6_8_99_3Alan Hourihane
2005-04-01Check the VESA BIOS scanline requirements and adjust the displayWidthXORG-6_8_99_2XORG-6_8_99_1Alan Hourihane
accordingly. Fixes an assumption that the screen width was always used as the displayWidth.
2005-03-21a one line fixup to the UseDDC codeAlan Hourihane
2005-03-21Fix some bad alignment problems when allocating memory fromAlan Hourihane
the end of AGP space. Bugzilla #2764 (https://bugs.freedesktop.org/show_bug.cgi?id=2764)
2005-03-15LFP's may exist on Pipe A in older i830's. Check that case so that Panel ID canAlan Hourihane
be obtained and Xvideo is correctly setup for panel fitting.
2005-03-15Enforce DDC monitor ranges usage if we have them and reject badAlan 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-03Limit the maximum refresh rate to 85Hz and remove the bogusAlan Hourihane
100Hz and 120Hz settings as they don't match close enough and are really unsupported.
2005-03-01Fix an off by one error when scaling which caused occasionalAlan Hourihane
overlay color lines at the far right and bottom of the window.
2005-02-10Fix unaligned YV12 videos that caused skew when playing.Alan Hourihane
2005-02-10Fix pixmap cache corruption when Xv was in use due to a memory allocatorAlan Hourihane
calculation problem.
2005-02-08Setup the Xv atoms correctly.Alan Hourihane
2005-02-07Check the pixel clock choosen for a specific refresh rateEgbert Eich
against the maximally allowed pixel clock when choosing mode lines for VBESetVBEMode() and VESA BIOS version >= 3.0 (Bugzilla #2486).
2005-02-01Check return value of i830InitDma() and fail to initialize the DRIAlan Hourihane
if that fails. Also, check the DRM module name that it matches i915 and not the older i830 driver which some people were still trying to use and was causing Dma Initialization failures and lockups.
2005-01-24Unmap XCursor AGP memory on VT switch to prevent system from lockupEgbert Eich
(Matthias Hopf).
2005-01-10Revert some changes to TweakMemorySizeAlan Hourihane
2005-01-06Add: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.
2005-01-03Bug #1488: Fix crash on i830 during startup. (Eric Anholt)Adam Jackson
2004-12-04Encoding of numerous files changed to UTF-8xprint_packagertest_20041217_basexprint_packagertest_20041217Markus Kuhn
2004-11-02Fixed KGA handling for i810. KGA handling for chips derived from C&T chips isxprint_packagertest_20041125_basexprint_packagertest_20041125Egbert Eich
slightly different. The changes make the code consistent with the C&T (chips) and i740 drivers.
2004-10-27Removing vtSema shilding of accel sync - should have been '&&' instead of '||'Egbert Eich
anyway.
2004-10-12Change order of SetDisplayDevice(), HWRestore(), UnbindGART() andEgbert 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-10-11Checking if server isn't switched away before calling sync.Egbert Eich
Sanity check for possible bugs in aother areas of the code. Fixing default amount of of allocated video memory from AGP for i810: Use 16MB if less than 192MB are installed else use 24MB (Matthias Hopf).
2004-09-22Bug #1252, #1253, #1255, #1256: Various typo fixes from Dave Jones.Adam Jackson
2004-09-17Bug #1192: Remove cfb support from drivers where its use is an option.Adam Jackson
Delete xf24_32bpp, as s3virge was the last user. Fix up some comments to refer to fb rather than cfb.
2004-08-30Fix ARGB cursor problem on i810 (Bug #1195, Alan Hourihane).rel-0-6-1lg3d-rel-0-7-0lg3d-baseXORG-6_8_1XORG-6_8_0XORG-6_7_99_904lg3d-eventlg3d-dev-0-6-latestlg3d-dev-0-6-1-latestlg3d-dev-0-6-1-currentlg3dKevin E Martin
2004-08-26Fix i810 compilation without Xinerama (Bug #1180, Simon Schubert).XORG-6_7_99_903Kevin E Martin
2004-08-25Fix i810 driver startup on Sony VAIO laptop (Bug #1084, Dave Airlie).Kevin E Martin
2004-07-30Do I810EmitFlush() during screen init to make sure 2D engine is in a sane stateXORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1Egbert Eich
(Peter Kunzmann).
2004-07-30add i845 to the list of chips that allow memory size tweaking.Egbert Eich
2004-07-30Bug #400 (partial): Driver fixes for the dlloader. When usingAdam Jackson
dlloader, all framebuffer formats except cfb and the overlay modes should work, and r128 and radeon need to be loaded from the ati driver (both issues to be fixed soon). Tested on i740, s3virge, mach64, tdfx, vesa, and vga drivers. elfloader users shouldn't be affected.
2004-07-30Removed 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-30Fix "DoLoadableServer NO" buildCOMPOSITEWRAPKevin E Martin
2004-07-06Increase default video RAM size to 16MB when DRI is enabled and more than 128MBEgbert 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).
2004-06-22add CmdBufferAlan Hourihane
2004-06-22i915 supportAlan Hourihane
Dual Head support for i830, i855, i915. ARGB cursor support (including i810) for all chipsets.
2004-06-16Mop-up from the DRI 20040613 import, taking care of some drm.hEric Anholt
header location and type changes, and update the ChangeLog.
2004-06-16Merge DRI-trunk-20040613 changes in programs/Xserver/hw/xfree86/drivers, withEric Anholt
the following notes: - Savage and Mach64 (= ati/ati*.[ch] changes) DRI not merged due to insecurity. - VIA driver converted to new drmContext and drmHandle names. - Radeon driver merge conflicted in many places, and MergedFB at least could probably use some checking at this point.
2004-06-16DRI trunk-20040613 importDRI-trunk-20040721DRI-trunk-20040613Eric Anholt
2004-06-16DRI XFree86-4_3_99_12-merge importDRI-XFree86-4_3_99_12-mergeEric Anholt
2004-04-23Merging XORG-CURRENT into trunkXACE-SELINUX-MERGEEgbert Eich
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENTEgbert Eich
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich
2004-01-29Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004xf86-4_3_99_903_specialxf86-012804-2330Egbert Eich
2003-12-19XFree86 4.3.99.902 (RC 2)xf86-4_3_99_902Kaleb Keithley
2003-12-04XFree86 4.3.99.901 (RC 1)xf86-4_3_99_901Kaleb Keithley