- Mar 11, 2009
-
-
Carl Worth authored
This is a version number increment for the new release-candidate tar file. As can be seen in the git history, there are no code changes here. Instead, the incremented version simply captures the fact that unlike .901, the .902 tar file has been built correctly. Specifically, it was built this time on a system with xmvclib present so all the necessary source files for building against xmvclib are now included in the tar file.
-
- Mar 10, 2009
-
-
Carl Worth authored
It sure seems like a bizarre numbering scheme to me, but it also seems like the x.org way of doing things, (at least for now).
-
- Mar 09, 2009
-
-
Emma Anholt authored
Fixes segfaults at startup with DRI2 and load detection, or with DRI disabled entirely.
-
Haihao Xiang authored
-
- Mar 06, 2009
-
-
Emma Anholt authored
Bug #14423. Signed-off-by:
Eric Anholt <eric@anholt.net>
-
Emma Anholt authored
Signed-off-by:
Eric Anholt <eric@anholt.net>
-
Emma Anholt authored
That would be the kernel's job if it chooses to do it. Signed-off-by:
Eric Anholt <eric@anholt.net>
-
Emma Anholt authored
Signed-off-by:
Eric Anholt <eric@anholt.net>
-
Emma Anholt authored
Signed-off-by:
Eric Anholt <eric@anholt.net>
-
Emma Anholt authored
Signed-off-by:
Eric Anholt <eric@anholt.net>
-
Emma Anholt authored
Signed-off-by:
Eric Anholt <eric@anholt.net>
-
The groff .IP macro is used to put the option defaults in a new indented paragraph so they are separated from the explanations. Signed-off-by:
Dan Nicholson <dbn.lists@gmail.com> [anholt: hand-applied due to conflicts. mistakes are my own] Signed-off-by:
Eric Anholt <eric@anholt.net>
-
Emma Anholt authored
google shows one instance of this being used a year and a half ago.
-
Emma Anholt authored
Any time we actually need SW cursors, it gets enabled automatically.
-
Emma Anholt authored
We rely on having AGPGART present to successfully allocate video memory as we configure it by default. Admit that fact, and remove support for non-AGPGART/KMS setups.
-
Emma Anholt authored
It's been broken for years now, and KMS offers a much better chance of getting this working sensibly without making a mess of the 2D driver.
-
Emma Anholt authored
-
Lukáš Hejtmánek authored
The batch_bo buffer object is reallocated on enter VT, so we need to unref it on leave vt. Signed-off-by:
Lukas Hejtmanek <xhejtman@ics.muni.cz>
-
Haihao Xiang authored
Add an Xv attribute XV_SYNC_TO_VBLANK which has three values -1(auto), 0(off) and 1(on) to control whether textured adapter synchronizes the screen update to the vblank. The default value is -1(auto).
-
- Mar 05, 2009
-
-
Zhenyu Wang authored
For SDVO encoder that advertise multiple functions, we have to get attached display to determine current output, and update output's name according with current type.
-
- Mar 04, 2009
-
-
Lukas Hejtmanek authored
This fixes huge memory leak at each VT switch (about 600 BOs + 6MB of RSS of Xserver).
-
Kristian Høgsberg authored
This allows multiple X server to use DRI and makes it possible to run multiple X servers under KMS. This requires a 2.6.29 kernel to work. On older kernels it will just log a warning and DRI will fail to initialize for the second X server.
-
- Mar 03, 2009
-
-
Zhenyu Wang authored
-
Zhenyu Wang authored
This is based on Jesse's origin patch for bug #12763. But export integer range to user instead of hardware float point format, and fix different real format on 965G and 945G for contrast and saturation.
-
Zhenyu Wang authored
This can let user override non-stable driver TV load detect, and set connector type manually, e.g for s-video to component converter, this patch seems must needed to use HD modes.
-
Zhenyu Wang authored
This is to fix bug #16566, change TV format will cause BadMatch error when crtc config apply. Everytime when we change TV format, we may generate a new list of modelines as TV clock changed. After randr get info request, new modelines will be probed and randr output's modes will be renewed too. But crtc's mode failed to be updated, as it never can find a matching mode now within new modes list. So get info will return an invalid crtc's mode, later set crtc config will pass that info, and xserver catches a bad match. This patch trys to refresh output modes and setup crtc's mode with new modelines in TV format change. So get info would be sure to turn valid crtc mode that reference in current new modelines.
-
Zhenyu Wang authored
-
- Mar 02, 2009
-
-
Adam Jackson authored
-
Zhenyu Wang authored
855GM laptops seems pretty broken when parsing this block.
-
Zhenyu Wang authored
-
- Feb 28, 2009
-
-
Emma Anholt authored
-
Emma Anholt authored
This saves massive quantities of memory on pre-965 since the DRI2 tiling enable caused the minimum size of any pixmap to be 1MB.
-
- Feb 26, 2009
-
-
This is the intel video driver patch for a new chip, which is G33-like and has some clocking setting related register changes. This patch adds the pci id and DPLx/FPx register changes. The gtt tool should just work to me, as the chip hasn't any changes against G33 on this side. Signed-off-by:
Shaohua Li <shaohua.li@intel.com> Signed-off-by:
Eric Anholt <eric@anholt.net>
-
Emma Anholt authored
-
Emma Anholt authored
It was just printing whether it was a pixmap (it is), instead of whether the pixmap was offscreen.
-
Emma Anholt authored
With UXA on the fake bufmgr, the screen pixmap doesn't have a BO and so no acceleration was occurring.
-
Emma Anholt authored
-
Emma Anholt authored
This could fix complaints about binding BOs and resulting failure to render.
-
- Feb 25, 2009
-
-
Haihao Xiang authored
-
Zhenyu Wang authored
The LVDS config bits in VBT driver feature block is used by vendor to identify the board implement of integrated LVDS/eDP or SDVO LVDS. And video bios uses these bits for LVDS enabling or not. So check these bits for integrated LVDS might eliminate more quirks.
-