summaryrefslogtreecommitdiff
path: root/src/savage_cursor.c
AgeCommit message (Collapse)Author
2024-05-29drop dead codeEnrico Weigelt, metux IT consult
There's still a lot code thats either commented- of ifdef'ed out. Most likely not needed anymore. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-savage/-/merge_requests/12>
2022-01-27Fix spelling/wording issuesAlan Coopersmith
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2018-12-13Eliminate set but not used variable compilation warningsKevin Brace
Signed-off-by: Kevin Brace <kevinbrace@gmx.com>
2012-06-06savage: port to new compat APIDave Airlie
Signed-off-by: Dave Airlie <airlied@redhat.com>
2011-04-21savage: Fix logic in waitHSyncTormod Volden
Bit-masking the result of a boolean negation seems pointless, so I guess this is what was intended: Only look at bit 0 of the inStatus result. Signed-off-by: Tormod Volden <debian.tormod@gmail.com> Reviewed-by: Matt Turner <mattst88@gmail.com> Reviewed-by: Alex Deucher <alexdeucher@gmail.com>
2011-01-25savage: Drop unused variables and functionsTormod Volden
Silence -Wall warnings. The functions are just #if'ed out, to be left for inspiration.
2006-08-08Add some more missing license statements. Trivial whitespace clean-ups.Ian Romanick
2005-11-08See ChangeLog entry 2005-11-07 for details.Kean Johnson
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 Jackson
2005-05-17Set the hardware to 8bit CLUT mode in 8 bpp. We used to flag anEgbert 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).
2004-11-23- fix and enable HW Cursor on crtc2xprint_packagertest_20041125_basexprint_packagertest_20041125Alex Deucher
- enable independant CLUT access
2004-09-30Add Dualhead Support to Mobile savages (MX, IX, Supersavages) Thanks toAlex Deucher
Austin Yuan for his help on this.
2004-09-16Merge savage DDX from DRI to xorg and fix conflicts.Alex Deucher
2004-07-30Add pseudocolor overlay mode. Leave streams engine running at all times toEgbert Eich
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.
2004-06-16DRI trunk-20040613 importDRI-trunk-20040721DRI-trunk-20040613COMPOSITEWRAPEric Anholt
2004-06-16DRI XFree86-4_3_99_12-merge importDRI-XFree86-4_3_99_12-mergeEric Anholt
2004-04-23Merging XORG-CURRENT into trunkXACE-SELINUX-MERGEEgbert Eich
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENTEgbert Eich
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich
2003-11-14Initial revisionXORG-STABLEKaleb Keithley