CVS log for xc/programs/Xserver/hw/xfree86/drivers/i810/i830_dri.c

(logo)

Help

(back) Up to [XFree86 CVS] / xc / programs / Xserver / hw / xfree86 / drivers / i810

Request diff between arbitrary revisions


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.22 / (view) - annotate - [select for diffs] , Thu Jun 9 08:28:02 2005 UTC (4 years, 9 months ago) by alanh
Branch: MAIN
CVS Tags: xf-4_8_0-bindist, xf-4_8_0, xf-4_8-branch, xf-4_7_99_9, xf-4_7_99_8, xf-4_7_99_7, xf-4_7_99_6, xf-4_7_99_5, xf-4_7_99_4, xf-4_7_99_31, xf-4_7_99_30, xf-4_7_99_3, xf-4_7_99_29, xf-4_7_99_28, xf-4_7_99_27, xf-4_7_99_26, xf-4_7_99_25, xf-4_7_99_24, xf-4_7_99_23, xf-4_7_99_22, xf-4_7_99_21, xf-4_7_99_20, xf-4_7_99_2, xf-4_7_99_19, xf-4_7_99_18, xf-4_7_99_17, xf-4_7_99_16, xf-4_7_99_15, xf-4_7_99_14, xf-4_7_99_13, xf-4_7_99_12, xf-4_7_99_11, xf-4_7_99_10, xf-4_7_99_1, xf-4_7_0, xf-4_7-branch, xf-4_6_99_9, xf-4_6_99_8, xf-4_6_99_7, xf-4_6_99_6, xf-4_6_99_5, xf-4_6_99_4, xf-4_6_99_3, xf-4_6_99_29, xf-4_6_99_28, xf-4_6_99_27, xf-4_6_99_26, xf-4_6_99_25, xf-4_6_99_24, xf-4_6_99_23, xf-4_6_99_22, xf-4_6_99_21, xf-4_6_99_20, xf-4_6_99_2, xf-4_6_99_19, xf-4_6_99_18, xf-4_6_99_17, xf-4_6_99_16, xf-4_6_99_15, xf-4_6_99_14, xf-4_6_99_13, xf-4_6_99_12, xf-4_6_99_11, xf-4_6_99_10, xf-4_6_99_1, xf-4_6_0, xf-4_6-branch, xf-4_5_99_904, xf-4_5_99_903, xf-4_5_99_902, xf-4_5_99_901, xf-4_5_99_9, xf-4_5_99_8, xf-4_5_99_7, xf-4_5_99_6, xf-4_5_99_22, xf-4_5_99_21, xf-4_5_99_20, xf-4_5_99_19, xf-4_5_99_18, xf-4_5_99_17, xf-4_5_99_16, xf-4_5_99_15, xf-4_5_99_14, xf-4_5_99_13, xf-4_5_99_12, xf-4_5_99_11, xf-4_5_99_10, HEAD
Changes since 1.21: +1 -4 lines
Diff to previous 1.21
  73. Remove a bogus check for DRM 1.2 for resume functionality as it's
      been present since 1.1 in the i830 driver (Alan Hourihane).

Revision 1.21 / (view) - annotate - [select for diffs] , Tue Feb 1 19:49:40 2005 UTC (5 years, 1 month ago) by alanh
Branch: MAIN
CVS Tags: xf-4_5_99_5, xf-4_5_99_4, xf-4_5_99_3, xf-4_5_99_2, xf-4_5_99_1, xf-4_5_0, xf-4_5-branch, xf-4_4_99_903, xf-4_4_99_902, xf-4_4_99_901
Changes since 1.20: +13 -2 lines
Diff to previous 1.20
 305. Fix a DRI initialization problem which occurred when people continued
      to use the i830 DRM kernel driver and not the newer i915 kernel driver.
      (Alan Hourihane)

Revision 1.20 / (view) - annotate - [select for diffs] , Sun Jan 9 20:47:19 2005 UTC (5 years, 2 months ago) by alanh
Branch: MAIN
CVS Tags: xf-4_4_99_22, xf-4_4_99_21
Changes since 1.19: +57 -1 lines
Diff to previous 1.19
 262. Add Intel i915GM support, also....
      - 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
      (Tungsten Graphics, Alan Hourihane & Keith Whitwell)

