summaryrefslogtreecommitdiff
path: root/hw/kdrive
AgeCommit message (Expand)AuthorFilesLines
2004-02-28sdl x server so that we can x-on-x the fb stuff for ease of debugging. ifJaymz Julian3-1/+520
2004-02-18completely get rid of NeedNestedPrototypesWarren Turkal1-40/+0
2004-02-15Moving toward a working input extension.Warren Turkal1-1/+3
2004-02-05Polling input mode for the kdrive os layer. And a moose!add-XiJaymz Julian5-4/+18
2004-02-04More NULL checks. These ones are more useful than the last (which just madeJaymz Julian1-23/+41
2004-01-25Disable GLX visuals code on !GLXEXT, and remove a useless prototype.Eric Anholt1-2/+2
2004-01-25- Add glx visuals code based on XFree86's Radeon driver.Eric Anholt4-48/+260
2004-01-25Oops, turn fallback output back off.Eric Anholt1-1/+1
2004-01-25Whitespace cleanup.Eric Anholt1-18/+17
2004-01-15Oops, lost a diff needed for the non-screen format pixmap codeKeith Packard1-3/+6
2004-01-15Fix up some mis-used variable namesKeith Packard1-5/+5
2004-01-15Accelerate non-screen format pixmaps.Keith Packard1-152/+262
2004-01-14Add IPAQ modeline by Dennis Noordsij.Anders Carlsson1-0/+10
2004-01-11Support 1x1 repeat sources in R128's Blend.Eric Anholt2-4/+18
2004-01-09Change PCI ID information field to be one of r128, r100, r200, r300. ThisEric Anholt5-119/+132
2004-01-09Use the scratch area for Composite when one of src or dst is in memory.Eric Anholt1-1/+18
2004-01-08Compile fixes for non-DRI case and for non-C99 compiler.Eric Anholt2-6/+5
2004-01-08- Add a new UploadToScratch kaa hook for putting the data for a singleEric Anholt6-8/+99
2004-01-07Disconnect the sis300 driver. I've never managed to fix it, and it breaksEric Anholt1-2/+2
2004-01-07Speed things up slightly by removing Z values from emitted vertices and byEric Anholt1-16/+7
2004-01-04- Don't forget to UNINIT miComputeCompositeRegion's regionsEric Anholt1-17/+31
2004-01-04- Correctly set the texture coordinate set source for the second textureEric Anholt2-3/+3
2004-01-03- Call appropriate Done function for Composite.Eric Anholt1-9/+10
2004-01-03- Add more Composite operations, including Saturate, to Radeon CompositeEric Anholt2-5/+18
2004-01-03Split the various attempts at accelerating Composite into separateEric Anholt1-217/+265
2004-01-03Actually align the offset of allocated offscreen areas.Eric Anholt2-1/+6
2003-12-31Some strange \240 character snuck into the original commit of this file.Eric Anholt1-1/+1
2003-12-30There's never a copy between different depths. Remove the check.Eric Anholt1-5/+0
2003-12-30- Add new Composite hook for kdrive drivers, which only ensures that theEric Anholt8-4/+1071
2003-12-29Add dependency lines so that servers are rebuilt when server libraries areEric Anholt7-21/+52
2003-12-29Merge dri-0-1-branch to trunk. Notable changes:Eric Anholt22-445/+3877
2003-12-08Add initial SiS 300-series (300, 305, 540, 630, 730) driver based off ofEric Anholt7-1/+1826
2003-12-02Wrap ClipNotify to see region motions during MoveWindow.Keith Packard5-46/+98
2003-12-01Add support for setting the video mode.dri-0-1-branchpointAnders Carlsson1-3/+79
2003-12-01Call KdShadowUnset before fbdevSetShadow.Phil Blundell1-0/+2
2003-12-01- Add fbdev mode-setting backend to Xati. It and vesa are compiled in whenEric Anholt7-69/+250
2003-12-01Add more RV250 PCI IDs.Eric Anholt1-0/+4
2003-12-01Remove sys/io.h inclusion from some files that didn't need it, and changeEric Anholt3-3/+1
2003-11-25Add new Radeon 9200 PCI IDs.Eric Anholt1-0/+3
2003-11-23- Fix Radeon offscreen pixmap pitch alignment.Eric Anholt1-18/+18
2003-11-23Add RV250 PCI IDs.Eric Anholt1-0/+4
2003-11-20- Fix a bug in pitch alignment for offscren pixmaps.Eric Anholt5-40/+112
2003-11-20- Fix confusion of depth/bitsPerPixel in ati_draw.cEric Anholt2-23/+81
2003-11-19- Add PCI information (device/vendor id, bus location) to KdCardAttr toEric Anholt9-4/+918
2003-11-18Reset available offscreen segment save function pointer. (Not a functionalKeith Packard2-0/+2
2003-11-18Added infrastructure for driver specific usage messages and added vesaSeth W. Klein24-20/+179
2003-11-17Recompute winSize/borderSize to fix them when changing redirection.Keith Packard4-98/+108
2003-11-17Clear window when Manual Subwindows redirect is destroyedKeith Packard1-2/+2
2003-11-14Accelerated image text code drew glyphs at wrong location when compositingKeith Packard1-2/+2
2003-11-13Have the composite extension tell the damage extension about clients whichKeith Packard2-7/+7