summaryrefslogtreecommitdiff
path: root/src/savage_streams.c
AgeCommit message (Collapse)AuthorFilesLines
2006-08-08Add some more missing license statements. Trivial whitespace clean-ups.Ian Romanick1-0/+28
2005-07-11Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15Adam Jackson1-0/+4
2005-04-20Fix 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_4Daniel Stone1-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 streamsAlex Deucher1-8/+24
- more work on Xv support for savage2000 (still not working 100%)
2004-11-23- fixed tiled framebuffer on savage2000Alex Deucher1-0/+3
2004-10-31Make the Savage driver work with the dl-loader.Felix Kuehling1-8/+2
2004-10-21when using the overlay for Xv, only enable it when displaying the videoAlex Deucher1-0/+5
otherwise the overlay breaks on mode changes.
2004-10-16- fix savage2000, savage3DAlex Deucher1-2/+59
- attempt to fix Xv on savage2000 (not there yet)
2004-10-11Fix Xv on savages with the "old" streams engine.Alex Deucher1-22/+5
2004-09-30Add Dualhead Support to Mobile savages (MX, IX, Supersavages) Thanks toAlex Deucher1-100/+156
Austin Yuan for his help on this.
2004-09-16Merge savage DDX from DRI to xorg and fix conflicts.Alex Deucher1-21/+116
2004-07-30Add pseudocolor overlay mode. Leave streams engine running at all times toEgbert Eich1-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.