Revision 1.19 / (view) - annotate - [select for diffs] , Fri Dec 10 16:07:02 2004 UTC (5 years, 3 months ago) by alanh
Branch: MAIN
CVS Tags: xf-4_4_99_20, xf-4_4_99_19
Changes since 1.18: +23 -16 lines
Diff to previous 1.18
Merge in latest DRI codebase

Revision 1.18 / (view) - annotate - [select for diffs] , Thu Jun 10 17:27:18 2004 UTC (5 years, 9 months ago) by alanh
Branch: MAIN
CVS Tags: xf-4_4_99_9, xf-4_4_99_8, xf-4_4_99_7, xf-4_4_99_18, xf-4_4_99_17, xf-4_4_99_16, xf-4_4_99_15, xf-4_4_99_14, xf-4_4_99_13, xf-4_4_99_12, xf-4_4_99_11, xf-4_4_99_10
Changes since 1.17: +1 -2 lines
Diff to previous 1.17
remove dependency

Revision 1.17 / (view) - annotate - [select for diffs] , Thu Jun 10 12:08:28 2004 UTC (5 years, 9 months ago) by alanh
Branch: MAIN
Changes since 1.16: +74 -506 lines
Diff to previous 1.16
 131. Intel driver updates to support:-
       - i915 latest generation hardware
       - Dual Head & Clone support for i915, i855 and i830 chipsets.
       - ARGB cursor support for all Intel chipsets (requires agpgart updates)
       - Mobile lid status checking
       - Fix XVideo when high resolutions are used on LFP's

Revision 1.12.2.1 / (view) - annotate - [select for diffs] , Tue Oct 21 01:22:38 2003 UTC (6 years, 4 months ago) by dawes
Branch: xf-4_3-branch
CVS Tags: xf-4_3_0_2
Changes since 1.12: +5 -2 lines
Diff to previous 1.12 to next main 1.13
1008. Fix some i830+ VT switch/exit crashes (David Dawes, Egbert Eich).
+ some comment, formatting and doc updates

Revision 1.16 / (view) - annotate - [select for diffs] , Sun Sep 28 19:15:58 2003 UTC (6 years, 5 months ago) by alanh
Branch: MAIN
CVS Tags: xf-4_4_99_6, xf-4_4_99_5, xf-4_4_99_4, xf-4_4_99_3, xf-4_4_99_2, xf-4_4_99_1, xf-4_4_0, xf-4_4-branch, xf-4_3_99_903, xf-4_3_99_902, xf-4_3_99_901, xf-4_3_99_16, xf-4_3_99_15, xf-4_3_99_14
Changes since 1.15: +17 -13 lines
Diff to previous 1.15
DRI merge - CHANGELOG entries to follow.

