summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-01-29- Minor bugfixes.exa_branchThomas Hellström3-7/+11
2006-01-27- Options - Planemask - and manual fixes.Thomas Hellström6-17/+79
2006-01-12- Pointer target signedness fixes.Thomas Hellström2-5/+12
2006-01-11- Add min sizes below which we fall back to software rendering forThomas Hellström3-6/+50
2006-01-08- Set one-pixel path alpha to 0xFF when the picture format doesn'tThomas Hellström2-4/+11
2006-01-08- Fixed partial upload of state that was causing rendering errors afterThomas Hellström3-2/+14
2006-01-07- Bugfixes and optimizations. Only sort-of important composite operation that Thomas Hellström6-183/+552
2006-01-06- Sort of working composite acceleration. Some things are still slow, Thomas Hellström9-669/+1247
2005-12-27- Implement an experimental upload to screen using AGP texturing.Thomas Hellström4-175/+361
2005-12-16- Some formatting fixes.Thomas Hellström5-73/+140
2005-12-15- Renamed and extended ring-buffer macros.Thomas Hellström6-126/+2290
2005-12-02Add support for EXA planemasks.Thomas Hellström4-22/+99
2005-11-29Small cleanup of via_memory.cThomas Hellström3-5/+14
2005-11-26Fix possible accel segfault.Thomas Hellström2-3/+10
2005-11-17Run indent on via_accel.cThomas Hellström2-316/+338
2005-11-16- Add some comments and mask out the marker sign bit also when AGPThomas Hellström2-37/+96
2005-11-15- Fix Imakefile warning when EXA is not available.Thomas Hellström3-4/+7
2005-11-15Fix some compilation warnings introduced by last commit.Thomas Hellström2-2/+6
2005-11-14Work around an apparent DMA upload bug.Thomas Hellström2-15/+87
2005-11-09-Nope, some bugs left: Thomas Hellström3-16/+17
2005-11-09-Frame-buffer memory and pitch alignment fixes.Thomas Hellström5-138/+101
2005-11-07Fix XAA clipping and a possible bug in VIAInitLinearThomas Hellström3-1/+12
2005-11-06EXA PCI DMA upload to and download from screen. Thomas Hellström4-57/+199
2005-11-05-Adapt DGA to new acceleration design (untested). Thomas Hellström5-113/+158
2005-11-05Fix DRI and NoAccel path. Incorporate via_dmabuffer.c into Thomas Hellström10-147/+185
2005-11-04Fix XAA segfault, do proper teardown when X exits.Thomas Hellström4-6/+37
2005-11-04First somewhat working Exa version. Seems to segfault when compiled without EXA.Thomas Hellström7-174/+461
2005-11-01-Name changes and further cleanups. Now down more than 500 lines on via_accel.cThomas Hellström7-652/+429
2005-11-01-Fixed a number of bugs including accelerated clipping, which couldThomas Hellström2-53/+86
2005-10-31-Moved accel command stream handling over to the same way it isThomas Hellström7-577/+498
2005-10-31Create a branch for Accel cleanup and EXA support.Thomas Hellström0-0/+0
2005-10-31Second attempt at fixing the hw cursor issue.Thomas Hellström3-5/+14
2005-10-31Forgot changelogIvor Hewitt1-0/+6
2005-10-31Fix stray include left over by previous commit.Thomas Hellström2-8/+6
2005-10-31Mitac 8889 device id (Daniel Schindler)Ivor Hewitt1-0/+1
2005-10-30Revert the hardware cursor fix since it for some strange reason makes hwThomas Hellström2-1/+7
2005-10-30Enable DMA Xv image transfers also for PM8x0 / CN400.Thomas Hellström3-86/+139
2005-10-27Fix server crash when compiled without -DXvExtension.Thomas Hellström2-1/+12
2005-10-27Fix unichrome hangs with unsupported dotclocks (Luc Verhaegen)Thomas Hellström2-8/+15
2005-10-27Sync dri handling with Xorg. This should hopefully make it runThomas Hellström8-89/+85
2005-10-27Make via_video.c compile without -DXF86DRI. Broken with theThomas Hellström2-1/+12
2005-10-27Fix HW Cursor memory allocation.Thomas Hellström2-0/+7
2005-10-27Bug #4855: Fix VT3122 and VT3205 dotclock PLL setting. (Luc Verhaegen)Ivor Hewitt1-3/+5
2005-10-18More device idsIvor Hewitt6-31/+19
2005-10-18AsRockl device id additionIvor Hewitt5-2/+20
2005-09-25Big Xv update.Thomas Hellström11-361/+618
2005-08-13Destroy video surfaces on video exit / stop.Thomas Hellström2-3/+9
2005-08-13Fix Xv panning also for VBEModesThomas Hellström2-0/+7
2005-08-12Fix segfault on EnterVT when DRI is not enabled. (Joris van Rantwijk)Thomas Hellström2-1/+8
2005-08-12Fix Xv panning.Thomas Hellström4-61/+90