summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-03-13fix Solid()xf86-video-siliconmotion-1.5.0Alex Deucher
Unforunately, for 32 bpp solid fills the HW ignores alpha.
2007-03-13remove spurious waitqueue() lineAlex Deucher
2007-03-13Update copyright.Alex Deucher
2007-03-13switch the engine to quick start modeAlex Deucher
Rather than writing to the engine command register for every operation, set quick start mode, and the operation executes automatically when the width register is written.
2007-03-13fixup waitqueue slotsAlex Deucher
2007-03-13more exa fixups, disable UTS for now.Alex Deucher
2007-03-13engine likes to use blit command for solid fillsAlex Deucher
2007-03-13fix postscalar shiftAlex Deucher
2007-03-13support 32 bppAlex Deucher
2007-03-13fix up vclk1 setupAlex Deucher
2007-03-13revert the last commit.Alex Deucher
FBBase already take the register offset into account.
2007-03-13fix memoryBaseAlex Deucher
pSmi->FBOffset is the offset from the start of the framebuffer pScrn->fbOffset is the aperture offset where the framebuffer starts
2007-03-13first pass at UTSAlex Deucher
2007-03-13fix up EXA codeAlex Deucher
2007-03-13Initial import of EXA supportDennis De Winter
Based on Dennis' code from bug 8721 with some minor changes by me.
2007-03-13actually calculate and use vclk1Alex Deucher
2007-03-13Whitespace and formatting changesAlex Deucher
2007-01-10only idle the engine on mode switchesAlex Deucher
on the initial mode set the engine doesn't idle for some users.
2006-09-16make siliconmotion build again. somehow a bunch of defines inAlex Deucher
regsmi.h got lost? commit 9a58bc9adbc982680dd8df27caeb9a5819f2adad looks like the culprit, but siliconmotion has built fine subsequent to that commit. Not sure exactly what's going on.
2006-07-20- add dualhead support for lynx chips (pretty limited due to severe hardware
limitations -- I'll improve it a bit at some point) - small driver clean ups
2006-04-08Bump to 1.4.1 for Xv changes.siliconmotion-1_4_1XORG-7_1Adam Jackson
2006-04-07Add a DrawablePtr argument to the XV functions to pave the way forAaron Plattner
redirected video.
2006-04-07Unlibcwrap. Bump server version requirement. Bump to 1.4.0.siliconmotion-1_4_0Adam Jackson
2006-02-08SiliconMotion: Clean up insane pScrn->clock usage.Luc Verhaegen
2005-11-21Add .cvsignores for drivers.Eric Anholt
2005-07-26Build system for siliconmotionSøren Sandmann Pedersen
2005-07-11Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15accelerated_indirect-0-0-1Adam Jackson
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.XORG-6_8_99_14Daniel Stone
2005-06-30- add 800x480 mode to smi driver (bug 3639)Alex Deucher
2005-06-25Bug #3626: _X_EXPORT tags for video and input drivers.XORG-6_8_99_13Adam Jackson
2005-04-20Fix includes right throughout the Xserver tree:sco_port_update-baseXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10sco_port_updateDaniel 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.
2004-09-17Bug #1192: Remove cfb support from drivers where its use is an option.xprint_packagertest_20041217_basexprint_packagertest_20041125_baseXORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_1xprint_packagertest_20041217xprint_packagertest_20041125Adam Jackson
Delete xf24_32bpp, as s3virge was the last user. Fix up some comments to refer to fb rather than cfb.
2004-08-16Bug #1087: Make sure all the *Weak symbols are documented in the importrel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901lg3d-masterlg3d-eventlg3d-dev-0-7-1lg3d-dev-0-7-0lg3d-dev-0-6-latestlg3d-dev-0-6-2lg3d-dev-0-6-1-latestlg3d-dev-0-6-1-currentlg3d-dev-0-6-1-1lg3d-dev-0-6-1lg3dXORG-6_8-branchAdam Jackson
list, so the loader knows not to complain about unresolved symbols when an optional module isn't loaded. This typically manifests as warnings about fbdevHW symbols when the user isn't using the framebuffer console.
2004-07-31Rename some COMPOSITE macros and enums to avoid conflicting with theXORG-6_7_99_2XORG-6_7_99_1Eric Anholt
COMPOSITE extension's new macro. These appear to only be used internally.
2004-07-31Change several LoaderSymbol calls introduced by the bug #400 patch toAdam Jackson
*Weak() resolver functions.
2004-07-30Bug #400 (partial): Driver fixes for the dlloader. When using dlloader, allAdam Jackson
framebuffer formats except cfb and the overlay modes should work, and r128 and radeon need to be loaded from the ati driver (both issues to be fixed soon). Tested on i740, s3virge, mach64, tdfx, vesa, and vga drivers. elfloader users shouldn't be affected.
2004-06-16DRI XFree86-4_3_99_12-merge importDRI-trunk-20040721DRI-trunk-20040613DRI-XFree86-4_3_99_12-mergeEric Anholt
2004-05-26Fixing setting of physical framebuffer base for several drivers. C&TEgbert Eich
driver: Fixed setting of minimal clocks for HiQV chipsets. Neomagic driver: improved support for lowres double scan modes.
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-12-19XFree86 4.3.99.902 (RC 2)xf86-4_3_99_903_specialxf86-4_3_99_902xf86-012804-2330Kaleb Keithley
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_901xf86-4_3_99_16Kaleb Keithley
2003-11-14Initial revisionXORG-STABLEKaleb Keithley