Revision 1.15 / (view) - annotate - [select for diffs] , Wed Jun 18 12:14:17 2003 UTC (6 years, 9 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_3_99_9, xf-4_3_99_8, xf-4_3_99_7, xf-4_3_99_13, xf-4_3_99_12, xf-4_3_99_11, xf-4_3_99_10
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
update email address

Revision 1.14 / (view) - annotate - [select for diffs] , Wed Apr 23 13:18:36 2003 UTC (6 years, 10 months ago) by eich
Branch: MAIN
CVS Tags: xf-4_3_99_6, xf-4_3_99_5, xf-4_3_99_4, xf-4_3_99_3
Changes since 1.13: +6 -0 lines
Diff to previous 1.13
 124. i810 driver: call drmCtlUninstHandler() on CloseScreen()
      (?,Leif Delgass).
 123. Savage driver updated to 1.1.1.27: several fixes for video glitches
      (Tim Roberts).

Revision 1.13 / (view) - annotate - [select for diffs] , Sat Apr 12 01:45:00 2003 UTC (6 years, 11 months ago) by dawes
Branch: MAIN
Changes since 1.12: +4 -1 lines
Diff to previous 1.12
Tweak the crash-after-VTLeave fix to target the real cause a little better.

Revision 1.12 / (view) - annotate - [select for diffs] , Sat Feb 8 21:26:57 2003 UTC (7 years, 1 month ago) by dawes
Branch: MAIN
CVS Tags: xf-4_3_99_2, xf-4_3_99_1, xf-4_3_0_1, xf-4_3_0, xf-4_2_99_902
Branch point for: xf-4_3-branch
Changes since 1.11: +3 -3 lines
Diff to previous 1.11
 861. Resync with DRI mesa-4-0-4 branch:
       - Correct RADEON_MAX_TCL_VERTSIZE and set MaxArrayLockSize
         (Keith Whitwell).
       - Fix EAGAIN handling in radeon_cp_dispatch_texture(), which fixes
         corruption of large textures (Michel Dänzer).
       - Fix bufferSize and alphaMask for DRI in several drivers (Brian Paul,
         Leif Delgass).
       - Avoid a loop on validating destroyed drawable (Keith Whitwell).
       - Reorder DestroyContext, GarbageCollectDrawables to avoid error
         (Egbert Eich).
       - Remove untested BSD DRM vlank signal code (Eric Anholt).
       - Update Radeon PCI IDs for BSD drm driver (Eric Anholt).
       - Uninitialize mutexes on cleanup in the BSD drm driver, which
         fixes panics with FreeBSD-5.0 with WITNESS (Eric Anholt).
       - Remove the untested/unused gamma DRM driver for BSD (Eric Anholt).

Revision 1.11 / (view) - annotate - [select for diffs] , Tue Jan 28 22:47:09 2003 UTC (7 years, 1 month ago) by dawes
Branch: MAIN
CVS Tags: xf-4_2_99_901
Changes since 1.10: +24 -1 lines
Diff to previous 1.10
 794. Update the i810 2D driver and i830 3D drivers to recognise and handle
      the Intel 852GM/855GM integrated graphics chipsets (David Dawes,
      Keith Whitwell).

Revision 1.10 / (view) - annotate - [select for diffs] , Wed Dec 18 15:49:01 2002 UTC (7 years, 3 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_2_99_4, xf-4_2_99_3
Changes since 1.9: +2 -1 lines
Diff to previous 1.9
Update version/author info.

Revision 1.9 / (view) - annotate - [select for diffs] , Tue Dec 10 01:27:05 2002 UTC (7 years, 3 months ago) by dawes
Branch: MAIN
Changes since 1.8: +233 -12 lines
Diff to previous 1.8
 591. Numerous bug, stability, and correctness fixes for the Intel 830/845G
      3D support (#5517, Keith Whitwell).
 590. Numerous bug and stability fixes for the Intel 830/845G 2D and Xv
      support (#5517, David Dawes).

Revision 1.8 / (view) - annotate - [select for diffs] , Mon Nov 18 17:26:04 2002 UTC (7 years, 4 months ago) by dawes
Branch: MAIN
Changes since 1.7: +1 -3 lines
Diff to previous 1.7
minor merge fix

Revision 1.7 / (view) - annotate - [select for diffs] , Wed Oct 30 12:52:18 2002 UTC (7 years, 4 months ago) by alanh
Branch: MAIN
Changes since 1.6: +6 -67 lines
Diff to previous 1.6
 441. Import Mesa-4.0.4, and resync with the DRI trunk (DRI Project).

Revision 1.6 / (view) - annotate - [select for diffs] , Tue Oct 8 21:14:08 2002 UTC (7 years, 5 months ago) by tsi
Branch: MAIN
CVS Tags: xf-4_2_99_2
Changes since 1.5: +1 -3 lines
Diff to previous 1.5
 367. When enabling PCI adapters, also enable their bus mastering capability;
      Consequently, deprecate xf86EnablePciBusMaster() (Marc La France).

+ reduce compilation of unused code.

Revision 1.5 / (view) - annotate - [select for diffs] , Tue Oct 8 19:15:46 2002 UTC (7 years, 5 months ago) by dawes
Branch: MAIN
Changes since 1.4: +7 -7 lines
Diff to previous 1.4
Don't overload the DRI clear ioctl buffer flag with the flag for the
I8x0SelectBuffer function (Matt Sottek).

Revision 1.4 / (view) - annotate - [select for diffs] , Tue Sep 10 23:29:32 2002 UTC (7 years, 6 months ago) by dawes
Branch: MAIN
Changes since 1.3: +654 -849 lines
Diff to previous 1.3
 247. Fix various bugs in the DRI support for the i830 and i845G
      (Keith Whitwell).
 246. Major rework of the 2D i830/i845G support, including:
       - Improve VESA mode selection, and fix refresh rate selection.
       - Don't duplicate functions provided in the vbe modules.
       - Don't duplicate functions provided in the vgahw module.
       - Rewrite memory allocation.
       - Rewrite initialisation and save/restore state handling.
       - Decouple the i810 support from i830 and later.
       - Remove various unnecessary hacks and workarounds.
       - Fix an 845G problem with the ring buffer not in pre-allocated
         memory.
       - Fix screen blanking.
       - Fix some HW cursor glitches, and turn HW cursor off at VT switch
         and exit.
       - Don't attempt to use the i830's function 1 entity.
       - Fix problems with option handling.
      (David Dawes).

Revision 1.2.2.1 / (view) - annotate - [select for diffs] , Wed Jan 16 21:50:32 2002 UTC (8 years, 2 months ago) by tsi
Branch: Domain-branch
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 to next main 1.3
Resync with 4.1.99.6

Revision 1.3 / (view) - annotate - [select for diffs] , Wed Jan 9 00:37:30 2002 UTC (8 years, 2 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_2_99_1, xf-4_2_1_2, xf-4_2_1_1, xf-4_2_1, xf-4_2_0_1, xf-4_2_0-bindist-1, xf-4_2_0-bindist, xf-4_2_0, xf-4_2-branch, xf-4_1_99_7, xf-4_1_99_6
Changes since 1.2: +4 -4 lines
Diff to previous 1.2
Fix build problems when not using gcc.

Revision 1.2 / (view) - annotate - [select for diffs] , Sun Oct 28 03:33:32 2001 UTC (8 years, 4 months ago) by tsi
Branch: MAIN
CVS Tags: xf-4_1_99_5, xf-4_1_99_4, xf-4_1_99_3, xf-4_1_99_2
Branch point for: Domain-branch
Changes since 1.1: +1 -0 lines
Diff to previous 1.1
 407. Fix for threaded libraries (Marc La France).
 406. Finish removal of SuperProbe (Marc La France).
 405. A rather large number of warning fixes throughout (Marc La France).
 404. Fix bug in HTML install script (Marc La France).
 403. Missing ident lines for some XFree86-modified files (Marc La France).
 402. Add default half-width doublescanned modes (Marc La France).
 401. Mark all driver-registered resources with ResBus (Maarc La France).
 400. Fix DPMS-related build problem (Marc La France).
 399. Log a message just before calling each ChipProbe() during '-probe'
      processing (Marc La France).
 398. Temporarily disable ISA probing on SPARCs and PowerPCs (Marc La France).
 397. Add PCI IDs for Sun hardware (Marc La France).
 396. Fix memory leak in resource relocation (Marc La France).
 395. Do not relocate resources that only conflict with disabled non-video PCI
      devices or disabled PCI ROMs (Marc La France).
 394. Re-organise SBUS code (Marc La France).
 393. Add as-yet-unused definitions for PCI resource types other than I/O and
      memory (Marc La France).
 392. Add doc for Solaris, but don't format it yet (Marc La France).
 391. Normalise driver names (Marc La France).
 390. For SPARCs, disable DGA support in ATI driver (Marc La France).
 389. Clean up some debugging messages (Marc La France).
 388. Fix newport driver for when a /proc fs isn't mounted (Marc La France).
 387. Fix DAC handling bugs in s3 driver (Marc La France).
 386. Fix resource registration bug for PCI Tseng's (Marc La France).
 385. Add aperture driver for Solaris (not yet used) (Marc La France).
 384. Rework scanpci to fix problems that prevented it from completely
      displaying non-PCI bridges and Simba bridges (Marc La France).
 383. Fix build problems in some input drivers (Marc La France).
 382. Fix int10 compile problem for SPARCs and PowerPCs (Marc La France).
 381. Ensure master aborts on secondary buses complete normally during PCI
      scans (Marc La France).
 380. Some memory mapping and Solaris cleanups (Marc La France).

Revision 1.1 / (view) - annotate - [select for diffs] , Thu Oct 4 17:28:22 2001 UTC (8 years, 5 months ago) by alanh
Branch: MAIN
#A.604, Add i830 2D and DRI driver.

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

Powered by
ViewCVS 0.9.2