summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-01-20Whitespace and format adjustments of ChangeLog file.Benno Schulenberg1-149/+145
2007-01-20Switch encoding of ChangeLog file to Unicode.Benno Schulenberg1-108/+114
2007-01-20Add ability to change gamma setting.Benno Schulenberg2-5/+92
2006-12-28Work around an obscure hardware limitation when texturing fromThomas Hellström2-1/+8
AGP.
2006-12-28Fix AGP mode setting.Thomas Hellström2-8/+13
2006-12-28Use non-power-of-two aligned textures when possible.Thomas Hellström4-20/+83
This saves a vast amount of offscreen memory for EXA. If DRI is enabled, use DRM versions >= 2.11.0.
2006-12-07Initialize the AGP ring buffer before command submission.Thomas Hellström2-3/+14
2006-12-07Blank and clear screen when entering VT.Thomas Hellström2-0/+16
2006-12-07Thomas Hellstrom <thomas-at-tungstengraphics-dot-com>Thomas Hellström2-23/+30
2006-12-07Fix download from screen which was reusing kernel argumentThomas Hellström2-7/+16
data that was altered by the kernel.
2006-12-06Reimplement download from screen to something more easilyThomas Hellström2-71/+94
debuggable.
2006-12-06fix some config options that are negativesJon Nettleton2-0/+13
2006-12-06Cause a "FatalError" if EXA is used with an un-patched Xserver,Thomas Hellström2-0/+17
and an illegal save locked memory action is requested.
2006-12-06Proper register names in VIAInitialize3DEngine.Thomas Hellström2-41/+47
2006-12-06Now that we initialize the 3D engine every time we writeThomas Hellström3-16/+22
mode, make sure this is done before setting up VQ and AGP so that those settings persist. The GPU will be unstable otherwise. Also fix some code comments.
2006-12-06Force 3D context upload after a VT switch.Thomas Hellström2-1/+12
2006-12-06Fix up previous commit for > 16MB sizes.Thomas Hellström2-36/+68
2006-12-06Back up DRI offscreen memory before leaving VT and restore itThomas Hellström4-2/+98
when entering VT. It may be overwritten in between. Use PCI DMA blit for this if available.
2006-12-05With EXA + 3D we need to reinitialize the 3D engine afterThomas Hellström3-62/+62
a mode switch (possibly the soft reset + 2D engine initialization). Otherwise the GPU will hang.
2006-12-05Fix the dma2d option setting.Thomas Hellström2-0/+8
2006-12-05Use a more aggressive fifo setting for CLE266 Cx.Thomas Hellström2-2/+12
Boosts performance. Please report problems with this.
2006-12-01Remove unused options.Thomas Hellström6-263/+210
First pass cleaning up option handling. Make most boolean options work as expected; (that is, accepting both a "true" and a "false" argument).
2006-11-28RoverBook Partner W500 (reported by Rikz)Xavier Bachelot1-0/+1
2006-11-22manpage makefile fix (Michael Moerz)Xavier Bachelot1-2/+2
2006-11-22another VM800 pci id (reported by jdoe)Xavier Bachelot1-0/+1
2006-10-29Via managed to mix up the 2D / 3D engine busy status bits.Thomas Hellström4-6/+15
Funny we never noticed this before.
2006-10-24Remove VT3314 (CN700, VM800 etc.) mpeg2 AGP DMA support.Thomas Hellström2-2/+8
2006-10-22Fujitsu/Siemens Amilo Pro V2055 (reported by Teifion Siwft)Xavier Bachelot1-0/+1
2006-10-11DDR533 support. Fujitsu/Siemens Amilo L7320 pci id.Xavier Bachelot5-24/+37
2006-10-03Removed some stray debug messages.Thomas Hellström2-5/+6
2006-10-01moved a line to after declarations, tweaked comments and debugging linesBenno Schulenberg2-9/+18
2006-09-27Don't include drm headers in non dri build.Thomas Hellström2-1/+11
2006-09-24mention the overall revision number in the logBenno Schulenberg2-2/+9
2006-09-24Fix a mutex unlocking issue (Luc Verhaegen).Thomas Hellström4-3/+28
Have the lowlevel drivers check for the correct chipid.
2006-09-24fix man-page symlink for out-of-tree buildBenno Schulenberg2-2/+8
2006-09-22fix for compiling with mesa 6.5.1Jon Nettleton2-2/+7
2006-09-17put in a few extra debugging linesBenno Schulenberg2-0/+12
2006-09-12Undoing change committed in r212. SorryJon Nettleton10-145/+58
2006-09-12remove binariesJon Nettleton10-58/+145
2006-09-05Biostar M7VIZ (reported by Daniel Robbins to unichrome)Xavier Bachelot1-0/+1
2006-09-05comment and whitespace tweaksBenno Schulenberg2-27/+30
2006-09-05add an ID, remove a duplicate, remove an old unknownBenno Schulenberg2-6/+12
2006-08-27Textual tweaks.Benno Schulenberg2-23/+26
2006-08-27Rearrange declarations to fix compilation problem with gcc-2.96.Benno Schulenberg2-9/+15
2006-08-22Comment tweaks and #endif clarifications.Benno Schulenberg2-32/+33
2006-08-22Whitespace adjustment; getting back close to Xorg.Benno Schulenberg2-38/+41
2006-08-19comment tweaksBenno Schulenberg2-17/+21
2006-08-19move definition of AGP_SIZE out of #ifdef blockBenno Schulenberg2-3/+11
2006-08-10- Re-enable Ivor's Dotclock computation.Thomas Hellström3-6/+16
- Enable accelerated redirected colorkey painting for Xv.
2006-07-28...And get default AGP size correct as well.Thomas Hellström2-1/+7