Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-02 | Add DVO[ABC] register debugging. | Eric Anholt | |
2007-05-02 | Make the DVO output name LVDS if it's an LVDS chip. | Eric Anholt | |
2007-05-02 | Fix typo in previous commit with s/XF86_DRI/XF86DRI/ | Eric Anholt | |
2007-05-02 | disable all outputs on EnterVT | Dave Airlie | |
This disables all outputs on EnterVT as the SDVO output can confuse the VGA output if the BIOS has enabled it on the same pipe but X isn't going to use the SDVO. Worked out on irc with keithp | |||
2007-05-01 | Bug #10714: Fix build without DRI. | Samuel Thibault | |
2007-04-30 | Ignore VideoRam now that its original purpose is obsolete. | Eric Anholt | |
It had been necessary to allow more than a small amount of memory to be allocated, but now those old small allocations people had configured are getting in the way. | |||
2007-04-30 | Allow physical-memory allocations within stolen memory. | Eric Anholt | |
Because stolen memory happens to be a contiguous block of high system memory, we can just read the GTT entries for it to get physical addresses for our allocations there if needed. This reduces fragmentation of the aperture space, and will often reclaim up to 7 MB of memory that had been left unused since the simplified aperture manager was put in place, but without reintroducing the complexities of the old aperture manager. | |||
2007-04-30 | Disable some clock gating functions documented to work incorrectly. | Eric Anholt | |
2007-04-29 | Alloc state mem buffer on 965G for xaa rotation | Wang Zhenyu | |
965G needs state mem buffer to setup render pipeline. Thanks Barry Scrott for report this. | |||
2007-04-25 | Implement the custom I2C protocol used by the ivch DVO. | Kristian Høgsberg | |
The ihch DVO uses a modified I2C addressing scheme as described in section 5.2 of the data sheet. Implement this by over-riding the I2C read and write word routines. | |||
2007-04-24 | CRTC Rotation under XAA wasn't hitting accelerated path. | Keith Packard | |
The server rotation code is now using the root window in IncludeInferiors mode rather than using the screen pixmap. Change the XAA Composite code to check for this case now. | |||
2007-04-24 | Replaces/Conflicts: xserver-xorg-driver-i810. | Timo Aaltonen | |
2007-04-21 | Build xserver-xorg-video-i810 in binary-indep instead of binary-arch. | Julien Cristau | |
2007-04-20 | Merge remote branch 'origin/debian-unstable' into debian-unstable | Julien Cristau | |
2007-04-20 | Update and install the upstream ChangeLog. | Julien Cristau | |
2007-04-20 | Change the bug script symlink from -i810 to -intel, and prepare to upload. | Julien Cristau | |
2007-04-20 | Merge branch 'xsfbs-unstable' of ../../xsfbs into debian-experimental | Julien Cristau | |
2007-04-20 | autoreconf. | Julien Cristau | |
2007-04-20 | New upstream release. | Julien Cristau | |
* Add XS-Vcs-*. * Bump build-dep on xserver-xorg-dev to >= 2:1.3.0.0. * Remove Fabio from Uploaders, with his permission. | |||
2007-04-20 | Merge tag 'xf86-video-intel-2.0.0' into debian-experimental | Julien Cristau | |
2007-04-19 | Merge branch 'origin' | Keith Packard | |
2007-04-19 | Update version to 2.0.0 | Keith Packard | |
2007-04-20 | EXA: set enabling bits properly for i830 | Wang Zhenyu | |
This was found when debug exa on a 865GV, we should set pipeline state bits properly, otherwise the engine will hang. | |||
2007-04-19 | Eliminate LinearAlloc option and code. | Keith Packard | |
With the fixes to the 2D frame buffer allocation that allows up to 65536 lines of 2D frame buffer in XAA mode, the old linear allocation hacks are no longer necessary. | |||
2007-04-19 | Clean up 1.2 xserver build support. | Keith Packard | |
Convert relative X server source path to absolute. Check for local copies of needed header files before building, rather than requiring server source. Remove extra duplicate -I elements in AM_CFLAGS in sub directories. | |||
2007-04-19 | Fix mismatching braces when XF86DRI_MM is not defined. | Keith Packard | |
A closing brace was left inside #ifdef XF86DRI_MM while the matching open brace was outside. | |||
2007-04-19 | Use I2C delay function instead of usleep. | Keith Packard | |
usleep isn't always available, and we have an existing delay mechanism available to use. | |||
2007-04-19 | Fix mem list order and remove extra unbind call when free memory | Wang Zhenyu | |
2007-04-18 | Fix return status | Alan Hourihane | |
2007-04-18 | Update read_response to include the try on PENDING status | Alan Hourihane | |
and remove it from get attached displays call. | |||
2007-04-17 | Don't try to init the XAA linear region unless we allocated memory for it. | Eric Anholt | |
Reported by JM Ibanez | |||
2007-04-17 | Fix i852 EXA Composite acceleration setup. | Eric Anholt | |
Reported by JM Ibanez. | |||
2007-04-17 | Fix build against xserver 1.2. | Timo Aaltonen | |
2007-04-17 | Add all the possible ivch slave addresses (still commented out). | Eric Anholt | |
2007-04-17 | Bug #10438: Fix 965 XV when sourcing from less than the full image. | Eric Anholt | |
Bob deinterlacing in MythTV, and the zoom options in totem would result in attempting to source from outside the video instead of scaling appropriately. | |||
2007-04-17 | Check for the PENDING message when reading the attached | Alan Hourihane | |
displays. Ensures the command has completed before continuing. (probably need to check PENDING in other SDVO calls too) | |||
2007-04-17 | EXA: fix i830 render | Wang Zhenyu | |
Fix tex blend pipeline in case that src/mask pict has no alpha. Unmask color buffer write disable bits. These make rendercheck run fine on 855GM. | |||
2007-04-16 | EXA: fix 830/845G pict format | Wang Zhenyu | |
Fallback in 830/845G when pict format is a8, x8r8g8b8 or x8b8g8r8. The hw doesn't support them. | |||
2007-04-16 | EXA: Add i830 supported pict format XRGB8888, XBGR8888 | Wang Zhenyu | |
2007-04-16 | EXA: i830 render misc fix and cleanups | Wang Zhenyu | |
Try to map texture stream when setup texture map, and use correct order in load_immediate_1 cmd, which fixed crash on 845GV. Also remove some flush cmds. | |||
2007-04-16 | Update intel.man with 965GM chipset support | Wang Zhenyu | |
2007-04-13 | Fix crash on G965 XAA with LinearAlloc option | Wang Zhenyu | |
We should alloc xaa_linear mem in LinearAlloc case, otherwise we get crash when initializing xf86 fb manager. | |||
2007-04-12 | Test for existence of debian/patches directory before creating a symlink to it. | Branden Robinson | |
This prevents packages that apply no patches from ending up with a broken symlink in them. Remove SVN keyword. Update copyright notice. | |||
2007-04-12 | Add license headers to 965 programs. | Eric Anholt | |
2007-04-10 | Bug #10520: i810 manpage not installed despite users expecting it to be there. | Eric Anholt | |
Install it as an alias to intel.4x, since we're letting people load the driver as "i810" still. | |||
2007-04-09 | Don't use extended regexps in sed when not necessary. | Eric Anholt | |
Some seds require a flag to enable extended regexps. | |||
2007-04-09 | Bug #10515: Fix module version number with more than one digit per field. | Brice Goglin | |
2007-04-09 | Turn off ALWAYS_SYNC in EXA. | Eric Anholt | |
This slipped in as a debugging aid, and never got turned off. The driver appears to work fine without it on an i915 system, and for the non-default EXA option, we'd rather see issues found than continue running with debugging aids and hiding them behind bad performance. | |||
2007-04-09 | Avoid a magic number and correct a (currently harmless) ifdef in ResetState(). | Eric Anholt | |
2007-04-03 | It's 2007 now. Didn't I get the memo? | Eric Anholt | |