summaryrefslogtreecommitdiff
path: root/hw/kdrive
AgeCommit message (Expand)AuthorFilesLines
2004-09-14Only set screen parameters if resolution has changed from current values.Phil Blundell1-2/+6
2004-09-14Add proper PCI/AGP detection, based on Mike Harris's code for Radeon, butEric Anholt2-19/+22
2004-09-12- Fix a segfault on VT switch with DRI. Still dies due to cursor allocationEric Anholt1-9/+18
2004-09-12Fix a bad argument missed in the previous commit for ATIDRIDMA* functions.Eric Anholt1-1/+1
2004-09-12Move the RegisterBlockAndWakeupHandlers to before DRI initialization. TheEric Anholt1-3/+3
2004-09-12Reset the CCE/CP on engine reset, and make the ATIDRIDMA functions take aEric Anholt3-12/+32
2004-09-12Add missing kaa.h include for kaaInitTrapOffsets.Eric Anholt1-0/+1
2004-09-12Fix handling of is_agp. is_agp is whether the card is actually AGP, whileEric Anholt1-8/+8
2004-09-12Improve error handling, especially in the DRI case. Do some FatalErrorsEric Anholt3-11/+21
2004-09-11- Add disabled WIP trapezoid code for R128 and R100. The R128 rendering isEric Anholt7-330/+391
2004-09-11- Don't require Imrecise mode for Trapezoid acceleration. It looks like weEric Anholt2-1/+34
2004-09-08cursor fixesMatthew Allum2-11/+9
2004-09-07avoid ephyr breakage when tslib enabledMatthew Allum1-0/+7
2004-09-07fixes to Xephyr debug modeMatthew Allum1-1/+1
2004-09-01see changelogMatthew Allum2-6/+13
2004-09-01'-dpi' fixes for XephyrMatthew Allum3-37/+22
2004-09-01Actuall select events for -parent optionMatthew Allum1-4/+6
2004-08-31Added ephyr server sourcesMatthew Allum9-0/+1898
2004-08-30Add a set of three hooks for accelerating trapezoids, and use it for theEric Anholt4-2/+104
2004-08-30Rather than initially place pixmaps in framebuffer based on a sizeEric Anholt1-6/+9
2004-07-26Eliminate bogus rate check in fbdevModeSupported. Hmm. Potentially bogusKeith Packard8-7/+92
2004-07-24Check for mmio before restoring crtc/crtc2 pitch registersKeith Packard1-2/+5
2004-07-22Correct pitch so that accelerator can run on 1400x1050 screens. Add a fewKeith Packard4-21/+132
2004-07-21Include -lts if appropriate. Patch from pattieja@bentham.ispvip.biz.Phil Blundell2-1/+11
2004-07-20Select optimizedPhil Blundell1-1/+32
2004-07-19Add support for a8b8g8r8 and x8b8g8r8 pictures, which showed up frequentlyEric Anholt1-19/+29
2004-07-19Breakage in last commit to this file: pCurPriv->area isn't set up untilEric Anholt1-4/+1
2004-07-19Set the right number of texture coordinates for r200 Render support (stillEric Anholt1-2/+2
2004-07-19- Add Radeon picture transform support.Eric Anholt2-21/+76
2004-07-19Use the offscreen memory manager as much as possible to do the reservationEric Anholt5-63/+72
2004-07-19Add support for transforms of textures on R128.Eric Anholt1-12/+55
2004-07-15Enable i810.Carlos Romero5-5/+40
2004-07-08Commit the rest of the dirty optimization from 20040703 and add a missingEric Anholt2-4/+33
2004-07-08Remove duplicate protos in kdrive.h.Eric Anholt1-9/+0
2004-07-07missing xkb/[xkb.h, xkbDflts.h] and hw/kdrive/mga/g400_common.hCarlos Romero1-0/+1
2004-07-07Initial kdrive XKB/XINPUT support, use --enable-xkb --enable-xinputCarlos Romero1-1/+23
2004-07-03Clean up Rage 128 composite code. Now it composites more operationsEric Anholt1-24/+12
2004-07-03Add a "dirty" flag to the pixmap private. Clear it when setting up anEric Anholt4-4/+43
2004-07-02Call ts_read multiple times, to avoid events getting stuck in the pipeline.Phil Blundell1-3/+1
2004-06-29Add an offscreen area scoring to improve choosing offscreen areas to kickEric Anholt3-21/+68
2004-06-28Separate out off-screen allocation from Init. Fix Enable to updateKeith Packard5-63/+129
2004-06-26Add ARGB cursor support for Radeon cards.Keith Packard4-21/+166
2004-06-16Update MGA composite patch commit. (some files were missing in the previousDamien Ciabrini4-5/+505
2004-06-14MGA composite support from Damien Ciabrini - thanks!Jaymz Julian3-31/+108
2004-06-10- Pass the right pixel mask (all ones) in to PrepareSolid in theEric Anholt3-13/+19
2004-06-10Align scratch area offsets to the offscreen byte alignment.Eric Anholt1-2/+14
2004-06-10Oops, testers reported that the last patch actually didn't work (conflictsEric Anholt1-0/+3
2004-06-10Bug #242: Fix setup of R300 cards, by providing R300 CP code fromEric Anholt2-5/+270
2004-06-07Neomagic driver enabledFranco Catrin L1-1/+1
2004-06-07small fixes. README addedFranco Catrin L4-8/+26