Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2005-11-09 | Bump version numbers for X11R6.9/X11R7 RC2.XORG-6_99_99_902XORG-6_8_99_903XORG-6_8_99_902 | Kevin E Martin | |
2005-11-09 | Update package version number for X11R7 RC2 release. | Kevin E Martin | |
2005-11-09 | Fix DoLoadableServer NO build. | Kevin E Martin | |
2005-11-08 | See ChangeLog entry 2005-11-07 for details. | Kean Johnson | |
2005-11-01 | Update pkgcheck depedencies to work with separate build roots. | Kevin E Martin | |
2005-10-21 | Bug #4829: Remove some useless DRI symbol checks.accelerated_indirect-0-0-1 | Adam Jackson | |
2005-10-19 | Update package version number for RC1 release.XORG-6_99_99_901 | Kevin E Martin | |
2005-10-19 | lib/Xcomposite/Xcomposite.hXORG-6_8_99_901 | Kevin E Martin | |
lib/Xft/Imakefile lib/Xft/Xft.h Update library version numbers to match updated package versions. Update driver version numbers for RC1. | |||
2005-10-18 | Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro | Alan Coopersmith | |
substitutions to work better with BSD make | |||
2005-10-17 | More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead | Adam Jackson | |
of indirectly | |||
2005-10-17 | Use sed & cpp to substitute variables in driver man pages | Alan Coopersmith | |
2005-09-24 | Disable the {Open,Close}FullScreen DRI protocol. Remove empty FullScreen | Adam Jackson | |
stubs from drivers, comment the non-empty ones. | |||
2005-08-27 | - re-add RestoreAccelState() to make XAA happy for dualhead | Alex Deucher | |
2005-08-22 | Fix test for DRI headers, bump to 2.0.1. | Daniel Stone | |
2005-08-18 | Update autogen.sh to one that does objdir != srcdir. | Daniel Stone | |
2005-08-06 | Somehow I missed Bresenham lines when I fixed accel on crtc2. Make sure to | Alex Deucher | |
send the new offset there as well. | |||
2005-08-05 | I have resolved this by making all the "Direct rendering disabled" messages | Ian Romanick | |
X_WARNING and all the "Direct rendering enabled" messages X_INFO. Ideally, we need to factor some of this stuff out to common code. There is a *LOT* of duplication among the *_dri.c files under programs/Xserver/hw/xfree86/drivers. I'm trying to clean up as much low hanging fruit as I can and got tired of waiting for ajax. :P | |||
2005-08-04 | - fix accel problems on crtc2. It seems the GBD doesn't always update | Alex Deucher | |
correctly resulting in incorrect stride and/or offset. Switch the accel code to use the PBD instead and send the new offset with each command. Because the offset is always up to date, we no longer need SavageRestoreAccelState(). | |||
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-27 | Add xf86driproto to dependencies for drivers with DRI support. Patch from | Søren Sandmann Pedersen | |
Donnie Berkholz | |||
2005-07-26 | Build system for savage | Søren Sandmann Pedersen | |
2005-07-11 | Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15 | Adam Jackson | |
2005-06-25 | Bug #3626: _X_EXPORT tags for video and input drivers.XORG-6_8_99_14XORG-6_8_99_13 | Adam Jackson | |
2005-05-19 | Disable ScreenToScreenCopy on crtc2 at depth 24. Fixes screen corruption.XORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10 | Alex Deucher | |
2005-05-18 | Bug #3163: Create new DRIINFO_*_VERSION macros to indicate the version | Adam Jackson | |
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-05-17 | Set the hardware to 8bit CLUT mode in 8 bpp. We used to flag an | Egbert Eich | |
8 bit DAC to DDX but did not make sure it actually was running in 8 bit mode. On Savage4 the HW cursor doesn't seem to be truecolor in 8bpp - not even with the streams engine running. Fix SavageProbeDDC() to load vbe module and initialize it before using it (Bugzilla #3309). | |||
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_4 | 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 | User reports indicate that both command and vertex DMA on SuperSavages lockXORG-6_8_99_3 | Felix Kuehling | |
up the engine. Disabling DMA on SuperSavages until someone figures out how to make it work. | |||
2005-04-04 | Add ROP_NEEDS_SOURCE to Mono8x8PatternFill as S3 chips tend to lock upXORG-6_8_99_2 | Egbert Eich | |
without it (Helmut Fahrion). | |||
2005-03-17 | Invalidate 3D hardware state in SavageEnterVT. This fixes 3D applicationsXORG-6_8_99_1 | Felix Kuehling | |
running during a suspend-resume cycle. | |||
2005-03-17 | Fixed PCI ShadowStatus initialization for the case that ShadowStatus is | Felix Kuehling | |
explicitly enabled in the configuration file. | |||
2005-03-16 | - small fixups for old streams | Alex Deucher | |
- more work on Xv support for savage2000 (still not working 100%) | |||
2005-03-13 | Fixed fallback to PCI mode when AGP initialization fails. | Felix Kuehling | |
2005-03-13 | - Removed lots of dead code. | Felix Kuehling | |
- Moved driver-private definitions from savage_dri.h to savage_driver.h. savage_dri.h should only contain the public interface between DDX and DRI drivers. - Don't forget to remove the command DMA mapping in SAVAGEDRICloseScreen. | |||
2005-03-06 | - Support for the new DRM version 2.4 with command DMA. | Felix Kuehling | |
- Added an option "DmaMode" to choose between vertex and command DMA. - Allow ShadowStatus to be explicitly disabled even with DRI enabled. - Updated the man page. | |||
2005-02-26 | Fixed ShadowStatus handling with DRI: | Felix Kuehling | |
- always enable ShadowStatus when DRI is enabled - if DRI initialization fails, reset ShadowStatus to configured setting - if DRI initialization fails, fall back to ShadowStatus in framebuffer | |||
2005-02-05 | Don't clear the front buffer in SAVAGEDRIInitBuffers. Fixes blackness of | Felix Kuehling | |
GL-XScreensaver hacks that grab the screen. | |||
2005-02-04 | Applied patch (id=1354) by Mike A. Harris from bug #1901: The attached | Felix Kuehling | |
patch updates a couple of PCI IDs for the Savage driver -- Debian/Ubuntu/Red Hat/Fedora. | |||
2005-02-02 | - fix long standing bug in depth 24 that made colors look dithered. The | Alex Deucher | |
CLUT was not being switched to 8 bit mode. | |||
2005-02-01 | - Changed option ForcePCIMode to option BusType for consistency with other | Felix Kuehling | |
drivers (radeon) and the DmaType option. - Changed the type of a few more messages in SavagePreInit. - Updated the manual page. - Moved option CrtOnly to a more sensible place in the man page. | |||
2005-01-31 | Update the savage manual page: | Felix Kuehling | |
- Added options AGPSize, DmaType and ForcePCIMode. - Updated DisableCOB: 3D requires COB, default value is "off", which means that the COB is enabled. | |||
2005-01-31 | - Shadow status update thresholds on Savage4 were reversed. Fixed now. | Felix Kuehling | |
- Fixed cobIndex on Savage2K. It used only a 4K COB so far. Now we have full 128K. - Program the shadow status thresholds correctly on Savage2K. - Savage2K reports used entries in the queue in qword units instead of dwords. Fixed WaitQueue2K accordingly. - Event counter 0 is in status word 2 instead of status word 1 on Savage2K. Fixed ShadowWait accordingly. - Added a ShadowWaitQueue function that doesn't idle the engine all the time. This improves 3D animation smoothness with concurrent 2D activity when shadow status is enabled. | |||
2005-01-30 | - update comment about tiled surface regs for savage3d | Alex Deucher | |
2005-01-30 | Added two new options "DmaType" and "ForcePCIMode". | Felix Kuehling | |
2005-01-27 | - Fix tiled framebuffer setup on Savage3D (Alex Deucher) | Adam Jackson | |
- Disable building the Savage DRI driver. | |||
2005-01-10 | - Support for PCI Savages: on PCI cards don't run SAVAGEDRIAgpInit, add PCI | Felix Kuehling | |
DMA buffers instead of AGP buffers. Set dma_type properly in SAVAGEDRIKernelInit. - Something's still wrong with ShadowStatus on the PCI card I'm testing here. Probably a DRM issue. - Fixed error handling. Call SAVAGEDRICloseScreen instead of DRICloseScreen. - Added AGP/PCI detection (copied from the radeon driver). |