Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-22 | Merge PCI-rework support and "classic" PCI interface support into one treepci-rework | Ian Romanick | |
First pass at merging both trees. So far, this has only been compile tested. I need to dig out a savage card to put in a system for testing, so it may take another hour or two. | |||
2007-08-22 | Merge branch 'master' into pci-rework | Ian Romanick | |
Conflicts: src/savage_driver.h | |||
2007-08-22 | dos2unix | Ian Romanick | |
2007-08-17 | Include <unistd.h> to get a declaration for usleep() | Julien Cristau | |
2007-08-16 | update for 2.1.3 releasexf86-video-savage-2.1.3 | Alex Deucher | |
2007-08-07 | Define SAVAGE_VERSION* using PACKAGE_VERSION* | Brice Goglin | |
2007-07-12 | Unmap mem before freeing driverPrivate | Alex Deucher | |
2007-07-11 | Add panel native mode automatically. | Alex Deucher | |
Based on Henry Zhao's code from nv | |||
2007-07-11 | Add "DRI" option to enable/disable DRI support | Tormod Volden | |
fixes bug 10746 | |||
2007-07-11 | fix segfault in SavageDoAdjustFrame() on server 1.3 | Alex Deucher | |
tracked down by Tormod Volden, fixes bug 10934 | |||
2007-07-11 | fix console corruption due to invalid shadow status | Alex Deucher | |
tracked down by Tormod Volden, fixes bug 11237 | |||
2007-07-11 | disable randr when savage rotation is enabled | David Nusinow | |
fixes bug 7899 | |||
2007-05-05 | Fixed a markup error. | Nate Bargmann | |
2007-04-02 | final odds and ends for exa | Alex Deucher | |
I still get blue for solids that should be grey for certain things (firefox status and navigation bars, certain mouse overs, etc.) | |||
2007-03-21 | Get Solid() working again | Alex Deucher | |
You have to send color EVERY time. | |||
2007-03-06 | small exa fix ups, remove an errant comment | Alex Deucher | |
2007-01-03 | fix savage respawn crash | Mikko Rapeli | |
SavageCloseScreen() unmaps memory, but SavageScreenInit() never maps it again. | |||
2006-12-11 | Merge branch 'master' of ↵ | Ian Romanick | |
git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-savage into pci-rework Conflicts: src/savage_driver.c | |||
2006-11-22 | clean up some leftover cruft. | Alex Deucher | |
2006-10-23 | Strip ^M's out of savage_driver.h | Alan Coopersmith | |
2006-09-28 | bump to 2.1.2 for new releasexf86-video-savage-2.1.2 | Alex Deucher | |
2006-09-19 | minor exa updates | Alex Deucher | |
2006-09-18 | fix DRI locking in savage driver. Based on ajax's similar patch. | Alex Deucher | |
Thanks to ajax and tilman for locking advice and Pascal Sclafer for tracking this down. Fixes bug 6357. | |||
2006-09-17 | re-order SavageMapMem() so that ram detection works again. | Alex Deucher | |
2006-08-08 | Minimal change set to convert driver to the new PCI interfaces. Enjoy. | Ian Romanick | |
2006-08-08 | Instead of passing SavagePciChipsets in the p_chip parameter of | Ian Romanick | |
xf86ConfigPciEntity, pass RES_SHARED_VGA in the res parameter. | |||
2006-08-08 | Add some more missing license statements. Trivial whitespace clean-ups. | Ian Romanick | |
2006-08-07 | DRIINFO_MAJOR_VERSION has be 5 for over a year. Remove the old code. | Ian Romanick | |
2006-08-07 | Do a single mapping per BAR. This cleans up the code a bit and paves | Ian Romanick | |
the way for the pci-rework branch. The disadvantage is that the Savage3D puts MMIO and framebuffer in the same BAR. This has to be fixed-up after the mapping by altering the write-combine setting for the framebuffer subrange. | |||
2006-08-07 | Remove duplicate register defines. | Ian Romanick | |
2006-08-07 | Introduce the savage_region structure, which is used to track mappable | Ian Romanick | |
regions of PCI space. | |||
2006-08-04 | Make a couple local, static arrays const. The RamSavage4 array is not | Ian Romanick | |
const because it can be modified for some quirky cards. Neat! | |||
2006-08-04 | Merge SavageMapMMIO and SavageMapFB into a single, new function called | Ian Romanick | |
SavageMapMem. Eliminate the MapBaseDense cruft. | |||
2006-08-04 | Fix line endings (at least, I assume that's why git-diff thinks every | Ian Romanick | |
line in the file is chaged). Add missing license statement. Change SAVAGE_VGAHWMMIO_H to SAVAGE_DRIVER_H. | |||
2006-08-04 | Pass the HaveDriverFuncs flag to xf86AddDriver. Make sure the | Ian Romanick | |
DriverFuncs pointer is NULL. Delete a duplicate #define. | |||
2006-07-20 | Make sure CLUTs are enabled | ||
2006-07-20 | no accel at depth 24 in dualhead mode in MX/IX chips (hardware limitation) | ||
2006-07-18 | make sure to map full FB in dualhead mode. fixes some issues with dualhead. | ||
other dualhead drivers may need this. | |||
2006-05-10 | - add AccelMethod to savage.man | Alex Deucher | |
- fix bug 6847 - add memcpy based DFS | |||
2006-04-30 | - Add exa support (solid, copy, UTS) | Alex Deucher | |
2006-04-08 | Bump to 2.1.1 for Xv changes.savage-2_1_1XORG-7_1 | Adam Jackson | |
2006-04-07 | Add a DrawablePtr argument to the XV functions to pave the way for | Aaron Plattner | |
redirected video. | |||
2006-04-07 | Unlibcwrap. Bump server version requirement. Bump to 2.1.0.savage-2_1_0 | Adam Jackson | |
2006-02-08 | Some trivial savage fixes: | Luc Verhaegen | |
- Remove insane usage of pScrn->clocks. Set maxClock directly. - Fix trivial and harmless warning in DRI code (FrameBufferBase) | |||
2005-12-21 | Update package version for X11R7 release.XORG-7_0 | Kevin E Martin | |
2005-12-19 | Stub COPYING files | Adam Jackson | |
2005-12-15 | Update package version number for final X11R7 release candidate.XORG-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-02 | Remove extraneous AC_MSG_RESULT. | Kevin E Martin | |