Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-08-08 | Add some more missing license statements. Trivial whitespace clean-ups. | Ian Romanick | 1 | -0/+28 | |
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 | 1 | -0/+4 | |
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 | 1 | -1/+1 | |
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-03-16 | - small fixups for old streams | Alex Deucher | 1 | -8/+24 | |
- more work on Xv support for savage2000 (still not working 100%) | |||||
2004-11-23 | - fixed tiled framebuffer on savage2000 | Alex Deucher | 1 | -0/+3 | |
2004-10-31 | Make the Savage driver work with the dl-loader. | Felix Kuehling | 1 | -8/+2 | |
2004-10-21 | when using the overlay for Xv, only enable it when displaying the video | Alex Deucher | 1 | -0/+5 | |
otherwise the overlay breaks on mode changes. | |||||
2004-10-16 | - fix savage2000, savage3D | Alex Deucher | 1 | -2/+59 | |
- attempt to fix Xv on savage2000 (not there yet) | |||||
2004-10-11 | Fix Xv on savages with the "old" streams engine. | Alex Deucher | 1 | -22/+5 | |
2004-09-30 | Add Dualhead Support to Mobile savages (MX, IX, Supersavages) Thanks to | Alex Deucher | 1 | -100/+156 | |
Austin Yuan for his help on this. | |||||
2004-09-16 | Merge savage DDX from DRI to xorg and fix conflicts. | Alex Deucher | 1 | -21/+116 | |
2004-07-30 | Add pseudocolor overlay mode. Leave streams engine running at all times to | Egbert Eich | 1 | -0/+461 | |
prevent artefacts during video playback. Fixed VBE mode list code to work together with reading DDC data using VBE functions. Fixed data types to muffle compiler. Fixed requested size of FIFO for image writes. Fixes temporary lockups. |