Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-21 | Bump to 1.0.99.2libXxf86dga-1.0.99.2 | Peter Hutterer | |
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||
2009-09-16 | Rename xf86dga.h to Xxf86dga.h | Carl Worth | |
The xf86dgaproto package (as of 2.0.99.2) now provides an include file named xf86dga.h for compatibility. We now depend on that version. | |||
2009-08-28 | Bump to 1.0.99.1libXxf86dga-1.0.99.1 | Peter Hutterer | |
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||
2009-08-28 | Move Xlib headers from xf86dgaproto to here. | Peter Hutterer | |
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||
2009-02-02 | Add README with pointers to mailing list, bugzilla & git repos | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-02-02 | Janitor: make distcheck and .gitignore. | Paulo Cesar Pereira de Andrade | |
2008-03-09 | nuke RCS Ids | Matthieu Herrb | |
2007-12-06 | Replace static ChangeLog with dist-hook to generate from git log | James Cloos | |
2007-09-05 | Bump to 1.0.2 and require updated xf86dgaproto for the prototype update.libXxf86dga-1.0.2 | Eric Anholt | |
2007-09-03 | Add *~ to .gitignore to skip patch/emacs droppings | James Cloos | |
2007-04-18 | Fix sign extension bug on x86_64 system. | Wang Zhenyu | |
In XF86DGAGetVideoLL(), we pass offset param as 'int' type, but later we cast it to 'unsigned long' in calling MapPhysAddress(). This causes page table error on x86_64 system like below: dga: Corrupted page table at address 2b9712b1b000 PGD 702a4067 PUD 6f830067 PMD 6f864067 PTE ffffffff80040027 Bad pagetable: 000f [1] SMP CPU 0 Modules linked in: i915 drm dm_mirror dm_mod video button battery asus_acpi ac parport_pc parport nvram uhci_hcd ehci_hcd snd_hda_intel snd_hda_codec snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_pcm_oss snd_mixer_oss pcspkr snd_pcm i2c_i801 i2c_core e1000 snd_timer snd soundcore snd_page_alloc Pid: 2509, comm: dga Not tainted 2.6.21-rc6 #2 RIP: 0033:[<0000003d119754a0>] [<0000003d119754a0>] RSP: 002b:00007fff98f0d4c8 EFLAGS: 00010202 RAX: 0000000000008000 RBX: 0000000000000001 RCX: 00002b9712b1b000 RDX: 0000000000200000 RSI: 0000000000000071 RDI: 00002b9712b1b000 RBP: 0000000000000000 R08: 7171717171717171 R09: 0000000000000000 R10: 0000000000000000 R11: 0000003d119753e0 R12: 0000000000000000 R13: 00007fff98f0d730 R14: 0000000000503010 R15: 0000000000000000 FS: 00002b9712b19f60(0000) GS:ffffffff8060d000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b CR2: 00002b9712b1b000 CR3: 000000006ffdb000 CR4: 00000000000006e0 Process dga (pid: 2509, threadinfo ffff8100718de000, task ffff81006ffd67a0) RIP [<0000003d119754a0>] RSP <00007fff98f0d4c8> This patch requires latest xf86dgaproto to build. | |||
2006-07-13 | renamed: .cvsignore -> .gitignore | Alan Coopersmith | |
2006-04-27 | Bump to 1.0.1libXxf86dga-1_0_1XORG-7_1 | Adam Jackson | |
2006-02-12 | Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pagesXORG-7_0_99_901 | Alan Coopersmith | |
not created correctly when MANDIR & MANSUFFIX don't match. | |||
2005-12-15 | Update package version number for final X11R7 release candidate.XORG-7_0XORG-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-03 | Add check and cflags for malloc(0) returning NULL. | Kevin E Martin | |
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-19 | Update pkgconfig files to separate library build-time dependencies from | Kevin E Martin | |
application build-time dependencies, and update package deps to work with separate build roots. | |||
2005-11-09 | Update package version number for X11R7 RC2 release.XORG-6_99_99_902 | Kevin E Martin | |
2005-11-08 | See ChangeLog entry 2005-11-07 for details.XORG-6_8_99_903XORG-6_8_99_902 | Kean Johnson | |
2005-10-19 | Update package version number for RC1 release.XORG-6_99_99_901 | Kevin E Martin | |
2005-10-18 | Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions to | Alan Coopersmith | |
work better with BSD make | |||
2005-10-17 | Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's a | Alan Coopersmith | |
suffix rule (reported by Matthieu Herrb) | |||
2005-10-13 | Add generated man pages to .cvsignores | Alan Coopersmith | |
2005-10-12 | Use sed to put version number in man page Add shadow man pages for man | Alan Coopersmith | |
pages that document multiple functions. | |||
2005-07-29 | Various changes preparing packages for RC0:XORG-6_99_99_900 | Kevin E Martin | |
- Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version | |||
2005-07-09 | Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory | Keith Packard | |
2005-07-01 | spell freedesktop.org correctly | Alan Coopersmith | |
2005-06-10 | Apply patch from Jeff Smith (whydoubt@yahoo.com): | Søren Sandmann Pedersen | |
- Add file linking for Xxf86misc, Xxf86dga, and Xxf86vm. - Check in build system for Xxf86misc, Xxf86dga, and Xxf86vm. | |||
2004-05-06 | BugZilla #601: Fixing makedepend choking on floating point exceptionxprint_packagertest_20041217_basexprint_packagertest_20041125_basesco_port_update-baserel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1XORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1xprint_packagertest_20041217xprint_packagertest_20041125lg3d-masterlg3d-eventlg3d-dev-0-7-1lg3d-dev-0-7-0lg3d-dev-0-6-latestlg3d-dev-0-6-2lg3d-dev-0-6-1-latestlg3d-dev-0-6-1-currentlg3d-dev-0-6-1-1lg3d-dev-0-6-1lg3dXORG-6_8-branchCOMPOSITEWRAP | Egbert Eich | |
because CHAR_BIT is defined to __CHAR_BIT__ which is a compiler intrinsic define. BugZilla #605: Fixing build on IA64 which is broken due to the inclusion of the kernel header asm/page.h. Kernel headers however don't work with -ansi. The inclusion of asm/page.h can however savely be removed as it there are plenty of other ways to determine the page size. | |||
2004-04-23 | Merging XORG-CURRENT into trunkXACE-SELINUX-MERGE | Egbert Eich | |
2004-03-14 | Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1 | Egbert Eich | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENT | Egbert Eich | |
2004-02-26 | readding XFree86's cvs IDsxf86-4_3_99_903 | Egbert Eich | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | |
2003-12-04 | XFree86 4.3.99.901 (RC 1) | Kaleb Keithley | |
2003-12-04 | Initial revision | Kaleb Keithley | |
2003-11-25 | XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330 | Kaleb Keithley | |
2003-11-14 | XFree86 4.3.0.1xf86-4_3_0_1 | Kaleb Keithley | |
2003-11-14 | Initial revisionXORG-STABLE | Kaleb Keithley | |